summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GNU Make release 4.2.4.2Paul Smith2016-05-226-10/+11
* [SV 44742] Fix double-colon rules plus parallel builds.Joe Crayne2016-05-212-11/+54
* * read.c (eval): [SV 47960] Skip record waiting files when ignoring.Paul Smith2016-05-212-3/+19
* Separate the GNU make load ABI from internal types.Paul Smith2016-05-2114-53/+73
* Fixes for enhanced GCC warnings.Paul Eggert2016-05-2120-89/+81
* Fix compile issues with Windows and VMS.Paul Smith2016-05-216-14/+12
* Allow compiling with an ISO C 1989/1990 compiler.Paul Smith2016-05-213-12/+18
* [SV 47942] Avoid random crashes in subordinate programs on MS-WindowsEli Zaretskii2016-05-171-0/+1
* Fix the MS-Windows MinGW buildEli Zaretskii2016-04-242-5/+7
* * tests/scripts/features/output-sync: increase test timeout.4.1.90Paul Smith2016-04-231-4/+6
* * NEWS: Update for pre-releasePaul Smith2016-04-111-2/+2
* * dep.h, makeint.h (show_goal_error): Move to makeint.h.Paul Smith2016-04-112-1/+2
* [SV 46433] Show recipe line offsets in line number messages.Paul Smith2016-04-1114-22/+81
* * maintMakefile: Add a rule for storing preprocessor output.Paul Smith2016-04-091-0/+4
* [SV 102] Don't show unnecessary include file errors.Paul Smith2016-04-0911-129/+236
* * job.c (child_error): Add filename length to output length.Paul Smith2016-04-091-3/+3
* Preserve the real value of -jN in MAKEFLAGS using jobserver.Paul Smith2016-04-049-107/+178
* * tests/run_make_tests.pl: Add file/lineno info to .run file.Paul Smith2016-04-041-3/+9
* * maintMakefile: Fix logging of check-alt-config target.Paul Smith2016-04-041-2/+8
* * job.c (child_execute_job): Fix $(shell...) under NO_OUTPUT_SYNC.Paul Smith2016-04-043-7/+7
* * main.c (main): Restrict disabling debugging for MAKEFILES.Paul Smith2016-04-041-13/+17
* * Makefile.am, w32/Makefile.am: Fix *os.c for Windows builds.Paul Smith2016-04-042-2/+5
* * make.texi: Confirm that CURDIR contains an absolute path.Paul Smith2016-04-041-3/+3
* * docs/make.texi: [SV 47392] Add "Integrating make" chapter.Paul Smith2016-04-041-2/+231
* Change --jobserver-fds to more generic --jobserver-auth.Paul Smith2016-04-046-52/+60
* * tests/run_make_tests.pl: Preserve $make_commandPaul Smith2016-03-232-1/+3
* * variable.c: Clean up some memory leaks.Paul Smith2016-03-231-1/+2
* [SV 46995] Strip leading/trailing space from variable namesPaul Smith2016-03-2315-187/+291
* * function.c (func_file): Support reading from files.Paul Smith2016-03-214-31/+129
* * doc/make.texi (Setting Variables): Fix typo (add comma).Paul Smith2016-03-201-1/+1
* * job.c (child_error): Combine file info with error message.Paul Smith2016-03-2012-52/+51
* * variable.c: Align type of variable_changenum.Paul Smith2016-03-191-1/+1
* [SV 45728] Detect changes in .VARIABLES more accurately.Paul Smith2016-03-132-32/+49
* * main.c(main): Disable output sync without parallel builds.Paul Smith2016-03-131-7/+18
* [SV 46581] Pre-define .LOADED to avoid warnings.Paul Smith2016-03-133-6/+19
* [SV 44555] Use vfork() instead of fork() where available.Paul Smith2016-03-1311-261/+254
* * job.c (exec_command): [SV 47365] Show error on exec failure.Paul Smith2016-03-092-1/+15
* [SV 46261] Use pselect() for jobserver where supported.Paul Smith2016-03-086-46/+126
* Clean up some compiler warnings.Paul Smith2016-03-086-13/+13
* Extract jobserver implementation into OS-specific files.Paul Smith2016-03-0819-793/+906
* [SV 46261] Add more EINTRLOOP wrappers.Paul Smith2016-03-086-56/+80
* * strcache.c (add_hugestring): [SV 46832] Support huge strings.Paul Smith2016-02-291-3/+38
* * strcache.c (add_string): [SV 47071] Handle huge initial string.Paul Smith2016-02-291-4/+4
* [SV 47151] Exit with 1 when checking recursive make -qPaul Smith2016-02-293-7/+25
* * main.c (define_makeflags): Add parens to avoid GCC warning.Paul Smith2016-02-291-1/+1
* * tests/scripts/features/archives: Handle deterministic archives.Paul Smith2016-02-291-22/+36
* Update Copyright statements for the new year.Paul Smith2016-02-28111-113/+114
* * doc/make.texi: [SV 47163] Fix typo in 'ifdef' documentation.Paul Smith2016-02-281-6/+6
* * doc/make.texi: [SV 35455] Add more uses for Empty Recipes.Paul Smith2016-02-281-20/+17
* Fix diagnostics on MS-Windows when environment is too largeGisle Vanem2015-11-071-2/+3