summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Update source file format: remove TABs, use GNU coding styles.Paul Smith2013-05-171-0/+2
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+3
* Use xcalloc() in hash.c to handle out of memory errors.Paul Smith2013-05-171-0/+2
* Remove the dlopen() pointer from struct filedef.Paul Smith2013-05-171-0/+18
* Add requirement for plugin_is_GPL_compatible symbol in loaded objects.Paul Smith2013-05-141-0/+6
* [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith2013-05-131-0/+11
* Use level o_env_override for MAKEFLAGS so it's reset even with -e.Paul Smith2013-05-131-0/+4
* Add new --trace[=MODE] flags, with --trace=dirPaul Smith2013-05-131-0/+12
* Avoid printing stdout and stderr messages without a newline between them.Eli Zaretskii2013-05-111-0/+6
* Rearrange dllimport/dllexport declarations for MS-Windows.Eli Zaretskii2013-05-061-0/+6
* doc/make.texi (Loaded Object Example): Add a note about buildingEli Zaretskii2013-05-061-0/+5
* build: enable 'subdir-objects' and 'silent-rules' automake optionsStefano Lattarini2013-05-061-0/+8
* build: require Autoconf >= 2.62 and Automake >= 1.11.1Stefano Lattarini2013-05-061-0/+14
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-051-0/+24
* build: get rid of 'HAVE_ANSI_COMPILER' C preprocessor conditionalStefano Lattarini2013-05-051-0/+13
* Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith2013-05-051-0/+8
* Ensure command lines are written synchronously with -O.Paul Smith2013-05-051-0/+12
* Add memory allocation cleanup to loadable objects.Paul Smith2013-05-041-0/+7
* Don't pump output to the descriptor, as we use FILE* elsewhere.Paul Smith2013-05-041-0/+5
* Minor portabiulity fixes for MS-Windows.Eli Zaretskii2013-05-041-0/+5
* Improve sync handling for -Ojob/-Otarget and recursion.Paul Smith2013-05-041-0/+13
* Fix the MS-Windows branch of output_sync code.Eli Zaretskii2013-05-041-0/+6
* Fix invocation of Windows batch files with whitespace in their names.Eli Zaretskii2013-05-031-0/+10
* Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii2013-05-031-0/+35
* Fix treatment of whitespace after a backslash on MS-Windows.Eli Zaretskii2013-05-011-0/+4
* job.c (start_job_command) [WINDOWS32]: Make the same fix forEli Zaretskii2013-05-011-0/+5
* Don't synchronize output for recursive make unless -OmakePaul Smith2013-05-011-0/+5
* Support dynamic object loading on MS-Windows.Eli Zaretskii2013-04-291-0/+11
* Fix the .ONESHELL operation on MS-Windows.Eli Zaretskii2013-04-291-0/+6
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/makePaul Smith2013-04-281-0/+6
|\
| * Fix Savannah bug #37065 with $(wildcard foo/*/.) returning non-directories.Eli Zaretskii2013-04-281-0/+6
* | Ensure error messages are printed with sync'd output.Paul Smith2013-04-281-0/+7
* | Remove support for pre-ANSI variadic function calls.Paul Smith2013-04-281-0/+8
|/
* Add support for per-job output sync.Paul Smith2013-04-281-0/+18
* Fix support for .ONESHELL when dealing with non-POSIX shells.Paul Smith2013-04-271-0/+3
* Rework the implementation of load.c to increase portability.Paul Smith2013-04-271-0/+7
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/makePaul Smith2013-04-271-5/+81
|\
| * Support .ONESHELL on MS-Windows, for default Windows shells.Eli Zaretskii2013-04-271-0/+7
| * job.c: Fix compilation error on GNU/Linux due to "label at end of compound s...Eli Zaretskii2013-04-271-0/+5
| * Support --output-sync on MS-Windows.Eli Zaretskii2013-04-271-13/+66
| * Improve MS-Windows build scripts.Eli Zaretskii2013-04-251-0/+11
* | Reflect the 'configure.in' -> 'configure.ac' rename throughoutStefano Lattarini2013-04-211-0/+8
|/
* Some cleanups for Windows builds after the output-sync option.Paul Smith2013-04-161-0/+5
* Create an open_tmpfd() function to return temp files by FD. Use it.Paul Smith2013-04-161-0/+7
* Change the arg option for -O from numeric to string.Paul Smith2013-04-151-0/+12
* Clarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970.Paul Smith2013-04-061-0/+3
* Reconsider targets waiting for prerequisites. Fixes Savannah bug #37703.Paul Smith2013-04-061-0/+5
* Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420Paul Smith2013-02-281-0/+5
* Expand the loadable object support.Paul Smith2013-02-251-0/+27
* Create externally referencable header file "gnumake.h".Paul Smith2013-01-201-0/+4