Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-09 | When .POSIX: is specified use POSIX-standard macro values by default. | Paul Smith | 1 | -1/+24 | |
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 4 | -8/+8 | |
Fixes Savannah bug #34530. | |||||
2012-03-03 | Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace. | Paul Smith | 1 | -0/+13 | |
See Savannah bug #35397. | |||||
2011-12-10 | Add prerequisites to ensure ordering of results. | Paul Smith | 1 | -2/+3 | |
2010-08-29 | Bump the version to 3.82.90. | Paul Smith | 1 | -1/+2 | |
Fix some doc bugs. Implement the --trace flag. Show filename/linenumber on error. | |||||
2010-07-28 | Release GNU make 3.823.82 | Paul Smith | 1 | -11/+16 | |
- Update tests for Solaris bizarre-ness - Update files for release | |||||
2010-07-19 | - Many fixup patches from Savannah. | Paul Smith | 2 | -5/+6 | |
- Fix the test suite on Solaris (from Boris) - Update the manual for .ONESHELL | |||||
2010-07-12 | Forgot to add the ONESHELL regression tests. | Paul Smith | 1 | -0/+70 | |
2010-07-06 | - Enhance .POSIX to set -e when invoking shells, as demanded by a | Paul Smith | 1 | -0/+26 | |
backward-incompatible change in the 2008 POSIX specification. - Add the .SHELLFLAGS variable so people can choose their own shell flags. - Add tests for this. - Add documentation for this. | |||||
2007-08-15 | Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases. | Paul Smith | 1 | -0/+64 | |
One of our translations disappeared from the translations site so remove it. The fdl.texi file was changed to not contain any @node entries, so add some around it in make.texi. | |||||
2005-12-13 | Update the make.1 man page. | Paul Smith | 3 | -27/+6 | |
Use rm -f instead of rm in the test scripts. Fixes bug #15085. | |||||
2005-04-08 | Fix some Savannah bugs. | Paul Smith | 1 | -0/+13 | |
Updates to docs (still need more work here) and NEWS file. New language. | |||||
2004-05-16 | Various enhancements | Paul Smith | 4 | -27/+18 | |
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. | |||||
2003-03-28 | Fix bug #2515: the .SECONDARY target with no prerequisites wasn't | Paul Smith | 1 | -0/+27 | |
behaving properly (if you listed prerequisites it worked properly). | |||||
2002-09-04 | Fix for complex situations where directories are declared as prerequisites. | Paul Smith | 2 | -8/+6 | |
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc. | |||||
2002-07-11 | Install Greg McGary's patches to port the id-utils hashing functions to | Paul Smith | 1 | -2/+2 | |
GNU make. Also he provides some other performance fixups after doing some profiling of make on large makefiles. Modify the test suite to allow the use of Valgrind to find memory problems. | |||||
2000-03-26 | * Ignore attempt to change a file into itself. | Paul Smith | 1 | -2/+8 | |
* Define COFLAGS to avoid unknown variable warning. * Fix some usec problems on UnixWare. * Don't remove .INTERMEDIATE targets specified on the command line. | |||||
2000-02-05 | * Updates for VMS, Windows, and DOS ports. | Paul Smith | 2 | -12/+5 | |
* Clean up some warnings. | |||||
1999-12-18 | * Fix problems with double-colon rules. | Paul Smith | 1 | -0/+21 | |
* Fix problems with INTERMEDIATE rules. | |||||
1999-09-14 | * Added the test suite to the main distribution. | Paul Smith | 7 | -0/+444 | |