Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 1 | -3/+3 | |
Fixes Savannah bug #34530. | |||||
2012-01-30 | Add support for "::=" simple assignment operator. | Paul Smith | 1 | -1/+49 | |
The next POSIX standard will define "::=" to have the same behavior as GNU make's ":=", so add support for this new operator. | |||||
2009-06-05 | - Add forgotten variable/define test suite | Paul Smith | 1 | -0/+234 | |
- Skip initial whitespace including formfeeds, vertical tab, etc. - Add tests for that - Fix the variable/SHELL test; it was wrong! |