diff options
-rw-r--r-- | FAQ | 8 | ||||
-rw-r--r-- | FAQ.in | 7 | ||||
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/locales/ru_RU | 4 |
4 files changed, 21 insertions, 3 deletions
@@ -102,6 +102,8 @@ please let me know. 2.28. Why is extracting files via tar so slow? 2.29. Compiling programs I get parse errors in libio.h (e.g. "parse error before `_IO_seekoff'"). How should I fix this? +2.30. After upgrading to glibc 2.1, libraries that were compiled against + glibc 2.0.x don't work anymore. 3. Source and binary incompatibilities, and what to do about them @@ -1102,6 +1104,12 @@ compiler uses, compile your program with `gcc -E ...|grep G_config.h' and remove that file. Your compiler should pick up the file that has been installed by glibc 2.1 in your include directory. + +2.30. After upgrading to glibc 2.1, libraries that were compiled against + glibc 2.0.x don't work anymore. + +{AJ} See question 2.27. + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . @@ -845,7 +845,7 @@ passwd_compat: nis group_compat: nis shadow_compat: nis -?? What needs to be recompiled when upgrading from glibc 2.0 to glibc +??libs What needs to be recompiled when upgrading from glibc 2.0 to glibc 2.1? {AJ,CG} If you just upgrade the glibc from 2.0.x (x <= 7) to 2.1, binaries @@ -907,6 +907,11 @@ compiler uses, compile your program with `gcc -E ...|grep G_config.h' and remove that file. Your compiler should pick up the file that has been installed by glibc 2.1 in your include directory. +?? After upgrading to glibc 2.1, libraries that were compiled against + glibc 2.0.x don't work anymore. + +{AJ} See ?libs. + ? Source and binary incompatibilities, and what to do about them diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 38943b41bc..2a48f8bcbe 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +1999-03-08 Ulrich Drepper <drepper@cygnus.com> + + * locales/ru_RU (mon): Fix March and May month name translations. + Reported by Vadim V. Zhytnikov <vvzhy@td.lpi.ac.ru>. + 1999-02-16 Ulrich Drepper <drepper@cygnus.com> * Makefile (test-input): Prepare for cs_CZ test. diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index f0f6fa8ef5..d63f5b57c1 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -3060,9 +3060,9 @@ abday "<V=><s=><k=>";/ "<S=><u=><b=>" mon "<JA><n=><v=><a=><r=><ja>";/ "<F=><e=><v=><r=><a=><l=><ja>";/ - "<M=><a=><r=><t=>";/ + "<M=><a=><r=><t=><a=>";/ "<A=><p=><r=><e=><l=><ja>";/ - "<M=><a=><j=>";/ + "<M=><a=><ja>";/ "<I=><ju><n=><ja>";/ "<I=><ju><l=><ja>";/ "<A=><v=><g=><u=><s=><t=><a=>";/ |