summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-27tsort: suppress a valgrind memory leak warningPádraig Brady
2010-11-24maint: update the valgrind support scriptPádraig Brady
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert
2010-11-22split: add --number to generate a particular number of filesChen Guo
2010-11-19build: update gnulib to fix a syntax error in a testJim Meyering
2010-11-18maint: avoid NEWS-related syntax-check failureJim Meyering
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert
2010-11-18build: update gnulib submodule to latestPaul Eggert
2010-11-18maint: syntax-check: prevent new $VERBOSE/--version testsJim Meyering
2010-11-17tests: convert tests/misc/selinux manuallyJim Meyering
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert "... env -- prog --version" usesJim Meyering
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: factor out VERBOSE-only --version-printing codeJim Meyering
2010-11-17tests: remove test-lib.sh; now all tests use gnulib's init.shJim Meyering
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering
2010-11-17tests: move a comment so automated conversion worksJim Meyering
2010-11-17maint: add a NEWS-checking syntax-check ruleJim Meyering
2010-11-16build: add `patch` as a bootstrap dependencyPádraig Brady
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady
2010-11-16truncate: fix a very unlikely case for undiagnosed errorsPádraig Brady
2010-11-16maint: fix a new -Wpointer-sign gcc warningPádraig Brady
2010-11-16build: enable the -Wpointer-sign gcc warningPádraig Brady
2010-11-15maint: add a missed fadvise-tests modulePádraig Brady
2010-11-13doc: tweak NEWS and coreutils.texiPaul Eggert
2010-11-13post-release administriviaJim Meyering
2010-11-13version 8.7Jim Meyering
2010-11-13build: update gnulib...Jim Meyering
2010-11-13build: update gnulib for linux 2.6.9 nanosleep workaroundJim Meyering
2010-11-13maint: remove fstimeprec (variable precision time stamp) supportJim Meyering
2010-11-13stat: do not provide variable precision time stampsJim Meyering
2010-11-11csplit: do not rely on undefined behavior in printf formatsPaul Eggert
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady
2010-11-10tests: fix comments and --version invocation in new testJim Meyering
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering
2010-11-09tests: avoid portability problem with dash vs. symlinked ttysPádraig Brady
2010-11-08tests: avoid portability problem with dash vs. local v=$splittable_valPádraig Brady
2010-11-07tests: don't disqualify FreeBSD 8.1's /bin/sh just yet,Jim Meyering
2010-11-06stat: do not rely on undefined behavior in printf formatsPaul Eggert
2010-11-06tests: avoid failure due to bug in FreeBSD 8.1's /bin/shJim Meyering
2010-11-06build: update gnulib to latest for strtod and icc fixesJim Meyering
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert
2010-11-04cp: NEWS entry for previous fixEric Blake
2010-11-04cp, mv, touch: fix file time manipulation on Solaris 10Eric Blake
2010-11-03build: update gnulib to latestJim Meyering
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering
2010-11-01tests: fix a false positive for 32 bit on 64 bit hostsNix
2010-10-28maint: remove an unnecessary FIXME commentPatrick W. Plusnick II