about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Remade for stable-2.7 cvs/fedora-glibc-20071017T2029Ulrich Drepper2007-10-171-2/+2
|
* * include/features.h (__GLIBC_MINOR__): Bump to 7.Ulrich Drepper2007-10-172-1/+2
|
* * version.h (VERSION): Bump to 2.7.Ulrich Drepper2007-10-172-2/+4
|
* [BZ #5186]Ulrich Drepper2007-10-172-4/+8
| | | | | | * time/tzset.c (__tz_convert): Don't force testing for a change of TZ if not called from localtime. But then also see whether the file changed, in case __use_tzfile is set.
* * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define F_DUPFD_CLOEXEC. cvs/fedora-glibc-20071017T2007Ulrich Drepper2007-10-179-0/+27
| | | | | | | | | | * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): When sorting addressesUlrich Drepper2007-10-172-6/+27
| | | | | and admin selects to be able to replace the gai.conf file, lock data structures around the qsort call.
* * sysdeps/x86_64/cacheinfo.c: Comment out code added in support ofUlrich Drepper2007-10-173-21/+24
| | | | | | new memset. too high for the improvements. Implement bzero unconditionally for use in libc.
* * sysdeps/x86_64/memset.S: Revert to old version for now. The cost isUlrich Drepper2007-10-172-1231/+112
| | | | | | | too high for the improvements. 2007-10-17 Ulrich Drepper <drepper@redhat.com> Jakub Jelinek <jakub@redhat.com>
* * time/tzfile.c (__tzfile_read): Read POSIX TZ string if availableUlrich Drepper2007-10-171-1/+14
| | | | | | | | | | | | | even when time_t is 32-bit. (__tzfile_compute): Override POSIX TZ string STD/DST zone names if timezone data read by __tzfile_default. Ensure __tzname[0] is always set after the search. * time/tzfile.c (__tzfile_compute): For use_last case set i to num_transition rather than num_transitions - 1. 2007-10-16 Jakub Jelinek <jakub@redhat.com>
* (__tzfile_read): Read POSIX TZ string if available even when time_t is ↵Ulrich Drepper2007-10-171-6/+57
| | | | 32-bit. (__tzfile_compute): Override POSIX TZ string STD/DST zone names if timezone data read by __tzfile_default. Ensure __tzname[0] is always set after the search.
* * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New Jakub Jelinek2007-10-172-1/+25
| | | | | | | | routine instead of an alias to __new_sem_post. 2007-10-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/sem_post.S (__old_sem_post): New routine instead of an alias to __new_sem_post.
* Help the compiler recognize unreachable code on 32-bit machines.Ulrich Drepper2007-10-163-7/+12
| | | | | | | 2007-10-16 Ulrich Drepper <drepper@redhat.com> * time/tzfile.c (__tzfile_read): Help the compiler recognize unreachable code on 32-bit machines.
* [BZ #5184]Ulrich Drepper2007-10-162-30/+49
| | | | | | | | | | | | | Include stdbool.h. (my_strftime): New wrapper, old function renamed to... (__strftime_internal): ... new function. Add tzset_called argument, pass it down to recursive calls, don't call tzset () if already true, set to true after call to tzset (). 2007-10-16 Jakub Jelinek <jakub@redhat.com> [BZ #5184] * time/strftime_l.c: Include stdbool.h. (my_strftime): New wrapper, old function renamed to... (__strftime_internal): ... new function. Add tzset_called argument, pass it down to recursive calls, don't call tzset () if already true, set to true after call to tzset ().
* (__tzfile_read): Take extra memory requested by caller into account when ↵Ulrich Drepper2007-10-164-49/+48
| | | | | | | | | copying TZ string. 2007-10-16 Ulrich Drepper <drepper@redhat.com> * time/tzfile.c (__tzfile_read): Take extra memory requested by caller into account when copying TZ string.
* (__tzfile_compute): For use_last case set i to num_transition rather than ↵Ulrich Drepper2007-10-161-2/+3
| | | | num_transitions - 1.
* * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move Jakub Jelinek2007-10-162-1/+4
| | | | | | PIC indirect jump. * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move PIC indirect jump.
* * sysdeps/x86_64/memset.S: Jump from bzero to memset using Jakub Jelinek2007-10-162-1/+7
| | | | | | | | a local label rather than HIDDEN_JUMPTARGET. 2007-10-16 Jakub Jelinek <jakub@redhat.com> * sysdeps/x86_64/memset.S: Jump from bzero to memset using a local label rather than HIDDEN_JUMPTARGET.
* * sysdeps/x86_64/cacheinfo.c (__x86_64_shared_cache_size): Define.Ulrich Drepper2007-10-163-111/+1274
| | | | | | | | | | | | | | | | | | (init_cacheinfo): Initialize it. * sysdeps/x86_64/memset.S: Use __x86_64_shared_cache_size. Always define bzero. Remove non-glibc code. * sysdeps/x86_64/bzero.S: Make an empty file. 2007-10-15 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/cacheinfo.c (__x86_64_preferred_memory_instruction): New. (init_cacheinfo): Initialize __x86_64_preferred_memory_instruction. * sysdeps/x86_64/memset.S: Rewrite. * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle startp and start_fct
* Make an empty file.Ulrich Drepper2007-10-161-3/+1
|
* * po/libc.pot: Regenerated.Roland McGrath2007-10-161-0/+4
|
* 2007-10-15 Roland McGrath <roland@redhat.com>Roland McGrath2007-10-161-878/+882
| | | | * po/libc.pot: Regenerated.
* * nss/getXXbyYY_r.c (REENTRANT_NAME): Mangle start and start_fctUlrich Drepper2007-10-151-0/+3
| | | | pointers.
* (REENTRANT_NAME): Mangle start and start_fct pointers.Ulrich Drepper2007-10-151-8/+24
|
* * init.c (__pthread_initialize_minimal): Initialize word to appease Jakub Jelinek2007-10-152-1/+6
| | | | | | | | valgrind. 2007-10-15 Jakub Jelinek <jakub@redhat.com> * init.c (__pthread_initialize_minimal): Initialize word to appease valgrind.
* [BZ #3425]Ulrich Drepper2007-10-152-2/+13
| | | | | | | | 2007-10-15 Ulrich Drepper <drepper@redhat.com> [BZ #3425] * resolv/nss_dns/dns-host.c (getanswer_r): Fail with NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no address record to T_A/T_AAAA requests.
* * posix/glob.c: Reimplement link_exists_p to use fstatat64. cvs/fedora-glibc-20071015T0728Ulrich Drepper2007-10-152-3/+30
|
* * posix/glob.c: Add some branch prediction throughout.Ulrich Drepper2007-10-152-9/+11
|
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successfulUlrich Drepper2007-10-152-10/+11
| | | | read from nscd.
* (rfc3484_sort): Make sure that even if qsort doesn't supportUlrich Drepper2007-10-141-2/+2
| | | | stable sorting out sorting here is stable by comparing service_order.
* * posix/tst-rfc3484-2.c (do_test): Likewise.Ulrich Drepper2007-10-143-0/+6
|
* * posix/tst-rfc3484.c (do_test): Adjust for addition ofUlrich Drepper2007-10-141-0/+2
| | | | service_order field to sorting structure.
* [BZ #4098] cvs/fedora-glibc-20071014T2102Ulrich Drepper2007-10-143-20/+31
| | | | | | | 2007-10-14 Ulrich Drepper <drepper@redhat.com> [BZ #4098] * locales/pl_PL: Change abmon, abday, and d_fmt according to results of vote.
* * sysdeps/posix/getaddrinfo.c (struct sort_result): Add cvs/fedora-glibc-20071014T1847Ulrich Drepper2007-10-142-2/+13
| | | | | | | service_order. (rfc3484_sort): Make sure that even of qsort doesn't support stable sorting it is stable by comparing service_order. (getaddrinfo): Initialize service_order.
* * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-148-246/+311
| | | | | | | | | | | | | | | | | | | * time/tzset.c (tzset_internal): Break TZ string parsing out into __tzset_parse_tz and updating of daylight, timezone, tzname into update_vars. (__tz_compute): Renamed from tz_compute. Take additional parameters. (__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now happens in __tz_compute. * time/tzfile.c (__tzfile_read): Also read TZ string. (find_transition): Fold into __tzfile_compute. (__tzfile_compute): For times beyond the last transition try to use the TZ string. * timezone/tst-timezone.c: Information in daylight and tzname does change for Asia/Tokyo timezone with more concrete information. Remove the test. * include/stdio.h: Add libc_hidden_proto for ftello. * libio/ftello.c: Add libc_hidden_def.
* [BZ #1140]Ulrich Drepper2007-10-142-20/+59
| | | | | | | | | | 2007-10-14 Ulrich Drepper <drepper@redhat.com> [BZ #1140] * time/tzfile.c (__tzfile_compute): Compute tzname[] values based on the specified time and not the last entries in the file. Move code to determine tzname[] to... (find_transition): ...here. Add ugly guess for times before the first transition.
* [BZ #3195]Ulrich Drepper2007-10-137-11/+19
| | | | | | | | | * nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found no entry. * nscd/nscd_getgr.c (nscd_getgr_r): Likewise. * nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise. * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise. * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
* * nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simplerUlrich Drepper2007-10-132-43/+63
| | | | | read mechanism when there are no group members and avoid no-op read syscall in this case.
* [BZ #3242]Ulrich Drepper2007-10-132-35/+76
| | | | | | | | | 2007-10-13 Ulrich Drepper <drepper@redhat.com> [BZ #3242] * nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter. (__readall): If reading failed due to EAGAIN error wait a bit and possibly try again. (__readvall): Likewise.
* * intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lockUlrich Drepper2007-10-132-0/+6
| | | | when we cannot recode the message.
* * libio/Makefile (tests): Add tst-ext2.Ulrich Drepper2007-10-133-2/+62
| | | | * libio/tst-ext2.c: New file.
* write-only streams. For read/write streams, check whether weUlrich Drepper2007-10-132-4/+5
| | | | performed a read operation already.
* [BZ #4359]Ulrich Drepper2007-10-132-3/+10
| | | | | | | 2007-10-13 Ulrich Drepper <drepper@redhat.com> [BZ #4359] * libio/__freading.c (__freading): Don't return true for write-only streams.
* * locale/programs/repertoire.c (repertoire_read): Always freeUlrich Drepper2007-10-132-2/+4
| | | | memory for repertoire file name [Coverity CID 270].
* * elf/cache.c (save_aux_cache): Free memory allocated forUlrich Drepper2007-10-131-0/+5
| | | | temporary file name [Coverity CID 267].
* (save_aux_cache): Free memory allocated for temporary file name.Ulrich Drepper2007-10-131-0/+1
|
* * misc/Makefile (headers): Add bits/error.h.Jakub Jelinek2007-10-122-1/+5
| | | | | | 2007-10-12 Jakub Jelinek <jakub@redhat.com> * misc/Makefile (headers): Add bits/error.h.
* * posix/fnmatch_loop.c: Take rule index returned as part ofUlrich Drepper2007-10-124-12/+30
| | | | | | findidx return value into account when accessing weights. * posix/regcomp.c: Likewise. * posix/regexec.c: Likewise.
* * locale/programs/ld-collate.c (collate_read): Optimize a bit.Ulrich Drepper2007-10-122-17/+21
| | | | (skip_to): Fix problems with parameter of elifdef/elifndef.
* * iconv/gconv_simple.c: Add some branch prediction.Ulrich Drepper2007-10-122-9/+11
|
* * locale/programs/ld-collate.c (collate_read): If ignore_contentUlrich Drepper2007-10-121-0/+5
| | | | and nowtok is tok_define, eat any tok_eol tokens.