mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
* locale/programs/ld-collate.c (collate_output): Fix counting of
elements. Don't limit table size. Use correct secondary hash function. * locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE. * posix/fnmatch_loop.c: Adjust for changed secondary hash function. * posix/regcomp.c: Likewise. * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define.
This commit is contained in:
parent
95cfc2e249
commit
07b649c6f4
@ -1,5 +1,12 @@
|
|||||||
2005-10-14 Ulrich Drepper <drepper@redhat.com>
|
2005-10-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* locale/programs/ld-collate.c (collate_output): Fix counting of
|
||||||
|
elements. Don't limit table size. Use correct secondary hash
|
||||||
|
function.
|
||||||
|
* locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE.
|
||||||
|
* posix/fnmatch_loop.c: Adjust for changed secondary hash function.
|
||||||
|
* posix/regcomp.c: Likewise.
|
||||||
|
|
||||||
* time/asctime.c (asctime_internal): Use __snprintf instead of
|
* time/asctime.c (asctime_internal): Use __snprintf instead of
|
||||||
snprintf to avoid PLT entry.
|
snprintf to avoid PLT entry.
|
||||||
|
|
||||||
@ -12,7 +19,7 @@
|
|||||||
|
|
||||||
* stdlib/Makefile (tests): Add tst-ucontext-off.
|
* stdlib/Makefile (tests): Add tst-ucontext-off.
|
||||||
* stdlib/tst-ucontext-off.c: New file.
|
* stdlib/tst-ucontext-off.c: New file.
|
||||||
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TEST): Define.
|
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define.
|
||||||
* sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise.
|
* sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise.
|
||||||
|
|
||||||
[BZ #1468]
|
[BZ #1468]
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2005-10-14 Ulrich Drepper <drepper@redhat.com>
|
2005-10-14 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #428]
|
||||||
|
* locales/te_IN: Several fixes.
|
||||||
|
Patch by Sunil Mohan Adapa <sunil@atc.tcs.co.in>.
|
||||||
|
|
||||||
[BZ #368]
|
[BZ #368]
|
||||||
* locales/dz_BT: New file.
|
* locales/dz_BT: New file.
|
||||||
* SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
|
* SUPPORTED (SUPPORTED-LOCALES): Add dz_BT.UTF-8.
|
||||||
|
Loading…
Reference in New Issue
Block a user