summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-26 16:53:17 -0400
committerPaul Smith <psmith@gnu.org>2013-05-26 16:53:17 -0400
commitdc922e3f4c442255ba8deb84c9300aa7e3a6108c (patch)
tree781bb19957361377cbe88381e462d544fbff827d /ChangeLog
parentc11024b3b3532ef7eb80df7d55c8b2fcdc20ce93 (diff)
downloadgunmake-dc922e3f4c442255ba8deb84c9300aa7e3a6108c.tar.gz
[SV #38442] Add library names to the string cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 498ad56..5f5dd93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-05-26 Paul Smith <psmith@gnu.org>
+ * remake.c (f_mtime): Ensure that archive file names are in the
+ string cache. Fixes Savannah bug #38442.
+
* read.c (readline): To be safe, move the entire buffer if we
detect a CR. Fixes Savannah bug #38945.