summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8c34364..461433d 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,8 @@
if the variable is foo[] then an array is returned. If the variable name
in the form is foo, then the last value is returned. For shell, make it
a \n delimited array, so that you can do for a in $foo; do (bb ash doesnt
- support real arrays.) Lua could though. (Scott)
+ support real arrays.) Lua could though. (Scott) - DONE - but lua is newline
+ terminated, not as a table.
25 Jan 2008
* change sliding_buffer into a circular buffer to reduce mem moves.
* turn haserl core into a busybox applet