1. 13f13b9 cosmetics: fix few innocuous typos by Stefano Lattarini · 11 years ago
  2. c3cd780 build: get rid of 'HAVE_ANSI_COMPILER' C preprocessor conditional by Stefano Lattarini · 11 years ago
  3. 15f7957 Rename the -O "job" mode to "line" and "make" to "recurse". by Paul Smith · 11 years ago
  4. 1d992d8 Ensure command lines are written synchronously with -O. by Paul Smith · 11 years ago
  5. 3484c96 Add memory allocation cleanup to loadable objects. by Paul Smith · 11 years ago
  6. a0c5d0c Don't pump output to the descriptor, as we use FILE* elsewhere. by Paul Smith · 11 years ago
  7. 64dd61b Minor portabiulity fixes for MS-Windows. by Eli Zaretskii · 11 years ago
  8. 7533602 Merge branch 'master' of git.savannah.gnu.org:/srv/git/make by Paul Smith · 11 years ago
  9. b846729 Improve sync handling for -Ojob/-Otarget and recursion. by Paul Smith · 11 years ago
  10. e44c51c Fix a typo in the manual. by Eli Zaretskii · 11 years ago
  11. cb2be0d Fix a possibly confusing comment at end of pump_from_tmp_fd. by Eli Zaretskii · 11 years ago
  12. 01bad6f Fix the MS-Windows branch of output_sync code. by Eli Zaretskii · 11 years ago
  13. 82793f8 Fix invocation of Windows batch files with whitespace in their names. by Eli Zaretskii · 11 years ago
  14. a66469e Fix interfacing with and remaking dynamic objects on MS-Windows. by Eli Zaretskii · 11 years ago
  15. b5ea49b Mention in NEWS change on Windows with quotes in command lines. by Eli Zaretskii · 11 years ago
  16. 2926f7b Fix treatment of whitespace after a backslash on MS-Windows. by Eli Zaretskii · 11 years ago
  17. a87ff20 job.c (start_job_command) [WINDOWS32]: Make the same fix for by Eli Zaretskii · 11 years ago
  18. 9acb657 Don't synchronize output for recursive make unless -Omake by Paul Smith · 11 years ago
  19. 19a69ba Support dynamic object loading on MS-Windows. by Eli Zaretskii · 11 years ago
  20. 9a7fe22 Fix the .ONESHELL operation on MS-Windows. by Eli Zaretskii · 11 years ago
  21. 9253a34 Merge branch 'master' of git.savannah.gnu.org:/srv/git/make by Paul Smith · 11 years ago
  22. f88eb23 Ensure error messages are printed with sync'd output. by Paul Smith · 11 years ago
  23. 441b643 Remove support for pre-ANSI variadic function calls. by Paul Smith · 11 years ago
  24. 8b034b7 Small cleanups and fixes. by Paul Smith · 11 years ago
  25. 5667376 Fix Savannah bug #37065 with $(wildcard foo/*/.) returning non-directories. by Eli Zaretskii · 11 years ago
  26. 93843cc Fix a few compiler warnings found by Eli. by Paul Smith · 11 years ago
  27. 7f01830 Add support for per-job output sync. by Paul Smith · 11 years ago
  28. 30843de Fix support for .ONESHELL when dealing with non-POSIX shells. by Paul Smith · 11 years ago
  29. 14d7654 Rework the implementation of load.c to increase portability. by Paul Smith · 11 years ago
  30. 054d6d9 Merge branch 'master' of git.savannah.gnu.org:/srv/git/make by Paul Smith · 11 years ago
  31. e56aad4 Support .ONESHELL on MS-Windows, for default Windows shells. by Eli Zaretskii · 11 years ago
  32. 049f8e8 job.c: Fix compilation error on GNU/Linux due to "label at end of compound statement". by Eli Zaretskii · 11 years ago
  33. da7df54 Support --output-sync on MS-Windows. by Eli Zaretskii · 11 years ago
  34. f3a4b4c Improve MS-Windows build scripts. by Eli Zaretskii · 11 years ago
  35. 0daa9d3 Reflect the 'configure.in' -> 'configure.ac' rename throughout by Stefano Lattarini · 11 years ago
  36. 50e2cb1 Some cleanups for Windows builds after the output-sync option. by Paul Smith · 11 years ago
  37. 330d97a Cleanup some source and fix autoconf warnings. by Paul Smith · 11 years ago
  38. b5d017c Create an open_tmpfd() function to return temp files by FD. Use it. by Paul Smith · 11 years ago
  39. 79e9347 Save the output from the entire recipe, not per-job. by Paul Smith · 11 years ago
  40. 2bd957a Change the arg option for -O from numeric to string. by Paul Smith · 11 years ago
  41. 7f7e6f8 Modify output-sync tests to be more reliable. by Paul Smith · 11 years ago
  42. af87d56 Handle test timeouts in a more understandable way. by Paul Smith · 11 years ago
  43. 4bf3c33 Rename the "parallel-sync" option to "output-sync". by Paul Smith · 11 years ago
  44. cb64352 Initial patch for output synchronization. See Savannah bug #33138. by Frank Heckenbach · 11 years ago
  45. 6a52395 Clarify LDFLAGS vs. LDLIBS. Fixes Savannah bug #37970. by Paul Smith · 11 years ago
  46. 29cd1e9 Reconsider targets waiting for prerequisites. Fixes Savannah bug #37703. by Paul Smith · 11 years ago
  47. 450b7e1 Use ENULLLOOP to handle EINTR during realpath(). Fixes Savannah bug #38420 by Paul Smith · 11 years ago
  48. 5058a94 Expand the loadable object support. by Paul Smith · 11 years ago
  49. 4baf9ab Adding new file. by Paul Smith · 11 years ago
  50. ac1c6b4 Create externally referencable header file "gnumake.h". by Paul Smith · 11 years ago
  51. 51fb930 Rename struct floc to typedef gmk_floc as an externally scoped symbol. by Paul Smith · 11 years ago
  52. a45f25e Rename the make.h file to makeint.h for internal use only. by Paul Smith · 11 years ago
  53. b70aa37 Allow dynamically loaded objects to be rebuilt by make. by Paul Smith · 11 years ago
  54. 8e0a564 Add more documentation on Git workflow and rules. by Paul Smith · 11 years ago
  55. 7899c6f Fix a typo in ChangeLog. by Eli Zaretskii · 11 years ago
  56. 6ca41d9 [SV #37878] Add a check for targets with parens that are not archives. by Paul Smith · 11 years ago
  57. 686a74b [SV #38051] Recover all MAKEFLAGS after makefile rebuild step is complete. by Paul Smith · 11 years ago
  58. ca17e55 Add ChangeLog entries for Git migration. by Paul Smith · 11 years ago
  59. 5c69b3f Change configure.in to configure.ac, and other Git fixes. by Paul Smith · 11 years ago
  60. 1d298ac Ensure parallel test works properly. by Paul Smith · 11 years ago
  61. 5a5a1af Fix clean rules. by Paul Smith · 11 years ago
  62. 002702c Modify instructions, etc. for Git support. by Paul Smith · 11 years ago
  63. a3bd466 Modify .gitignore for proper formatting. by Paul Smith · 11 years ago
  64. 97fe6e7 Rename CVS ignore files to .gitignore by Paul Smith · 11 years ago
  65. 85f9f69 Add missing load.c file to POTFILES.in by Paul Smith · 11 years ago moved-to-git
  66. 0d12b1a job.c (create_batch_file): Fix last change: always increment the by Eli Zaretskii · 11 years ago
  67. 299f5fa job.c (construct_command_argv_internal): Remove " from by Eli Zaretskii · 11 years ago
  68. 0d5d963 by Eli Zaretskii · 11 years ago
  69. 7159275 Avoid leaving temporary batch files in the temporary directory. by Eli Zaretskii · 11 years ago
  70. 7670c84 Implement new "load" directive. by Paul Smith · 12 years ago
  71. 2efd6b4 Rearrange elements to reduce struct size on 64bit architectures. by Paul Smith · 12 years ago
  72. ca8885d Remove extraneous close(). by Paul Smith · 12 years ago
  73. 3a285e3 Update the required version of gettext to get new bugfix macros. by Paul Smith · 12 years ago
  74. f263ff4 Define _GNU_SOURCE before testing for bsd_signal. Fixes Savannah bug #32247 by Paul Smith · 12 years ago
  75. fbe5b2c Force intermediate targets to be considered if their non-intermediate by Paul Smith · 12 years ago
  76. a94b0b0 Keep the command line on the heap to avoid stack overflow. by Paul Smith · 12 years ago
  77. b9c4a38 On BSD, realpath(3) doesn't fail if the target doesn't exist, so test by Paul Smith · 12 years ago
  78. 90ee335 Get error messages in the C locale for comparision with make output. by Paul Smith · 12 years ago
  79. 7d3743d Verify that backslashes before non-special characters are preserved. by Paul Smith · 12 years ago
  80. a839588 Save the variable buffer content, not a potentially old pointer to it. by Paul Smith · 12 years ago
  81. 8a0d464 Fix stupid wrong-pointer error handling target vars containing semicolons. by Paul Smith · 12 years ago
  82. bc578b6 Ignore UTF-8 BOMs. See Savannah bug #36529. by Paul Smith · 12 years ago
  83. 1820908 read.c (unescape_char): Fix a thinko in the last change. by Eli Zaretskii · 12 years ago
  84. 145661a Savannah bug #37179: Use alternate shared library syntax for MacOS. by Paul Smith · 12 years ago
  85. a95dc48 Break out of an infinite loop if we're not making progress. by Paul Smith · 12 years ago
  86. 30b2e42 When .POSIX: is specified use POSIX-standard macro values by default. by Paul Smith · 12 years ago
  87. 7f5309e Update README.W32.template for Guile and job-server support. by Eli Zaretskii · 12 years ago
  88. 6cb5be7 Fix unescape_char when not unescaping. by Eli Zaretskii · 12 years ago
  89. adb50bd Simplify copyrights using ranges of years. by Paul Smith · 12 years ago
  90. cf1c79c Improve handling for escaped colons in prerequisite lists. by Paul Smith · 12 years ago
  91. 76827d7 Create a new CSTRLEN (constant string length) macro, and use it. by Paul Smith · 12 years ago
  92. eb632d7 Ensure appending private variables in pattern-specific target variables. by Paul Smith · 12 years ago
  93. fdb5fcc Support nanosecond timestamps in stat() for AIX 5.2+. Fixes Savannah bug #32485 by Paul Smith · 12 years ago
  94. 23c2b99 Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. by Paul Smith · 12 years ago
  95. 405c89b Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace. by Paul Smith · 12 years ago
  96. a77c5c0 Fix Savannah bug #35410: handle escape chars in filter/filter-out by Paul Smith · 12 years ago
  97. 88f1bc8 Modify backslash/newline handling for POSIX. by Paul Smith · 12 years ago
  98. 6405534 Check for possible buffer overflow on very long filenames. by Paul Smith · 12 years ago
  99. c0751bd Ifdef away unused w32 functions. by Eli Zaretskii · 12 years ago
  100. 1befa76 Fix Savannah bug #34832 with unused TLS attributes. by Eli Zaretskii · 12 years ago