changeset 85:d0272ddd8478

Added simple task tracking text file until we have a proper task tracker
author Mike Pavone <pavone@retrodev.com>
date Sat, 21 Jul 2012 22:58:10 -0700
parents 9811040704ac
children ce6a81b3be70
files TASKS
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TASKS	Sat Jul 21 22:58:10 2012 -0700
@@ -0,0 +1,14 @@
+Convert string object to new style using llMessage:withVars:andCode
+	AssignedTo: Mike
+	Status: in-progress
+Improve string library
+Add basic UTF-8 support
+Implement import: in C backend
+Implement route:via
+Implement a hash dict based on hash set implementation
+Rejigger how built-in type/modules are handled slightly so we can add array new: which will return an array pre-allocated to a certain size
+Implement immutable objects
+Implement lists
+Add support for actors
+Check for breakage in Javascript backend and fix it
+Port all library stuff from C backend to Javascript backend