svn commit: [26065] trunk/busybox/shell

vda at busybox.net vda at busybox.net
Sat Apr 11 11:07:23 UTC 2009


Author: vda
Date: 2009-04-11 11:07:22 +0000 (Sat, 11 Apr 2009)
New Revision: 26065

Log:
hush: remove functions from TODOs



Modified:
   trunk/busybox/shell/hush.c


Changeset:
Modified: trunk/busybox/shell/hush.c
===================================================================
--- trunk/busybox/shell/hush.c	2009-04-11 10:38:47 UTC (rev 26064)
+++ trunk/busybox/shell/hush.c	2009-04-11 11:07:22 UTC (rev 26065)
@@ -40,7 +40,6 @@
  * POSIX syntax not implemented:
  *      aliases
  *      <(list) and >(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.
  */



More information about the busybox-cvs mailing list