summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-02-23 22:38:08 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-02-23 22:38:08 +0000
commit8fa234465c7458d3f407dfbc7272f78fe5ac6405 (patch)
treeed95b66be27be392e969db3da278a78b2e53e19f /TODO
parent383a75a92082400bffdc28fb9ef1a3cee906e220 (diff)
downloadhaserl-8fa234465c7458d3f407dfbc7272f78fe5ac6405.tar.bz2
haserl-8fa234465c7458d3f407dfbc7272f78fe5ac6405.tar.xz
update TODO
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