diff options
author | Paul Smith <psmith@gnu.org> | 2004-10-06 13:09:22 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-10-06 13:09:22 +0000 |
commit | 71fd6bfa1ce41da2dcc9ae0d28f037129d9c481a (patch) | |
tree | 996bb4812a7a29f0d8f06c75bee4a1f1d3f3a133 /ChangeLog | |
parent | b0d67e0e15490e43bbc074ec50618488c206399b (diff) | |
download | gunmake-71fd6bfa1ce41da2dcc9ae0d28f037129d9c481a.tar.gz |
Apply patch from Alessandro Vesely for WINDOWS32-specific bug # 9748.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-10-06 Paul D. Smith <psmith@gnu.org> + + Apply patch from Alessandro Vesely, provided with bug # 9748. + Fix use of tmpnam() to work with Borland C. + + * job.c (construct_command_argv_internal) [WINDOWS32]: Remove + construction of a temporary filename, and call new function + create_batch_filename(). + (create_batch_filename) [WINDOWS32]: New function to create a + temporary filename. + 2004-10-05 Boris Kolpackov <boris@kolpackov.net> * read.c (record_target_var): Expand simple pattern-specific |