vapier 14/10/17 18:01:09 Modified: README Removed: ctype_b.c Log: drop support for old versions of glibc (<=2.0.x)
Revision Changes Path 1.2 src/patchsets/glibc/extra/README file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/README?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/README?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/extra/README?r1=1.1&r2=1.2 Index: README =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/extra/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 26 Jun 2006 22:14:01 -0000 1.1 +++ README 17 Oct 2014 18:01:09 -0000 1.2 @@ -3,15 +3,6 @@ c_stubs/ (pulled from glibc-fedora-20060501T0751.tar.bz2) read c_stubs/README -ctype_b.c - read the top of the file - -glibc-compat/ (pulled from glibc-fedora-20041219T2331.tar.bz2) - some compat code for really old/broken binary-only applications. - these applications suck and need to die, but since users don't - want to hear that, we stole this subdir from Fedora. - emerge glibc with USE=glibc-compat20 - locale/ a port/rewrite of Debian's locale-gen. see the man pages in the subdir for more information.
