summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bs-nl handling, exit and Environment for VMS.John Malmberg2015-01-271-24/+102
* * main.c (main): [SV 43434] Handle NULL returns from ttyname().Paul Smith2014-10-201-5/+10
* [SV 42447]: VMS simulate exporting symbolsJohn Malmberg2014-10-201-8/+48
* Avoid compilation warnings.Eli Zaretskii2014-10-011-3/+3
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
* * main.c, NEWS, doc/make.text: Rename MAKE_TTY* to MAKE_TERM*Paul Smith2014-09-151-4/+6
* * main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.Paul Smith2014-09-141-1/+11
* * main.c [VMS]: Say that parallel jobs (-j) are not supported on VMSHartmut Becker2014-09-071-1/+1
* Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND variablesHartmut Becker2014-09-071-5/+9
* Enhance/fix VMS exit code handling.Hartmut Becker2014-09-071-4/+4
* [SV 42695] Fix compilation error on MS-Windows.Eli Zaretskii2014-07-121-0/+6
* * various: Assume ISO C89-compliant free() implementation.Paul Smith2014-07-071-12/+6
* * maintMakefile, various: Improve constification of the codebase.Paul Smith2014-07-071-55/+59
* * Rename MAP_PATHSEP to MAP_DIRSEP.Paul Smith2014-02-081-3/+3
* * main.c (die): Close output_context AND make_sync.Paul Smith2014-01-121-2/+7
* * main.c (decode_env_switches): Ensure we have enough space.Paul Smith2013-11-271-5/+4
* Solve some Windows build issues.Stephan T. Lavavej2013-11-271-2/+2
* Fix memory leak during environment option decoding.Paul Smith2013-11-241-10/+11
* [SV 40226] Add a new type of switch: single-string optionsPaul Smith2013-11-241-71/+49
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-44/+57
* [SV 40254] Modify build.sh to work properly with Guile support.Paul Smith2013-10-191-2/+0
* Fix initialization of stringlist variables for jobserver_fds and sync_mutex.Christian Boos2013-10-181-4/+6
* Sanitize the registered function interface.Paul Smith2013-10-051-1/+6
* Final fixes for obscure output-sync errors.Paul Smith2013-09-301-40/+38
* Reset GNUMAKEFLAGS after parsing.Paul Smith2013-09-291-1/+9
* Add VMS port updates from Hartmut Becker.Paul Smith2013-09-221-1/+1
* Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNCPaul Smith2013-09-211-4/+8
* Ensure that output generated while reading makefiles is synced.Paul Smith2013-09-211-0/+47
* Ensure that stderr from shell functions in recipes is synced.Paul Smith2013-09-211-1/+2
* Don't write "Entering" every time we re-exec for remake makefiles.Paul Smith2013-09-211-6/+14
* [SV 40043] Set the current directory before printing errors.Paul Smith2013-09-181-5/+5
* Small cleanup defining MAKEFLAGS.Paul Smith2013-09-161-25/+11
* [SV 39934] Verify jobserver FDs before something else uses them.Paul Smith2013-09-151-84/+94
* [SV 39203] Don't set MAKEFLAGS when restarting.Paul Smith2013-09-151-12/+6
* [SV 35248] Add --debug "n" flag to turn off current debug options.Paul Smith2013-09-141-1/+10
* [SV 33134] Don't try to close stdout when it's already closed.Paul Smith2013-09-141-4/+0
* Support the -Orecurse option properly.Paul Smith2013-09-141-36/+19
* Enhance the output sync mode.Paul Smith2013-09-121-93/+7
* [Bug #39310] Parse simple pattern prereqs for globbing.Paul Smith2013-07-221-1/+1
* [Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith2013-07-211-2/+1
* Modify the update_status field in struct file to be an enum.Paul Smith2013-07-141-30/+20
* Set O_APPEND mode for stdout/stderr and output-sync temporary files.Paul Smith2013-06-281-0/+6
* Fix a fatal error at startup on Windows due to non-ASCII characters in PATH.Eli Zaretskii2013-06-221-9/+12
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-221-2/+46
* Disable database verification unless debug enabled.Paul Smith2013-06-211-40/+47
* Cleanups.Paul Smith2013-05-271-11/+10
* [SV #39028] Fix some small typos in messages.Paul Smith2013-05-261-1/+1
* Force version printing whenever we print the database.Paul Smith2013-05-221-3/+4
* Make MFLAGS and MAKEFLAGS more reliable and predictable.Paul Smith2013-05-221-115/+80
* Fix MS-Windows compilation when OUTPUT_SYNC is not defined.Eli Zaretskii2013-05-171-0/+4