summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Savannah bug #12202.Boris Kolpackov2005-03-044-3/+41
* - Missing docs for $|Paul Smith2005-03-049-20/+75
* Fixed stem termination and stem triple-expansion bugs.Boris Kolpackov2005-03-037-28/+108
* Fixed Savannah bug #12180.Boris Kolpackov2005-03-014-7/+21
* - Fix bug #7144 (infinite loop sometimes with -q and double-colon rules)Paul Smith2005-02-286-49/+54
* * New feature: -L optionPaul Smith2005-02-2825-104/+390
* Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov2005-02-279-61/+236
* Implementation of the second expansion in explicitBoris Kolpackov2005-02-2718-352/+1125
* Add configure operations to support MINGW on Windows.Paul Smith2005-02-2610-15/+113
* Update NEWS file.Paul Smith2005-02-161-9/+25
* Add a patch from Paul Eggert that's been lying around in my directory forPaul Smith2005-02-164-5/+38
* Flush stdout after printing directory info.Paul Smith2005-02-107-69/+96
* Add a new Irish (ga) translation.Paul Smith2005-02-094-45/+23
* Add a Finnish translation.Paul Smith2005-02-014-3/+11