summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-09-27rm -r: avoid O(n^2) performance for a directory with very many entriesJim Meyering
2008-09-27remove.c: don't use xmalloc; don't let obstack call exit on failureJim Meyering
2008-09-26seq -0.1 0.1 2: print final number when locale's decimal point is ","Jim Meyering
2008-09-24pinky: gettextize two missed stringsBenno Schulenberg
2008-09-24cp.c: adjust a comment to make it consistent with documentationJim Meyering
2008-09-22fix installation with ./ginstall in srcRalf Wildenhues
2008-09-19who --help: add a general descriptionBenno Schulenberg
2008-09-19uptime --help: put together message parts that belong togetherBenno Schulenberg
2008-09-19tr --help: gettextize a single paragraph as a single stringBenno Schulenberg
2008-09-19tail: gettextize the string, "standard input"Benno Schulenberg
2008-09-19tail --help: move the --retry entry into alphabetical orderBenno Schulenberg
2008-09-19shred --help: lowercase a stray capitalBenno Schulenberg
2008-09-19stty --help: correct the alignment of an entryBenno Schulenberg
2008-09-19sort --help: sort the options better alphabeticallyBenno Schulenberg
2008-09-19rmdir --help: use lower case in option description; adjust indentationBenno Schulenberg
2008-09-19remove.c: move comment to right before string, so gettext will pick it upBenno Schulenberg
2008-09-19pr --help: elide arguments after short options that allow a spaceBenno Schulenberg
2008-09-19od: ungettextize debugging messagesBenno Schulenberg
2008-09-19nohup, remove, tr: also gettextize the alternative messagesBenno Schulenberg
2008-09-19od --help: avoid concatening two messages without a newlineBenno Schulenberg
2008-09-19mkfifo, mknod --help: put -Z option in its alphabetical positionBenno Schulenberg
2008-09-14various VPATH-related fixesRalf Wildenhues
2008-09-14stat: remove obsolete and undocumented option, --filesystemJim Meyering
2008-09-10simplify installation rules, using new AutomakeRalf Wildenhues
2008-09-06install: new option: --strip-program,Kamil Dudka
2008-09-03df: new option: --total to print grand totalsKamil Dudka
2008-08-31env, groups: remove duplicate inclusion of <getopt.h>Jerry Snitselaar
2008-08-26generate version.c and version.hJim Meyering
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering
2008-08-20ls: adjust to gnulib changeEric Blake
2008-08-18sort: improve usage wordingEric Blake
2008-08-15adjustJim Meyering
2008-08-15sort: new option, --sort=version, for version number orderingBruce Korb
2008-08-14"expr --bignum 1" now fails when expr is built without libgmpJim Meyering
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering
2008-08-12kill: micro grammar nit in description of SIGNALBenno Schulenberg
2008-08-12groups: let synopsis show that the command allows multiple usernamesBenno Schulenberg
2008-08-12id: remove superfluous condition test; it is caught at -Z aboveBenno Schulenberg
2008-08-12id: gettextize a few missed tiny stringsBenno Schulenberg
2008-08-12fmt: remove the 'no file' sentence; the standard phrase is given belowBenno Schulenberg
2008-08-11echo: correct description of \cBenno Schulenberg
2008-08-11factor: remove duplicate docstring; use the more detailed oneBenno Schulenberg
2008-08-11echo: gettextize the alternative option description tooBenno Schulenberg
2008-08-11dd: clarify meaning of multiplication factors; put xM in orderBenno Schulenberg
2008-08-11date: remove confusing and unneeded sentence from --helpBenno Schulenberg
2008-08-11printenv: say what it does when variables are specifiedBenno Schulenberg
2008-08-11cp: move a newline to make second message identical to othersBenno Schulenberg
2008-08-11who: Gettextize two forgotten stringsBenno Schulenberg
2008-08-10sort: remove unnecessary declaration of strtodJim Meyering
2008-08-10sort: avoid erroneous castJim Meyering