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