summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release GNU Make version 3.99.92.3.99.92Paul Smith2013-09-233-25/+28
* [SV 31155] Parse order-only tokens in second expansion results.Paul Smith2013-09-224-11/+48
* Use explicit cast between void* and pointer-to-function.Paul Smith2013-09-223-4/+9
* Allow loaded objects to opt out of the "auto-rebuild" feature.Paul Smith2013-09-223-5/+20
* Defer Guile initialization until the first $(guile...) call.Paul Smith2013-09-222-3/+15
* Regression test portability to Solaris.Paul Smith2013-09-227-14/+59
* Add VMS port updates from Hartmut Becker.Paul Smith2013-09-2217-151/+71
* Portability enhancements for Mac OSX.Paul Smith2013-09-224-26/+41
* Create a target that tests alternative configurations.Paul Smith2013-09-217-48/+114
* Remove obsolete tests.Paul Smith2013-09-211-52/+0
* Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNCPaul Smith2013-09-2112-33/+53
* Ensure that output generated while reading makefiles is synced.Paul Smith2013-09-215-2/+122
* Ensure that stderr from shell functions in recipes is synced.Paul Smith2013-09-217-71/+133
* Don't write "Entering" every time we re-exec for remake makefiles.Paul Smith2013-09-216-10/+65
* [SV 40043] Set the current directory before printing errors.Paul Smith2013-09-182-5/+10
* Fix a typo in a comment.Eli Zaretskii2013-09-161-1/+1
* Avoid compiler warnings in output.c on MS-Windows.Eli Zaretskii2013-09-162-0/+10
* Release GNU Make version 3.99.91.3.99.91Paul Smith2013-09-163-3/+8
* Small cleanup defining MAKEFLAGS.Paul Smith2013-09-161-25/+11
* [SV 31326] Enhance the info on static pattern errors.Paul Smith2013-09-152-6/+13
* [SV 27374] Fatal immediately on unrecoverable fopen() errors.Paul Smith2013-09-156-28/+73
* [SV 39934] Verify jobserver FDs before something else uses them.Paul Smith2013-09-154-89/+124
* [SV 39203] Don't set MAKEFLAGS when restarting.Paul Smith2013-09-154-12/+29
* [SV 35248] Add --debug "n" flag to turn off current debug options.Paul Smith2013-09-146-6/+30
* [SV 33134] Don't try to close stdout when it's already closed.Paul Smith2013-09-145-55/+64
* [SV 39851] Reinstate stack size limit for processes spawned via $(shell)Petr Machata2013-09-142-1/+13
* Support the -Orecurse option properly.Paul Smith2013-09-1411-591/+594
* Enhance the output sync mode.Paul Smith2013-09-1227-689/+893
* [Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith2013-07-2210-19/+78
* [Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith2013-07-2112-79/+81
* Safety cleanups: ensure OUTFD is -1 when closed.Paul Smith2013-07-212-6/+15
* Notify the compiler that exec_command() won't return.Paul Smith2013-07-141-2/+2
* Modify the update_status field in struct file to be an enum.Paul Smith2013-07-149-102/+121
* Keep a local count of the max dependency list size.Paul Smith2013-07-094-6/+41
* Set O_APPEND mode for stdout/stderr and output-sync temporary files.Paul Smith2013-06-284-1/+35
* Minor fix in build_w32.bat.Eli Zaretskii2013-06-222-0/+4
* Compare internal commands of non-Unix shells on Windows case-insensitively.Eli Zaretskii2013-06-222-2/+6
* Fix a fatal error at startup on Windows due to non-ASCII characters in PATH.Eli Zaretskii2013-06-222-9/+21
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-2214-147/+191
* Disable database verification unless debug enabled.Paul Smith2013-06-214-42/+59
* Add job.h to POTFILES as it now has a translation.Paul Smith2013-06-211-0/+1
* Cleanups.Paul Smith2013-05-272-12/+11
* Create a new variable MAKE_HOST providing the host architecture.Paul Smith2013-05-273-0/+10
* Porting to VMS, from Hartmut Becker.Paul Smith2013-05-278-40/+58
* [SV #38442] Add library names to the string cache.Paul Smith2013-05-265-4/+29
* [SV #38945] Copy the entire buffer back when overwriting CRPaul Smith2013-05-264-3/+12
* [SV #39028] Fix some small typos in messages.Paul Smith2013-05-264-4/+11
* [SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.Paul Smith2013-05-264-1/+34
* Add dates to the NEWS file to make things simpler.Paul Smith2013-05-261-20/+20
* Fix regression tests after MAKEFLAGS enhancements.Paul Smith2013-05-224-8/+14