summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2013-04-28Ensure error messages are printed with sync'd output.Paul Smith1-0/+7
2013-04-28Remove support for pre-ANSI variadic function calls.Paul Smith1-0/+8
2013-04-28Add support for per-job output sync.Paul Smith1-0/+18
2013-04-27Fix support for .ONESHELL when dealing with non-POSIX shells.Paul Smith1-0/+3
2013-04-27Rework the implementation of load.c to increase portability.Paul Smith1-0/+7
2013-04-27Merge branch 'master' of git.savannah.gnu.org:/srv/git/makePaul Smith1-5/+81
2013-04-27Support .ONESHELL on MS-Windows, for default Windows shells.Eli Zaretskii1-0/+7
2013-04-27 job.c: Fix compilation error on GNU/Linux due to "label at end of compound s...Eli Zaretskii1-0/+5
2013-04-27Support --output-sync on MS-Windows.Eli Zaretskii1-13/+66
2013-04-25Improve MS-Windows build scripts.Eli Zaretskii1-0/+11
2013-04-21Reflect the 'configure.in' -> 'configure.ac' rename throughoutStefano Lattarini1-0/+8
2013-04-16Some cleanups for Windows builds after the output-sync option.Paul Smith1-0/+5
2013-04-16Create an open_tmpfd() function to return temp files by FD. Use it.Paul Smith1-0/+7
2013-04-15Change the arg option for -O from numeric to string.Paul Smith1-0/+12
2013-04-06Clarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970.Paul Smith1-0/+3
2013-04-06Reconsider targets waiting for prerequisites. Fixes Savannah bug #37703.Paul Smith1-0/+5
2013-02-28Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420Paul Smith1-0/+5
2013-02-25Expand the loadable object support.Paul Smith1-0/+27
2013-01-20Create externally referencable header file "gnumake.h".Paul Smith1-0/+4
2013-01-20Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith1-0/+3
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-0/+5
2013-01-20Allow dynamically loaded objects to be rebuilt by make.Paul Smith1-0/+19
2013-01-19Add more documentation on Git workflow and rules.Paul Smith1-0/+4
2013-01-18Fix a typo in ChangeLog.Eli Zaretskii1-1/+1
2013-01-13[SV #38051] Recover all MAKEFLAGS after makefile rebuild step is complete.Paul Smith1-0/+5
2013-01-13Add ChangeLog entries for Git migration.Paul Smith1-0/+16
2013-01-12Modify instructions, etc. for Git support.Paul Smith1-2/+2
2012-12-08 job.c (create_batch_file): Fix last change: always increment theEli Zaretskii1-0/+5
2012-12-07 job.c (construct_command_argv_internal): Remove " fromEli Zaretskii1-0/+6
2012-12-07 job.c (reap_children): Add debug message for when removal of a temporaryEli Zaretskii1-0/+2
2012-12-07Avoid leaving temporary batch files in the temporary directory.Eli Zaretskii1-0/+10
2012-10-29Implement new "load" directive.Paul Smith1-0/+12
2012-09-30Update the required version of gettext to get new bugfix macros.Paul Smith1-0/+5
2012-09-10Define _GNU_SOURCE before testing for bsd_signal.Paul Smith1-0/+3
2012-09-10Force intermediate targets to be considered if their non-intermediatePaul Smith1-0/+4
2012-09-09Keep the command line on the heap to avoid stack overflow.Paul Smith1-0/+3
2012-09-09On BSD, realpath(3) doesn't fail if the target doesn't exist, so testPaul Smith1-0/+3
2012-09-09Save the variable buffer content, not a potentially old pointer to it.Paul Smith1-0/+3
2012-09-09Fix stupid wrong-pointer error handling target vars containing semicolons.Paul Smith1-0/+2
2012-09-09Ignore UTF-8 BOMs. See Savannah bug #36529.Paul Smith1-0/+6
2012-09-09 read.c (unescape_char): Fix a thinko in the last change.Eli Zaretskii1-0/+4
2012-09-09Savannah bug #37179: Use alternate shared library syntax for MacOS.Paul Smith1-0/+3
2012-09-09Break out of an infinite loop if we're not making progress.Paul Smith1-0/+2
2012-09-09When .POSIX: is specified use POSIX-standard macro values by default.Paul Smith1-0/+5
2012-09-01Update README.W32.template for Guile and job-server support.Eli Zaretskii1-0/+2
2012-09-01Fix unescape_char when not unescaping.Eli Zaretskii1-0/+6
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-2/+6
2012-03-04Improve handling for escaped colons in prerequisite lists.Paul Smith1-0/+4
2012-03-04Create a new CSTRLEN (constant string length) macro, and use it.Paul Smith1-0/+6
2012-03-04Ensure appending private variables in pattern-specific target variables.Paul Smith1-0/+6