1. c072587 [SV 67046] Don't modify the hash table when inside hash_map*() by Paul Smith · 7 months ago master
  2. aad51b1 * doc/make.texi: [SV 66490] Clarify patsubst matches an entire word by Paul Smith · 7 months ago
  3. 365a939 * doc/make.texi: [SV 66974] Explain unmatched include glob patterns by Paul Smith · 7 months ago
  4. f6f9795 * bootstrap.bat: [SV 67162] Use curl -L to follow redirects by Paul Smith · 7 months ago
  5. 6efbb37 * tests/scripts/features/patternrules: Check unreadable file support by Paul Smith · 7 months ago
  6. ac2142e * tests/*: Quote backticked command paths by Paul Smith · 7 months ago
  7. c59cc4f [SV 64185] Clarify handling of directive lines starting with TAB by Paul Smith · 7 months ago
  8. fdcaaed * tests/scripts/*: Switch TAB chars to #TAB# markup by Paul Smith · 7 months ago
  9. e7a9508 * all: Update copyright year to 2025 by Paul Smith · 7 months ago
  10. 622a379 * doc/make.texi: [SV 67428] Clarify $(findstring ...) docs by Ingo Rohloff · 7 months ago
  11. 7198a4f * doc/make.1: [SV 67391] Correct -d and --debug options by Paul Smith · 7 months ago
  12. cf6e11c * all: Sanitize include file order for source files. by Paul Smith · 7 months ago
  13. 63961d5 * makeint.h (streq, patheq): Avoid pointer comparisons by Paul Smith · 8 months ago
  14. 77164d9 * bootstrap.conf: Update to gnulib 202507 by Paul Smith · 1 year, 3 months ago
  15. d523661 [SV 66499] Detect jobserver values that are too large by Paul Smith · 1 year, 4 months ago
  16. f12a4fd jobserver: Ensure the named pipe is deleted on error by Paul Smith · 1 year, 4 months ago
  17. 186522e * doc/make.texi: [SV 66324] Fix a typo by Paul Smith · 1 year, 6 months ago
  18. aa8626c [SV 66273] Double-colon targets must not be intermediate by Dmitry Goncharov · 1 year, 6 months ago
  19. 93704dd [SV 66268] Include newlines in file removal error message by Dmitry Goncharov · 1 year, 6 months ago
  20. 101bf56 * doc/make.texi: Clarify -j versus -jN behavior by Paul Smith · 1 year, 7 months ago
  21. 9251546 Fix biased shuffle by avoiding already "struck" elements by Sergei Trofimovich · 1 year, 10 months ago
  22. 7dc23af * doc/make.texi: GNUMAKEFLAGS is only read from the environment by Paul Smith · 1 year, 7 months ago
  23. 0267eb6 Check for snprintf truncation on W32 by Paul Eggert · 1 year, 8 months ago
  24. bba4427 Fix unlikely pointer overflow in abspath by Paul Eggert · 1 year, 8 months ago
  25. c23a7e6 Prefer memcpy to strncpy if either will do by Paul Eggert · 1 year, 8 months ago
  26. 4d3bf78 Omit unused PATH_MAX code by Paul Eggert · 1 year, 8 months ago
  27. 8c8c7fc Avoid strlen calls after sprintf by Paul Eggert · 1 year, 8 months ago
  28. 9fee98f [SV 65759] Document special handling of "-" command line option by Paul Smith · 1 year, 7 months ago
  29. f800f8b [SV 65777] Add more const by Dan D · 1 year, 7 months ago
  30. 39a4c81 Remove obsolete email address for the FSF by Paul Smith · 1 year, 7 months ago
  31. d97e048 * bootstrap.conf: Update to newer prerequisites by Paul Smith · 1 year, 7 months ago
  32. c63a5bc [SV 65917] Mark also_make targets as updated in make -n by Paul Smith · 1 year, 8 months ago
  33. bc979e4 * src/job.c (new_job): [SV-66030] Show all also-make targets by Paul Smith · 1 year, 8 months ago
  34. 6970561 Don't add a target to its own also_make list by Paul Smith · 1 year, 8 months ago
  35. f0db5e3 * doc/make.texi: [SV-65982] Clarify what --debug=makefile does by Paul Smith · 1 year, 8 months ago
  36. 8653c25 * src/remake.c (update_file_1): [SV 65999] Clarify debug output by Paul Smith · 1 year, 8 months ago
  37. 4d883c4 * doc/make.texi: [SV-66018] Mention .ONESHELL in [-+@] docs by Paul Smith · 1 year, 8 months ago
  38. 034f862 [SV 66037] Avoid hang/crash from MAKEFLAGS=... on command line by Dmitry Goncharov · 1 year, 8 months ago
  39. 49b955a * doc/make.texi (Overview): Update reference to POSIX.1-2024 by Paul Smith · 1 year, 10 months ago
  40. 69038e6 * src/warning.h: Put warnings into alphabetical order. by Paul Smith · 1 year, 11 months ago
  41. a9e3eb1 [SV 65739] Add warning circular-dep. by Dmitry Goncharov · 1 year, 11 months ago
  42. e3f938c * tests/scripts/functions/shell: [SV 65323] Run huge var test in bash by Dmitry Goncharov · 2 years ago
  43. 40664fe [SV 65324] disable_builtins: Don't dereference NULL suffix_file by Dmitry Goncharov · 2 years ago
  44. f7985ab * make.texi (How to Use Variables): [SV 65536] Rewrite this chapter by Paul Smith · 2 years ago
  45. 8339232 * .dir-locals.el: Correct bug reference regex format by Paul Smith · 2 years ago
  46. 9499522 [SV 65537] Update to newer gnulib by Paul Smith · 2 years ago
  47. 479c54f * NEWS: Clean up UTF-8 issues by Paul Smith · 2 years ago
  48. 033330e * doc/make.texi (Pattern Rules): Clarify that rules must have recipes. by Paul Smith · 2 years ago
  49. 61ee457 * src/arscan.c (parse_int): Fix integer overflow test by Paul Eggert · 2 years, 3 months ago
  50. f289ece * src/makeint.h (JOBSERVER_USE_FIFO): Do not define on OS/2. by KO Myung-Hun · 2 years ago
  51. d791fb4 * src/variable.c (do_variable_definition) [W32]: Fix bad variable. by Paul Smith · 2 years ago
  52. 0b91f42 * src/arscan.c (ar_name_equal): Support GNU ar's -P option. by Marco Sirabella · 2 years ago
  53. 882d59c * tests/README: Fix sample run_make_tests command line. by Marco Sirabella · 2 years ago
  54. 5fc62f8 * doc/make.texi: GNU Make does set GNUMAKEFLAGS, to empty. by Paul Smith · 2 years ago
  55. 3d4f3e0 * doc/make.texi: Document temporary file name prefix by Paul Smith · 2 years ago
  56. 242603f [SV 65268] Un-set append mode for stdout/stderr on exit by Paul Smith · 2 years ago
  57. b8a2a44 [SV 65273] configure.ac: Remove check for sys/timeb.h by Paul Smith · 2 years ago
  58. bfbf169 [SV 65448] intcmp: Compare values instead of magnitudes by Jouke Witteveen · 2 years ago
  59. 21a538c [SV 65359] doc/make.texi: Describe invalid export variable names by Paul Smith · 2 years ago
  60. 3176b60 [SV 64085] Handle .POSIX plus .IGNORE correctly by Paul Smith · 2 years, 2 months ago
  61. 07187db [SV 64822, SV 36486] Fix appending to a pattern specific variable by Dmitry Goncharov · 2 years, 2 months ago
  62. a493d9a * NEWS: Clean up by Paul Smith · 2 years, 2 months ago
  63. a382ac6 [SV 64803] Set origin for unmodified variables after -e by Dmitry Goncharov · 2 years, 2 months ago
  64. 63b602e * tests/test_driver.pl: Add cd to the .run output file by Paul Smith · 2 years, 2 months ago
  65. ec348f5 Replace target_var boolean with enum variable_scope by Dmitry Goncharov · 2 years, 2 months ago
  66. 51e56a0 * doc/make.texi: Grammar improvements. by Paul Smith · 2 years, 2 months ago
  67. 1eff20f Support conditional modifiers on all assignment operators by Paul Smith · 2 years, 3 months ago
  68. 82708b3 Remove unnecessary parsing during makefile read by Paul Smith · 2 years, 3 months ago
  69. 828906b Create a common method for skipping variable references by Paul Smith · 2 years, 3 months ago
  70. b936970 * src/misc.c (writebuf, readbuf): Return a constant -1 by Paul Smith · 2 years, 2 months ago
  71. 1e43a5d [SV 65211] Fix load and loadapi tests. by Dmitry Goncharov · 2 years, 2 months ago
  72. 25049fe [SV 65172] Avoid buffer overruns when expanding for $(shell ...) by Paul Smith · 2 years, 3 months ago
  73. 31036e6 [SV 64571] Add --print-targets option by Paul Smith · 2 years, 3 months ago
  74. 1ff728b * src/makeint.h: Add an ARRAYLEN macro to compute array sizes by Paul Smith · 2 years, 3 months ago
  75. 1161779 * doc/make.texi (Text Functions): [SV 64339] Clarify pattern use. by Paul Smith · 2 years, 3 months ago
  76. a80670a * (all): Update Copyright year to 2024 by Paul Smith · 2 years, 3 months ago
  77. d86448f [SV 64402] Correct locating "," in ifeq/ifneq conditionals by Paul Smith · 2 years, 3 months ago
  78. 3393266 [SV 65006] Allow secondary expansion of .EXTRA_PREREQS by Dmitry Goncharov · 2 years, 3 months ago
  79. 89bea82 * src/function.c (func_let): Don't edit nonexistent values by Jouke Witteveen · 2 years, 3 months ago
  80. dd19804 * doc/make.texi (Text Functions): [SV 64818] Remove redundant text by Paul Smith · 2 years, 4 months ago
  81. 2ce7e40 * .clangd: Add configuration for the clangd LSP server by Paul Smith · 2 years, 4 months ago
  82. b1e240c * doc/make.texi: [SV 64924] Add missing parenthesis by Paul Smith · 2 years, 4 months ago
  83. 7fa40eb * doc/make.texi: Add a quick reference appendix by Paul Smith · 2 years, 4 months ago
  84. 8817efe * src/function.c (function_table_entry): Sort by Paul Smith · 2 years, 4 months ago
  85. 66adfb7 make.texi: Cleanup by Paul Smith · 2 years, 7 months ago
  86. 9af3e60 make.texi: Add an appendix with troubleshooting tips by Paul Smith · 2 years, 7 months ago
  87. 8061929 doc/make.texi: Clean up references to GNU Make by Paul Smith · 2 years, 7 months ago
  88. cd33c9a doc/make.texi: Remove unnecessary @node arguments by Paul Smith · 2 years, 7 months ago
  89. c4ecd9d bootstrap.conf: Update to the latest gnulib stable branch by Paul Smith · 2 years, 7 months ago
  90. 6b7f35c * AUTHORS: Updates by Paul Smith · 2 years, 9 months ago
  91. 1000374 Fix GCC compile warning for "bad-function-cast" on Windows by Torbjörn SVENSSON · 2 years, 10 months ago
  92. 8d76fb8 Fix GCC compile warning for "format-signedness" in Windows by Torbjörn SVENSSON · 2 years, 10 months ago
  93. ee366af * src/w32/compat/posixfcn.c (ttyname): Avoid const char* by Torbjörn SVENSSON · 2 years, 10 months ago
  94. b686980 Fix GCC compile warning for "unused-parameter" on Windows by Torbjörn SVENSSON · 2 years, 10 months ago
  95. 8e5c96c Fix GCC compile warning format-security on Windows by Torbjörn SVENSSON · 2 years, 10 months ago
  96. 363bdae Fix GCC compile warning declaration-after-statement on Windows by Torbjörn SVENSSON · 2 years, 10 months ago
  97. b2bf660 Add a UTF-8 resource when building for Windows by Costas Argyris · 2 years, 10 months ago
  98. 04f4c2b [SV 64124] Avoid stack overflows for large command lines by Paul Smith · 2 years, 10 months ago
  99. 347316f * po/LINGUAS: Add support for Georgian translation by Paul Smith · 2 years, 10 months ago
  100. 1a03888 * NEWS: Set a prerelease version by Paul Smith · 2 years, 10 months ago