diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 00:22:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 00:22:08 +0000 |
commit | 945b22ed04767342dac1654f7e92ad5f8870361b (patch) | |
tree | b4850d467a2bf93537e1e02e571834f36d7fbc92 /localedata | |
parent | bb3090cd0d36ea993175ee1fbf353c0adb18bf2f (diff) | |
download | glibc-945b22ed04767342dac1654f7e92ad5f8870361b.tar.gz glibc-945b22ed04767342dac1654f7e92ad5f8870361b.tar.xz glibc-945b22ed04767342dac1654f7e92ad5f8870361b.zip |
Update.
2000-07-23 Ulrich Drepper <drepper@redhat.com> * locale/iso-639.def: Some errors corrected. Patch by Keld Simonsen. * include/limits.h: Update non-gcc portion. Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 10 | ||||
-rw-r--r-- | localedata/locales/hr_HR | 4 | ||||
-rw-r--r-- | localedata/locales/sr_YU | 4 |
3 files changed, 14 insertions, 4 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index f4815b9970..b931ed5ca5 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,13 @@ +2000-07-23 Ulrich Drepper <drepper@redhat.com> + + * locales/sr_YU (yesexpr): Fix "*." -> ".*". + (enoexpr): Likewise. + * locales/hr_HR: Likewise. + Patches by GOTO Masanori <gotom@debian.or.jp>. + + * locales/i18n (yesexpr): Add U005E at the beginning. + (noexpr): Likewise. + 2000-07-22 Ulrich Drepper <drepper@redhat.com> * locales/ja_JP (yesexpr): U0060 should be U005E. diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR index 252383f45a..9d8e5335d4 100644 --- a/localedata/locales/hr_HR +++ b/localedata/locales/hr_HR @@ -2141,8 +2141,8 @@ copy "i18n" END LC_CTYPE LC_MESSAGES -yesexpr "<U005E><U005B><U0064><U0044><U0079><U0059><U005D><U002A><U002E>" -noexpr "<U005E><U005B><U006E><U004E><U005D><U002A><U002E>" +yesexpr "<U005E><U005B><U0064><U0044><U0079><U0059><U005D><U002E><U002A>" +noexpr "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>" END LC_MESSAGES LC_MONETARY diff --git a/localedata/locales/sr_YU b/localedata/locales/sr_YU index ca795ccae9..f00d81b722 100644 --- a/localedata/locales/sr_YU +++ b/localedata/locales/sr_YU @@ -2141,8 +2141,8 @@ copy "i18n" END LC_CTYPE LC_MESSAGES -yesexpr "<U005B><U0064><U0044><U0079><U0059><U0031><U005D><U002A><U002E>" -noexpr "<U005B><U006E><U004E><U0030><U005D><U002A><U002E>" +yesexpr "<U005B><U0064><U0044><U0079><U0059><U0031><U005D><U002E><U002A>" +noexpr "<U005B><U006E><U004E><U0030><U005D><U002E><U002A>" END LC_MESSAGES LC_MONETARY |