summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Add new feature: != shell assignment for portability with BSD make.Paul Smith1-1/+8
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-0/+13
2010-08-29Bump the version to 3.82.90.Paul Smith1-1/+17
2010-08-14- Fix the NEWS file to be accuratePaul Smith1-8/+15
2010-07-28Release GNU make 3.823.82Paul Smith1-43/+57
2010-07-20Fix up incorrect prototype.Paul Smith1-1/+1
2010-07-19- Many fixup patches from Savannah.Paul Smith1-6/+6
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-12Add the beginning of the .ONESHELL special feature.Paul Smith1-0/+10
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-2/+18
2009-11-12Implement linker-compatible library search.Boris Kolpackov1-0/+9
2009-10-25Fix fat-finger bug that left implicit rules with identical stem lengthsPaul Smith1-7/+9
2009-10-25New command line option: --eval=STRING will cause STRING to bePaul Smith1-8/+13
2009-10-12Massage the NEWS filePaul Smith1-16/+20
2009-10-06Implement the new undefine directive.Boris Kolpackov1-0/+5
2009-09-28Implement the shortest stem first search order for pattern-specific variables...Boris Kolpackov1-0/+8
2009-05-26Add 'private' variable modifier, feature submitted by Ramon Garcia.Paul Smith1-6/+24
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-96/+104
2007-07-04* Update to GPLv3Paul Smith1-4/+4
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-0/+6
2006-04-01Release GNU make 3.81.Paul Smith1-3/+3
2006-03-20Add some alloca(0) calls for systems without "normal" alloca support.Paul Smith1-1/+1
2006-03-15Fix Savannah bug #15913.Paul Smith1-0/+8
2006-03-08Some test updates for Windows.Paul Smith1-5/+12
2006-02-20Move the copyright info to the end of the NEWS file, otherwise automake'sPaul Smith1-7/+7
2006-02-11Last of the copyright updates.Paul Smith1-1/+2
2006-02-11Update copyright and license notices on all files.Paul Smith1-19/+24
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-0/+8
2006-02-01Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith1-0/+4
2006-01-04Various changes getting ready for the release of 3.81.Paul Smith1-9/+26
2005-12-13Update the make.1 man page.Paul Smith1-2/+2
2005-11-17Implemented the flavor function which returns the flavor ofBoris Kolpackov1-0/+1
2005-11-14Implemented the .INCLUDE_DIRS special variable. It expands to a listBoris Kolpackov1-0/+2
2005-10-24Make second expansion optional (partial implementation).Paul Smith1-9/+15
2005-07-04Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith1-3/+3
2005-06-27Fixes for some Windows/MSC compile issues.Paul Smith1-1/+1
2005-06-27Date update.Paul Smith1-1/+1
2005-06-26Fix Savannah bug # 1332: handle backslash-newline pairs in command scriptsPaul Smith1-0/+5
2005-06-25Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith1-1/+4
2005-06-09Fix Savannah bug #11913: ensure that scopes such as foreach, etc. takePaul Smith1-1/+2
2005-05-13Implement new "if... else if... endif" semantics.Paul Smith1-1/+5
2005-05-03Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith1-3/+2
2005-04-08Fix some Savannah bugs.Paul Smith1-10/+13
2005-03-04- Missing docs for $|Paul Smith1-2/+16
2005-02-28* New feature: -L optionPaul Smith1-3/+17
2005-02-16Update NEWS file.Paul Smith1-9/+25
2004-09-21Some code cleanups and efficiency enhancements. As far as I can tellPaul Smith1-1/+6
2004-03-06Don't use __STDC__; some compilers don't set it properly.Paul Smith1-1/+1
2004-03-04Updates to automate generation of GNU upload artifacts.Paul Smith1-3/+3
2004-01-21Many bug fixes etc.Paul Smith1-5/+10