diff options
| author | DJ Delorie <dj@redhat.com> | 2007-12-11 20:38:10 -0500 |
|---|---|---|
| committer | DJ Delorie <dj@gcc.gnu.org> | 2007-12-11 20:38:10 -0500 |
| commit | 675575f57aa49f751d373b93029fb3ac8ea2ea88 (patch) | |
| tree | 0b62ddc2f572ce42be0b6c205799d426377b9049 /libcpp/ChangeLog | |
| parent | a2b677873b49b23724eb0fdd1725e490b91d8da6 (diff) | |
| download | gcc-675575f57aa49f751d373b93029fb3ac8ea2ea88.tar.gz gcc-675575f57aa49f751d373b93029fb3ac8ea2ea88.tar.bz2 gcc-675575f57aa49f751d373b93029fb3ac8ea2ea88.zip | |
charset.c (convert_using_iconv): Close out any shift states, returning to the initial state.
* charset.c (convert_using_iconv): Close out any shift states,
returning to the initial state.
From-SVN: r130785
Diffstat (limited to 'libcpp/ChangeLog')
| -rw-r--r-- | libcpp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 1cc5d7f57f1..217294af563 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,8 @@ +2007-12-11 DJ Delorie <dj@redhat.com> + + * charset.c (convert_using_iconv): Close out any shift states, + returning to the initial state. + 2007-12-06 Tom Tromey <tromey@redhat.com> PR c/29172: |
