about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
|
* * nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.Ulrich Drepper2007-10-062-1/+8
|
* [BZ #4407]Ulrich Drepper2007-10-065-7/+30
| | | | | | | | | * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0. * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise. * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise. * math/libm-test.inc: Add test for this case. Half the patch by Christian Iseli <christian.iseli@licr.org>.
* [BZ #5010]Ulrich Drepper2007-10-062-2/+30
| | | | | | | | | | 2007-10-06 Ulrich Drepper <drepper@redhat.com> [BZ #5010] * sunrpc/svc.c (struct svc_callout): Add sc_mapped element. (svc_register): Initialize sc_mapped. Set to TRUE if call to map service succeeded. (svc_is_mapped): New function. (svc_unregister): Use it before trying to unmap service.
* [BZ #5063]Ulrich Drepper2007-10-0511-146/+358
| | | | | | | | | | | | | | | | * timezone/zic.c: Update from tzcode2007h. [BZ #5063] * timezone/africa: Update from tzdata2007h. * timezone/antarctica: Likewise. * timezone/asia: Likewise. * timezone/australasia: Likewise. * timezone/europe: Likewise. * timezone/leapseconds: Likewise. * timezone/northamerica: Likewise. * timezone/southamerica: Likewise. * timzeone/zone.tab: Likewise. * sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
* [BZ #5104]Ulrich Drepper2007-10-053-2/+16
| | | | * elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
* [BZ #5113]Ulrich Drepper2007-10-052-2/+8
| | | | | | | * string/bits/string2.h (__strdup): Cast parameters to calloc to avoid warning with -Wconversion. (__strndup): Likewise. Patch to 50% by Christian Iseli <christian.iseli@licr.org>.
* [BZ #5112]Ulrich Drepper2007-10-052-7/+12
| | | | | * nscd/connections.c (restart): Don't resync if database is disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
* 2007-10-04 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2007-10-057-4/+147
| | | | 2007-10-03 Jakub Jelinek <jakub@redhat.com>
* * sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,Ulrich Drepper2007-10-054-2/+44
| | | | | | | | | | | | | struct tcp_md5sig. Extend struct tcp_info according to recent kernels. * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd, evetnfd_read, eventfd_write. * sysdeps/unix/sysv/linux/eventfd.c: New file. * sysdeps/unix/sysv/linux/eventfd_read.c: New file. * sysdeps/unix/sysv/linux/eventfd_write.c: New file. * sysdeps/unix/sysv/linux/sys/eventfd.h: New file. * sysdeps/unix/sysv/linux/Versions: Export eventfd, evetnfd_read, eventfd_write for GLIBC_2.7.
* * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.Ulrich Drepper2007-10-055-1/+102
| | | | | | * sysdeps/unix/sysv/linux/signalfd.c: New file. * sysdeps/unix/sysv/linux/sys/signalfd.h: New file. * sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
* 2007-10-04 Jakub JelinekUlrich Drepper2007-10-054-72/+309
| | | | | | | | | | | | | | * stdlib/msort.c: Include stdint.h. (struct msort_param): New type. (msort_with_tmp): Use struct msort_param pointer for unchanging parameters. Add optimized handling for several common sizes and indirect sorting mode. (qsort): Adjust msort_with_tmp callers. For big S use indirect sorting. Suggested by Belazougui Djamel . * stdlib/Makefile (tests): Add tst-qsort2. * stdlib/tst-qsort2.c: New test.
* * login/login_tty.c (login_tty): The Linux kernel can return EBUSYUlrich Drepper2007-10-042-3/+11
| | | | | for dup2 in case another thread races with the current one. Retry in this case.
* * misc/error.h: Remove support for use outside of libc. We have toUlrich Drepper2007-10-045-19/+309
| | | | | include <features.h> now. Include <bits/error.h> if possible. * misc/bits/error.h: New file.
* Specializations of error functions.Ulrich Drepper2007-10-041-0/+72
|
* * tst-langinfo.sh: Update expected THOUSEP for fr_FR.Jakub Jelinek2007-10-032-2/+6
| | | | | | 2007-10-04 Jakub Jelinek <jakub@redhat.com> * tst-langinfo.sh: Update expected THOUSEP for fr_FR.
* * string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy, cvs/fedora-glibc-20071003T1908Ulrich Drepper2007-10-032-127/+7
| | | | | bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use __extern_always_inline functions unconditionally, drop macros.
* * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.Ulrich Drepper2007-10-033-8/+21
| | | | | * wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use __REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
* 2007-10-03 Jakub JelinekUlrich Drepper2007-10-032-1/+11
| | | | | * misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+ add __artificial__ attribute.
* * string/strcoll_l.c (STRCOLL): Correct handling of switching fromUlrich Drepper2007-10-023-217/+234
| | | | backward to forward direction.
* * string/strcoll_l.c (STRCOLL): Correct test for alloca use.Ulrich Drepper2007-10-024-2/+103
|
* * de_DE.in: Adjust for correct handling of backward direction sorting.Ulrich Drepper2007-10-023-9/+25
|
* [BZ #645]Ulrich Drepper2007-10-022-5/+17
| | | | | | | | | 2007-10-02 Ulrich Drepper <drepper@redhat.com> [BZ #645] * locale/programs/ld-collate.c (collate_finish): Compare against last used section which is known to have rules defined. (collate_read): After order_start, correctly record order of sections and queue sections up.
* [BZ #5071]Ulrich Drepper2007-10-022-1/+7
| | | | | | * malloc/malloc.c (mremap_chunk): Avoid resizing of new block has the same number of pages. Patch by Tomash Brechko <tomash.brechko@gmail.com>.
* [BZ #4705]Ulrich Drepper2007-10-021-1/+2
| | | | * locales/et_EE: Likewise.
* [BZ #4941]Ulrich Drepper2007-10-023-3/+10
| | | | * locales/oc_FR: Fix Thursday abday and August mon and abmon data.
* * locale/programs/ld-collate.c (collate_read): After initial copyUlrich Drepper2007-10-024-0/+235
| | | | statement, continue in state 0.
* * locales/am_ET (LC_COLLATE): Define new script after copy.Ulrich Drepper2007-10-023-7/+12
|
* * include/stdio_ext.h (__fsetlocking): Define as macro.Ulrich Drepper2007-10-012-3/+18
|