1. e498e46 Fix initialization of stringlist variables for jobserver_fds and sync_mutex. by Christian Boos · 11 years ago
  2. d1d737d Fix MinGW64 problem with non-compliant vsnprintf. by Eli Zaretskii · 11 years ago
  3. 87e5b64 Fix the MSVC build on MS-Windows. by Eli Zaretskii · 11 years ago
  4. 70df3c3 [SV 40139] Modify "missing separator" for better translation by Paul Smith · 11 years ago
  5. 01a7450 Add support for updating the GNU make web pages. by Paul Smith · 11 years ago
  6. 4792e15 Convert to auto-generated ChangeLog files. by Paul Smith · 11 years ago
  7. 188b2a0 Set up for the next release. by Paul Smith · 11 years ago
  8. 52191d9 GNU Make release 4.0. by Paul Smith · 11 years ago 4.0
  9. dc9ae5e [SV 39709] Fix some typos. by Paul Smith · 11 years ago
  10. 723e047 Untabify posixfcn.c. by Eli Zaretskii · 11 years ago
  11. b69b04d Foix compilation with MSVC. by Eli Zaretskii · 11 years ago
  12. b539908 Clean up some tests for use on Windows. by Paul Smith · 11 years ago
  13. 2fb91e1 Sanitize the registered function interface. by Paul Smith · 11 years ago
  14. f96c114 function.c (abspath): Reset root_len to one for Cygwin only when by Eli Zaretskii · 11 years ago
  15. 9819730 Fix tmpfile on MS-Windows. by Eli Zaretskii · 11 years ago
  16. f878609 Fix $abspath on Cygwin when HAVE_DOS_PATHS is in effect. by Eli Zaretskii · 11 years ago
  17. 1d4c15b Release GNU Make version 3.99.93. by Paul Smith · 11 years ago 3.99.93
  18. b1c7f0d Fix portability issues for Guile 1.8. by Paul Smith · 11 years ago
  19. 8e12202 Final fixes for obscure output-sync errors. by Paul Smith · 11 years ago
  20. 1f4ca05 Fixes for building with MSVC. by Paul Smith · 11 years ago
  21. d0944ee Solaris /bin/sh can't handle multiple options ("-e -c"). by Paul Smith · 11 years ago
  22. 38066b6 Fix build failures on EMX for output-sync support. by Paul Smith · 11 years ago
  23. 3bf3fde Portability for Guile 1.8. Force UTF-8 encoding. by Paul Smith · 11 years ago
  24. 543521c Reset GNUMAKEFLAGS after parsing. by Paul Smith · 11 years ago
  25. e8122ec Rename dash-w to print-directory. by Paul Smith · 11 years ago
  26. 55a0c0e Fix broken w32 build due to OUTPUT_SYNC -> NO_OUTPUT_SYNC inversion. by Eli Zaretskii · 11 years ago
  27. 8a3436c Release GNU Make version 3.99.92. by Paul Smith · 11 years ago 3.99.92
  28. fd30db1 [SV 31155] Parse order-only tokens in second expansion results. by Paul Smith · 11 years ago
  29. c3524b8 Use explicit cast between void* and pointer-to-function. by Paul Smith · 11 years ago
  30. 0296e40 Allow loaded objects to opt out of the "auto-rebuild" feature. by Paul Smith · 11 years ago
  31. f69922b Defer Guile initialization until the first $(guile...) call. by Paul Smith · 11 years ago
  32. 65931ce Regression test portability to Solaris. by Paul Smith · 11 years ago
  33. 1a991ad Add VMS port updates from Hartmut Becker. by Paul Smith · 11 years ago
  34. 7e77685 Portability enhancements for Mac OSX. by Paul Smith · 11 years ago
  35. 300d129 Create a target that tests alternative configurations. by Paul Smith · 11 years ago
  36. 822f8da Remove obsolete tests. by Paul Smith · 11 years ago
  37. d2d44f7 Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC by Paul Smith · 11 years ago
  38. 6c3e88e Ensure that output generated while reading makefiles is synced. by Paul Smith · 11 years ago
  39. 9cd0195 Ensure that stderr from shell functions in recipes is synced. by Paul Smith · 11 years ago
  40. 4120f91 Don't write "Entering" every time we re-exec for remake makefiles. by Paul Smith · 11 years ago
  41. 30a5ee0 [SV 40043] Set the current directory before printing errors. by Paul Smith · 11 years ago
  42. 8a6205b Fix a typo in a comment. by Eli Zaretskii · 11 years ago
  43. bc120f2 Avoid compiler warnings in output.c on MS-Windows. by Eli Zaretskii · 11 years ago
  44. 5c0fba7 Release GNU Make version 3.99.91. by Paul Smith · 11 years ago 3.99.91
  45. fa0f2c5 Small cleanup defining MAKEFLAGS. by Paul Smith · 11 years ago
  46. 20ecc58 [SV 31326] Enhance the info on static pattern errors. by Paul Smith · 11 years ago
  47. 1b90248 [SV 27374] Fatal immediately on unrecoverable fopen() errors. by Paul Smith · 11 years ago
  48. a4d8444 [SV 39934] Verify jobserver FDs before something else uses them. by Paul Smith · 11 years ago
  49. 0a81d50 [SV 39203] Don't set MAKEFLAGS when restarting. by Paul Smith · 11 years ago
  50. 3aa2aa7 [SV 35248] Add --debug "n" flag to turn off current debug options. by Paul Smith · 11 years ago
  51. 29a94ce [SV 33134] Don't try to close stdout when it's already closed. by Paul Smith · 11 years ago
  52. ab78cbc [SV 39851] Reinstate stack size limit for processes spawned via $(shell) by Petr Machata · 11 years ago
  53. c5bfa40 Support the -Orecurse option properly. by Paul Smith · 11 years ago
  54. deff9da Enhance the output sync mode. by Paul Smith · 11 years ago
  55. 40a49f2 [Bug #39310] Parse simple pattern prereqs for globbing. by Paul Smith · 11 years ago
  56. 87ac68f [Bug #39158] Source cleanups suggested by cppcheck utility. by Paul Smith · 11 years ago
  57. 72462ef Safety cleanups: ensure OUTFD is -1 when closed. by Paul Smith · 11 years ago
  58. f80222c Notify the compiler that exec_command() won't return. by Paul Smith · 11 years ago
  59. 4b81f5c Modify the update_status field in struct file to be an enum. by Paul Smith · 11 years ago
  60. 5601726 Keep a local count of the max dependency list size. by Paul Smith · 11 years ago
  61. 9453a74 Set O_APPEND mode for stdout/stderr and output-sync temporary files. by Paul Smith · 11 years ago
  62. 5e7bf7c Minor fix in build_w32.bat. by Eli Zaretskii · 11 years ago
  63. 138d020 Compare internal commands of non-Unix shells on Windows case-insensitively. by Eli Zaretskii · 11 years ago
  64. 5b65c5b Fix a fatal error at startup on Windows due to non-ASCII characters in PATH. by Eli Zaretskii · 11 years ago
  65. cc85b92 Create a character map to use for locating stop-points in strings. by Paul Smith · 11 years ago
  66. bee4d93 Disable database verification unless debug enabled. by Paul Smith · 11 years ago
  67. 353fcfd Add job.h to POTFILES as it now has a translation. by Paul Smith · 11 years ago
  68. d404351 Cleanups. by Paul Smith · 11 years ago
  69. ef11217 Create a new variable MAKE_HOST providing the host architecture. by Paul Smith · 11 years ago
  70. e8f5d32 Porting to VMS, from Hartmut Becker. by Paul Smith · 11 years ago
  71. dc922e3 [SV #38442] Add library names to the string cache. by Paul Smith · 11 years ago
  72. c11024b [SV #38945] Copy the entire buffer back when overwriting CR by Paul Smith · 11 years ago
  73. 2fc0f61 [SV #39028] Fix some small typos in messages. by Paul Smith · 11 years ago
  74. bf60bbd [SV #39035] Compare OUT to the beginning of the OUT var/func, not IN. by Paul Smith · 11 years ago
  75. d2eaed1 Add dates to the NEWS file to make things simpler. by Paul Smith · 11 years ago
  76. 8ab3564 Fix regression tests after MAKEFLAGS enhancements. by Paul Smith · 11 years ago
  77. ecf307b Force version printing whenever we print the database. by Paul Smith · 11 years ago
  78. a674abe Make MFLAGS and MAKEFLAGS more reliable and predictable. by Paul Smith · 11 years ago
  79. 8018345 Fix the MS-Windows build using the Posix configury. by Alexey Pavlov · 11 years ago
  80. cece7ad Support "move" as internal shell command on Windows with cmd.exe. by Eli Zaretskii · 11 years ago
  81. 943c06d Fix MS-Windows build with Guile. by Eli Zaretskii · 11 years ago
  82. 171eb41 Fix MS-Windows compilation when OUTPUT_SYNC is not defined. by Eli Zaretskii · 11 years ago
  83. 9babfe4 Fix a bug in build_w32.bat when building a released tarball. by Eli Zaretskii · 11 years ago
  84. b16852a Update for GNU make release candidate 3.99.90. by Paul Smith · 11 years ago 3.99.90
  85. 96cf67b Update source file format: remove TABs, use GNU coding styles. by Paul Smith · 11 years ago
  86. 5370238 Update copyright for changes in 2013. by Paul Smith · 11 years ago
  87. 398058a Use xcalloc() in hash.c to handle out of memory errors. by Paul Smith · 11 years ago
  88. b730fbc Remove the dlopen() pointer from struct filedef. by Paul Smith · 11 years ago
  89. c21c145 Add requirement for plugin_is_GPL_compatible symbol in loaded objects. by Paul Smith · 11 years ago
  90. 58dae24 [Savannah #20501] Handle adding -r/-R to MAKEFLAGS in the makefile. by Paul Smith · 11 years ago
  91. c7732bd Add a new variable: GNUMAKEFLAGS by Paul Smith · 11 years ago
  92. 2627d83 Use level o_env_override for MAKEFLAGS so it's reset even with -e. by Paul Smith · 11 years ago
  93. 381baee Add new --trace[=MODE] flags, with --trace=dir by Paul Smith · 11 years ago
  94. 5367d39 Avoid printing stdout and stderr messages without a newline between them. by Eli Zaretskii · 11 years ago
  95. f0529da Rearrange dllimport/dllexport declarations for MS-Windows. by Eli Zaretskii · 11 years ago
  96. a668c52 doc/make.texi (Loaded Object Example): Add a note about building by Eli Zaretskii · 11 years ago
  97. c8bf04e build: enable 'subdir-objects' and 'silent-rules' automake options by Stefano Lattarini · 11 years ago
  98. 0a56034 build: require Autoconf >= 2.62 and Automake >= 1.11.1 by Stefano Lattarini · 11 years ago
  99. 94735f0 Remove use of vfork(). by Paul Smith · 11 years ago
  100. 7c77486 docs: port manual to Texinfo 5.x by Stefano Lattarini · 11 years ago