summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2008-09-10simplify installation rules, using new AutomakeRalf Wildenhues-37/+6
2008-09-10fix minor shell issues in test suiteRalf Wildenhues-8/+8
2008-09-10tests: don't use "local" in bourne shell scriptsJim Meyering-5/+5
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering-311/+323
2008-09-08tests: move input-tty into a test-lib.sh functionJim Meyering-17/+17
2008-09-07tests: work around Solaris 11 bugJim Meyering-2/+7
2008-09-07tests: don't let rounding-to-1KB blocks provoke a failureJim Meyering-2/+4
2008-09-07tests: don't fail due to built-in sleep from Solaris 11's /bin/shJim Meyering-1/+2
2008-09-06install: new option: --strip-program,Kamil Dudka-6/+68
2008-09-03df: new option: --total to print grand totalsKamil Dudka-8/+208
2008-09-03TODO: add an item for a chmod optimizationJim Meyering-0/+6
2008-08-31env, groups: remove duplicate inclusion of <getopt.h>Jerry Snitselaar-2/+0
2008-08-26generate version.c and version.hJim Meyering-4/+19
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering-31/+38
2008-08-26bootstrap: preserve permissions of more copied filesJim Meyering-4/+5
2008-08-23doc: clarify wc -L documentationBruno Haible-1/+3
2008-08-20ls: adjust to gnulib changeEric Blake-1/+0
2008-08-19.gitignore: ignore more filesEric Blake-0/+2
2008-08-19.gitattributes: generalizeEric Blake-2/+2
2008-08-18sort: improve usage wordingEric Blake-1/+3
2008-08-15adjustJim Meyering-33/+34
2008-08-15sort: new option, --sort=version, for version number orderingBruce Korb-20/+175
2008-08-14set envvars via "env" to avoid spurious set -x output from bad shellsJim Meyering-2/+2
2008-08-14"expr --bignum 1" now fails when expr is built without libgmpJim Meyering-1/+2
2008-08-14mktemp, sort, tac: don't use undefined after mkstemp failureJim Meyering-8/+32
2008-08-12kill: micro grammar nit in description of SIGNALBenno Schulenberg-1/+1
2008-08-12groups: let synopsis show that the command allows multiple usernamesBenno Schulenberg-3/+3
2008-08-12id: remove superfluous condition test; it is caught at -Z aboveBenno Schulenberg-5/+0
2008-08-12id: gettextize a few missed tiny stringsBenno Schulenberg-5/+5
2008-08-12fmt: remove the 'no file' sentence; the standard phrase is given belowBenno Schulenberg-2/+2
2008-08-11echo: correct description of \cBenno Schulenberg-21/+2
2008-08-11doc: the quote operator for expr is '+', not 'quote'Benno Schulenberg-1/+1
2008-08-11factor: remove duplicate docstring; use the more detailed oneBenno Schulenberg-6/+2
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-11doc: remove stray word from date's field width descriptionBenno Schulenberg-1/+1
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-11doc: put the exitstatus paragraph in a better placeBenno Schulenberg-2/+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-4/+4
2008-08-09* .gitattributes: Better diff output for texinfo sources.Jim Meyering-0/+7
2008-08-09dd.c: reduce duplication in new O_FULLBLOCK-defining codeJim Meyering-5/+4
2008-08-09* coreutils.texi (factor invocation, expr invocation): Adjust wording.Jim Meyering-10/+11
2008-08-09expr: avoid compiler warningsJim Meyering-36/+16
2008-08-09* tests/misc/expr: Add tests of the new GMP-based code.Jim Meyering-0/+16
2008-08-06expr: support arbitrary-precision arithmeticJames Youngman-93/+594