diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-13 22:47:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-13 22:47:40 +0000 |
commit | 38b23bc3f02ec199370865be9bd970e6318fa1d2 (patch) | |
tree | 9c0a86f970b96b77546a79bb87e3a13a14b579c3 /ChangeLog | |
parent | bf9822658f50510d997da9d8c0c828dd7e26d6a6 (diff) | |
download | gunmake-38b23bc3f02ec199370865be9bd970e6318fa1d2.tar.gz |
- Fixes Savannah bug #18435
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-06-13 Paul Smith <psmith@gnu.org> + * ar.c (ar_name): Ensure that targets with empty parens aren't + considered archive member references: archive members must have a + non-empty "member" string. Fixes Savannah bug #18435. + * function.c (string_glob): Rely on multi_glob() to determine whether files exist or not. Remove call to file_exists_p() which is not always correct. Fixes Savannah bug #21231. |