mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Update.
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>.
This commit is contained in:
parent
27e309c177
commit
4f7ea42781
8
FAQ
8
FAQ
@ -102,6 +102,8 @@ please let me know.
|
|||||||
2.28. Why is extracting files via tar so slow?
|
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
|
2.29. Compiling programs I get parse errors in libio.h (e.g. "parse error
|
||||||
before `_IO_seekoff'"). How should I fix this?
|
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
|
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
|
remove that file. Your compiler should pick up the file that has been
|
||||||
installed by glibc 2.1 in your include directory.
|
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.
|
||||||
|
|
||||||
|
|
||||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||||
|
|
||||||
|
7
FAQ.in
7
FAQ.in
@ -845,7 +845,7 @@ passwd_compat: nis
|
|||||||
group_compat: nis
|
group_compat: nis
|
||||||
shadow_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?
|
2.1?
|
||||||
|
|
||||||
{AJ,CG} If you just upgrade the glibc from 2.0.x (x <= 7) to 2.1, binaries
|
{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
|
remove that file. Your compiler should pick up the file that has been
|
||||||
installed by glibc 2.1 in your include directory.
|
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
|
? Source and binary incompatibilities, and what to do about them
|
||||||
|
|
||||||
|
@ -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>
|
1999-02-16 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* Makefile (test-input): Prepare for cs_CZ test.
|
* Makefile (test-input): Prepare for cs_CZ test.
|
||||||
|
@ -3060,9 +3060,9 @@ abday "<V=><s=><k=>";/
|
|||||||
"<S=><u=><b=>"
|
"<S=><u=><b=>"
|
||||||
mon "<JA><n=><v=><a=><r=><ja>";/
|
mon "<JA><n=><v=><a=><r=><ja>";/
|
||||||
"<F=><e=><v=><r=><a=><l=><ja>";/
|
"<F=><e=><v=><r=><a=><l=><ja>";/
|
||||||
"<M=><a=><r=><t=>";/
|
"<M=><a=><r=><t=><a=>";/
|
||||||
"<A=><p=><r=><e=><l=><ja>";/
|
"<A=><p=><r=><e=><l=><ja>";/
|
||||||
"<M=><a=><j=>";/
|
"<M=><a=><ja>";/
|
||||||
"<I=><ju><n=><ja>";/
|
"<I=><ju><n=><ja>";/
|
||||||
"<I=><ju><l=><ja>";/
|
"<I=><ju><l=><ja>";/
|
||||||
"<A=><v=><g=><u=><s=><t=><a=>";/
|
"<A=><v=><g=><u=><s=><t=><a=>";/
|
||||||
|
Loading…
Reference in New Issue
Block a user