summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-1015-67/+530
* Fixed Savannah bug #15641.Boris Kolpackov2006-02-085-2/+36
* Updates to Windows stuff from Markus Mauhart.Paul Smith2006-02-066-57/+55
* Fix Savannah bugs # 15341, 15534, and 15533.Paul Smith2006-02-069-226/+482
* Fix a bug where a variable could be used without being initialized in W32.Paul Smith2006-02-012-6/+12
* Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith2006-02-0116-68/+189
* Various changes getting ready for the release of 3.81.Paul Smith2006-01-0420-156/+396
* Fixed record_target_var to initialize variable's export field with v_defaultBoris Kolpackov2005-12-142-2/+7
* Update the make.1 man page.Paul Smith2005-12-1312-90/+112
* Extend .SECONDEXPANSION to implicit rules. Final fix for bug #13781.Paul Smith2005-12-116-29/+103
* Fixed bug #13022 by setting is_target flag on files that this implicitBoris Kolpackov2005-12-094-0/+45
* Fixed bug #14334 by propagate the change of modification time to all theBoris Kolpackov2005-12-074-5/+65
* Implemented the flavor function which returns the flavor ofBoris Kolpackov2005-11-176-2/+125
* Implemented the .INCLUDE_DIRS special variable. It expands to a listBoris Kolpackov2005-11-146-1/+71
* Fix a crash I introduced last-minute.Paul Smith2005-10-265-28/+36
* Make second expansion optional (partial implementation).Paul Smith2005-10-2420-329/+460
* Make sure to assign a boolean value to a 1-bit bitfield. Reported onPaul Smith2005-09-263-7/+24
* Try using POSIX::getcwd to find the working directory wherever it exists.Paul Smith2005-08-312-6/+17
* Preserve the backslash that's printed by echo.Paul Smith2005-08-291-2/+2
* Fix make.h preprocessor directive to work better with Windows compilers.Paul Smith2005-08-297-19/+43
* If we're on a DOS/W32/OS2 system and we're not using a unixy shell, don'tPaul Smith2005-08-254-17/+48
* Wrapped calls to $(wildcard ) with $(sort) so that the resulting orderBoris Kolpackov2005-08-132-5/+11
* Fixed Savannah bug #13881.Boris Kolpackov2005-08-104-12/+33
* - Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith2005-08-0819-61/+628
* Add Indonesian translation.Paul Smith2005-07-152-2/+6
* Various minor updates and code cleanups.Paul Smith2005-07-1215-301/+432
* Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith2005-07-0416-125/+151
* Cleaned up some problems found with the tests running on a powerfulPaul Smith2005-06-274-53/+39
* Make sure timestamp problems don't cause the -W test to fail.Paul Smith2005-06-272-0/+8
* Fixes for some Windows/MSC compile issues.Paul Smith2005-06-275-13/+22
* Date update.Paul Smith2005-06-271-1/+1
* Fix strerror() handling for systems which set ANSI_STRING.Paul Smith2005-06-279-13/+68
* Fix Savannah bug # 1332: handle backslash-newline pairs in command scriptsPaul Smith2005-06-266-71/+374
* Fix Savannah bug # 13478. If -L is given, take the latest mtime for aPaul Smith2005-06-2510-17/+51
* Fix Savannah bug #1454: skip over semicolons (and comments) inside variablePaul Smith2005-06-256-53/+108
* Fix -W foo yielding infinite recursion in some cases of re-exec.Paul Smith2005-06-254-4/+77
* Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith2005-06-258-49/+221
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wePaul Smith2005-06-128-6/+84
* Fixes for VMS from Hartmut Becker.Paul Smith2005-06-104-8/+22
* Fix Savannah bug #11913: ensure that scopes such as foreach, etc. takePaul Smith2005-06-096-41/+106
* Fixed Savannah bugs #13216 and #13218.Boris Kolpackov2005-05-316-2/+74
* Implement new "if... else if... endif" semantics.Paul Smith2005-05-136-115/+240
* Fixes to allow "make dist" etc. to work again.Paul Smith2005-05-106-13/+23
* Document the secondary expansion method. Also, some other documentationPaul Smith2005-05-085-76/+308
* Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith2005-05-0313-783/+930
* Fix performance degradation introduced by the second expansion feature.Paul Smith2005-04-137-58/+117
* Fix some Savannah bugs.Paul Smith2005-04-0816-52/+165
* Fixed Savannah bug #12320.Boris Kolpackov2005-03-154-93/+135
* Fixed Savannah bug #12267.Boris Kolpackov2005-03-104-4/+60
* Fixed Savannah bug #12266.Boris Kolpackov2005-03-095-5/+38