summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: require Autoconf >= 2.62 and Automake >= 1.11.1Stefano Lattarini2013-05-062-3/+17
* Remove use of vfork().Paul Smith2013-05-067-42/+6
* docs: port manual to Texinfo 5.xStefano Lattarini2013-05-051-1/+1
* cosmetics: fix few innocuous typosStefano Lattarini2013-05-0516-29/+53
* build: get rid of 'HAVE_ANSI_COMPILER' C preprocessor conditionalStefano Lattarini2013-05-056-18/+13
* Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith2013-05-058-55/+81
* Ensure command lines are written synchronously with -O.Paul Smith2013-05-055-100/+96
* Add memory allocation cleanup to loadable objects.Paul Smith2013-05-047-20/+159
* Don't pump output to the descriptor, as we use FILE* elsewhere.Paul Smith2013-05-042-49/+34
* Minor portabiulity fixes for MS-Windows.Eli Zaretskii2013-05-042-0/+13
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/makePaul Smith2013-05-041-1/+1
|\
| * Fix a typo in the manual.Eli Zaretskii2013-05-041-1/+1
* | Improve sync handling for -Ojob/-Otarget and recursion.Paul Smith2013-05-045-131/+183
|/
* Fix a possibly confusing comment at end of pump_from_tmp_fd.Eli Zaretskii2013-05-041-1/+2
* Fix the MS-Windows branch of output_sync code.Eli Zaretskii2013-05-042-2/+7
* Fix invocation of Windows batch files with whitespace in their names.Eli Zaretskii2013-05-032-3/+55
* Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii2013-05-0313-22/+105
* Mention in NEWS change on Windows with quotes in command lines.Eli Zaretskii2013-05-011-0/+9
* Fix treatment of whitespace after a backslash on MS-Windows.Eli Zaretskii2013-05-012-0/+13
* job.c (start_job_command) [WINDOWS32]: Make the same fix forEli Zaretskii2013-05-012-2/+9
* Don't synchronize output for recursive make unless -OmakePaul Smith2013-05-012-2/+9
* Support dynamic object loading on MS-Windows.Eli Zaretskii2013-04-295-1/+131
* Fix the .ONESHELL operation on MS-Windows.Eli Zaretskii2013-04-292-3/+9
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/makePaul Smith2013-04-282-1/+27
|\
| * Fix Savannah bug #37065 with $(wildcard foo/*/.) returning non-directories.Eli Zaretskii2013-04-282-1/+27
* | Ensure error messages are printed with sync'd output.Paul Smith2013-04-286-23/+145
* | Remove support for pre-ANSI variadic function calls.Paul Smith2013-04-288-136/+22
* | Small cleanups and fixes.Paul Smith2013-04-284-12/+15
* | Fix a few compiler warnings found by Eli.Paul Smith2013-04-282-10/+5
|/
* Add support for per-job output sync.Paul Smith2013-04-2811-105/+320
* Fix support for .ONESHELL when dealing with non-POSIX shells.Paul Smith2013-04-272-26/+29
* Rework the implementation of load.c to increase portability.Paul Smith2013-04-272-59/+71
* Merge branch 'master' of git.savannah.gnu.org:/srv/git/makePaul Smith2013-04-2713-113/+772
|\
| * Support .ONESHELL on MS-Windows, for default Windows shells.Eli Zaretskii2013-04-273-23/+107
| * job.c: Fix compilation error on GNU/Linux due to "label at end of compound s...Eli Zaretskii2013-04-272-1/+11
| * Support --output-sync on MS-Windows.Eli Zaretskii2013-04-2712-42/+556