summaryrefslogtreecommitdiff
path: root/Makefile.maint
AgeCommit message (Expand)Author
2007-10-21Put always-failing programs first in PATH, so tests cannot mistakenly run ins...Jim Meyering
2007-08-24Arrange to use tag names like vM.N, rather than COREUTILS-M_N.Jim Meyering
2007-08-23* Makefile.maint (patch-check): Don't remove temporaries upon failure.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-23Update c99/c89 patch for new, copyright-change-induced offsets.Jim Meyering
2007-07-11If there's a GPL vN copyright comment, require that N == 3.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-09Compensate for new c99'isms in seq.c.Jim Meyering
2007-06-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering
2007-06-15Don't include "quote.h" when it is not used.Jim Meyering
2007-06-13Don't include "quotearg.h" when it is not used.Jim Meyering
2007-05-22Check for an up-to-date copyright year in coreutils.texi.Jim Meyering
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering
2007-05-18* Makefile.maint (my-distcheck): Remove -pedantic from $(CFLAGS)Jim Meyering
2007-03-15Enforce 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-02Remove another coreutils-ism. Formatting cleanup.Jim Meyering
2007-03-01* Makefile.maint (warn_cflags): Hoist, adding "-Dlint -O".Jim Meyering
2007-03-01Make "make syntax-check" rules less coreutils-specific.Jim Meyering
2007-03-01Run the writable-files check only for release-building targets.Jim Meyering
2007-03-01"make syntax-check" now runs only Makefile.cfg-selected testsJim 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 withJim Meyering
2007-02-10* Makefile.maint (longopt_re): Relax the regexp, making squareJim Meyering
2007-02-02* src/c99-to-c89.diff: Make shred.c Index: and a/b prefixesJim Meyering
2007-01-24Pass "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 releaseJim Meyering
2006-12-21* Makefile.maint (patch-check): Fix shell quoting.Jim Meyering
2006-12-08Include 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-27Improve the check for departures from C89, and fix the departuresPaul Eggert
2006-11-26* Makefile.maint (patch-check): Compile patched sources withJim 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-removedJim Meyering
2006-11-12* Makefile.maint (sc_cast_of_x_alloc_return_value): Add an exclusionJim Meyering
2006-10-28* Makefile.maint (patch-check): Make it easier to regenerateJim 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 workingJim Meyering
2006-10-19* Makefile.maint (po-check): This rule didn't detect the new useJim 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-09restore leading "@"Jim Meyering
2006-09-09* Makefile.maint (sc_prohibit_jm_in_m4): Don't hang when thereJim Meyering
2006-08-26Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert