diff options
author | Tom Tromey <tom@tromey.com> | 2017-04-06 21:07:00 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-04-12 11:16:18 -0600 |
commit | b24b0d6c3be6b95d4b5e8da901e1ef315bd458b4 (patch) | |
tree | 9a110ae5ae4b5fc476953e348c8b14bbc6be38e2 /gdb/ChangeLog | |
parent | 80a3b8c578e93119183db5f5e34248f843e410a7 (diff) | |
download | gdb-b24b0d6c3be6b95d4b5e8da901e1ef315bd458b4.zip gdb-b24b0d6c3be6b95d4b5e8da901e1ef315bd458b4.tar.gz gdb-b24b0d6c3be6b95d4b5e8da901e1ef315bd458b4.tar.bz2 |
Fix up wchar_iterator comment
This fixes up a comment in charset.h that has been obsolete for a
while.
gdb/ChangeLog
2017-04-12 Tom Tromey <tom@tromey.com>
* charset.h (wchar_iterator): Fix comment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1c8c31..fc3bd16 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-04-12 Tom Tromey <tom@tromey.com> + * charset.h (wchar_iterator): Fix comment. + +2017-04-12 Tom Tromey <tom@tromey.com> + * charset.c (iconv_wrapper): New class. (cleanup_iconv): Remove. (convert_between_encodings): Use it. |