diff options
author | Paul Smith <psmith@gnu.org> | 2010-07-03 16:45:45 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2010-07-03 16:45:45 +0000 |
commit | fc644b4c450fee27683cfb73e85488a643de6fa7 (patch) | |
tree | 7246dfc085eff7d47d3802e2d37c6d6291622b53 /ChangeLog | |
parent | 97f106fa105b5d776fb0d6ce3b60493d25f825f4 (diff) | |
download | gunmake-fc644b4c450fee27683cfb73e85488a643de6fa7.tar.gz |
Do not consider filenames that contain parens but don't END in a paren,
to be an archive group. Fixes Savannah bug #28525.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-07-03 Paul Smith <psmith@gnu.org> + + * read.c (parse_file_seq): All archive groups must end with ')' as + the LAST character in a word. If there is no word ending in ')' + then it's not an archive group. Fixes Savannah bug #28525. + 2010-07-01 Paul Smith <psmith@gnu.org> * main.c (main): Append optional features using separate calls. |