diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-26 13:56:51 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-26 13:56:51 -0400 |
commit | bf60bbd67a345c27fae513372dd05a8c019176f6 (patch) | |
tree | 39d1b331130d7371dfe91677afd979e229b19af3 /ChangeLog | |
parent | d2eaed1f0a1c361207487c45f7f5101bd0bf4239 (diff) | |
download | gunmake-bf60bbd67a345c27fae513372dd05a8c019176f6.tar.gz |
[SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-05-26 Paul Smith <psmith@gnu.org> + + * job.c (new_job): Compare OUT to the beginning of the OUT + var/function, not IN. Fixes Savannah bug #39035. + 2013-05-22 Paul Smith <psmith@gnu.org> * main.c (switches[]): Order switches so simple flags all come first. |