summaryrefslogtreecommitdiff
path: root/shell/bbsh.c
Commit message (Expand)AuthorAgeFilesLines
* shell: remove lash and bbshDenys Vlasenko2010-09-061-223/+0
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: remove some uses of argcDenys Vlasenko2010-01-041-1/+1
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-1/+1
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changesDenis Vlasenko2007-04-121-6/+6
* rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko2007-04-111-1/+1
* - use skip_non_whitespace() where appropriateBernhard Reutner-Fischer2007-04-101-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-7/+7
* hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko2006-11-241-1/+1
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* The version checked into the tree is a snapshot of an unifinished applet, andRob Landley2006-09-201-7/+7
* whitespace cleanupDenis Vlasenko2006-09-171-7/+7
* Fix warnings.Rob Landley2006-09-081-16/+14
* Second drop. More infrastructure in place, especially for parsing pipelines.Rob Landley2006-09-081-21/+172
* Might as well commit this to have the history. It's not linked in to theRob Landley2006-09-051-0/+73