Release GNU Make version 3.99.93.
[platform/upstream/make.git] / NEWS
2013-10-01 Paul SmithRelease GNU Make version 3.99.93. 3.99.93
2013-09-29 Paul SmithPortability for Guile 1.8. Force UTF-8 encoding.
2013-09-29 Paul SmithReset GNUMAKEFLAGS after parsing.
2013-09-23 Paul SmithRelease GNU Make version 3.99.92. 3.99.92
2013-09-22 Paul SmithAdd VMS port updates from Hartmut Becker.
2013-09-16 Paul SmithRelease GNU Make version 3.99.91. 3.99.91
2013-09-15 Paul Smith[SV 35248] Add --debug "n" flag to turn off current...
2013-09-12 Paul SmithEnhance the output sync mode.
2013-05-27 Paul SmithCreate a new variable MAKE_HOST providing the host...
2013-05-26 Paul SmithAdd dates to the NEWS file to make things simpler.
2013-05-22 Paul SmithForce version printing whenever we print the database.
2013-05-17 Paul SmithUpdate for GNU make release candidate 3.99.90. 3.99.90
2013-05-17 Paul SmithUpdate copyright for changes in 2013.
2013-05-13 Paul SmithAdd a new variable: GNUMAKEFLAGS
2013-05-01 Eli ZaretskiiMention in NEWS change on Windows with quotes in comman...
2013-04-28 Paul SmithAdd support for per-job output sync.
2013-04-16 Paul SmithCreate an open_tmpfd() function to return temp files...
2012-10-29 Paul SmithImplement new "load" directive.
2012-03-05 Paul SmithSimplify copyrights using ranges of years.
2012-03-03 Paul SmithModify backslash/newline handling for POSIX.
2012-01-30 Paul SmithAdd support for "::=" simple assignment operator.
2012-01-29 Paul SmithCreate a new function $(file ...)
2012-01-16 Paul SmithUpdate copyright notices.
2012-01-15 Paul SmithAdd GNU Guile as an optional embedded scripting languag...
2011-11-14 Paul SmithSupport jobserver capability on Windows systems.
2011-04-18 Paul SmithAdd new feature: != shell assignment for portability...
2010-11-06 Paul SmithImprove backslash/newline handling to adhere to POSIX...
2010-08-29 Paul SmithBump the version to 3.82.90.
2010-08-14 Paul Smith- Fix the NEWS file to be accurate
2010-07-28 Paul SmithRelease GNU make 3.82 3.82
2010-07-20 Paul SmithFix up incorrect prototype.
2010-07-19 Paul Smith- Many fixup patches from Savannah.
2010-07-13 Paul SmithUpdate copyrights for 2010.
2010-07-12 Paul SmithAdd the beginning of the .ONESHELL special feature.
2010-07-06 Paul Smith- Enhance .POSIX to set -e when invoking shells, as...
2009-11-12 Boris KolpackovImplement linker-compatible library search.
2009-10-25 Paul SmithFix fat-finger bug that left implicit rules with identi...
2009-10-25 Paul SmithNew command line option: --eval=STRING will cause...
2009-10-12 Paul SmithMassage the NEWS file
2009-10-06 Boris KolpackovImplement the new undefine directive.
2009-09-28 Boris KolpackovImplement the shortest stem first search order for...
2009-05-26 Paul SmithAdd 'private' variable modifier, feature submitted...
2007-11-04 Paul SmithNew special variable: .RECIPEPREFIX
2007-07-04 Paul Smith* Update to GPLv3
2006-04-07 Paul SmithCode cleanup: Remove all references to PARAMS() &...
2006-04-01 Paul SmithRelease GNU make 3.81.
2006-03-20 Paul SmithAdd some alloca(0) calls for systems without "normal...
2006-03-15 Paul SmithFix Savannah bug #15913.
2006-03-08 Paul SmithSome test updates for Windows.
2006-02-20 Paul SmithMove the copyright info to the end of the NEWS file...
2006-02-11 Paul SmithLast of the copyright updates.
2006-02-11 Paul SmithUpdate copyright and license notices on all files.
2006-02-10 Paul Smith- New code capability: a read-only string cache. Start...
2006-02-01 Paul SmithVarious updates, mainly to the Windows port, from Eli...
2006-01-04 Paul SmithVarious changes getting ready for the release of 3.81.
2005-12-13 Paul SmithUpdate the make.1 man page.
2005-11-17 Boris KolpackovImplemented the flavor function which returns the flavor of
2005-11-14 Boris KolpackovImplemented the .INCLUDE_DIRS special variable. It...
2005-10-24 Paul SmithMake second expansion optional (partial implementation).
2005-07-04 Paul SmithVarious fixes and updates from testers of the beta3...
2005-06-27 Paul SmithFixes for some Windows/MSC compile issues.
2005-06-27 Paul SmithDate update.
2005-06-26 Paul SmithFix Savannah bug # 1332: handle backslash-newline pairs...
2005-06-25 Paul SmithAdd a new variable: MAKE_RESTARTS, to count how many...
2005-06-09 Paul SmithFix Savannah bug #11913: ensure that scopes such as...
2005-05-13 Paul SmithImplement new "if... else if... endif" semantics.
2005-05-03 Paul SmithFix problems with losing tokens in the jobserver, repor...
2005-04-08 Paul SmithFix some Savannah bugs.
2005-03-04 Paul Smith- Missing docs for $|
2005-02-28 Paul Smith* New feature: -L option
2005-02-16 Paul SmithUpdate NEWS file.
2004-09-21 Paul SmithSome code cleanups and efficiency enhancements. As...
2004-03-06 Paul SmithDon't use __STDC__; some compilers don't set it properly.
2004-03-04 Paul SmithUpdates to automate generation of GNU upload artifacts.
2004-01-21 Paul SmithMany bug fixes etc.
2003-07-31 Paul SmithUpdated for autoconf 2.57, automake 1.7.6, and gettext...
2003-05-02 Paul Smith- Fix bug #1405: allow multiple pattern-specific variab...
2002-10-25 Paul SmithA few minor fixes to the manual and automake files.
2002-10-04 Paul SmithUpdate version info. 3.80
2002-10-03 Paul SmithSome updates for automake 1.7 and prep for releasing...
2002-09-10 Paul SmithHave the test driver check for the new format of the...
2002-09-03 Paul SmithUpdate some NEWS and README nits, and add new gettext...
2002-08-08 Paul SmithIncorporate some VMS fixes.
2002-08-01 Paul SmithNew variables, .VARIABLES and .TARGETS.
2002-07-10 Paul SmithImplement SysV-style $$@ support. I looked at E.Parmel...
2002-07-09 Paul SmithDocumentation and tests for order-only prerequisites.
2002-07-08 Paul SmithMajor updates in preparation for 3.80.
2002-04-22 Paul SmithUpdates for new tools. Everything works now building...
2002-04-21 Paul SmithUpdate GNU make to use Autoconf 2.53, Automake 1.6...
2002-04-20 Paul SmithInstalled a new translation for Hebrew.
2002-04-20 Paul SmithUpdates to translaations.
2001-08-03 Paul SmithInstalled a new French translation (resolves Debian...
2001-07-05 Paul SmithNew/updated translations; minor update to the index...
2001-06-01 Paul SmithFix for EINTR problems when using jobserver.
2000-07-30 Paul Smith* Various fixes; see the ChangeLog.
2000-07-07 Paul Smith* Minor code cleanups
2000-06-23 Paul Smith* Released 3.79.1 3.79.1
2000-06-20 Paul Smith* More updates and fixes.
2000-06-13 Paul Smith* Some timestamp fixes from Paul Eggert.
2000-04-05 Paul Smith* Some final cleanups, and release 3.79. 3.79
next