Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-27 | More shell features.... if-then-else-fi is now basically usable (disable | Eric Andersen | |
by default pending further debugging). Added in some basic shell environment support (i.e. $?, $0-$9, $$, $!, $#). -Erik | |||
2000-07-26 | Minor style cleanups. | Eric Andersen | |
2000-07-25 | Finish off fixing up the memleaks (I think). Added the beginnings of | Eric Andersen | |
some if-then-else-fi support (nonfunctional and turned off) -Erik | |||
2000-07-18 | Sigh -- can't sleep. Clean up some mem leaks, fixed some bugs. | Eric Andersen | |
-Erik | |||
2000-07-17 | New message added to messages.c: full_version | Pavel Roskin | |
Used where possible | |||
2000-07-17 | Backtick support to infinite (memory limited) levels of nesting is | Eric Andersen | |
now implemented... So now busybox shell can do cool stuff like: /home/andersen/CVS/busybox # echo foo `wc README` bar foo 71 422 2951 README bar I love writing cool new features.... Muhahahaha... (I think this is leaking a little bit of memory every time it expands a backtick process, so I still needs to do a bit of cleanup...) -Erik | |||
2000-07-16 | Extract usage information into a separate file. | Matt Kraai | |
2000-07-14 | More cleanups. | Eric Andersen | |
-Erik | |||
2000-07-14 | Use errorMsg rather than fprintf. | Matt Kraai | |
2000-07-14 | Add in redimentary backtick suport (doesn't work properly yet, but is | Eric Andersen | |
close). -Erik | |||
2000-07-12 | Added some smallish comments to help folks understand why we have two tables | Mark Whitley | |
of builtins and the reasoning behind it. | |||
2000-07-12 | Always report the applet name when doing error reporting. | Matt Kraai | |
2000-07-10 | Function name cleanup. | Eric Andersen | |
-Erik | |||
2000-07-06 | Had an extra tcsetpgrp. | Eric Andersen | |
-Erik | |||
2000-07-03 | sh fixes from Marius Groeger <mag@sysgo.de> | Eric Andersen | |
-Erik | |||
2000-06-28 | * Fixed a _horrible_ bug where 'tar -tvf' could unlink | Eric Andersen | |
local files!!! Fix thanks to Marius Groeger <mgroeger@sysgo.de> * Added support for "sh -c command args...", also thanks to Marius Groeger <mgroeger@sysgo.de> -Erik | |||
2000-06-19 | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | |
Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | |||
2000-05-19 | More libc portability updates, add in the website (which has not been | Erik Andersen | |
archived previously). Wrote 'which' during the meeting today. -Erik | |||
2000-05-13 | Minor fixes to being a standalone shell. | Erik Andersen | |
-Erik | |||
2000-05-13 | BusyBox shell (lash) can now be used as a standalone shell when | Erik Andersen | |
BB_FEATURE_STANDALONE_SHELL is defined (i.e. BusyBox can now completely replace sash). Also fixed it so shell builtins now respect pipes and redirects. -Erik | |||
2000-05-12 | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | |
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | |||
2000-04-21 | More Doc updates. cmdedit and more termio fixes. | Erik Andersen | |
2000-04-18 | Updates | Erik Andersen | |
-Erik | |||
2000-04-17 | + no need for comments. | John Beppu | |
2000-04-17 | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen | |
-Erik | |||
2000-04-12 | Some enhancements I've been working on over the weekend, | Erik Andersen | |
-Erik | |||
2000-04-05 | Minor noise removal | Erik Andersen | |
-Erik | |||
2000-03-26 | First stages of (re-)writing busybox's tar creation support. | Erik Andersen | |
-Erik | |||
2000-03-19 | Some more stuff. | Erik Andersen | |
-Erik | |||
2000-03-17 | Several fixes. | Erik Andersen | |
-Erik | |||
2000-03-16 | Fix fg bug | Erik Andersen | |
-Erik | |||
2000-03-16 | Major build system updates... | Erik Andersen | |
-Erik | |||
2000-03-12 | First pass at writing a shell for busybox. | Erik Andersen | |
Works fine, full job control support, etc. No syntax yet (if, then, while, etc). Handles pipes and & processes fine. TODO: add command editing, add syntax suport. -Erik |