summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-28tests: Factor out code that's going to be reused.Pádraig Brady
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-03-28Perform explicit exit-nonzero if the embedded Perl script fails.Jim Meyering
2008-03-27paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering
2008-03-26* src/join.c (keycmp): Document new parameters.Jim Meyering
2008-03-26Test for mkdir bug fix.Jim Meyering
2008-03-26mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change)Daniel Dunbar
2008-03-25id bug fix: don't point to potentially clobbered static storagePeter Fales
2008-03-25Use new gnulib gnumakefile module.Eric Blake
2008-03-25join bug fix: adapt keycmp to work with new order-checking featureJim Meyering
2008-03-23join.c: syntax/style tweaksJim Meyering
2008-03-22portability: work around a "busybox sed" limitationJim Meyering
2008-03-21* src/c99-to-c89.diff: Adjust seq.c offsets.Jim Meyering
2008-03-21ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering
2008-03-21ptx.c readabilityJim Meyering
2008-03-21Write NEWS and update c99-to-c89 patch for today's rm improvement.Jim Meyering
2008-03-21remove.c: Accommodate systems with negative errno values.Ingo Weinhold
2008-03-21* src/seq.c (long_double_format): Add a comment.Jim Meyering
2008-03-21* GNUmakefile: Update from gnulib.Jim Meyering
2008-03-20Remove today's automake kludge, altogether. Fix properly.Jim Meyering
2008-03-20Add a check to detect this problem, in case it reappears.Jim Meyering
2008-03-20Kludge to make automake generate install-man rulesJim Meyering
2008-03-20Revert recent man/Makefile.am change.Jim Meyering
2008-03-20Sync GNUmakefile with gnulib.Eric Blake
2008-03-19make check: Remove /tmp/ls-creating debug code.Bob Proulx
2008-03-19bootstrap: restore kludge removed on 2008-03-12: it's still necessary.Jim Meyering
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering
2008-03-19Remove more vestiges of CVS.Jim Meyering
2008-03-19mv: never unlink a destination file before calling renameJim Meyering
2008-03-19"make" would not always update man/*.1 files (but "make dist" would)Jim Meyering
2008-03-18syntax-check: Make the space-before-open-paren optional.Jim Meyering
2008-03-18* Makefile.maint (sc_no_have_config_h): Use a more precise regexp.Jim Meyering
2008-03-18* Makefile.maint (CVS): Remove now-unused definition.Jim Meyering
2008-03-18Factor out duplication in sc_prohibit_*_without_use rules.Jim Meyering
2008-03-18Correct typo in "make syntax-check" diagnostic.Dmitry V. Levin
2008-03-16Prohibit inclusion of getopt.h without use.Jim Meyering
2008-03-16Include <getopt.h> only if used.Jim Meyering
2008-03-16sha512_process_bytes: fix a bug in processing a buffer where length&64 != 0J. Scott Edwards
2008-03-12Generalize GNUmakefile, ...Jim Meyering
2008-03-12* bootstrap: Sync from gnulib and remove part of a local kludge.Jim Meyering
2008-03-10install, rmdir: write --verbose output to stdout, not to stderr.Ondřej Vašík
2008-03-10make syntax-check: also check src/*.h files for extern functions,Jim Meyering
2008-03-07dd: avoid unnecessary, but harmless close_stdout call.Jim Meyering
2008-03-06Now that ChangeLog is no longer under version control, ...Jim Meyering
2008-03-05* src/c99-to-c89.diff: Accommodate a C99-ism in id.c.Jim Meyering
2008-03-05Work around AFS bug: id and groups would print invalid group number.ribalba
2008-03-05Now that Makefile.maint is used in VPATH builds, too...Jim Meyering
2008-03-05Avoid new "make distcheck" failure, now that VPATH has GNUmakefile.Jim Meyering
2008-03-04Reinstate GNUmakefile patch, but with workaround for automake.Eric Blake
2008-03-04Clarify comment and attribute preceding change: Reported by Ralf Wildenhues.Jim Meyering