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