about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (collate_read): If ignore_content and nowtok is tok_define, eat any tok_eol ↵Ulrich Drepper2007-10-121-16/+15
| | | | tokens.
* * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. cvs/fedora-glibc-20071011T1636Jakub Jelinek2007-10-115-7/+16
| | | | | | | | | | | | | | | | | (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage. * inet/netinet/in.h: Don't include bits/socket.h. * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H macro. * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise. 2007-10-11 Jakub Jelinek <jakub@redhat.com> * sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC. (struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage. * inet/netinet/in.h: Don't include bits/socket.h. * sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H macro. * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
* * locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdefUlrich Drepper2007-10-117-304/+591
| | | | | | and tok_elifndef. * locale/programs/locfile-kw.gperf: Likewise. * locale/programs/ld-collate.c: Implement primitive preprocessor.
* Remove tok_elif, add tok_elifdef and tok_elifndef.Ulrich Drepper2007-10-112-4/+6
|
* * locales/en_US: Add first_weekday and first_workday. cvs/fedora-glibc-20071010T2047Jakub Jelinek2007-10-1014-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * locales/cs_CZ: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/hu_HU: Likewise. * locales/i18n: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise. 2007-10-10 Jakub Jelinek <jakub@redhat.com> * locales/en_US: Add first_weekday and first_workday. * locales/cs_CZ: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/hu_HU: Likewise. * locales/i18n: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise.
* * stdio-common/printf-parse.h: Include string.h and wchar.h.Ulrich Drepper2007-10-105-56/+38
| | | | | | | | | | | | | (__find_specwc): Change into __extern_always_inline function. (__find_specmb): Likewise. Remove ps argument. Use __strchrnul. (__parse_one_specmb): Remove ps argument. * stdio-common/vfprintf.c (vfprintf): Remove mbstate variable. Adjust __find_specmb and __parse_one_specmb callers. * stdio-common/printf-prs.c (parse_printf_format): Likewise. * stdio-common/printf-parsemb.c (__find_specwc, __find_specmb): Removed. (__parse_one_specmb): Remove ps argument, adjust __find_specmb caller.
* * sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside ofUlrich Drepper2007-10-104-4/+28
| | | | | | | libc.so just clear NAME. (__libc_rwlock_fini): Nop inside of libc.so. * tst-initializers1.c (main): Test if PTHREAD_RWLOCK_INITIALIZER is all zeros.
* * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problemUlrich Drepper2007-10-103-1/+13
| | | | with some Pentium Ds.
* * locales/de_DE: Set first week day to Monday.Ulrich Drepper2007-10-093-0/+15
| | | | * locales/fr_FR: Likewise.
* * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): UseUlrich Drepper2007-10-093-2/+10
| | | | | | __read not read. * sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use __write not write.
* [BZ #73]Ulrich Drepper2007-10-074-77/+87
| | | | | | | | 2007-10-07 Ulrich Drepper <drepper@redhat.com> [BZ #73] * locales/nb_NO: Update time information, collation, thousands separator. * locales/nn_NO: Likewise.
* * locale/programs/ld-time.c (time_finish): Default forUlrich Drepper2007-10-072-2/+4
| | | | first_workday is Monday.
* [BZ #181]Ulrich Drepper2007-10-072-2/+5
| | | | * locale/C-time.c: Set week_1stday data to 19971201.
* [BZ #2633]Ulrich Drepper2007-10-072-20/+29
| | | | * wcsmbs/wchar.h: Move many C99 functions into std namespace.
* [BZ #5103]Ulrich Drepper2007-10-073-3/+25
| | | | | | * posix/glob.c (glob): Recognize patterns starting \/. * posix/tst-gnuglob.c (find_file): Handle absolute path names. (main): Add test for pattern starting \/.
* * misc/error.h: Use __const instead of const.Ulrich Drepper2007-10-074-11/+25
| | | | | | | | | | * misc/bits/error.h: Likewise. 2007-10-07 Andreas Jaeger <aj@suse.de> * include/bits/error.h: New file. * misc/bits/error.h (error_at_line): Fix prototype.
* [BZ #3924]Ulrich Drepper2007-10-074-8/+33
| | | | | | * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few more little bugs in creating the stack frame when pltexit has to be called.
* * nscd/connections.c (verify_persistent_db): Recognize circular lists.Ulrich Drepper2007-10-062-1/+7
|