summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Update copyright statements for 2020Paul Smith2020-01-03
* Support the .EXTRA_PREREQS special variablePaul Smith2020-01-03
* * src/makeint.h: Add a declaration for memrchr()Paul Smith2020-01-03
* [SV 56655] Allow pattern expansion to contain spacesPaul Smith2019-12-26
* * src/misc.c (spin): On WINDOWS32 use Sleep() instead of sleep()Ben Wijen2019-12-18
* * src/config.h.W32.template: [SV 57152] MinGW32 doesn't support d_typePaul Smith2019-12-18
* [SV 54161] Fix second expansion of $* for pathsJouke Witteveen2019-12-18
* * src/implicit.c (pattern_search): Set lastslash correctlyJouke Witteveen2019-12-17
* * src/implicit.c (pattern-search): Remove unneeded 'dir' variableJouke Witteveen2019-12-17
* * src/job.c (load_too_high): Disable Linux /proc/loadavg for nowPaul Smith2019-12-17
* * src/hash.c (jhash_string): Don't read past end of string.Paul Smith2019-10-05
* * src/function.c (func_realpath) [AIX]: Remove trailing slashes.Paul Smith2019-09-23
* * job.c (child_error): Modify error message string.Paul Smith2019-09-22
* * src/job.c (child_execute_job): Allocate space for argv NULL.Paul Smith2019-09-21
* [SV 56918] Compute job slots properly on failing commandPaul Smith2019-09-21
* * src/arscan.c (ar_scan): Restrict length for sscanf of ar_mode.Paul Smith2019-09-21
* * README.git: [SV 56895] Provide more info about "maintainer mode".Paul Smith2019-09-16
* * src/job.c (child_execute_job): Use errno from find_in_given_path().Paul Smith2019-09-16
* * src/job.c (child_execute_job): Use newer gnulib findprog version.Paul Smith2019-09-16
* Revert "[SV 56449] (Windows) Use slow path if '%' appears in the command"Eli Zaretskii2019-09-10
* [SV 56834] Support local PATH search with posix_spawnpPaul Smith2019-09-08
* * configure.ac: Check whether struct dirent has a d_type fieldPaul Smith2019-09-07
* * src/config.h.W32.template [W32]: Add support for dirent.d_typePaul Smith2019-09-07
* * src/makeint.h: Add typedef for mode_t if !HAVE_UMASKPaul Smith2019-09-07
* Align child_execute_job among different portsPaul Smith2019-09-07
* * src/job.c (start_job_command) [VMS]: Correct VMS comment.Paul Smith2019-09-07
* Show useful errors when posix_spawn() doesn't do soPaul Smith2019-09-07
* Don't reset stack size when using posix_spawn()Paul Smith2019-09-07
* * src/dir.c (dir_setup_glob): Initialize unused gl_offs.Paul Smith2019-09-07
* Pacify Oracle Studio c99Paul Eggert2019-09-02
* Remove useless code in evalPaul Eggert2019-09-02
* Pacify Oracle Studio 12.6 in init_switchesPaul Eggert2019-09-02
* Pacify Oracle Studio 12.6Paul Eggert2019-09-02
* * src/read.c (parse_file_seq): [SV 52076] Don't reverse glob() results.Paul Smith2019-09-02
* Fix MS-Windows MinGW buildEli Zaretskii2019-08-28
* Update maintainer mode to support debug wait points.Paul Smith2019-08-26
* * src/job.c (construct_command_argv): Remove unused VMS codePaul Smith2019-08-25
* * src/job.c (child_execute_job): Set pid to -1 on posix_spawn failure.Paul Smith2019-08-25
* [SV 56449] (Windows) Use slow path if '%' appears in the commandChristian Eggers2019-07-14
* * src/read.c (parse_file_seq): Update comments.Paul Smith2019-07-14
* [SV 28456] Don't override $< when no default rule has been definedMike Haboustak2019-07-13
* Switch to the gnulib version of strerror()Paul Smith2019-07-13
* [SV 46013] Allow recursive variable overrides from MakefilesPaul Smith2019-05-19
* [SV 54549] Don't free used set_lists during mergePaul Smith2019-05-19
* * src/hash.c (jash_string): [SV 54980] Avoid ASAN errorPaul Smith2019-05-19
* [SV 54740] Ensure .SILENT settings do not leak into sub-makesPaul Smith2019-05-19
* Update copyright statements for 2019Paul Smith2019-05-19
* [SV 8297] Implement "grouped targets" for explicit rules.Kaz Kylheku2019-05-12
* * variable.c (define_variable_in_set): Clear new structsPaul Smith2019-05-12
* * src/arscan.c (ar_member_touch): [SV 54533] Stop \0 in archive headersPaul Smith2018-09-16