summaryrefslogtreecommitdiff
path: root/Makefile.maint
AgeCommit message (Expand)Author
2008-02-29Use "git tag", not "git-tag", in preparation for git-1.6.0.Jim Meyering
2008-02-20Remove xdelta support, clean up distcheck process.Jim Meyering
2008-02-17Clean up Makefile.maint.Jim Meyering
2008-02-10Ensure there are no removable (useless) if-before-free tests.Jim Meyering
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering
2008-02-04Makefile.maint (announcement): Remove stale comment.Jim Meyering
2008-01-26Clean up build-related rules.Jim Meyering
2008-01-12Use new version of announce-gen.Jim Meyering
2007-12-02Make my-distcheck depend on "check".Jim Meyering
2007-12-01Change release procedure: tag *before* running e.g., "make stable".Jim Meyering
2007-12-01* Makefile.maint (vc-tag-check): Correct check for existing git tag.Jim Meyering
2007-12-01Defer NEWS and ChangeLog checks until after the version-changing tag.Jim Meyering
2007-11-27Don't block use of 'cat' or 'wc' in "make check".Jim Meyering
2007-11-22Make it easier to diagnose PATH-induced "make distcheck" failures.Jim Meyering
2007-11-16Avoid an obscure new "make distcheck" failure.Jim Meyering
2007-10-31Fix a "make distcheck" failure.Jim Meyering
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