summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2008-08-11echo: gettextize the alternative option description tooBenno Schulenberg-4/+4
2008-08-11dd: clarify meaning of multiplication factors; put xM in orderBenno Schulenberg-2/+2
2008-08-11date: remove confusing and unneeded sentence from --helpBenno Schulenberg-2/+1
2008-08-11printenv: say what it does when variables are specifiedBenno Schulenberg-1/+2
2008-08-11cp: move a newline to make second message identical to othersBenno Schulenberg-1/+1
2008-08-11who: Gettextize two forgotten stringsBenno Schulenberg-2/+2
2008-08-10sort: remove unnecessary declaration of strtodJim Meyering-4/+0
2008-08-10sort: avoid erroneous castJim Meyering-6/+11
2008-08-10sort: don't print uninitialized in diagnosticJim Meyering-2/+2
2008-08-09dd.c: reduce duplication in new O_FULLBLOCK-defining codeJim Meyering-5/+4
2008-08-09expr: avoid compiler warningsJim Meyering-36/+16
2008-08-06expr: support arbitrary-precision arithmeticJames Youngman-88/+570
2008-08-05ls: ignore spurious getfilecon failure due to lack of SELinux supportJohn David Anglin-1/+1
2008-08-05Document uptime.James Youngman-8/+18
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg-12/+12
2008-08-04false: mark "false" description for translationJim Meyering-2/+2
2008-08-04factor: credit Torbjörn GranlundJames Youngman-2/+2
2008-08-01ls: --color now highlights files with capabilities, tooKamil Dudka-7/+46
2008-08-01factor arbitrarily large numbersJames Youngman-41/+455
2008-08-01ls -U1 now uses constant memoryKamil Dudka-0/+14
2008-07-30* timeout.c: Fix grammar in a comment. Normalize comment syntax.Jim Meyering-11/+11
2008-07-27shuf: correctly document --head-countMikael Magnusson-1/+1
2008-07-27shuf: honor --zero-terminated option even with --input-range=LO-HIJim Meyering-3/+4
2008-07-23dd: minor fullblock changesJim Meyering-8/+35
2008-07-23dd: new option: iflag=fullblock to accumulate full input blocksKamil Dudka-2/+37
2008-07-23dd: adjust --help output so help2man formats the man page properlyJim Meyering-1/+1
2008-07-18mknod: correct misplaced -Z description in --help outputAndreas Schwab-3/+3
2008-07-16dircolors.hin: add Ogg/Theora-related extensionsJim Meyering-0/+12
2008-07-15fix two bugs in ptxJim Meyering-3/+4
2008-07-04who -r: don't print "last=" when the corresponding byte is unprintableJim Meyering-1/+2
2008-07-04install with just-built ./ginstall only when not cross-compilingJim Meyering-3/+8
2008-06-30truncate: ignore whitespace in --size parametersPádraig Brady-0/+6
2008-06-28doc: add "..." to Usage, to indicate there may be multiple OPTIONsJim Meyering-7/+7
2008-06-28mkfifo: correct misplaced -Z description in --help outputJim Meyering-2/+2
2008-06-28uniq: remove redundant testJim Meyering-4/+4
2008-06-27avoid a -Wsign-compare warningJim Meyering-1/+1
2008-06-27base64: don't rely on feof returning 0/1Jim Meyering-1/+1
2008-06-27truncate: silence -Wsign-compare warningsPádraig Brady-2/+2
2008-06-27factor out time_t-to-string conversion idiomJim Meyering-36/+17
2008-06-27truncate: Fix integer portability issuesPádraig Brady-3/+4
2008-06-26tests: adjust c99-to-c89 patch as well as the code to generate itJim Meyering-1/+1
2008-06-26shred: also ignore EISDIR upon failed fsync/fdatasync on HP-UXJim Meyering-2/+13
2008-06-26truncate: handle the case in which off_t != intmax_tJim Meyering-5/+16
2008-06-23basename: List David MacKenzie as the author.Jim Meyering-1/+1
2008-06-23echo: use AUTHORS from bash's built-in echoOndřej Vašík-1/+3
2008-06-22stat: warn that the --context (-Z) option (a no-op) is obsoleteJim Meyering-3/+7
2008-06-20sort: Fix bug where --batch-size option shrank SORT_SIZE.Bo Borgerson-8/+6
2008-06-17sort: accept new option --batch-size=NMERGEBo Borgerson-12/+103
2008-06-17sort: add new option --files0-from=FBo Borgerson-1/+75
2008-06-17ls, od: avoid redundant constEric Blake-3/+3