index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
fold.c
Age
Commit message (
Expand
)
Author
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-30
- very minor tweak: save 1 byte.
Bernhard Reutner-Fischer
2006-01-30
remove outdated and do not corected comment. Use bb_xasprintf instead xmalloc...
"Vladimir N. Oleynik"
2006-01-30
Move SUSv2 obsolete feature disabling to debug menu, invert meaning of
Rob Landley
2005-12-11
Add build options to control SuS compatability, allows numeric
Glenn L McGrath
2005-12-10
- remove unused variable have_read_stdin
Bernhard Reutner-Fischer
2005-12-08
avoid mixed declarations, to support older compilers just a little longer.
Paul Fox
2005-12-02
Another cleanup patch that's been in my tree for a while. Again I think it's
Rob Landley
2004-04-25
Update my email address, document some of my tasks in the AUTHORS file
Glenn L McGrath
2003-04-27
Use bb_xgetlarg
Glenn L McGrath
2003-04-27
New applet, fold
Glenn L McGrath