index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
toysh.c
Age
Commit message (
Collapse
)
Author
2007-11-15
Zap a warning.
Rob Landley
2007-11-15
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Rob Landley
tweaks.
2007-10-19
Get toysh.c to start using the option parsing logic, and some minor cleanup.
Rob Landley
2007-06-01
Allow applets with optarg string NULL to use toy.optargs[].
Rob Landley
2007-04-29
Add readlink, xreadlink(), and change xrealloc() to not fight the stupid
Rob Landley
compiler so much.
2007-01-31
Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.
Rob Landley
2006-11-19
New option parsing infrastructure (doesn't use getopt). Hook it up to
Rob Landley
existing applets. Still a bit buggy, but bits of it work.
2006-10-30
Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
landley
Add error_msg() and itoa() to library. Remove argc from globals (since argv is null terminated), add optflags to globals.
2006-10-18
Next drop of toysh, plus more infratructure.
landley
2006-10-05
Infrastructure, first drop of toy shell, and a bit of work on df.
landley