summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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