]> git.ipfire.org Git - thirdparty/make.git/shortlog
thirdparty/make.git
2017-07-01  Paul Smith* function.c (shell_completed): [SV 51014] Add signal...
2017-06-07  Eli ZaretskiiAvoid crashes when SHELL=abcde is specified on the...
2017-06-04  Paul Smith[SV 51159] Use a non-blocking read with pselect to...
2017-06-04  Paul Smith[SV 50823] Support filenames containing '$' in MAKEFILE...
2017-06-04  Paul Smith* tests/test_driver.pl: Useful error if given an invali...
2017-06-04  Paul Smith* NEWS: Do not insert a space during '+=' if the value...
2017-06-04  Enrique Olaizola* read.c (read_all_makefiles): [SV 50909] Add MAKEFILES...
2017-06-04  Paul Smith* po/LINGUAS: Add support for traditional Chinese ...
2017-06-04  Paul SmithRename output_tmpfile() to a misc function get_tmpfile()
2017-06-04  Paul Smith[SV 13651] Handle out-of-memory conditions slightly...
2017-06-04  Paul SmithClean up close-on-exec, particularly with jobserver...
2017-06-04  Paul Smith[SV 50300] Use CFLAGS value of "-O1" in POSIX mode.
2017-06-04  Paul Smith* configure.ac: [SV 50648] Detect Guile 2.2 packages.
2017-06-04  Paul Smith* doc/make.texi: [SV 50304] Add missing close parenthesis.
2017-06-04  Paul SmithAdd test suite support to Windows
2017-06-04  Enrique Olaizola* tests/run_make_tests.pl: [SV 50902] Find Perl modules
2017-01-11  Eli Zaretskii[SV 50021] Avoid infloop on MS-Windows with short scripts
2016-12-28  Paul Smith* main.c (switches): Add -E as an alias for --eval.
2016-12-28  Paul Smith* main.c (switches): Add --no-silent to undo -s options.
2016-12-26  Martin Dorey* job.c (child_execute_job): [SV 49938] Avoid spurious...
2016-12-26  Martin Dorey* main.c (main): [SV 49935] Fix uninitialized variable.
2016-12-26  Paul Smith[SV 40236] Handle included file open failures properly.
2016-12-26  Paul SmithPortability changes for the test suite.
2016-12-26  Paul Smith[SV 20513] Un-escaped # are not comments in function...
2016-12-26  Paul Smith* main.c (main): [SV 40234] Show correct error message.
2016-12-26  Christoph Schulz* main.c (switches): [SV 48809] Accept obsolete jobserv...
2016-12-26  Paul Smith* read.c (get_next_mword): [SV 49865] Make fallthrough...
2016-12-26  Paul Smith[SV 49114] Remove support for the NO_FLOAT compile...
2016-12-26  Paul Smith[SV 45477] [SV 49115] Parse DOS/Windows drivespecs...
2016-12-25  Paul Smith[SV 49116] Check potential null pointer dereference.
2016-12-25  Jaak Ristioja* expand.c (variable_append): [SV 49113] Possible null...
2016-12-25  Jaak Ristioja* w32/*/dirent.*: [SV 49111] Remove unused telldir()
2016-12-25  Paul SmithAdd more GCC warnings to the maintainer build.
2016-12-25  Paul Smith* po/Makevars, makeint.h, debug.h: Add xgettext C forma...
2016-12-25  Paul Smith* po/LINGUAS: Added Serbian translation.
2016-12-25  Paul Smith* README.template: Clarify some items in the README
2016-12-25  Paul Smith* doc/make.texi: [SV 48951] Fix documentation typo.
2016-12-25  Paul Smith* maintMakefile: Update default GPG ID for new key.
2016-12-14  Paul SmithResolve issues discovered by static code analysis.
2016-11-12  Eli Zaretskii* NEWS: Mention the extended support for -jN on MS...
2016-11-12  Marc UllmanSupport more than 63 jobs on MS-Windows
2016-10-09  Eli ZaretskiiOnly include strings.h in MinGW builds
2016-10-06  Eli ZaretskiiUpdate the Guile version tested with the MS-Windows...
2016-10-06  Eli ZaretskiiAvoid compiler warnings with MinGW runtime 3.22.2
2016-06-25  Paul Smith* README.W32.template: Update the build documentation.
2016-06-25  Paul Smith* Update to pre-release version 4.2.90.
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...
next