summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
...
| | * Ensure parallel test works properly.Paul Smith2013-01-12
| | * Modify .gitignore for proper formatting.Paul Smith2013-01-12
| | * Rename CVS ignore files to .gitignorePaul Smith2013-01-12
| | * Implement new "load" directive.Paul Smith2012-10-29
| | * Remove extraneous close().Paul Smith2012-10-28
| | * Force intermediate targets to be considered if their non-intermediatePaul Smith2012-09-10
| | * Get error messages in the C locale for comparision with make output.Paul Smith2012-09-09
| | * Verify that backslashes before non-special characters are preserved.Paul Smith2012-09-09
| | * Ignore UTF-8 BOMs. See Savannah bug #36529.Paul Smith2012-09-09
| | * When .POSIX: is specified use POSIX-standard macro values by default.Paul Smith2012-09-09
| | * Simplify copyrights using ranges of years.Paul Smith2012-03-05
| | * Improve handling for escaped colons in prerequisite lists.Paul Smith2012-03-04
| | * Ensure appending private variables in pattern-specific target variables.Paul Smith2012-03-04
| | * Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-04
| | * Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.Paul Smith2012-03-03
| | * Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith2012-03-03
| | * Modify backslash/newline handling for POSIX.Paul Smith2012-03-03
| | * Add support for "::=" simple assignment operator.Paul Smith2012-01-30
| | * Create a new function $(file ...)Paul Smith2012-01-29
| | * Update copyright notices.Paul Smith2012-01-16
| | * Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-15
| | * Add prerequisites to ensure ordering of results.Paul Smith2011-12-10
| | * Be sure to start parsing prereqs in the right place even if there arePaul Smith2011-11-14
| | * When we re-exec the master makefile in a jobserver environment, ensurePaul Smith2011-09-18
| | * We compute various values for vpath lookup the first time throughPaul Smith2011-09-18
| | * Ensure variables defined in $(call ...) have global scopePaul Smith2011-09-12
| | * Ensure that -n takes precedence over -t.Paul Smith2011-09-02
| | * Save strings we're expanding in case an embedded eval causes themPaul Smith2011-08-29
| | * Fix another error related to whitespace handling in archives.Paul Smith2011-06-12
| | * Ensure private variables are not used when appending target-specificPaul Smith2011-05-07
| | * Inverted the boolean test from what I wanted it to be. Added aPaul Smith2011-05-07
| | * Use the same algorithm for counting the number of words to sort as wePaul Smith2011-05-02
| | * Add new feature: != shell assignment for portability with BSD make.Paul Smith2011-04-18
| | * Check if the target-specific variable is the same as the globalPaul Smith2010-11-30
| | * Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith2010-11-06
| | * Bump the version to 3.82.90.Paul Smith2010-08-29
| | * - Fix the NEWS file to be accuratePaul Smith2010-08-14
| | * Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec afterPaul Smith2010-08-10
| | * Release GNU make 3.82Paul Smith2010-07-28
| | * - Many fixup patches from Savannah.Paul Smith2010-07-19
| | * Update copyrights for 2010.Paul Smith2010-07-13
| | * Forgot to add the ONESHELL regression tests.Paul Smith2010-07-12
| | * Add the beginning of the .ONESHELL special feature.Paul Smith2010-07-12
| | * - Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith2010-07-06
| | * Fixups for warnings on Windows (esp 64bit).Paul Smith2010-07-05
| | * - Add whitespace to command line invocation in features/recursionPaul Smith2010-07-01
| | * Implement linker-compatible library search.Boris Kolpackov2009-11-12
| | * Update copyright years.Paul Smith2009-10-25
| | * New command line option: --eval=STRING will cause STRING to bePaul Smith2009-10-25
| | * Fix savannah bug 25780. Optimize things a bit.Boris Kolpackov2009-10-06