diff options
author | Andreas Jaeger <jaegerandi@gmail.com> | 2012-05-21 20:41:36 +0200 |
---|---|---|
committer | Andreas Jaeger <jaegerandi@gmail.com> | 2012-05-21 20:41:36 +0200 |
commit | 5fefb43629b36b143c9ac100b89408a2cbeed3a8 (patch) | |
tree | b19725b9fd5391e463e761fe2d6aef4261b22b58 /localedata/ChangeLog | |
parent | d8e272abb32d1788f6a95ae5128b2e2441b840e3 (diff) | |
download | glibc-5fefb43629b36b143c9ac100b89408a2cbeed3a8.zip glibc-5fefb43629b36b143c9ac100b89408a2cbeed3a8.tar.gz glibc-5fefb43629b36b143c9ac100b89408a2cbeed3a8.tar.bz2 |
[BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
* iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
inptr and inend for must_buffer_ch.
* wcsmbs/tst-mbsnrtowcs.c: Remove file.
* wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
* stdio-common/Makefile (tests): Remove bug15.
(bug15-ENV): Remove macro.
* stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
anymore.
localedata:
* SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1.
* tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1
anymore.
* Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list.
(tests): Remove tst-strptime.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6ef7dc7..2fdd858 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,12 @@ +2012-05-21 Bruno Haible <bruno@clisp.org> + Andreas Jaeger <aj@suse.de> + + * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1. + * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1 + anymore. + * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list. + (tests): Remove tst-strptime. + 2012-05-11 Andreas Schwab <schwab@linux-m68k.org> [BZ #11837] |