Age | Commit message (Expand) | Author |
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 |
2008-03-04 | Comment out yesterday's VPATH-friendly addition, for now. | Jim Meyering |
2008-03-03 | Use m4_PACKAGE_VERSION, not AC_AUTOCONF_VERSION. | Eric Blake |
2008-03-03 | GNUmakefile build tweaks. | Eric Blake |
2008-03-03 | Define SHA*_DIGEST_SIZE symbols. | Simon Josefsson |
2008-03-02 | Fix so that out-of-tree VPATH "make dist" works, too. | Ralf Wildenhues |
2008-03-02 | One more for non-srcdir "make dist". | Jim Meyering |
2008-03-02 | Adjust so that non-srcdir "make dist" works, too. | Jim Meyering |
2008-03-02 | Don't infringe namespace of "sub"-Makefiles. | Jim Meyering |
2008-03-02 | Create sha256 and sha512 modules and move files into gl/. | Jim Meyering |
2008-03-02 | * bootstrap: Remove only *.m4, and only from $m4_base/. Rewrite the comment. | Jim Meyering |
2008-03-02 | * bootstrap: Sync from gnulib. | Jim Meyering |
2008-03-01 | Don't skip the groups-version test. | Jim Meyering |
2008-03-01 | Don't exempt "groups" from write-failure test, now that it's a C program. | Jim Meyering |
2008-03-01 | * configure.ac (AC_INIT): Use .tarball-version, not .version. | Jim Meyering |
2008-03-01 | Don't depend on gnulib's deprecated "free" module. | Jim Meyering |
2008-02-29 | Merge bootstrap changes from gnulib. | Jim Meyering |
2008-02-29 | Use "git tag", not "git-tag", in preparation for git-1.6.0. | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2008-02-25 | Fix test failure where rm would appear to succeed incorrectly. | Bob Proulx |
2008-02-24 | * gl/lib/mgetgroups.c (mgetgroups): Parenthesize correctly. | Jim Meyering |
2008-02-24 | * gl/lib/mgetgroups.c: Include <stdlib.h>. | Jim Meyering |
2008-02-23 | Avoid test failures when root (/) is not readable. | Jim Meyering |
2008-02-22 | id: avoid race when a group is added between getgrouplist calls | Jim Meyering |