| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a number of documentation bugs, plus some build/install issues: | Paul Smith | 2006-10-01 | 1 | -23/+61 |
* | Release GNU make 3.81. | Paul Smith | 2006-04-01 | 2 | -65/+45 |
* | Some memory leak cleanups (found with valgrind). | Paul Smith | 2006-02-14 | 1 | -18/+23 |
* | Last of the copyright updates. | Paul Smith | 2006-02-11 | 1 | -2/+2 |
* | Update copyright and license notices on all files. | Paul Smith | 2006-02-11 | 2 | -4/+20 |
* | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 2006-02-10 | 1 | -39/+68 |
* | Fix Savannah bugs # 15341, 15534, and 15533. | Paul Smith | 2006-02-06 | 1 | -158/+320 |
* | Various updates, mainly to the Windows port, from Eli Zaretskii and | Paul Smith | 2006-02-01 | 1 | -9/+9 |
* | Various changes getting ready for the release of 3.81. | Paul Smith | 2006-01-04 | 1 | -72/+124 |
* | Implemented the flavor function which returns the flavor of | Boris Kolpackov | 2005-11-17 | 1 | -2/+52 |
* | Implemented the .INCLUDE_DIRS special variable. It expands to a list | Boris Kolpackov | 2005-11-14 | 1 | -0/+5 |
* | Make second expansion optional (partial implementation). | Paul Smith | 2005-10-24 | 1 | -16/+46 |
* | - Fixed a bug reported by Michael Matz regarding handling of parallel | Paul Smith | 2005-08-08 | 1 | -1/+1 |
* | Fix strerror() handling for systems which set ANSI_STRING. | Paul Smith | 2005-06-27 | 1 | -1/+6 |
* | Fix Savannah bug # 1332: handle backslash-newline pairs in command scripts | Paul Smith | 2005-06-26 | 1 | -8/+50 |
* | Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd. | Paul Smith | 2005-06-25 | 1 | -2/+14 |
* | Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we | Paul Smith | 2005-06-12 | 1 | -1/+1 |
* | Implement new "if... else if... endif" semantics. | Paul Smith | 2005-05-13 | 1 | -5/+21 |
* | Document the secondary expansion method. Also, some other documentation | Paul Smith | 2005-05-08 | 1 | -58/+239 |
* | Fix problems with losing tokens in the jobserver, reported by Grant | Paul Smith | 2005-05-03 | 1 | -6/+61 |
* | Fix some Savannah bugs. | Paul Smith | 2005-04-08 | 1 | -10/+44 |
* | - Missing docs for $| | Paul Smith | 2005-03-04 | 1 | -5/+14 |
* | * New feature: -L option | Paul Smith | 2005-02-28 | 1 | -0/+17 |
* | Add a patch from Paul Eggert that's been lying around in my directory for | Paul Smith | 2005-02-16 | 1 | -2/+4 |
* | Handle build.sh in a better way (recommendation from the automake mailing | Paul Smith | 2004-12-06 | 1 | -2/+0 |
* | Implemented `realpath' and `abspath' built-in functions. | Boris Kolpackov | 2004-11-30 | 1 | -0/+32 |
* | Fix for bug #1276: Handle SHELL according to POSIX requirements. | Paul Smith | 2004-11-28 | 1 | -19/+37 |
* | New $(lastword ) built-in function: implementation, documentation and tests. | Boris Kolpackov | 2004-10-21 | 1 | -19/+43 |
* | Various enhancements | Paul Smith | 2004-05-16 | 1 | -8/+18 |
* | Numerous fixes: patches for OS/2; core for -f ''; makefile updates. | Paul Smith | 2004-02-23 | 1 | -12/+10 |
* | Enhancements to the documentation (fixes bugs #1772 and 4898). | Paul Smith | 2004-01-08 | 1 | -10/+25 |
* | Added MINGW32 changes. | Paul Smith | 2003-11-03 | 1 | -16/+16 |
* | Build fixes due to changes in the FSF web site. | Paul Smith | 2003-10-22 | 1 | -4/+4 |
* | Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1. | Paul Smith | 2003-07-31 | 2 | -2/+2 |
* | Minor updates for Windows and OS/2. | Paul Smith | 2003-07-19 | 1 | -8/+8 |
* | - Fix bug #1405: allow multiple pattern-specific variables to match a target. | Paul Smith | 2003-05-02 | 1 | -7/+10 |
* | Fix bug #2892. | Paul Smith | 2003-03-25 | 1 | -3/+2 |
* | A few minor fixes to the manual and automake files. | Paul Smith | 2002-10-25 | 1 | -5/+21 |
* | Fix bug#1379: don't use alloca() where it could overrun the stack size. | Paul Smith | 2002-10-13 | 1 | -24/+42 |
* | Some updates for automake 1.7 and prep for releasing 3.80. | Paul Smith | 2002-10-03 | 1 | -8/+2 |
* | Fix a bug exporting/unexporting multiple variables in one command. | Paul Smith | 2002-09-18 | 1 | -8/+20 |
* | Add some indexing to the manual. | Paul Smith | 2002-09-18 | 1 | -0/+2 |
* | Fix HAVE_BROKEN_RESTART logic. | Paul Smith | 2002-09-11 | 1 | -0/+7 |
* | Add support for broken SA_RESTART on PTX. | Paul Smith | 2002-09-10 | 1 | -1/+7 |
* | Fix for complex situations where directories are declared as prerequisites. | Paul Smith | 2002-09-04 | 1 | -12/+28 |
* | Incorporate some VMS fixes. | Paul Smith | 2002-08-08 | 1 | -21/+39 |
* | New variables, .VARIABLES and .TARGETS. | Paul Smith | 2002-08-01 | 1 | -2/+34 |
* | Implement SysV-style $$@ support. I looked at E.Parmelan's patch but | Paul Smith | 2002-07-10 | 1 | -23/+36 |
* | Documentation and tests for order-only prerequisites. | Paul Smith | 2002-07-09 | 1 | -2/+46 |
* | Major updates in preparation for 3.80. | Paul Smith | 2002-07-08 | 2 | -0/+10170 |