summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith2005-05-033-61/+51
* Fix some Savannah bugs.Paul Smith2005-04-083-0/+24
* Fixed Savannah bug #12320.Boris Kolpackov2005-03-152-0/+19
* Fixed Savannah bug #12267.Boris Kolpackov2005-03-102-0/+36
* Fixed Savannah bug #12266.Boris Kolpackov2005-03-092-2/+26
* Fixed Savannah bug #12202.Boris Kolpackov2005-03-042-3/+34
* - Missing docs for $|Paul Smith2005-03-041-2/+2
* Fixed stem termination and stem triple-expansion bugs.Boris Kolpackov2005-03-034-4/+70
* Fixed Savannah bug #12180.Boris Kolpackov2005-03-012-6/+15
* - Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)Paul Smith2005-02-283-47/+32
* * New feature: -L optionPaul Smith2005-02-289-41/+119
* Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov2005-02-272-0/+64
* Implementation of the second expansion in explicitBoris Kolpackov2005-02-276-6/+443
* Add configure operations to support MINGW on Windows.Paul Smith2005-02-261-8/+17
* Flush stdout after printing directory info.Paul Smith2005-02-103-55/+58
* Implemented `realpath' and `abspath' built-in functions.Boris Kolpackov2004-11-303-0/+160
* Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32).Paul Smith2004-11-293-18/+70
* Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith2004-11-283-2/+55
* New $(lastword ) built-in function: implementation, documentation and tests.Boris Kolpackov2004-10-212-1/+42
* Moved expansion of simple pattern-specific variables from the rebuild stageBoris Kolpackov2004-10-052-0/+56
* Implemented dontcare flag inheritance when rebuilding makefiles.Boris Kolpackov2004-09-282-1/+16
* bugfix for exported pattern-specific variablesBoris Kolpackov2004-09-272-0/+13
* Update the test template. A few fixes in run_make_test().Paul Smith2004-09-225-122/+66
* Fixed bug in implicit rule prerequisite evaluation code. Added test.Boris Kolpackov2004-09-213-1/+73
* Some code cleanups and efficiency enhancements. As far as I can tellPaul Smith2004-09-211-0/+24
* Remove sindex() and replace with strstr().Paul Smith2004-09-211-0/+9
* Add some more unit tests for variable flavors.Paul Smith2004-09-213-18/+103
* Fix some bugs in variable pattern substitution (e.g. $(VAR:A=B)),Paul Smith2004-09-213-21/+36
* Various enhancementsPaul Smith2004-05-1614-155/+199
* Numerous updates and bug fixes.Paul Smith2004-03-223-20/+58
* Fix the origin regression test.Paul Smith2004-02-251-1/+1
* Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith2004-02-232-8/+8
* Many bug fixes etc.Paul Smith2004-01-212-2/+15
* Fix order-only prerequisites for pattern rules. (Savannah patch #2349).Paul Smith2004-01-072-0/+40
* Fix bugs 5798 and 6195.Paul Smith2003-11-043-11/+45
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2003-05-023-11/+41
* Fix bug #2515: the .SECONDARY target with no prerequisites wasn'tPaul Smith2003-03-282-0/+32
* Commit fix for bug #1418.Paul Smith2003-03-252-0/+25
* Fix bug #2238: the read.c:eval() function was not entirely reentrant.Paul Smith2003-01-304-4/+47
* Enhancement (bug #2407) Make error messages more clear.Paul Smith2003-01-302-17/+49
* Fix bug #1744: mask extra arguments to recursive invocations of $(call ...)Paul Smith2003-01-222-0/+36
* Fix eval bugs 1516 and 1517.Paul Smith2002-10-252-0/+36
* Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith2002-10-132-0/+13
* Fix core dump on malformed variable line (Debian bug #81656)Paul Smith2002-10-052-0/+11
* Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith2002-10-031-11/+13
* Fix a bug handling target/prerequisite names containing commentPaul Smith2002-09-233-3/+18
* Fix a bug exporting/unexporting multiple variables in one command.Paul Smith2002-09-182-1/+79
* Fix bug #940 (from the Savannah bug tracker): make sure that target-Paul Smith2002-09-172-0/+51
* Fix HAVE_BROKEN_RESTART logic.Paul Smith2002-09-111-0/+1
* Fix regex matching for modification time warnings.Paul Smith2002-09-101-4/+2