aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2008-01-09tac: handle NULs properly. +145 bytesDenis Vlasenko
2008-01-07whitespace fixesDenis Vlasenko
2008-01-07tac: *really* add tac.c nowDenis Vlasenko
2008-01-06tac: new applet. ~240 bytes.Denis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-24od: reduce data/bss usage (code size went down too)Denis Vlasenko
2007-12-02dd: fix a bug where we don't report write errorsDenis Vlasenko
2007-11-30test: stop using lots of bss.Denis Vlasenko
2007-11-28touch: accept and ignore -fDenis Vlasenko
2007-11-24stty: reorganize data tables - save 0.5kDenis Vlasenko
2007-11-24remove echo_main -> bb_echo indirectionDenis Vlasenko
2007-11-23cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko
2007-11-22ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko
2007-11-18stty: mark variable as staticDenis Vlasenko
2007-11-16- use standard-imposed constants some moreBernhard Reutner-Fischer
2007-11-16- remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer
2007-11-16- add note about SUSv3 missing options.Bernhard Reutner-Fischer
2007-11-16who: add -a (by Tito)Denis Vlasenko
2007-11-15df: add -aDenis Vlasenko
2007-11-15df: add -i (conditional on CONFIG)Denis Vlasenko
2007-11-13tr: more of code shrink (getopt32-ification)Denis Vlasenko
2007-11-13tr: better comments, small code shrinkDenis Vlasenko
2007-11-13tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko
2007-11-13who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-11-11who: fix wrong date/time field sizeDenis Vlasenko
2007-11-10readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-10-16fixes revealed by randomconfig runDenis Vlasenko
2007-10-11stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-05stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko
2007-10-05delete now unused check_header_gzip.cDenis Vlasenko
2007-10-05tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko
2007-10-02tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko
2007-10-01printf("%s\n") -> puts()Denis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-09-26install: fix bug in "install -c file dir" (tries to copy dir into dir too)Denis Vlasenko
2007-09-25cp: -r and -R imply -d (coreutils compat)Denis Vlasenko
2007-09-24*: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko
2007-09-21test: correct confusing placement of "const"Denis Vlasenko
2007-09-21update Glenn McGrath's email addressDenis Vlasenko
2007-09-03du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko
2007-08-26install: shrink a bit, fix two bugletsDenis Vlasenko
2007-08-25make copy_file() a bit easier to understand, and smallerDenis Vlasenko
2007-08-24cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko
2007-08-20runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-16hdparm: shrink rodata by ~250 bytesDenis Vlasenko
2007-08-16whitespace fixes, no code changesDenis Vlasenko