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