]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2016-06-10  Paul SmithGNU Make release 4.2.1. 4.2.1
2016-06-06  Paul Smith* maintMakefile: TP recommends rsync for retrieving...
2016-05-31  Jeremy Devenport* main.c (main): [SV 48009] Reset stack limit for make...
2016-05-31  Paul Smith[SV 47995] Ensure forced double-colon rules work with -j.
2016-05-31  Paul Smith* DELETE_ON_ERROR: [SV 48061] Use "exit 1" for portability.
2016-05-31  Paul Smith* w32/pathstuff.c: [SV 47996] Use ISBLANK() not isblank().
2016-05-28  Eli ZaretskiiFix printing time stamps on MS-Windows
2016-05-27  Luke Allardyce[SV 48037] Fix MinGW build with Posix configury tools
2016-05-22  Paul SmithGNU Make release 4.2. 4.2
2016-05-21  Joe Crayne[SV 44742] Fix double-colon rules plus parallel builds.
2016-05-21  Paul Smith* read.c (eval): [SV 47960] Skip record waiting files...
2016-05-21  Paul SmithSeparate the GNU make load ABI from internal types.
2016-05-21  Paul EggertFixes for enhanced GCC warnings.
2016-05-21  Paul SmithFix compile issues with Windows and VMS.
2016-05-21  Paul SmithAllow compiling with an ISO C 1989/1990 compiler.
2016-05-17  Eli Zaretskii[SV 47942] Avoid random crashes in subordinate programs...
2016-04-24  Eli ZaretskiiFix the MS-Windows MinGW build
2016-04-23  Paul Smith* tests/scripts/features/output-sync: increase test... 4.1.90
2016-04-11  Paul Smith* NEWS: Update for pre-release
2016-04-11  Paul Smith* dep.h, makeint.h (show_goal_error): Move to makeint.h.
2016-04-11  Paul Smith[SV 46433] Show recipe line offsets in line number...
2016-04-10  Paul Smith* maintMakefile: Add a rule for storing preprocessor...
2016-04-10  Paul Smith[SV 102] Don't show unnecessary include file errors.
2016-04-09  Paul Smith* job.c (child_error): Add filename length to output...
2016-04-04  Paul SmithPreserve the real value of -jN in MAKEFLAGS using jobse...
2016-04-04  Paul Smith* tests/run_make_tests.pl: Add file/lineno info to...
2016-04-04  Paul Smith* maintMakefile: Fix logging of check-alt-config target.
2016-04-04  Paul Smith* job.c (child_execute_job): Fix $(shell...) under...
2016-04-04  Paul Smith* main.c (main): Restrict disabling debugging for MAKEF...
2016-04-04  Paul Smith* Makefile.am, w32/Makefile.am: Fix *os.c for Windows...
2016-04-04  Paul Smith* make.texi: Confirm that CURDIR contains an absolute...
2016-04-04  Paul Smith* docs/make.texi: [SV 47392] Add "Integrating make...
2016-04-04  Paul SmithChange --jobserver-fds to more generic --jobserver...
2016-03-23  Paul Smith* tests/run_make_tests.pl: Preserve $make_command
2016-03-23  Paul Smith* variable.c: Clean up some memory leaks.
2016-03-23  Paul Smith[SV 46995] Strip leading/trailing space from variable...
2016-03-21  Paul Smith* function.c (func_file): Support reading from files.
2016-03-20  Paul Smith* doc/make.texi (Setting Variables): Fix typo (add...
2016-03-20  Paul Smith* job.c (child_error): Combine file info with error...
2016-03-19  Paul Smith* variable.c: Align type of variable_changenum.
2016-03-13  Paul Smith[SV 45728] Detect changes in .VARIABLES more accurately.
2016-03-13  Paul Smith* main.c(main): Disable output sync without parallel...
2016-03-13  Paul Smith[SV 46581] Pre-define .LOADED to avoid warnings.
2016-03-13  Paul Smith[SV 44555] Use vfork() instead of fork() where available.
2016-03-09  Paul Smith* job.c (exec_command): [SV 47365] Show error on exec...
2016-03-09  Paul Smith[SV 46261] Use pselect() for jobserver where supported.
2016-03-09  Paul SmithClean up some compiler warnings.
2016-03-09  Paul SmithExtract jobserver implementation into OS-specific files.
2016-03-08  Paul Smith[SV 46261] Add more EINTRLOOP wrappers.
2016-02-29  Paul Smith* strcache.c (add_hugestring): [SV 46832] Support huge...
2016-02-29  Paul Smith* strcache.c (add_string): [SV 47071] Handle huge initi...
2016-02-29  Paul Smith[SV 47151] Exit with 1 when checking recursive make -q
2016-02-29  Paul Smith* main.c (define_makeflags): Add parens to avoid GCC...
2016-02-29  Paul Smith* tests/scripts/features/archives: Handle deterministic...
2016-02-28  Paul SmithUpdate Copyright statements for the new year.
2016-02-28  Paul Smith* doc/make.texi: [SV 47163] Fix typo in 'ifdef' documen...
2016-02-28  Paul Smith* doc/make.texi: [SV 35455] Add more uses for Empty...
2015-11-07  Gisle VanemFix diagnostics on MS-Windows when environment is too...
2015-10-27  Eli ZaretskiiUpdate README.W32.template
2015-10-27  Eli Zaretskii[SV 46304] Don't invoke C++ compiler on C sources on...
2015-09-23  Eli Zaretskii[SV 45838] When invoking w32 programs, don't use free...
2015-07-13  Paul Smith* implicit.c (pattern_search): [SV 43677] Mark files...
2015-07-13  Paul Smith[SV 28092] Preserve the exit status of the $(shell...
2015-07-12  Paul Smith* tests/scripts/misc/fopen-fail: [SV 42390] Increase...
2015-07-12  Paul Smith* job.c: [SV 43936] Check sigaction for error return.
2015-07-12  Paul Smith[SV 45049] Check for '$' being the last character in...
2015-07-12  Paul Smith* read.c (unescape_char): [SV 45050] Handle final backs...
2015-07-12  Paul Smith* strcache.c: [SV 45275] Handle very long strings.
2015-07-12  Duncan Moore* job.c [RISCOS]: Remove logic that is no longer required.
2015-07-12  Paul Smith* remake.c (update_file): [SV 44742] Keep double-colon...
2015-07-10  James Johnston[SVN 45515] Check exit status of sub-make in subproc.bat
2015-07-10  Eli Zaretskii[SV 45515] Ignore Windows-specific build artifacts
2015-02-28  Eli Zaretskii[SV 44348] Fix handling of shell widlcards on MS-Windows.
2015-01-28  John MalmbergFix bs-nl handling, exit and Environment for VMS.
2014-12-27  Christian BoosFix $(shell) on hosts with 64-bit pid_t.
2014-10-20  Paul Smith* main.c (main): [SV 43434] Handle NULL returns from...
2014-10-20  Benedikt Morbach* tests/scripts/features/archives: [SV 43405] override...
2014-10-20  John MalmbergFix VMS implicit rules and UNIX paths.
2014-10-20  John MalmbergUpdate README.VMS and move news to the NEWS file
2014-10-20  John Malmberg[SV 41758]: Fix archive support for VMS.
2014-10-20  John Malmberg[SV 42447]: VMS simulate exporting symbols
2014-10-20  John MalmbergSet up for running tests on VMS.
2014-10-09  Paul Smith* configure.ac, NEWS, README.git: Set up for the next...
2014-10-05  Paul SmithGNU Make release 4.1. 4.1
2014-10-02  Eli ZaretskiiFix Cygwin compilation error.
2014-10-01  Gisle VanemFix last commit.
2014-10-01  Gisle Vanem* makeint.h (ftruncate): Define also for __WATCOMC__.
2014-10-01  Eli ZaretskiiAvoid compilation warnings.
2014-10-01  Eli ZaretskiiTreat redirection of standard handles on Windows as...
2014-09-30  Paul SmithUpdate Copyright statements for 2014.
2014-09-30  Paul Smith* tests/scripts/features/load: Avoid unused variable...
2014-09-30  Paul Smith* loadapi.c (gmk_eval): Use C90 syntax.
2014-09-30  Hartmut Becker* job.c: fix make action continuation lines.
2014-09-15  Bernhard Reutner... * configure.ac: Fix spacing in helptext of customs
2014-09-15  Eli ZaretskiiSupport MAKE_TERMOUT and MAKE_TERMERR on MS-Windows.
2014-09-15  Paul Smith* loadapi.c (gmk_eval): [SV 43221] Preserve var buff...
2014-09-15  Paul Smith* main.c, NEWS, doc/make.text: Rename MAKE_TTY* to...
2014-09-14  Paul Smith* main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.
2014-09-08  Paul Smith* tests/config-flags.pm.in, tests/scripts/features...
2014-09-08  Paul Smith* doc/make.texi: Clarify implicit rule lookup of phony...
next