Age | Commit message (Expand) | Author | Files | Lines |
2014-12-27 | Fix $(shell) on hosts with 64-bit pid_t. | Christian Boos | 2 | -2/+4 |
2014-10-20 | * main.c (main): [SV 43434] Handle NULL returns from ttyname(). | Paul Smith | 2 | -6/+12 |
2014-10-20 | * tests/scripts/features/archives: [SV 43405] override AR variable. | Benedikt Morbach | 1 | -17/+10 |
2014-10-20 | Fix VMS implicit rules and UNIX paths. | John Malmberg | 7 | -92/+302 |
2014-10-20 | Update README.VMS and move news to the NEWS file | John Malmberg | 2 | -229/+666 |
2014-10-20 | [SV 41758]: Fix archive support for VMS. | John Malmberg | 4 | -26/+220 |
2014-10-20 | [SV 42447]: VMS simulate exporting symbols | John Malmberg | 12 | -138/+1371 |
2014-10-20 | Set up for running tests on VMS. | John Malmberg | 2 | -3/+10 |
2014-10-09 | * configure.ac, NEWS, README.git: Set up for the next release. | Paul Smith | 3 | -2/+11 |
2014-10-05 | GNU Make release 4.1.4.1 | Paul Smith | 4 | -7/+10 |
2014-10-02 | Fix Cygwin compilation error. | Eli Zaretskii | 1 | -2/+3 |
2014-10-01 | Fix last commit. | Gisle Vanem | 1 | -1/+1 |
2014-10-01 | * makeint.h (ftruncate): Define also for __WATCOMC__. | Gisle Vanem | 1 | -1/+1 |
2014-10-01 | Avoid compilation warnings. | Eli Zaretskii | 2 | -3/+7 |
2014-10-01 | Treat redirection of standard handles on Windows as it is done on Unix. | Eli Zaretskii | 2 | -10/+14 |
2014-09-30 | Update Copyright statements for 2014. | Paul Smith | 98 | -104/+104 |
2014-09-30 | * tests/scripts/features/load: Avoid unused variable warnings. | Paul Smith | 1 | -0/+2 |
2014-09-30 | * loadapi.c (gmk_eval): Use C90 syntax. | Paul Smith | 1 | -1/+2 |
2014-09-30 | * job.c: fix make action continuation lines. | Hartmut Becker | 2 | -45/+53 |
2014-09-15 | * configure.ac: Fix spacing in helptext of customs | Bernhard Reutner-Fischer | 1 | -2/+2 |
2014-09-15 | Support MAKE_TERMOUT and MAKE_TERMERR on MS-Windows. | Eli Zaretskii | 2 | -1/+32 |
2014-09-15 | * loadapi.c (gmk_eval): [SV 43221] Preserve var buff content for eval. | Paul Smith | 1 | -0/+8 |
2014-09-15 | * main.c, NEWS, doc/make.text: Rename MAKE_TTY* to MAKE_TERM* | Paul Smith | 3 | -11/+14 |
2014-09-14 | * main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR. | Paul Smith | 8 | -2/+61 |
2014-09-07 | * tests/config-flags.pm.in, tests/scripts/features/archives: [SV 43046] | Paul Smith | 2 | -10/+13 |
2014-09-07 | * doc/make.texi: Clarify implicit rule lookup of phony targets | Paul Smith | 2 | -40/+33 |
2014-09-07 | Fix and enhance VMS library support. | Hartmut Becker | 3 | -104/+281 |
2014-09-07 | Enhance VMS exporting make environment variables. | Hartmut Becker | 2 | -2/+37 |
2014-09-07 | Fix VMS automatic variable expansion | Hartmut Becker | 1 | -1/+39 |
2014-09-07 | * main.c [VMS]: Say that parallel jobs (-j) are not supported on VMS | Hartmut Becker | 1 | -1/+1 |
2014-09-07 | Enhance/fix VMS ONESHELL implementation and command execution | Hartmut Becker | 2 | -102/+273 |
2014-09-07 | Enhance/fix VMS setting of program name, MAKE/MAKE_COMMAND variables | Hartmut Becker | 5 | -140/+115 |
2014-09-07 | Enhance/fix VMS exit code handling. | Hartmut Becker | 8 | -19/+30 |
2014-09-07 | Enhance/fix VMS multi-line support. | Hartmut Becker | 3 | -28/+53 |
2014-09-07 | * config_flags_pm.com, [RENAMED test_make.com] run_make_tests.com: | Hartmut Becker | 2 | -7/+8 |
2014-09-07 | Enhance/fix VMS build environment | Hartmut Becker | 4 | -57/+140 |
2014-09-07 | * configure.ac, maintMakefile, w32/Makefile.am: Fix autotools issues. | Paul Smith | 5 | -7/+12 |
2014-08-30 | Change the order of "makefile" and "Makefile" to match the manual. | Eli Zaretskii | 1 | -1/+1 |
2014-08-30 | Fix regression with "makefile" not being found on MS-Windows. | Eli Zaretskii | 1 | -1/+1 |
2014-07-16 | Fix compilation on MS-Windows. | Eli Zaretskii | 1 | -0/+4 |
2014-07-12 | [SV 42695] Fix compilation error on MS-Windows. | Eli Zaretskii | 1 | -0/+6 |
2014-07-12 | Fix defalt_makefiles[] for MS-Windows. | Jonny Grant | 1 | -0/+4 |
2014-07-07 | * arscan.c [ANDROID]: Android has no ar.h but supports archives. | Fredrik Fornwall | 1 | -2/+2 |
2014-07-07 | * read.c (eval): [SV 41677] Correct test for TAB vs. 8 spaces. | Paul Smith | 2 | -1/+25 |
2014-07-07 | * output.c (pump_from_tmp): [SV 42378] Flush the output file regularly. | Piotr Jaroszynski | 1 | -1/+5 |
2014-07-07 | Update the regression test harness to support VMS. | John Malmberg | 4 | -26/+638 |
2014-07-07 | * various: Assume ISO C89-compliant free() implementation. | Paul Smith | 9 | -72/+34 |
2014-07-07 | * maintMakefile, various: Improve constification of the codebase. | Paul Smith | 12 | -193/+193 |
2014-07-07 | [SV 41983] Support omitting the text argument to $(file ...) | Paul Smith | 4 | -19/+41 |
2014-05-13 | NMakefile.template ($(OUTDIR)/posixfcn.obj): Fix a typo. | Jacques Germishuys | 1 | -1/+1 |