Age | Commit message (Expand) | Author |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-07-09 | Compensate for new c99'isms in seq.c. | Jim Meyering |
2007-06-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering |
2007-06-15 | Don't include "quote.h" when it is not used. | Jim Meyering |
2007-06-13 | Don't include "quotearg.h" when it is not used. | Jim Meyering |
2007-05-22 | Check for an up-to-date copyright year in coreutils.texi. | Jim Meyering |
2007-05-22 | stty: diagnose an invalid hex value in 35-colon commmand-line argument | Jim Meyering |
2007-05-18 | * Makefile.maint (my-distcheck): Remove -pedantic from $(CFLAGS) | Jim Meyering |
2007-03-15 | Enforce policy: don't use *scanf functions. | Jim Meyering |
2007-03-10 | * Makefile.maint (po-check): Exclude c99-to-c89.diff. | Jim Meyering |
2007-03-02 | * Makefile.maint (my-distcheck): Skip the c99/c89 check if there's no such .d... | Jim Meyering |
2007-03-02 | Remove another coreutils-ism. Formatting cleanup. | Jim Meyering |
2007-03-01 | * Makefile.maint (warn_cflags): Hoist, adding "-Dlint -O". | Jim Meyering |
2007-03-01 | Make "make syntax-check" rules less coreutils-specific. | Jim Meyering |
2007-03-01 | Run the writable-files check only for release-building targets. | Jim Meyering |
2007-03-01 | "make syntax-check" now runs only Makefile.cfg-selected tests | Jim Meyering |
2007-02-28 | * Makefile.maint (gnulib_snapshot_date): Remove now-unused definition. | Jim Meyering |
2007-02-25 | * Makefile.maint (announcement): Adjust so that it works with | Jim Meyering |
2007-02-10 | * Makefile.maint (longopt_re): Relax the regexp, making square | Jim Meyering |
2007-02-02 | * src/c99-to-c89.diff: Make shred.c Index: and a/b prefixes | Jim Meyering |
2007-01-24 | Pass "make distcheck" again. | Jim Meyering |
2007-01-07 | * tests/sample-test: Update copyright date to 2007. | Jim Meyering |
2006-12-26 | * Makefile.maint (VC-tag): Define, so as to gpg-sign each release | Jim Meyering |
2006-12-21 | * Makefile.maint (patch-check): Fix shell quoting. | Jim Meyering |
2006-12-08 | Include bootstrap tool version info in the announcement form. | Jim Meyering |
2006-11-27 | * Makefile.maint (patch-check): Rewrite to diagnose failure. | Jim Meyering |
2006-11-27 | Improve the check for departures from C89, and fix the departures | Paul Eggert |
2006-11-26 | * Makefile.maint (patch-check): Compile patched sources with | Jim Meyering |
2006-11-23 | * announce-gen: Remove file. It's moving to gnulib. | Jim Meyering |
2006-11-22 | * Makefile.maint (announcement): Don't use now-removed | Jim Meyering |
2006-11-12 | * Makefile.maint (sc_cast_of_x_alloc_return_value): Add an exclusion | Jim Meyering |
2006-10-28 | * Makefile.maint (patch-check): Make it easier to regenerate | Jim Meyering |
2006-10-23 | * Makefile.maint (alpha beta major): Use a better log message. | Jim Meyering |
2006-10-22 | * Makefile.maint: Complete the adaptation to function with a working | Jim Meyering |
2006-10-19 | * Makefile.maint (po-check): This rule didn't detect the new use | Jim Meyering |
2006-10-14 | * Makefile.maint (headers_with_interesting_macro_defs): Define. | Jim Meyering |
2006-10-14 | [ChangeLog] | Jim Meyering |
2006-10-14 | * Makefile.maint (cvs-update): Use $(CVS), not "cvs". | Jim Meyering |
2006-09-16 | * Makefile.maint (sc_require_config_h, sc_prohibit_assert_without_use): | Jim Meyering |
2006-09-09 | * Makefile.maint (sc_prohibit_assert_without_use): Likewise. | Jim Meyering |
2006-09-09 | * Makefile.maint (sc_require_config_h): Skip this test if there are no version- | Jim Meyering |
2006-09-09 | restore leading "@" | Jim Meyering |
2006-09-09 | * Makefile.maint (sc_prohibit_jm_in_m4): Don't hang when there | Jim Meyering |
2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert |
2006-08-22 | * bootstrap.conf (gnulib_modules): Add gnupload. | Paul Eggert |
2006-08-22 | Move the check-AUTHORS rule to be run as part of "make distcheck", | Jim Meyering |
2006-08-17 | * Makefile.maint (patch-check): Adapt to work now that the patch | Jim Meyering |
2006-08-16 | 2006-08-16 Bruno Haible <bruno@clisp.org> | Jim Meyering |
2006-08-15 | * Makefile.maint (alpha beta major): Fix syntax error. | Jim Meyering |
2006-08-10 | Undo latest change; I was confused about xgettext versus gcc. | Paul Eggert |