diff options
author | Paul Smith <psmith@gnu.org> | 2011-06-12 16:22:04 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2011-06-12 16:22:04 +0000 |
commit | b06b8c64a29a5ba3a8daecd829fa2f98d42cb285 (patch) | |
tree | 10c7d1ee47a4623db259a56152f9c33e97311161 /ChangeLog | |
parent | f15efca8112bc2cd4f120a64fcc3aa4fa70a871e (diff) | |
download | gunmake-b06b8c64a29a5ba3a8daecd829fa2f98d42cb285.tar.gz |
Fix another error related to whitespace handling in archives.
Newer version of VMS support strncasecmp() so update the config.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-06-12 Paul Smith <psmith@gnu.org> + + * read.c (parse_file_seq): Move the check for empty members out of + the loop so we can go to the next member properly. + Another fix for Savannah bug #30612. + + * config.h-vms.template: Newer versions of VMS have strncasecmp() + Patch provided by: Hartmut Becker <becker.ismaning@freenet.de> + 2011-05-07 Paul Smith <psmith@gnu.org> * expand.c (variable_append): Add a LOCAL argument to track |