This project is mirrored from https://git.savannah.gnu.org/git/make.git.
Pull mirroring failed .
Last successful update .
Last successful update .
- 06 Jan, 2013 1 commit
-
-
Paul Smith authored
-
- 08 Dec, 2012 1 commit
-
-
Eli Zaretskii authored
counter of batch files before trying to use it.
-
- 07 Dec, 2012 3 commits
-
-
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.
-
Eli Zaretskii authored
job.c (reap_children): Add debug message for when removal of a temporary batch file fails.
-
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.
-
- 29 Oct, 2012 1 commit
-
-
Paul Smith authored
Provides support for dynamically loadable objects in GNU make, as a "technology preview".
-
- 28 Oct, 2012 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
-
- 30 Sep, 2012 1 commit
-
-
Paul Smith authored
-
- 10 Sep, 2012 2 commits
-
-
Paul Smith authored
Fixes Savannah bug #32247
-
Paul Smith authored
parent needs to be remade. Fixes Savannah bug #30653.
-
- 09 Sep, 2012 11 commits
-
-
Paul Smith authored
Fixes Savannah bug #36451.
-
Paul Smith authored
explicitly with stat(2). Fixes Savannah bug #35919.
-
Paul Smith authored
Fixes Savannah bug #35764.
-
Paul Smith authored
-
Paul Smith authored
Fixes Savannah bug #36925.
-
Paul Smith authored
Fixes Savannah bug #36106.
-
Paul Smith authored
-
Eli Zaretskii authored
-
Paul Smith authored
-
Paul Smith authored
-
Paul Smith authored
-
- 01 Sep, 2012 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
read.c (unescape_char): Advance 'p' after copying the unescaped characters. Otherwise the backslashes are incorrectly erased from the original string.
-
- 05 Mar, 2012 1 commit
-
-
Paul Smith authored
The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification.
-
- 04 Mar, 2012 5 commits
-
-
Paul Smith authored
Fixes Savannah bug #12126 and bug #16545
-
Paul Smith authored
-
Paul Smith authored
Fixes Savannah bug #35468.
-
Paul Smith authored
Fixes Savannah bug #32485
-
Paul Smith authored
Fixes Savannah bug #34530.
-
- 03 Mar, 2012 3 commits
-
-
Paul Smith authored
See Savannah bug #35397.
-
Paul Smith authored
Also add a valgrind suppression file for Guile-enabled make.
-
Paul Smith authored
We fixed Savannah 16670 but that broke previously-working makefiles that relied on the GNU make behavior. The POSIX behavior doesn't seem to me to be better, and can be obtained using GNU make as well, so put it back as the default behavior and require .POSIX to get the POSIX behavior. Add a new section to the manual discussing backslash/newline handling. Update the test suite.
-
- 26 Feb, 2012 1 commit
-
-
Paul Smith authored
Fixes Savannah bug #35525
-
- 03 Feb, 2012 2 commits
-
-
Eli Zaretskii authored
w32/subproc/sub_proc.c (proc_stdin_thread, proc_stdout_thread) (proc_stderr_thread, process_pipe_io): Ifdef away unused functions.
-
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.
-
- 30 Jan, 2012 2 commits
-
-
Paul Smith authored
In Guile 2.0, (define ...) results in a variable object. Ensure make converts that to an empty string to avoid spurious errors.
-
Paul Smith authored
The next POSIX standard will define "::=" to have the same behavior as GNU make's ":=", so add support for this new operator.
-
- 29 Jan, 2012 2 commits
-
-
Paul Smith authored
-
Paul Smith authored
Don't support Guile 1.6 and use a portable test for printable strings.
-