about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. ↵Richard Henderson2007-03-147-75/+460
| | | | | | | | | | | | | * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New. * sysdeps/alpha/fpu/libm-test-ulps: Regenerate. * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New. * sysdeps/alpha/fpu/libm-test-ulps: Regenerate. * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2007-03-13 Richard Henderson <rth@redhat.com>
* * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use two Richard Henderson2007-03-132-1/+8
| | | | | | | | separate cfi regions for the two subsections. 2007-03-13 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use two separate cfi regions for the two subsections.
* * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. Richard Henderson2007-03-136-59/+55
| | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file. * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file. * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape): Move to dl-auxv.h; initialize instead of extern weak. (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef weak symbol. * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape): Extern instead of initialized. * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. * sysdeps/unix/sysv/linux/alpha/dl-auxv.h: New file. * sysdeps/unix/sysv/linux/alpha/dl-support.c: New file. * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c (__libc_alpha_cache_shape): Move to dl-auxv.h; initialize instead of extern weak. (DL_PLATFORM_AUXV): Move to dl-auxv.h; don't test for undef weak symbol. * sysdeps/unix/sysv/linux/alpha/sysconf.c (__libc_alpha_cache_shape): Extern instead of initialized. 2007-03-13 Richard Henderson <rth@redhat.com>
* * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for Richard Henderson2007-03-132-0/+18
| | | | | | | | __sigsuspend_nocancel. 2007-03-13 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for __sigsuspend_nocancel.
* * sysdeps/posix/getaddrinfo.c (get_scope): Correct test forUlrich Drepper2007-03-062-1/+6
| | | | 172.16/12 address range.
* * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry withUlrich Drepper2007-03-052-0/+37
| | | | | a new netlink socket if NLMSG_ERR -EBUSY is seen after some MSG_TRUNC message.
* [BZ #4069]Ulrich Drepper2007-03-051-1/+1
|
* [BZ #4096]Ulrich Drepper2007-03-057-43/+76
| | | | | | | | | | | | | | 2007-03-01 Jakub Jelinek <jakub@redhat.com> [BZ #4096] * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Check for NaN earlier. * math/libm-test.inc (pow_test): Add more tests involving NaNs. * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Avoid invalid exception for x qNaN and y either +-inf or non-integer value. * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Likewise. * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
* * sysdeps/unix/sysv/linux/sh/Makefile: Remove sys/io.hUlrich Drepper2007-03-052-4/+5
| | | | from sysdep_headers.
* * time/tzfile.c (find_transition): Instead of a linear search try toUlrich Drepper2007-03-051-0/+6
| | | | | guess the transition index, use a linear search if the result is at most 10 transitions away from the guess or binary search otherwise.
* (find_transition): Instead of a linear search try to guess the transition ↵Ulrich Drepper2007-03-051-3/+50
| | | | index, use a linear search if the result is at most 10 transitions away from the guess or binary search otherwise.
* * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix Jakub Jelinek2007-02-272-2/+7
| | | | | | | | memory reallocation. 2007-02-27 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Fix memory reallocation.
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper2007-02-253-5/+14
| | | | | new thread, don't just decrement it. Patch by Suzuki K P <suzuki@in.ibm.com>.
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictionsUlrich Drepper2007-02-222-10/+13
| | | | | and fix some typos. Optimize use of TOLOWER.
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Optimize use of TOLOWER.Ulrich Drepper2007-02-212-14/+22
|
* [BZ #3325]Ulrich Drepper2007-02-215-7/+12
| | | | | | * sysdeps/i386/fpu/e_fmodf.S: Revert last changes, keep using fprem. * sysdeps/i386/fpu/e_fmodl.c: Likewise. * sysdeps/i386/fpu/e_fmod.S: Likewise.
* [BZ #3458]Ulrich Drepper2007-02-213-2/+43
| | | | | | | * sysdeps/unix/sysv/linux/posix_madvise.c: New file. * sysdeps/unix/sysv/linux/syscalls.list: Remove posix_madvise entry. * stdio-common/tfformat.c (sprint_doubles): Some more tests.
* [BZ #4076] cvs/fedora-glibc-20070221T1011Ulrich Drepper2007-02-215-8/+60
| | | | | | | * io/ftw.c (ftw_startup): Handle special case of FTW_CHDIR in /. (open_dir_stream): Likewise. * io/Makefile (tests): Add bug-ftw5. io/bug-ftw5.c: New file.
* * nscd/hstcache.c (cache_addhst): Remove unnecessary conditional.Ulrich Drepper2007-02-214-4/+11
| | | | | | | * nscd/servicescache.c (cache_addserv): Likewise. * nscd/grpcache.c (cache_addgr): In case a record changed on refresh, adjust key_copy.
* [BZ #4074]Ulrich Drepper2007-02-212-0/+5
| | | | | * nscd/pwdcache.c (cache_addpw): In case a record changed on refresh, adjust key_copy.
* [BZ #4070]Ulrich Drepper2007-02-214-35/+72
| | | | | | | | 2007-02-21 Ulrich Drepper <drepper@redhat.com> [BZ #4070] * stdio-common/printf_fp.c (___printf_fp): Handle a few more * stdio-common/tfformat.c (sprint_doubles): Some more tests. special cases.
* * stdio-common/printf_fp.c (___printf_fp): Cleanups and minorUlrich Drepper2007-02-203-27/+29
| | | | optimization.
* * stdio-common/vfscanf.c: Small cleanups throughout.Ulrich Drepper2007-02-192-52/+44
|
* [BZ #3325]Ulrich Drepper2007-02-195-3/+14
| | | | | | | * sysdeps/i386/fpu/e_fmodf.S: Use fprem1 instead of fprem. * sysdeps/i386/fpu/e_fmodl.c: Likewise. * sysdeps/i386/fpu/e_fmod.S: Likewise. Patch by Jared Casper <jaredcasper@gmail.com>.
* * sysdeps/unix/closedir.c: Outside libc don't use locking.Ulrich Drepper2007-02-195-5/+23
| | | | | * sysdeps/unix/opendir.c: Likewise. * sysdeps/unix/readdir.c: Likewise.
* [BZ #2211]Ulrich Drepper2007-02-195-17/+296
| | | | | | * stdio-common/vfscanf.c: Handle localized digits etc for floating point numbers. Patch mostly by Hamed Malek <hamed@farsiweb.info>.
* * stdio-common/vfscanf.c: Fix problems in width accounting.Ulrich Drepper2007-02-183-3/+37
| | | | | * stdio-common/tst-sscanf.c (double_tests): New tests. (main): Hook them up.
* ..Ulrich Drepper2007-02-182-57/+1
| | | | More simplifications of floating-point reader.
* * stdio-common/vfscanf.c: Remove unused WIDTH handling.Ulrich Drepper2007-02-183-4/+8
|
* * stdio-common/Makefile (tests): Add tst-swscanf.Ulrich Drepper2007-02-187-56/+70
| | | | | | * stdio-common/tst-sscanf.c: Make tests usable for swscanf testing. * stdio-common/tst-swscanf.c: New file.
* * SUPPORTED (SUPPORTED-LOCALES): Remove sr_CS locales.Ulrich Drepper2007-02-182-2/+2
|
* [BZ #1430]Ulrich Drepper2007-02-182-41/+15
| | | | | | | | 2007-02-17 Ulrich Drepper <drepper@redhat.com> [BZ #1430] * locales/hu_HU: Revert * locales/hu_HU: Better collation. Patch by Gyuro Lehel <lehel@freemail.hu>.
* [BZ #672]Ulrich Drepper2007-02-188-13092/+1923
| | | | | | | | | | | | | | | | | 2005-01-16 Denis Barbier <barbier@linuxfr.org> [BZ #672] * locales/ca_ES: Replace current collation rules by including iso14651_t1 and adding extra rules if needed. There should be no noticeable changes in sorted text. only ligatures and ignoreable characters have modified weights. * locales/da_DK: Likewise. * locales/en_CA: Likewise. * locales/es_US: Likewise. * locales/fi_FI: Likewise. * locales/nb_NO: Likewise. [BZ #672] * locales/iso14651_t1: Simplified. Extended.
* [BZ #58]Ulrich Drepper2007-02-182-114/+1243
| | | | * locales/uk_UA: New version.
* [BZ #2633]Ulrich Drepper2007-02-173-15/+36
| | | | | | | | * libio/stdio.h: Define struct _IO_FILE in global namespace. * setjmp/setjmp.h: Define __jmp_buf_tag in global namespace. Remove using for __jmp_buf_tag. * locale/locale.h (struct lconv): Also define in std namespace. * wcsmbs/wchar.h: Move using declaration for tm out of namespace.
* [BZ #3842]Ulrich Drepper2007-02-173-2/+10
| | | | | * sysdeps/posix/euidaccess.c [_LIBC] (euidaccess): Remove shortcut using __libc_enable_secure.
* [BZ #2648]Ulrich Drepper2007-02-177-20/+28
| | | | * locales/pl_PL: Fix currency_symbol and its placement.
* [BZ #3818]Ulrich Drepper2007-02-172-20/+55
| | | | * sysdeps/unix/sysv/linux/sys/acct.h (struct acct_v3): Define.
* [BZ #3745]Ulrich Drepper2007-02-172-4/+8
| | | | | * locale/programs/ld-collate.c (handle_ellipsis): Fix generation of names for ellipsises.
* [BZ #3348]Ulrich Drepper2007-02-176-18/+221
| | | | | | | | | 2007-02-17 Ulrich Drepper <drepper@redhat.com> [BZ #3348] * malloc/memusage.sh: Cleanups. * debug/xtrace.sh: Quoting and trap changes. * locale/iso-3166.def: Add Jersey, Guernsey, and Isle Of Man entries.
* * locale/iso-3166.def: Update entry for Serbia.Ulrich Drepper2007-02-173-28/+57
|
* * locale/iso-4217.def: Define RSD, remove CSD.Ulrich Drepper2007-02-174-0/+247
|
* [BZ #3322]Ulrich Drepper2007-02-176-2/+546
| | | | | | * SUPPORTED (SUPPORTED-LOCALES): Add sr_RS and sr_RS@latin. * locales/sr_RS: New file. * locales/sr_RS@latin: New file.
* [BZ #4040]Ulrich Drepper2007-02-173-0/+12
| | | | | | | | | * sysdeps/x86_64/bits/atomic.h: One more change, this time for 16- and 64-bit operations. [BZ #4040] * sysdeps/i386/i486/bits/atomic.h: One more change, this time for 16-bit operations.
* [BZ #3885]Ulrich Drepper2007-02-173-730/+4879
| | | | | | | | | | 2007-02-16 Ulrich Drepper <drepper@redhat.com> [BZ #3885] * locales/i18n: Updates for Unicode 5.0. * charmaps/UTF-8: Likewise. Patch by Pablo Saratxaga <pablo@walon.org> * locales/sl_SI: Slovenia joined the Euro zone.
* [BZ #3884]Ulrich Drepper2007-02-172-6/+12
| | | | | | | 2007-01-12 Gwenole Beauchesne <gbeauchesne@mandriva.com> [BZ #3884] * localedata/locales/sl_SI: Slovenia joined the Euro zone. Fix negative number format.
* [BZ #3851]Ulrich Drepper2007-02-174-10/+16
| | | | | | | 2007-02-16 Ulrich Drepper <drepper@redhat.com> [BZ #3851] * locales/bn_BD: Fix full name of January and February. Patch by Jamil Ahmed <jamil@bengalinux.org>.
* * nscd/nscd.c (parse_opt): One more conversion to use send insteadUlrich Drepper2007-02-162-16/+25
| | | | of writev.
* [BZ #3991]Ulrich Drepper2007-02-162-5/+9
| | | | | | * assert/assert.h (assert): Simplify. (assert_perror): Likewise. Patch by Israel G. Lugo <ilugo@bridonsecurity.com>.
* * nscd/nscd_helper.c (open_socket): Don't send padding bytes fromUlrich Drepper2007-02-162-2/+6
| | | | reqdata.