]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2006-02-01  Paul SmithFix a bug where a variable could be used without being...
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-14  Boris KolpackovFixed record_target_var to initialize variable's export...
2005-12-13  Paul SmithUpdate the make.1 man page.
2005-12-11  Paul SmithExtend .SECONDEXPANSION to implicit rules. Final fix...
2005-12-09  Boris KolpackovFixed bug #13022 by setting is_target flag on files...
2005-12-07  Boris KolpackovFixed bug #14334 by propagate the change of modificatio...
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-26  Paul SmithFix a crash I introduced last-minute.
2005-10-24  Paul SmithMake second expansion optional (partial implementation).
2005-09-26  Paul SmithMake sure to assign a boolean value to a 1-bit bitfield...
2005-08-31  Paul SmithTry using POSIX::getcwd to find the working directory...
2005-08-29  Paul SmithPreserve the backslash that's printed by echo.
2005-08-29  Paul SmithFix make.h preprocessor directive to work better with...
2005-08-25  Paul SmithIf we're on a DOS/W32/OS2 system and we're not using...
2005-08-13  Boris KolpackovWrapped calls to $(wildcard ) with $(sort) so that...
2005-08-10  Boris KolpackovFixed Savannah bug #13881.
2005-08-08  Paul Smith- Fixed a bug reported by Michael Matz regarding handli...
2005-07-15  Paul SmithAdd Indonesian translation.
2005-07-12  Paul SmithVarious minor updates and code cleanups.
2005-07-04  Paul SmithVarious fixes and updates from testers of the beta3...
2005-06-27  Paul SmithCleaned up some problems found with the tests running...
2005-06-27  Paul SmithMake sure timestamp problems don't cause the -W test...
2005-06-27  Paul SmithFixes for some Windows/MSC compile issues.
2005-06-27  Paul SmithDate update.
2005-06-27  Paul SmithFix strerror() handling for systems which set ANSI_STRING.
2005-06-26  Paul SmithFix Savannah bug # 1332: handle backslash-newline pairs...
2005-06-25  Paul SmithFix Savannah bug # 13478. If -L is given, take the...
2005-06-25  Paul SmithFix Savannah bug #1454: skip over semicolons (and comme...
2005-06-25  Paul SmithFix -W foo yielding infinite recursion in some cases...
2005-06-25  Paul SmithAdd a new variable: MAKE_RESTARTS, to count how many...
2005-06-12  Paul SmithFix Savannah bug # 1328: if stdout is redirected to...
2005-06-10  Paul SmithFixes for VMS from Hartmut Becker.
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.
next