aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko2009-12-131-20/+36
* stty: code shrink -44 bytesDenys Vlasenko2009-12-111-20/+27
* stty: fix columns command. closes bug 791.Denys Vlasenko2009-12-111-0/+1
* mount: prevent second mount -a from mounting everything againDenys Vlasenko2009-12-051-2/+1
* touch: needs another fix after last utimes() fixesDenys Vlasenko2009-11-301-7/+6
* fix improper utimes usageDenys Vlasenko2009-11-291-6/+6
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-2810-54/+43
* split: handle - as "use stdin". +13 bytes. Closes bug 741.Denys Vlasenko2009-11-262-3/+7
* od: fix -tx without length specDenys Vlasenko2009-11-221-1/+2
* fix fallout from isprint() changesDenys Vlasenko2009-11-201-1/+1
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-182-2/+2
* wc: fix a hang gue to isprint(EOF)Dan Fandrich2009-11-181-16/+20
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-1/+1
* date: restore hadling of MMDDhhmm[[CC]YY][.ss] date formatDenys Vlasenko2009-11-151-1/+26
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-4/+5
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-8/+6
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-138-12/+12
* env: don't SEGV on bare "env -"Denys Vlasenko2009-11-121-8/+10
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-10/+2
* fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)Denys Vlasenko2009-11-041-8/+7
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-029-9/+9
* tty: use defines rather than constantsBernhard Reutner-Fischer2009-10-291-5/+5
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-1/+1
* fix up potential printf's with unsafe format stringsDenys Vlasenko2009-10-241-1/+1
* ls: fix "ls | cat" to not show "total NNN" headerDenys Vlasenko2009-10-231-1/+1
* date: handle long optionsBernhard Reutner-Fischer2009-10-231-0/+13
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-8/+5
* *: remove last function calls to isspaceDenys Vlasenko2009-10-222-15/+12
* df: trivial 64-bit fixDenys Vlasenko2009-10-211-1/+1
* dd: use correct multiplication factor and simplify codeDenys Vlasenko2009-10-141-19/+7
* dd: add a comment, no code changesDenys Vlasenko2009-10-141-3/+3
* dd: speed measurement. optional.Gabor Heja2009-10-142-7/+66
* libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko2009-10-133-10/+24
* cp: revert a recent buggy change, and add a comment why it's wrongDenys Vlasenko2009-10-081-1/+3
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-1/+1
* ls: forgotten chunk from prev commitDenys Vlasenko2009-10-031-5/+7
* ls: code shrinkDenys Vlasenko2009-10-031-44/+44
* ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanupsDenys Vlasenko2009-10-031-19/+18
* ls: add standards doc; record author of "total NNNN" codeDenys Vlasenko2009-10-031-1/+11
* ls: code shrinkDenys Vlasenko2009-10-031-69/+71
* ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)Denys Vlasenko2009-10-031-2/+23
* cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTSDenys Vlasenko2009-10-021-1/+1
* find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxxDenys Vlasenko2009-09-302-8/+10
* cp: add support for --parents and long option synonyms of short optsDenys Vlasenko2009-09-262-15/+61
* df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)Denys Vlasenko2009-09-221-0/+16
* dd: fix conv=noerror w/o sync to not write out zeroed blocksDenys Vlasenko2009-09-181-5/+6
* test: use index_in_stringsDenys Vlasenko2009-09-121-60/+96
* a few more GCC-isms removedDenys Vlasenko2009-09-091-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-0610-11/+15
* uniq: shave off whole 10 bytes off, oh myDenys Vlasenko2009-08-311-23/+22