and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

This project is mirrored from https://git.savannah.gnu.org/git/make.git. Pull mirroring failed .
Last successful update .
  1. 06 Jan, 2013 1 commit
  2. 08 Dec, 2012 1 commit
  3. 07 Dec, 2012 3 commits
    • Eli Zaretskii's avatar
      job.c (construct_command_argv_internal): Remove " from · 299f5faf
      Eli Zaretskii authored
       sh_chars_dos[].  Ignore an escaped backslash inside a string
       quoted with "..".  This lifts the 4KB or 8KB command-line length
       limitation imposed by the Windows shell when a command uses quoted
       strings, because we now don't call the shell in that case.
      299f5faf
    • Eli Zaretskii's avatar
      · 0d5d963b
      Eli Zaretskii authored
       job.c (reap_children): Add debug message for when removal of a temporary
       batch file fails.
      0d5d963b
    • Eli Zaretskii's avatar
      Avoid leaving temporary batch files in the temporary directory. · 71592755
      Eli Zaretskii authored
       job.c (create_batch_file): Declare the counter of batch files
       static, to avoid having 2 jobs using the same file name and
       stepping on each other's toes.  When all 64K names are used up,
       make one more loop looking for slots that became vacant.  This
       avoids leaving behind temporary batch files in the temporary
       directory, which happens frequently on a fast machine when using
       parallel builds.
      71592755
  4. 29 Oct, 2012 1 commit
  5. 28 Oct, 2012 2 commits
  6. 30 Sep, 2012 1 commit
  7. 10 Sep, 2012 2 commits
  8. 09 Sep, 2012 11 commits
  9. 01 Sep, 2012 2 commits
  10. 05 Mar, 2012 1 commit
  11. 04 Mar, 2012 5 commits
  12. 03 Mar, 2012 3 commits
  13. 26 Feb, 2012 1 commit
  14. 03 Feb, 2012 2 commits
    • Eli Zaretskii's avatar
      Ifdef away unused w32 functions. · c0751bd3
      Eli Zaretskii authored
       w32/subproc/sub_proc.c (proc_stdin_thread, proc_stdout_thread)
       (proc_stderr_thread, process_pipe_io): Ifdef away unused
       functions.
      c0751bd3
    • Eli Zaretskii's avatar
      Fix Savannah bug #34832 with unused TLS attributes. · 1befa764
      Eli Zaretskii authored
       w32/subproc/w32err.c (map_windows32_error_to_string) [_MSC_VER]:
       Don't use TLS storage for szMessageBuffer.  Ifdef away special
       code for handling Winsock error codes.  Make the function return a
       `const char *'.  Suggested by Ozkan Sezer.  Fixes Savannah bug #34832.
      1befa764
  15. 30 Jan, 2012 2 commits
  16. 29 Jan, 2012 2 commits