<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> ------------------------------------------------------------------------
r26065 | vda | 2009-04-11 06:07:22 -0500 (Sat, 11 Apr 2009) | 3 lines
Changed paths:
   M /trunk/busybox/shell/hush.c

hush: remove functions from TODOs


 ------------------------------------------------------------------------
Index: shell/hush.c
===================================================================
--- shell/hush.c	(revision 26064)
+++ shell/hush.c	(revision 26065)
@@ -40,7 +40,6 @@
  * POSIX syntax not implemented:
  *      aliases
  *      &lt;(list) and &gt;(list) Process Substitution
- *      Functions
  *      Tilde Expansion
  *
  * Bash stuff (maybe optionally enable?):
@@ -60,7 +59,6 @@
  *      ^Z handling (and explain it in comments for mere humans)
  *      separate job control from interactiveness
  *      (testcase: booting with init=/bin/hush does not show prompt (2009-04))
- *      functions
  *
  * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
  */
</pre></body></html>