summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Release GNU make 3.81.Paul Smith2006-04-012-65/+45
* Some memory leak cleanups (found with valgrind).Paul Smith2006-02-141-18/+23
* Last of the copyright updates.Paul Smith2006-02-111-2/+2
* Update copyright and license notices on all files.Paul Smith2006-02-112-4/+20
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-101-39/+68
* Fix Savannah bugs # 15341, 15534, and 15533.Paul Smith2006-02-061-158/+320
* Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith2006-02-011-9/+9
* Various changes getting ready for the release of 3.81.Paul Smith2006-01-041-72/+124
* Implemented the flavor function which returns the flavor ofBoris Kolpackov2005-11-171-2/+52
* Implemented the .INCLUDE_DIRS special variable. It expands to a listBoris Kolpackov2005-11-141-0/+5
* Make second expansion optional (partial implementation).Paul Smith2005-10-241-16/+46
* - Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith2005-08-081-1/+1
* Fix strerror() handling for systems which set ANSI_STRING.Paul Smith2005-06-271-1/+6
* Fix Savannah bug # 1332: handle backslash-newline pairs in command scriptsPaul Smith2005-06-261-8/+50
* Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith2005-06-251-2/+14
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wePaul Smith2005-06-121-1/+1
* Implement new "if... else if... endif" semantics.Paul Smith2005-05-131-5/+21
* Document the secondary expansion method. Also, some other documentationPaul Smith2005-05-081-58/+239
* Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith2005-05-031-6/+61
* Fix some Savannah bugs.Paul Smith2005-04-081-10/+44
* - Missing docs for $|Paul Smith2005-03-041-5/+14
* * New feature: -L optionPaul Smith2005-02-281-0/+17
* Add a patch from Paul Eggert that's been lying around in my directory forPaul Smith2005-02-161-2/+4
* Handle build.sh in a better way (recommendation from the automake mailingPaul Smith2004-12-061-2/+0
* Implemented `realpath' and `abspath' built-in functions.Boris Kolpackov2004-11-301-0/+32
* Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith2004-11-281-19/+37
* New $(lastword ) built-in function: implementation, documentation and tests.Boris Kolpackov2004-10-211-19/+43
* Various enhancementsPaul Smith2004-05-161-8/+18
* Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith2004-02-231-12/+10
* Enhancements to the documentation (fixes bugs #1772 and 4898).Paul Smith2004-01-081-10/+25
* Added MINGW32 changes.Paul Smith2003-11-031-16/+16
* Build fixes due to changes in the FSF web site.Paul Smith2003-10-221-4/+4
* Updated for autoconf 2.57, automake 1.7.6, and gettext 0.12.1.Paul Smith2003-07-312-2/+2
* Minor updates for Windows and OS/2.Paul Smith2003-07-191-8/+8
* - Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith2003-05-021-7/+10
* Fix bug #2892.Paul Smith2003-03-251-3/+2
* A few minor fixes to the manual and automake files.Paul Smith2002-10-251-5/+21
* Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith2002-10-131-24/+42
* Some updates for automake 1.7 and prep for releasing 3.80.Paul Smith2002-10-031-8/+2
* Fix a bug exporting/unexporting multiple variables in one command.Paul Smith2002-09-181-8/+20
* Add some indexing to the manual.Paul Smith2002-09-181-0/+2
* Fix HAVE_BROKEN_RESTART logic.Paul Smith2002-09-111-0/+7
* Add support for broken SA_RESTART on PTX.Paul Smith2002-09-101-1/+7
* Fix for complex situations where directories are declared as prerequisites.Paul Smith2002-09-041-12/+28
* Incorporate some VMS fixes.Paul Smith2002-08-081-21/+39
* New variables, .VARIABLES and .TARGETS.Paul Smith2002-08-011-2/+34
* Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith2002-07-101-23/+36
* Documentation and tests for order-only prerequisites.Paul Smith2002-07-091-2/+46
* Major updates in preparation for 3.80.Paul Smith2002-07-082-0/+10170