summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-09-09 21:11:00 +0000
committerPaul Smith <psmith@gnu.org>2012-09-09 21:11:00 +0000
commitbc578b6c8eaf2ec3e203acd654d1b0c24fdbd62f (patch)
treed8e465f6cfdc56c1f6224d78a90660afe8836a0f /ChangeLog
parent1820908804cc775809d7b4269a6754eb4df957c9 (diff)
downloadgunmake-bc578b6c8eaf2ec3e203acd654d1b0c24fdbd62f.tar.gz
Ignore UTF-8 BOMs. See Savannah bug #36529.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 786f438..94e4aab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-09 Paul Smith <psmith@gnu.org>
+
+ * read.c (eval): If we detect an initial UTF-8 BOM, skip it.
+ Fixes Savannah bug #36529.
+ (record_target_var): Remove unused variable "fname".
+
2012-09-09 Eli Zaretskii <eliz@gnu.org>
* read.c (unescape_char): Fix a thinko in the last change.