aboutsummaryrefslogtreecommitdiff
path: root/libcpp/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2004-09-18 00:56:19 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-09-18 00:56:19 +0000
commita29f62d9c315cab224ecaa2be6fe90f989648c3f (patch)
tree0eb836956c030e1321958bbc152d0c45c3366d1b /libcpp/ChangeLog
parent8f8e9aa5c1b48a6a6a40839fec7ce986cfb6b303 (diff)
downloadgcc-a29f62d9c315cab224ecaa2be6fe90f989648c3f.tar.gz
gcc-a29f62d9c315cab224ecaa2be6fe90f989648c3f.tar.bz2
gcc-a29f62d9c315cab224ecaa2be6fe90f989648c3f.zip
* charset.c (_cpp_destroy_iconv, emit_numeric_escape)
(_cpp_convert_input, _cpp_default_encoding): Add comments. Some other comments in this file also tweaked. From-SVN: r87688
Diffstat (limited to 'libcpp/ChangeLog')
-rw-r--r--libcpp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 5727f1ba165..b3a86087d44 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,5 +1,9 @@
2004-09-17 Zack Weinberg <zack@codesourcery.com>
+ * charset.c (_cpp_destroy_iconv, emit_numeric_escape)
+ (_cpp_convert_input, _cpp_default_encoding): Add comments.
+ Some other comments in this file also tweaked.
+
* directives.c (do_pragma): Save current buffer position
before lexing the pragma keywords; don't call
_cpp_backup_tokens in the defer_pragmas case.