summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release GNU Make version 3.99.93.3.99.93Paul Smith2013-10-013-3/+8
* Fix portability issues for Guile 1.8.Paul Smith2013-09-304-7/+14
* Final fixes for obscure output-sync errors.Paul Smith2013-09-304-62/+72
* Fixes for building with MSVC.Paul Smith2013-09-304-6/+21
* Solaris /bin/sh can't handle multiple options ("-e -c").Paul Smith2013-09-303-3/+21
* Fix build failures on EMX for output-sync support.Paul Smith2013-09-295-12/+17
* Portability for Guile 1.8. Force UTF-8 encoding.Paul Smith2013-09-294-32/+27
* Reset GNUMAKEFLAGS after parsing.Paul Smith2013-09-296-8/+52
* Rename dash-w to print-directory.Paul Smith2013-09-232-0/+6
* Fix broken w32 build due to OUTPUT_SYNC -> NO_OUTPUT_SYNC inversion.Eli Zaretskii2013-09-233-3/+9
* 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