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 | 1 | -1/+1 | |
Fixes Savannah bug #34530. | |||||
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 | 1 | -3/+5 | |
- Fix the test suite on Solaris (from Boris) - Update the manual for .ONESHELL | |||||
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. |