summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2012-01-16Disallow whitespace in variable names.Paul Smith1-9/+11
2012-01-16Update copyright notices.Paul Smith2-2/+2
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-117/+339
2011-09-12Ensure variables defined in $(call ...) have global scopePaul Smith1-1/+3
2011-05-02Updated documentation to fix Savannah bugs #32058 and #31582Paul Smith1-7/+18
2011-04-18Add new feature: != shell assignment for portability with BSD make.Paul Smith1-3/+47
2011-02-21* Fixups to the make man pagePaul Smith1-11/+13
2010-11-30Check if the target-specific variable is the same as the globalPaul Smith1-5/+5
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-10/+13
2010-08-29Bump the version to 3.82.90.Paul Smith1-14/+33
2010-07-19- Many fixup patches from Savannah.Paul Smith1-45/+158
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-1/+21
2009-11-12Implement linker-compatible library search.Boris Kolpackov1-7/+4
2009-10-25New command line option: --eval=STRING will cause STRING to bePaul Smith1-0/+9
2009-10-06Implement the new undefine directive.Boris Kolpackov1-2/+43
2009-09-28- Update manual description for pattern rule search algorithmPaul Smith1-30/+53
2009-09-28Implement the shortest stem first search order for pattern-specific variables...Boris Kolpackov1-11/+48
2009-09-12- Fix Savannah bug #21824: don't loop through NULL cmds pointerPaul Smith1-5/+10
2009-08-02- Fix Savannah bug #27093Paul Smith1-8/+8
2009-08-01Changes from Ralf Wildenhues.Paul Smith1-0/+5
2009-06-13- Fix Savannah bug #13401Paul Smith1-5/+6
2009-06-04- Modify access of config and gnulib Savannah modules to use GITPaul Smith1-95/+133
2009-05-26Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith1-24/+43
2009-05-24We had the incorrect ISBN in the manual; not sure what happened herePaul Smith1-2/+2
2008-05-18Manual typo.Paul Smith1-1/+1
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-922/+937
2007-08-15Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases.Paul Smith1-2/+3
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