mirror of https://github.com/mirror/busybox.git
hush: add a TODO
parent
bb929517a8
commit
fa4ca7889e
|
@ -51,6 +51,7 @@
|
||||||
* TODOs:
|
* TODOs:
|
||||||
* grep for "TODO" and fix (some of them are easy)
|
* grep for "TODO" and fix (some of them are easy)
|
||||||
* change { and } from special chars to reserved words
|
* change { and } from special chars to reserved words
|
||||||
|
* $var refs in function do not pick up values set by "var=val func"
|
||||||
* builtins: return, ulimit
|
* builtins: return, ulimit
|
||||||
* follow IFS rules more precisely, including update semantics
|
* follow IFS rules more precisely, including update semantics
|
||||||
* figure out what to do with backslash-newline
|
* figure out what to do with backslash-newline
|
||||||
|
|
Loading…
Reference in New Issue