summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* Force version printing whenever we print the database.Paul Smith2013-05-223-3/+13
* Make MFLAGS and MAKEFLAGS more reliable and predictable.Paul Smith2013-05-223-116/+95
* Fix the MS-Windows build using the Posix configury.Alexey Pavlov2013-05-183-2/+7
* Support "move" as internal shell command on Windows with cmd.exe.Eli Zaretskii2013-05-182-2/+5
* Fix MS-Windows build with Guile.Eli Zaretskii2013-05-182-1/+9
* Fix MS-Windows compilation when OUTPUT_SYNC is not defined.Eli Zaretskii2013-05-172-0/+7
* Fix a bug in build_w32.bat when building a released tarball.Eli Zaretskii2013-05-172-1/+6
* Update for GNU make release candidate 3.99.90.3.99.90Paul Smith2013-05-174-4/+8
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-1736-3304/+3348
* Update copyright for changes in 2013.Paul Smith2013-05-17100-101/+118
* Use xcalloc() in hash.c to handle out of memory errors.Paul Smith2013-05-172-1/+3
* Remove the dlopen() pointer from struct filedef.Paul Smith2013-05-177-25/+79
* Add requirement for plugin_is_GPL_compatible symbol in loaded objects.Paul Smith2013-05-146-0/+41
* [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith2013-05-137-37/+97
* Add a new variable: GNUMAKEFLAGSPaul Smith2013-05-135-6/+62
* Use level o_env_override for MAKEFLAGS so it's reset even with -e.Paul Smith2013-05-133-21/+21
* Add new --trace[=MODE] flags, with --trace=dirPaul Smith2013-05-139-36/+102
* Avoid printing stdout and stderr messages without a newline between them.Eli Zaretskii2013-05-112-1/+7
* Rearrange dllimport/dllexport declarations for MS-Windows.Eli Zaretskii2013-05-063-4/+12
* doc/make.texi (Loaded Object Example): Add a note about buildingEli Zaretskii2013-05-062-0/+19
* build: enable 'subdir-objects' and 'silent-rules' automake optionsStefano Lattarini2013-05-062-1/+9