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
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-21
update Glenn McGrath's email address
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-06-21
random shrinkage of statics, -60 bytes saved
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2006-12-22
convert "negaite" config option into reversed (INCLUDE_SUSv2)
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
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