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