summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tac: handle NULs properly. +145 bytesDenis Vlasenko2008-01-091-11/+35
* whitespace fixesDenis Vlasenko2008-01-071-3/+3
* tac: *really* add tac.c nowDenis Vlasenko2008-01-071-0/+68
* tac: new applet. ~240 bytes.Denis Vlasenko2008-01-062-0/+7
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-242-2/+2
* od: reduce data/bss usage (code size went down too)Denis Vlasenko2007-12-241-41/+30
* dd: fix a bug where we don't report write errorsDenis Vlasenko2007-12-021-19/+22
* test: stop using lots of bss.Denis Vlasenko2007-11-301-28/+64
* touch: accept and ignore -fDenis Vlasenko2007-11-281-1/+2
* stty: reorganize data tables - save 0.5kDenis Vlasenko2007-11-241-151/+376
* remove echo_main -> bb_echo indirectionDenis Vlasenko2007-11-241-12/+8
* cut: add proper stdout error handling, fix "-" handling;Denis Vlasenko2007-11-231-39/+37
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-221-2/+139
* stty: mark variable as staticDenis Vlasenko2007-11-181-1/+1
* - use standard-imposed constants some moreBernhard Reutner-Fischer2007-11-164-5/+5
* - remove most of the forward declarations. No obj-code changes.Bernhard Reutner-Fischer2007-11-161-244/+241
* - add note about SUSv3 missing options.Bernhard Reutner-Fischer2007-11-161-1/+2
* who: add -a (by Tito)Denis Vlasenko2007-11-161-4/+4
* df: add -aDenis Vlasenko2007-11-151-8/+14
* df: add -i (conditional on CONFIG)Denis Vlasenko2007-11-152-4/+29
* tr: more of code shrink (getopt32-ification)Denis Vlasenko2007-11-131-30/+18
* tr: better comments, small code shrinkDenis Vlasenko2007-11-131-47/+60
* tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)Denis Vlasenko2007-11-131-3/+5
* who: code shrink by Tito <farmatito@tiscali.it>Denis Vlasenko2007-11-131-3/+1
* who: fix wrong date/time field sizeDenis Vlasenko2007-11-111-2/+3
* readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too smallDenis Vlasenko2007-11-101-2/+2
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-15/+21
* fixes revealed by randomconfig runDenis Vlasenko2007-10-161-1/+1
* stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko2007-10-111-85/+123
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-1171-73/+73
* stat: code shrink; stop using bss; stop using strncat incorrectlyDenis Vlasenko2007-10-051-94/+97
* delete now unused check_header_gzip.cDenis Vlasenko2007-10-051-3/+3
* tail: sizeof(buf) is sizeof(char*)! must be BUFSIZDenis Vlasenko2007-10-051-2/+2
* tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>)Denis Vlasenko2007-10-021-7/+14
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-0119-25/+25
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-2713-27/+28
* install: fix bug in "install -c file dir" (tries to copy dir into dir too)Denis Vlasenko2007-09-261-21/+26
* cp: -r and -R imply -d (coreutils compat)Denis Vlasenko2007-09-251-1/+2
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-245-6/+7
* test: correct confusing placement of "const"Denis Vlasenko2007-09-211-1/+1
* update Glenn McGrath's email addressDenis Vlasenko2007-09-213-3/+3
* du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)Denis Vlasenko2007-09-031-64/+64
* install: shrink a bit, fix two bugletsDenis Vlasenko2007-08-261-29/+38
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-252-2/+2
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-243-34/+39
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-201-3/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-1840-44/+44
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-163-3/+4