index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
bbsh.c
Age
Commit message (
Expand
)
Author
2010-01-04
*: remove some uses of argc
Denys Vlasenko
2009-09-23
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-06
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-06-26
style fixes, no code changes
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-11
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-10
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-11
Trailing whitespace removal over entire tree
Denis Vlasenko
2006-11-24
hunt down improper include <>, make mkswap output 4Gb+ friendly
Denis Vlasenko
2006-10-25
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-20
The version checked into the tree is a snapshot of an unifinished applet, and
Rob Landley
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-09-08
Fix warnings.
Rob Landley
2006-09-08
Second drop. More infrastructure in place, especially for parsing pipelines.
Rob Landley
2006-09-05
Might as well commit this to have the history. It's not linked in to the
Rob Landley