1. c1e7f2a Recommend building with -disable-job-server by Josh Conner · 7 years ago main master
  2. 26540d7 s/mx_handle_wait_one/mx_object_wait_one/ by Josh Conner · 7 years ago
  3. a174e2f Inform make which cmds are dash builtins. by Josh Conner · 7 years ago
  4. 9b0e1d5 Migrate to new launchpad API by Josh Conner · 7 years ago
  5. 0cee4c3 Use mx_job_default() to get current job. by Josh Conner · 7 years ago
  6. 4946f4c Improve make process management. by Josh Conner · 7 years ago
  7. e209d32 Don't use getrlimit/setrlimit by Josh Conner · 7 years ago
  8. 17f979e Add basic job support to make. by Josh Conner · 7 years ago
  9. a8c28d3 Pre-configure the make repository by Josh Conner · 7 years ago
  10. 9a3d843 Adjust make build options. by Josh Conner · 7 years ago
  11. d351c1f * main.c (switches): Add -E as an alias for --eval. by Paul Smith · 7 years ago upstream/master
  12. 3daaa4d * main.c (switches): Add --no-silent to undo -s options. by Paul Smith · 7 years ago
  13. a359e32 * job.c (child_execute_job): [SV 49938] Avoid spurious GCC warning. by Martin Dorey · 7 years ago
  14. bee153c * main.c (main): [SV 49935] Fix uninitialized variable. by Martin Dorey · 7 years ago
  15. c5ccc49 [SV 40236] Handle included file open failures properly. by Paul Smith · 7 years ago
  16. 45bf0e3 Portability changes for the test suite. by Paul Smith · 7 years ago
  17. c6966b3 [SV 20513] Un-escaped # are not comments in function invocations by Paul Smith · 7 years ago
  18. 0029ea8 * main.c (main): [SV 40234] Show correct error message. by Paul Smith · 7 years ago
  19. 053d493 * main.c (switches): [SV 48809] Accept obsolete jobserver flag. by Christoph Schulz · 7 years ago
  20. 80861cc * read.c (get_next_mword): [SV 49865] Make fallthrough explicit. by Paul Smith · 7 years ago
  21. 72af7ce [SV 49114] Remove support for the NO_FLOAT compile flag. by Paul Smith · 7 years ago
  22. e4a9c9b [SV 45477] [SV 49115] Parse DOS/Windows drivespecs correctly. by Paul Smith · 7 years ago
  23. 3d7c17c [SV 49116] Check potential null pointer dereference. by Paul Smith · 7 years ago
  24. 9c487cc * expand.c (variable_append): [SV 49113] Possible null ptr deref by Jaak Ristioja · 7 years ago
  25. 1c9790e * w32/*/dirent.*: [SV 49111] Remove unused telldir() by Jaak Ristioja · 7 years ago
  26. b13dcfe Add more GCC warnings to the maintainer build. by Paul Smith · 7 years ago
  27. 212cb00 * po/Makevars, makeint.h, debug.h: Add xgettext C format flags. by Paul Smith · 7 years ago
  28. ac90d80 * po/LINGUAS: Added Serbian translation. by Paul Smith · 7 years ago
  29. a3f6e49 * README.template: Clarify some items in the README by Paul Smith · 7 years ago
  30. db72ca1 * doc/make.texi: [SV 48951] Fix documentation typo. by Paul Smith · 7 years ago
  31. 8d0aff7 * maintMakefile: Update default GPG ID for new key. by Paul Smith · 8 years ago
  32. bc9d72b Resolve issues discovered by static code analysis. by Paul Smith · 8 years ago
  33. d3bba30 * NEWS: Mention the extended support for -jN on MS-Windows. by Eli Zaretskii · 7 years ago
  34. 15066b7 Support more than 63 jobs on MS-Windows by Marc Ullman · 7 years ago
  35. 7ed37f0 Only include strings.h in MinGW builds by Eli Zaretskii · 8 years ago
  36. 912a0df Update the Guile version tested with the MS-Windows build. by Eli Zaretskii · 8 years ago
  37. 0b41373 Avoid compiler warnings with MinGW runtime 3.22.2 by Eli Zaretskii · 8 years ago
  38. 6f339b2 * README.W32.template: Update the build documentation. by Paul Smith · 8 years ago
  39. e265605 * Update to pre-release version 4.2.90. by Paul Smith · 8 years ago
  40. 9ab8af7 GNU Make release 4.2.1. by Paul Smith · 8 years ago 4.2.1
  41. f522852 * maintMakefile: TP recommends rsync for retrieving PO files. by Paul Smith · 8 years ago
  42. a3d8c08 * main.c (main): [SV 48009] Reset stack limit for make re-exec. by Jeremy Devenport · 8 years ago
  43. 4762480 [SV 47995] Ensure forced double-colon rules work with -j. by Paul Smith · 8 years ago
  44. ef6c059 * DELETE_ON_ERROR: [SV 48061] Use "exit 1" for portability. by Paul Smith · 8 years ago
  45. cf4ed2e * w32/pathstuff.c: [SV 47996] Use ISBLANK() not isblank(). by Paul Smith · 8 years ago
  46. 5a4f9a6 Fix printing time stamps on MS-Windows by Eli Zaretskii · 8 years ago
  47. 2987163 [SV 48037] Fix MinGW build with Posix configury tools by Luke Allardyce · 8 years ago
  48. ec61980 GNU Make release 4.2. by Paul Smith · 8 years ago 4.2
  49. 9bb994e [SV 44742] Fix double-colon rules plus parallel builds. by Joe Crayne · 8 years ago
  50. e2ebea3 * read.c (eval): [SV 47960] Skip record waiting files when ignoring. by Paul Smith · 8 years ago
  51. c73ed7d Separate the GNU make load ABI from internal types. by Paul Smith · 8 years ago
  52. ba8383e Fixes for enhanced GCC warnings. by Paul Eggert · 8 years ago
  53. 6f7fb05 Fix compile issues with Windows and VMS. by Paul Smith · 8 years ago
  54. 45200a4 Allow compiling with an ISO C 1989/1990 compiler. by Paul Smith · 8 years ago
  55. 4c9e10f [SV 47942] Avoid random crashes in subordinate programs on MS-Windows by Eli Zaretskii · 8 years ago
  56. 6e64032 Fix the MS-Windows MinGW build by Eli Zaretskii · 8 years ago
  57. 7241d13 * tests/scripts/features/output-sync: increase test timeout. by Paul Smith · 8 years ago 4.1.90
  58. c2be1df * NEWS: Update for pre-release by Paul Smith · 8 years ago
  59. f1a9625 * dep.h, makeint.h (show_goal_error): Move to makeint.h. by Paul Smith · 8 years ago
  60. 047bd5a [SV 46433] Show recipe line offsets in line number messages. by Paul Smith · 8 years ago
  61. 3fc99a4 * maintMakefile: Add a rule for storing preprocessor output. by Paul Smith · 8 years ago
  62. 87a5f98 [SV 102] Don't show unnecessary include file errors. by Paul Smith · 8 years ago
  63. 53554e4 * job.c (child_error): Add filename length to output length. by Paul Smith · 8 years ago
  64. 5bd7ad2 Preserve the real value of -jN in MAKEFLAGS using jobserver. by Paul Smith · 8 years ago
  65. 65115e7 * tests/run_make_tests.pl: Add file/lineno info to .run file. by Paul Smith · 8 years ago
  66. 75dd0bd * maintMakefile: Fix logging of check-alt-config target. by Paul Smith · 8 years ago
  67. 8b54c5c * job.c (child_execute_job): Fix $(shell...) under NO_OUTPUT_SYNC. by Paul Smith · 8 years ago
  68. 65c4472 * main.c (main): Restrict disabling debugging for MAKEFILES. by Paul Smith · 8 years ago
  69. 86b2072 * Makefile.am, w32/Makefile.am: Fix *os.c for Windows builds. by Paul Smith · 8 years ago
  70. b8a8af6 * make.texi: Confirm that CURDIR contains an absolute path. by Paul Smith · 8 years ago
  71. 360b76a * docs/make.texi: [SV 47392] Add "Integrating make" chapter. by Paul Smith · 8 years ago
  72. c9e6ab9 Change --jobserver-fds to more generic --jobserver-auth. by Paul Smith · 8 years ago
  73. 40277b8 * tests/run_make_tests.pl: Preserve $make_command by Paul Smith · 8 years ago
  74. 35047f8 * variable.c: Clean up some memory leaks. by Paul Smith · 8 years ago
  75. e971597 [SV 46995] Strip leading/trailing space from variable names by Paul Smith · 8 years ago
  76. 2b9dd21 * function.c (func_file): Support reading from files. by Paul Smith · 8 years ago
  77. fc2ddeb * doc/make.texi (Setting Variables): Fix typo (add comma). by Paul Smith · 8 years ago
  78. b4682cb * job.c (child_error): Combine file info with error message. by Paul Smith · 8 years ago
  79. 09202bc * variable.c: Align type of variable_changenum. by Paul Smith · 8 years ago
  80. 9ae02b7 [SV 45728] Detect changes in .VARIABLES more accurately. by Paul Smith · 8 years ago
  81. 247b71e * main.c(main): Disable output sync without parallel builds. by Paul Smith · 8 years ago
  82. e33f3d7 [SV 46581] Pre-define .LOADED to avoid warnings. by Paul Smith · 8 years ago
  83. fd1dd7c [SV 44555] Use vfork() instead of fork() where available. by Paul Smith · 8 years ago
  84. 14b2d7e * job.c (exec_command): [SV 47365] Show error on exec failure. by Paul Smith · 8 years ago
  85. 85c7885 [SV 46261] Use pselect() for jobserver where supported. by Paul Smith · 8 years ago
  86. 8164c8a Clean up some compiler warnings. by Paul Smith · 8 years ago
  87. fb7a7ad Extract jobserver implementation into OS-specific files. by Paul Smith · 8 years ago
  88. 4f8be4b [SV 46261] Add more EINTRLOOP wrappers. by Paul Smith · 8 years ago
  89. e2b39ed * strcache.c (add_hugestring): [SV 46832] Support huge strings. by Paul Smith · 8 years ago
  90. 8530d77 * strcache.c (add_string): [SV 47071] Handle huge initial string. by Paul Smith · 8 years ago
  91. 89e18c1 [SV 47151] Exit with 1 when checking recursive make -q by Paul Smith · 8 years ago
  92. bccd013 * main.c (define_makeflags): Add parens to avoid GCC warning. by Paul Smith · 8 years ago
  93. 5f9d341 * tests/scripts/features/archives: Handle deterministic archives. by Paul Smith · 8 years ago
  94. 798ebd2 Update Copyright statements for the new year. by Paul Smith · 8 years ago
  95. 4db6d0c * doc/make.texi: [SV 47163] Fix typo in 'ifdef' documentation. by Paul Smith · 8 years ago
  96. b754a35 * doc/make.texi: [SV 35455] Add more uses for Empty Recipes. by Paul Smith · 8 years ago
  97. 168f123 Fix diagnostics on MS-Windows when environment is too large by Gisle Vanem · 8 years ago
  98. 83443c7 Update README.W32.template by Eli Zaretskii · 9 years ago
  99. 4a5377a [SV 46304] Don't invoke C++ compiler on C sources on MS-Windows by Eli Zaretskii · 9 years ago
  100. 48391c2 [SV 45838] When invoking w32 programs, don't use free'd memory. by Eli Zaretskii · 9 years ago