summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* GNU Make release 4.34.3Paul Smith2020-01-19-13/+13
* * configure.ac (guile): Check for Guile 3.0 installationsPaul Smith2020-01-19-1/+1
* * src/job.c (sh_cmds): [SV 57625] Update builtin shell command listPaul Smith2020-01-19-3/+4
* Resolve some documentation issuesPaul Smith2020-01-19-5/+24
* [SV 40657] Reinstate old behavior for suffix rules with prereqsPaul Smith2020-01-19-13/+66
* * tests/test_driver.pl: Enhance error messagesDmitry Goncharov2020-01-05-5/+12
* * doc/make.texi: Change the GFDL to an AppendixPaul Smith2020-01-04-3/+3
* * NEWS: Clarify authorship of new features.Paul Smith2020-01-04-2/+3
* Enable compilation with C90 compilersPaul Smith2020-01-04-45/+80
* * bootstrap: Update to the latest gnulib versionPaul Smith2020-01-03-16/+7
* Release GNU make 4.2.934.2.93Paul Smith2020-01-03-3/+3
* Update copyright statements for 2020Paul Smith2020-01-03-112/+112
* Support the .EXTRA_PREREQS special variablePaul Smith2020-01-03-52/+340
* * tests/scripts/features/patternrules: Use Windows-compatible quotingPaul Smith2020-01-03-1/+1
* * tests/test_driver.pl: Compute full path to Perl interpreterPaul Smith2020-01-03-1/+27
* * tests/scripts/features/exec: Don't use $ENV in the descriptionPaul Smith2020-01-03-2/+2
* * src/makeint.h: Add a declaration for memrchr()Paul Smith2020-01-03-2/+6
* * NEWS: Remove info about disabled /proc/loadavg usage.Paul Smith2019-12-27-8/+0
* [SV 57022] Avoid posix_spawn which fails asynchronouslyPaul Smith2019-12-27-1/+85
* [SV 56655] Allow pattern expansion to contain spacesPaul Smith2019-12-26-2/+14
* * src/misc.c (spin): On WINDOWS32 use Sleep() instead of sleep()Ben Wijen2019-12-18-1/+7
* * bootstrap.bat: Fix typo in batch file nameBen Wijen2019-12-18-1/+1
* * src/config.h.W32.template: [SV 57152] MinGW32 doesn't support d_typePaul Smith2019-12-18-1/+4
* [SV 54161] Fix second expansion of $* for pathsJouke Witteveen2019-12-18-17/+47
* * src/implicit.c (pattern_search): Set lastslash correctlyJouke Witteveen2019-12-17-6/+28
* * src/implicit.c (pattern-search): Remove unneeded 'dir' variableJouke Witteveen2019-12-17-12/+6
* * Makefile.am: Build lzip package instead of bzip2Paul Smith2019-12-17-7/+11
* * src/job.c (load_too_high): Disable Linux /proc/loadavg for nowPaul Smith2019-12-17-1/+12
* * tests/run_make_tests.pl (set_more_defaults): Fix typoPaul Smith2019-12-17-1/+1
* * tests/run_make_tests.pl (subst_make_string): Force use of /Paul Smith2019-12-16-2/+13
* Rename jhelp.pl to thelp.pl and make it a generic test helper.Paul Smith2019-12-16-141/+186
* Port functions/shell test to Solaris 10Paul Eggert2019-10-10-1/+6
* Release GNU make 4.2.924.2.92Paul Smith2019-10-08-3/+3
* * doc/make.text (Reading Makefiles): Rewrite to be more clear.Paul Smith2019-10-06-25/+27
* * Makefile.am (check-regression): Use PERLFLAGS when running PerlPaul Smith2019-10-05-10/+7
* * tests/scripts/functions/wildcard: Skip slash tests for local glob.Paul Smith2019-10-05-45/+51
* tests: Convert %CONFIG_FLAGS to get_config()Paul Smith2019-10-05-14/+32
* * src/hash.c (jhash_string): Don't read past end of string.Paul Smith2019-10-05-30/+45
* * tests/run_make_tests.pl (valid_option): Add missing File::SpecPaul Smith2019-10-05-1/+1
* * src/function.c (func_realpath) [AIX]: Remove trailing slashes.Paul Smith2019-09-23-0/+9
* * tests/scripts/features/vpathplus: Fix output for big-endian systems.Paul Smith2019-09-22-1/+3
* * configure.ac (HAVE_GETTIMEOFDAY): Avoid undeclared exit function.Florian Weimer2019-09-22-2/+2
* * test/test_driver.el (_run_with_timeout): Show error message.Paul Smith2019-09-22-1/+1
* * job.c (child_error): Modify error message string.Paul Smith2019-09-22-33/+30
* * tests: Convert from File::Spec::Functions to File::Spec.Paul Smith2019-09-21-21/+24
* * tests/scripts/function/guile: Valgrind doesn't work with Guile.Paul Smith2019-09-21-0/+3
* * src/job.c (child_execute_job): Allocate space for argv NULL.Paul Smith2019-09-21-1/+1
* [SV 56918] Compute job slots properly on failing commandPaul Smith2019-09-21-8/+21
* * src/arscan.c (ar_scan): Restrict length for sscanf of ar_mode.Paul Smith2019-09-21-1/+1
* * tests/scripts/functions/shell: Detect correct SHELLSTATUS code.Paul Smith2019-09-21-3/+13