summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Enhance the output sync mode.Paul Smith2013-09-121-0/+41
* [Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith2013-07-221-0/+14
* [Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith2013-07-211-0/+20
* Safety cleanups: ensure OUTFD is -1 when closed.Paul Smith2013-07-211-0/+6
* Modify the update_status field in struct file to be an enum.Paul Smith2013-07-141-0/+27
* Keep a local count of the max dependency list size.Paul Smith2013-07-091-0/+6
* Set O_APPEND mode for stdout/stderr and output-sync temporary files.Paul Smith2013-06-281-1/+8
* Minor fix in build_w32.bat.Eli Zaretskii2013-06-221-0/+3
* Compare internal commands of non-Unix shells on Windows case-insensitively.Eli Zaretskii2013-06-221-0/+4
* Fix a fatal error at startup on Windows due to non-ASCII characters in PATH.Eli Zaretskii2013-06-221-0/+9
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-221-0/+36
* Disable database verification unless debug enabled.Paul Smith2013-06-211-0/+10
* Create a new variable MAKE_HOST providing the host architecture.Paul Smith2013-05-271-0/+5
* Porting to VMS, from Hartmut Becker.Paul Smith2013-05-271-0/+10
* [SV #38442] Add library names to the string cache.Paul Smith2013-05-261-0/+3
* [SV #38945] Copy the entire buffer back when overwriting CRPaul Smith2013-05-261-0/+3
* [SV #39028] Fix some small typos in messages.Paul Smith2013-05-261-0/+7
* [SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.Paul Smith2013-05-261-0/+5
* Force version printing whenever we print the database.Paul Smith2013-05-221-0/+1
* Make MFLAGS and MAKEFLAGS more reliable and predictable.Paul Smith2013-05-221-0/+11
* Fix the MS-Windows build using the Posix configury.Alexey Pavlov2013-05-181-1/+5
* Support "move" as internal shell command on Windows with cmd.exe.Eli Zaretskii2013-05-181-0/+3
* Fix MS-Windows build with Guile.Eli Zaretskii2013-05-181-0/+8
* Fix MS-Windows compilation when OUTPUT_SYNC is not defined.Eli Zaretskii2013-05-171-0/+3
* Fix a bug in build_w32.bat when building a released tarball.Eli Zaretskii2013-05-171-0/+5
* Update for GNU make release candidate 3.99.90.3.99.90Paul Smith2013-05-171-0/+3
* 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