This commit is contained in:
Ulrich Drepper 2000-07-01 05:26:07 +00:00
parent 5e087c7152
commit b62404dcc9
2 changed files with 4 additions and 3 deletions

View File

@ -32,9 +32,6 @@
value. Therefore it does not have to be printed. But we cannot value. Therefore it does not have to be printed. But we cannot
remove the space if the currency symbol is printed before the remove the space if the currency symbol is printed before the
number since this is what many locales expect. number since this is what many locales expect.
* localedata/tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to
work around DEM problem.
* localedata/tst-fmon.data: Change back entries with DEM.
* iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
whether this information is available. whether this information is available.

View File

@ -6,6 +6,10 @@
* gen-locale.sh: Generate only one locale which is described in a * gen-locale.sh: Generate only one locale which is described in a
command line parameter. command line parameter.
* tests-mbwc/dat_strfmon.c: Remove #ifdefs introduced to work
around DEM problem.
* tst-fmon.data: Change back entries with DEM.
* gen-locale.sh: Print that it might take a while to finish. * gen-locale.sh: Print that it might take a while to finish.
2000-06-30 Jakub Jelinek <jakub@redhat.com> 2000-06-30 Jakub Jelinek <jakub@redhat.com>