summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-03 16:45:45 +0000
committerPaul Smith <psmith@gnu.org>2010-07-03 16:45:45 +0000
commitfc644b4c450fee27683cfb73e85488a643de6fa7 (patch)
tree7246dfc085eff7d47d3802e2d37c6d6291622b53 /ChangeLog
parent97f106fa105b5d776fb0d6ce3b60493d25f825f4 (diff)
downloadgunmake-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0768309..9f3c622 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.