aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
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
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko
2007-08-13df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko
2007-08-13httpd: round down sendfile byte count to 64kDenis Vlasenko
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-09ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko
2007-08-09stat: fix option -Z segv (bug 1454)Denis Vlasenko
2007-08-06catv: catv without arguments was trying to use environ as argv.Denis Vlasenko
2007-08-06env: micro-optimizationDenis Vlasenko
2007-07-30dd: use unsigned printf specifier for # of blocksDenis Vlasenko
2007-07-29dd: fix newly introduced bug (introduced by me)Denis Vlasenko
2007-07-27multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko
2007-07-27dd: fix bug where we assume count=INT_MAX when count is unspecified;Denis Vlasenko
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko
2007-07-26cal: small code shrinkDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko
2007-07-24od: shrink a bitDenis Vlasenko
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko
2007-07-21style fix (stray space before ';')Denis Vlasenko
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-07-05md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko
2007-07-01expr: small code shrinkDenis Vlasenko
2007-06-30introduce and use bb_basename()Denis Vlasenko
2007-06-26uuencode: shrinkDenis Vlasenko
2007-06-25Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko
2007-06-25test: suppress gcc warningDenis Vlasenko
2007-06-21test: shrink a bitDenis Vlasenko
2007-06-21random shrinkage of statics, -60 bytes savedDenis Vlasenko
2007-06-19echo: fix yet another buglet in non-fancy echoDenis Vlasenko
2007-06-17install: fix install a b /a/link/to/dirDenis Vlasenko
2007-06-15- fix test -f ./existsBernhard Reutner-Fischer
2007-06-12- fix testing primary expressions like '"-u" = "-u"'Bernhard Reutner-Fischer
2007-06-12catv: was abusing xopen, should not die on err, but warn only.Denis Vlasenko
2007-06-12move several applets to more correct ex-project. No code changes.Denis Vlasenko
2007-06-12uudecode: nuke duplicate base64_table[]. saves 65 bytesDenis Vlasenko
2007-06-10getopt_mk_fifo_nod: heed warningDenis Vlasenko
2007-06-08- fix invocation without any argumentBernhard Reutner-Fischer
2007-06-08test: fix thinko in previous commitDenis Vlasenko
2007-06-08test: recognize /path/to/[ case tooDenis Vlasenko
2007-06-07- i need this disabled code for testing a patch. Please leave it in.Bernhard Reutner-Fischer
2007-06-06- fix wrong not operator which was essentially ignored. got introduced in r18282Bernhard Reutner-Fischer
2007-06-06awk: move all data to malloc spaceDenis Vlasenko
2007-06-06echo: fix non-fancy echoDenis Vlasenko
2007-06-04uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko
2007-06-04diff: stop using data/bssDenis Vlasenko