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
/
toylist.h
Age
Commit message (
Expand
)
Author
2007-01-31
Small cleanup to prepare for cross-compile friendly make install.
Rob Landley
2007-01-28
More work on mke2fs.
Rob Landley
2007-01-25
Update args.c to implement numeric arguments.
Rob Landley
2007-01-23
More work on mke2fs.
Rob Landley
2007-01-23
More random progress on mke2fs. Nothing to see yet.
Rob Landley
2007-01-20
Add "yes" command.
Rob Landley
2007-01-20
Add "echo". Has -n and -e (but not \0123 yet).
Rob Landley
2007-01-18
Add count command.
Rob Landley
2007-01-16
Add a quick and dirt bzcat (stdin to stdout only for the moment) to test
Rob Landley
2007-01-14
Add start of mke2fs/gene2fs, and some other stuff I've been working on.
Rob Landley
2006-11-25
Add cat -v.
Rob Landley
2006-11-25
Add oneit.
Rob Landley
2006-11-25
Fix a warning.
Rob Landley
2006-11-25
More work on option parsing. "df -t tmpfs" actually seems to work now.
Rob Landley
2006-11-19
New option parsing infrastructure (doesn't use getopt). Hook it up to
Rob Landley
2006-11-04
Add pwd. Consolidate toy list information under toylist.h.
Rob Landley