diff options
author | Paul Smith <psmith@gnu.org> | 2007-10-10 13:22:21 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2007-10-10 13:22:21 +0000 |
commit | 2a23064da537eec5520495fa7033ab66cd8e5bfe (patch) | |
tree | 539b4f57dfb6dd6c01dbac48f1ad33eb7c127a2b /ChangeLog | |
parent | e54dfb428420943a73e3b2098dc5c694c4fdf58d (diff) | |
download | gunmake-2a23064da537eec5520495fa7033ab66cd8e5bfe.tar.gz |
Fixes from Eli Zaretskii:
Fix to allow quoted directories in PATH.
Fix for Savannah bug #20549.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -10,6 +10,11 @@ * make.h: Add a prototype for w32_kill() (change suggested by Yongwei Wu <wuyongwei@gmail.com>). +2007-09-21 Eli Zaretskii <eliz@gnu.org> + + * w32/pathstuff.c (convert_Path_to_windows32): Handle quoted + directories in Path. + 2007-08-15 Paul Smith <psmith@gnu.org> * doc/make.texi (GNU Free Documentation License): The fdl.texi @@ -23,6 +28,17 @@ then (order-only for example) but they will be this time. Fixes Savannah bug #'s 3330 and 15919. +2007-07-21 Eli Zaretskii <eliz@gnu.org> + + Fix Savannah bug #20549: + * function.c (func_shell): Call construct_command_argv with zero + value of FLAGS. + * job.c (construct_command_argv_internal): New argument FLAGS; all + callers changed. + [WINDOWS32]: If FLAGS has the COMMANDS_RECURSE bit set, ignore + just_print_flag. + * job.h (construct_command_argv_internal): Update prototype. + 2007-07-13 Paul Smith <psmith@gnu.org> * file.c (expand_deps): Use variable_buffer as the start of the |