summaryrefslogtreecommitdiff
path: root/coreutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-1/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-134-2/+237
* df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2007-08-131-25/+24
* httpd: round down sendfile byte count to 64kDenis Vlasenko2007-08-131-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-132-5/+5
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-1223-81/+85
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-091-5/+11
* catv: catv without arguments was trying to use environ as argv.Denis Vlasenko2007-08-061-3/+6
* env: micro-optimizationDenis Vlasenko2007-08-062-15/+10
* dd: use unsigned printf specifier for # of blocksDenis Vlasenko2007-07-301-2/+3
* dd: fix newly introduced bug (introduced by me)Denis Vlasenko2007-07-291-1/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-277-11/+11
* dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko2007-07-271-32/+53
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-272-10/+10
* cal: small code shrinkDenis Vlasenko2007-07-261-55/+50
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-2410-40/+35
* od: shrink a bitDenis Vlasenko2007-07-241-30/+21
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-236-49/+43
* style fix (stray space before ';')Denis Vlasenko2007-07-211-1/+1
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-217-19/+15
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-7/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-052-30/+32
* expr: small code shrinkDenis Vlasenko2007-07-011-4/+7
* introduce and use bb_basename()Denis Vlasenko2007-06-302-10/+9
* uuencode: shrinkDenis Vlasenko2007-06-261-37/+25
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-253-5/+4