summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2008-02-16 01:03:41 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2008-02-16 01:03:41 +0000
commitf4aea20f868fd544d45c1bb1ff4349bc51e940ca (patch)
treea3324847fa75358aa5d5131aee1a396a006468ba /TODO
parent7c542d4de766e63a677932b9c737ceccf3cf8802 (diff)
downloadhaserl-f4aea20f868fd544d45c1bb1ff4349bc51e940ca.tar.bz2
haserl-f4aea20f868fd544d45c1bb1ff4349bc51e940ca.tar.xz
add TODO item regarding the multiselect thing
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index ea0c98b..8c34364 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,9 @@
+15 Feb 2008
+* multiselect needs to return an array of values. PHP handles it like this:
+ 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)
25 Jan 2008
* change sliding_buffer into a circular buffer to reduce mem moves.
* turn haserl core into a busybox applet