summaryrefslogtreecommitdiff
path: root/makeint.h
Commit message (Expand)AuthorAgeFilesLines
* Fix bs-nl handling, exit and Environment for VMS.John Malmberg2015-01-271-1/+5
* * main.c (main): [SV 43434] Handle NULL returns from ttyname().Paul Smith2014-10-201-1/+2
* [SV 42447]: VMS simulate exporting symbolsJohn Malmberg2014-10-201-14/+42
* Fix last commit.Gisle Vanem2014-10-011-1/+1
* * makeint.h (ftruncate): Define also for __WATCOMC__.Gisle Vanem2014-10-011-1/+1
* * main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.Paul Smith2014-09-141-0/+6
* Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND variablesHartmut Becker2014-09-071-1/+7
* Enhance/fix VMS exit code handling.Hartmut Becker2014-09-071-3/+7
* Fix compilation on MS-Windows.Eli Zaretskii2014-07-161-0/+4
* * maintMakefile, various: Improve constification of the codebase.Paul Smith2014-07-071-1/+1
* * Rename MAP_PATHSEP to MAP_DIRSEP.Paul Smith2014-02-081-2/+2
* [SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith2013-11-231-16/+26
* * makeint.h (STOP_SET): [SV 40371] Cast to unsigned char.Paul Smith2013-10-271-1/+1
* Fix the MS-Windows build: now guile.c must always be compiled in.Eli Zaretskii2013-10-231-2/+0
* Fix MinGW64 problem with non-compliant vsnprintf.Eli Zaretskii2013-10-181-0/+6
* Sanitize the registered function interface.Paul Smith2013-10-051-0/+2
* Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNCPaul Smith2013-09-211-4/+0
* [SV 33134] Don't try to close stdout when it's already closed.Paul Smith2013-09-141-2/+0
* Support the -Orecurse option properly.Paul Smith2013-09-141-3/+0
* Enhance the output sync mode.Paul Smith2013-09-121-9/+1
* Set O_APPEND mode for stdout/stderr and output-sync temporary files.Paul Smith2013-06-281-0/+1
* Create a character map to use for locating stop-points in strings.Paul Smith2013-06-221-1/+30
* Disable database verification unless debug enabled.Paul Smith2013-06-211-1/+1
* Porting to VMS, from Hartmut Becker.Paul Smith2013-05-271-0/+1
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
* Remove the dlopen() pointer from struct filedef.Paul Smith2013-05-171-2/+2
* [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile.Paul Smith2013-05-131-0/+1
* Add new --trace[=MODE] flags, with --trace=dirPaul Smith2013-05-131-0/+4
* Rearrange dllimport/dllexport declarations for MS-Windows.Eli Zaretskii2013-05-061-3/+3
* Remove use of vfork().Paul Smith2013-05-061-4/+0
* Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith2013-05-051-4/+4
* Add memory allocation cleanup to loadable objects.Paul Smith2013-05-041-3/+4
* Minor portabiulity fixes for MS-Windows.Eli Zaretskii2013-05-041-0/+8
* Fix interfacing with and remaking dynamic objects on MS-Windows.Eli Zaretskii2013-05-031-2/+7
* Ensure error messages are printed with sync'd output.Paul Smith2013-04-281-0/+4
* Remove support for pre-ANSI variadic function calls.Paul Smith2013-04-281-16/+0
* Small cleanups and fixes.Paul Smith2013-04-281-0/+3
* Add support for per-job output sync.Paul Smith2013-04-281-2/+4
* Support --output-sync on MS-Windows.Eli Zaretskii2013-04-271-0/+8
* Create an open_tmpfd() function to return temp files by FD. Use it.Paul Smith2013-04-161-0/+5
* Change the arg option for -O from numeric to string.Paul Smith2013-04-151-2/+2
* Rename the "parallel-sync" option to "output-sync".Paul Smith2013-04-141-3/+3
* Initial patch for output synchronization. See Savannah bug #33138.Frank Heckenbach2013-04-141-2/+5
* Create externally referencable header file "gnumake.h".Paul Smith2013-01-201-8/+6
* Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith2013-01-201-10/+10
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-0/+642