summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-054-9/+9
* Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith2013-05-052-4/+5
* Ensure command lines are written synchronously with -O.Paul Smith2013-05-052-17/+17
* Add memory allocation cleanup to loadable objects.Paul Smith2013-05-042-1/+7
* Improve sync handling for -Ojob/-Otarget and recursion.Paul Smith2013-05-042-0/+15
* Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii2013-05-032-2/+7
* Ensure error messages are printed with sync'd output.Paul Smith2013-04-282-6/+3
* Small cleanups and fixes.Paul Smith2013-04-281-5/+5
* Add support for per-job output sync.Paul Smith2013-04-282-15/+101
* Change the arg option for -O from numeric to string.Paul Smith2013-04-152-2/+6
* Modify output-sync tests to be more reliable.Paul Smith2013-04-152-25/+67
* Handle test timeouts in a more understandable way.Paul Smith2013-04-142-28/+36
* Rename the "parallel-sync" option to "output-sync".Paul Smith2013-04-141-26/+16
* Initial patch for output synchronization. See Savannah bug #33138.Frank Heckenbach2013-04-141-0/+143
* Expand the loadable object support.Paul Smith2013-02-255-48/+157
* Allow dynamically loaded objects to be rebuilt by make.Paul Smith2013-01-202-7/+36
* [SV #37878] Add a check for targets with parens that are not archives.Paul Smith2013-01-132-0/+11
* [SV #38051] Recover all MAKEFLAGS after makefile rebuild step is complete.Paul Smith2013-01-132-22/+42
* Add ChangeLog entries for Git migration.Paul Smith2013-01-131-0/+5
* Ensure parallel test works properly.Paul Smith2013-01-121-4/+5
* Modify .gitignore for proper formatting.Paul Smith2013-01-121-2/+0
* Rename CVS ignore files to .gitignorePaul Smith2013-01-121-0/+0
* Implement new "load" directive.Paul Smith2012-10-295-16/+117
* Remove extraneous close().Paul Smith2012-10-281-3/+0
* Force intermediate targets to be considered if their non-intermediatePaul Smith2012-09-101-0/+17
* Get error messages in the C locale for comparision with make output.Paul Smith2012-09-092-0/+10
* Verify that backslashes before non-special characters are preserved.Paul Smith2012-09-092-1/+13
* Ignore UTF-8 BOMs. See Savannah bug #36529.Paul Smith2012-09-092-0/+14
* When .POSIX: is specified use POSIX-standard macro values by default.Paul Smith2012-09-092-1/+29
* Simplify copyrights using ranges of years.Paul Smith2012-03-056-18/+6
* Improve handling for escaped colons in prerequisite lists.Paul Smith2012-03-043-1/+23
* Ensure appending private variables in pattern-specific target variables.Paul Smith2012-03-042-0/+37
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-0437-94/+94
* Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.Paul Smith2012-03-033-0/+27
* Fix Savannah bug #35410: handle escape chars in filter/filter-outPaul Smith2012-03-034-10/+61
* Modify backslash/newline handling for POSIX.Paul Smith2012-03-032-15/+46
* Add support for "::=" simple assignment operator.Paul Smith2012-01-303-1/+72
* Create a new function $(file ...)Paul Smith2012-01-293-0/+99
* Update copyright notices.Paul Smith2012-01-166-11/+18
* Add GNU Guile as an optional embedded scripting language for make.Paul Smith2012-01-151-0/+81
* Add prerequisites to ensure ordering of results.Paul Smith2011-12-102-2/+8
* Be sure to start parsing prereqs in the right place even if there arePaul Smith2011-11-142-0/+14
* When we re-exec the master makefile in a jobserver environment, ensurePaul Smith2011-09-182-0/+20
* We compute various values for vpath lookup the first time throughPaul Smith2011-09-182-40/+31
* Ensure variables defined in $(call ...) have global scopePaul Smith2011-09-122-0/+16
* Ensure that -n takes precedence over -t.Paul Smith2011-09-022-1/+21
* Save strings we're expanding in case an embedded eval causes themPaul Smith2011-08-292-23/+29
* Fix another error related to whitespace handling in archives.Paul Smith2011-06-122-0/+11
* Ensure private variables are not used when appending target-specificPaul Smith2011-05-072-0/+15
* Inverted the boolean test from what I wanted it to be. Added aPaul Smith2011-05-072-0/+17