Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -20/+29 | |
* New function: $(info ...) * Disallow $(eval ...) to create prereq relationships inside command scripts (caused core dumps) * Try to allow more tests to succeed in Windows/DOS by sanitizing CRLF and \ * Various bug fixes and code cleanups (see the ChangeLog entry) | |||||
2004-09-21 | Add some more unit tests for variable flavors. | Paul Smith | 1 | -0/+1 | |
Allow run_make_tests() to be invoked with an undef makefile string, in which case it re-uses the previous string. | |||||
2004-05-16 | Various enhancements | Paul Smith | 1 | -26/+21 | |
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. | |||||
2004-03-22 | Numerous updates and bug fixes. | Paul Smith | 1 | -19/+51 | |
A number of W32 cleanups from J.Grant. A number of OS/2 cleanups from Andreas Buening. Various random bug fixes. | |||||
2002-09-10 | Fix regex matching for modification time warnings. | Paul Smith | 1 | -4/+2 | |
The ones we had were weird, and failed for multiple warnings in a single file. | |||||
2002-09-10 | Have the test driver check for the new format of the time skew error | Paul Smith | 1 | -2/+2 | |
messages. | |||||
2002-07-10 | Implement SysV-style $$@ support. I looked at E.Parmelan's patch but | Paul Smith | 1 | -2/+16 | |
decided to implement this a different way, and didn't use it. | |||||
2002-04-21 | Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1. | Paul Smith | 1 | -5/+5 | |
We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution. | |||||
2000-02-09 | * Fix some warnings in gettext.c and function.c | Paul Smith | 1 | -2/+3 | |
* Don't try to execute tests which are actually directories. | |||||
1999-09-29 | * Fix for DOS short filenames. | Paul Smith | 1 | -8/+8 | |
1999-09-17 | * A few script fixes and updates for 3.78. | Paul Smith | 1 | -6/+18 | |
1999-09-16 | * Fix some tests. | Paul Smith | 1 | -7/+28 | |
1999-09-15 | * Cleanup the test suite. | Paul Smith | 1 | -1/+9 | |
1999-09-14 | * Added the test suite to the main distribution. | Paul Smith | 1 | -0/+1059 | |