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