diff options
author | Paul Smith <psmith@gnu.org> | 2012-09-09 21:11:00 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-09-09 21:11:00 +0000 |
commit | bc578b6c8eaf2ec3e203acd654d1b0c24fdbd62f (patch) | |
tree | d8e465f6cfdc56c1f6224d78a90660afe8836a0f /ChangeLog | |
parent | 1820908804cc775809d7b4269a6754eb4df957c9 (diff) | |
download | gunmake-bc578b6c8eaf2ec3e203acd654d1b0c24fdbd62f.tar.gz |
Ignore UTF-8 BOMs. See Savannah bug #36529.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |