platform/upstream/make.git
2005-06-09 Paul SmithFix Savannah bug #11913: ensure that scopes such as...
2005-05-31 Boris KolpackovFixed Savannah bugs #13216 and #13218.
2005-05-13 Paul SmithImplement new "if... else if... endif" semantics.
2005-05-10 Paul SmithFixes to allow "make dist" etc. to work again.
2005-05-08 Paul SmithDocument the secondary expansion method. Also, some...
2005-05-03 Paul SmithFix problems with losing tokens in the jobserver, repor...
2005-04-13 Paul SmithFix performance degradation introduced by the second...
2005-04-08 Paul SmithFix some Savannah bugs.
2005-03-15 Boris KolpackovFixed Savannah bug #12320.
2005-03-10 Boris KolpackovFixed Savannah bug #12267.
2005-03-09 Boris KolpackovFixed Savannah bug #12266.
2005-03-04 Boris KolpackovFixed Savannah bug #12202.
2005-03-04 Paul Smith- Missing docs for $|
2005-03-03 Boris KolpackovFixed stem termination and stem triple-expansion bugs.
2005-03-01 Boris KolpackovFixed Savannah bug #12180.
2005-02-28 Paul Smith- Fix bug #7144 (infinite loop sometimes with -q and...
2005-02-28 Paul Smith* New feature: -L option
2005-02-27 Boris KolpackovImplementation of the .DEFAULT_TARGET special variable.
2005-02-27 Boris KolpackovImplementation of the second expansion in explicit
2005-02-26 Paul SmithAdd configure operations to support MINGW on Windows.
2005-02-16 Paul SmithUpdate NEWS file.
2005-02-16 Paul SmithAdd a patch from Paul Eggert that's been lying around...
2005-02-10 Paul SmithFlush stdout after printing directory info.
2005-02-09 Paul SmithAdd a new Irish (ga) translation.
2005-02-01 Paul SmithAdd a Finnish translation.
2004-12-06 Paul SmithHandle build.sh in a better way (recommendation from...
2004-12-05 Paul SmithFix bug with SHELL handling: make sure the variable...
2004-11-30 Paul SmithFix problems with README and build.sh
2004-11-30 Boris KolpackovImplemented `realpath' and `abspath' built-in functions.
2004-11-29 Paul SmithFix bug #10252: Remove any trailing slashes from -C...
2004-11-28 Paul SmithFix for bug #1276: Handle SHELL according to POSIX...
2004-11-28 Paul SmithFix WINDOWS32 bug #11155 with patch from Alessandro...
2004-11-12 Paul SmithPatch for command line parsing for VMS from Hartmut...
2004-10-21 Boris KolpackovNew $(lastword ) built-in function: implementation...
2004-10-06 Paul SmithApply patch from Alessandro Vesely for WINDOWS32-specif...
2004-10-05 Boris KolpackovMoved expansion of simple pattern-specific variables...
2004-09-28 Boris KolpackovImplemented dontcare flag inheritance when rebuilding...
2004-09-27 Boris Kolpackovbugfix for exported pattern-specific variables
2004-09-22 Paul SmithUpdate the test template. A few fixes in run_make_test().
2004-09-21 Boris KolpackovFixed bug in implicit rule prerequisite evaluation...
2004-09-21 Paul SmithSome code cleanups and efficiency enhancements. As...
2004-09-21 Paul SmithRemove sindex() and replace with strstr().
2004-09-21 Paul SmithAdd some more unit tests for variable flavors.
2004-09-21 Paul SmithFix some bugs in variable pattern substitution (e.g...
2004-05-16 Paul SmithVarious enhancements
2004-03-22 Paul SmithNumerous updates and bug fixes.
2004-03-06 Paul SmithDon't use __STDC__; some compilers don't set it properly.
2004-03-06 Paul SmithMore maintainer rules.
2004-03-04 Paul SmithUpdates to automate generation of GNU upload artifacts.
2004-02-25 Paul SmithFix the origin regression test.
2004-02-25 Paul SmithAdd in HAVE_STDARG_H to the various port config files.
2004-02-24 Paul SmithMany compiler warning cleanups.
2004-02-23 Paul SmithNumerous fixes: patches for OS/2; core for -f ''; makef...
2004-02-21 Paul SmithVMS fix.
2004-01-21 Paul SmithMany bug fixes etc.
2004-01-08 Paul SmithEnhancements to the documentation (fixes bugs #1772...
2004-01-07 Paul SmithFix order-only prerequisites for pattern rules. (Savann...
2003-11-04 Paul SmithFix bugs 5798 and 6195.
2003-11-03 Paul SmithAdded MINGW32 changes.
2003-10-22 Paul SmithBuild fixes due to changes in the FSF web site.
2003-07-31 Paul SmithUpdated for autoconf 2.57, automake 1.7.6, and gettext...
2003-07-19 Paul SmithMinor updates for Windows and OS/2.
2003-05-02 Paul Smith- Fix bug #1405: allow multiple pattern-specific variab...
2003-03-28 Paul SmithFix bug #2515: the .SECONDARY target with no prerequisi...
2003-03-25 Paul SmithFix bug #2892.
2003-03-25 Paul SmithFix bug #2846.
2003-03-25 Paul SmithCommit fix for bug #1418.
2003-03-24 Paul SmithAdd support for OS/2, contributed by Andreas Buening...
2003-01-30 Paul SmithFix bug #2238: the read.c:eval() function was not entir...
2003-01-30 Paul SmithEnhancement (bug #2407) Make error messages more clear.
2003-01-30 Paul SmithPortability fix for glob.h building in FreeBSD ports...
2003-01-22 Paul SmithFix bug #1744: mask extra arguments to recursive invoca...
2002-12-19 Paul SmithAdded Ukrainian translation.
2002-11-19 Paul SmithAdd hash.c etc. to various non-UNIX makefiles.
2002-10-25 Paul SmithFix eval bugs 1516 and 1517.
2002-10-25 Paul SmithA few minor fixes to the manual and automake files.
2002-10-14 Paul SmithConvert the source code to use ANSI C style function...
2002-10-13 Paul SmithFix bug#1379: don't use alloca() where it could overrun...
2002-10-05 Paul SmithFix core dump on malformed variable line (Debian bug...
2002-10-04 Paul SmithUpdate version info. 3.80
2002-10-04 Paul SmithDon't put .cvsignore files in the distributed tar file.
2002-10-04 Paul SmithFix K&R-isms found on SunOS 4.1.4 builds.
2002-10-03 Paul SmithSome updates for automake 1.7 and prep for releasing...
2002-10-01 Paul SmithAdd VMS updates from Martin Zinser.
2002-09-23 Paul SmithFix a bug handling target/prerequisite names containing...
2002-09-18 Paul SmithFix a bug exporting/unexporting multiple variables...
2002-09-18 Paul SmithAdd some indexing to the manual.
2002-09-17 Paul SmithFix bug #940 (from the Savannah bug tracker): make...
2002-09-12 Paul SmithFixups for the release. One bug fix, some automake...
2002-09-11 Paul SmithFix HAVE_BROKEN_RESTART logic.
2002-09-10 Paul SmithFix regex matching for modification time warnings.
2002-09-10 Paul SmithA few test bug fixes:
2002-09-10 Paul SmithHave the test driver check for the new format of the...
2002-09-10 Paul SmithAdd support for broken SA_RESTART on PTX.
2002-09-09 Paul SmithWhoops; configure wasn't looking for memmove.
2002-09-04 Paul SmithFix for complex situations where directories are declar...
2002-09-03 Paul SmithUpdate some NEWS and README nits, and add new gettext...
2002-08-10 Paul SmithUpdate to a new version of automake and gettext.
2002-08-08 Paul SmithChange the version.
2002-08-08 Paul SmithIncorporate some VMS fixes.
next