aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-09* resolv/res_query.c (__libc_res_nquery): Align buffer for T_AAAAUlrich Drepper2-4/+25
query. Adjust buffer size computation for padding.
2008-07-08* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.Ulrich Drepper4-2/+31
* stdio-common/tst-setvbuf1.c: New file. * stdio-common/tst-setvbuf1.expect: New file.
2008-07-08[BZ #6719]Ulrich Drepper2-1/+8
2008-07-08 Ulrich Drepper <drepper@redhat.com> [BZ #6719] * libio/iosetvbuf.c (_IO_setvbuf): Correctly clear buffering flags when selecting fully-buffered stream. Patch by Wang Xin <wxinee@gmail.com>.
2008-07-08[BZ #6713]Ulrich Drepper1-0/+6
2008-07-08 Ulrich Drepper <drepper@redhat.com> [BZ #6713] * charmaps/UTF-8: Fix U1DBA entry representation. Patch by Colin Watson.
2008-07-08Fix U1DBA entry representation.Ulrich Drepper1-1/+1
2008-07-07* sysdeps/mach/hurd/open.c: Include <stdio.h>.Roland McGrath1-0/+9
(__open_2): New function. (__open64_2): New alias to __open_2. * sysdeps/mach/hurd/openat.c: Include <stdio.h>. (__openat_2): New function. (__openat64_2): New alias to __openat_2.
2008-07-072008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath2-0/+27
* sysdeps/mach/hurd/open.c: Include <stdio.h>. (__open_2): New function. (__open64_2): New alias to __open_2. * sysdeps/mach/hurd/openat.c: Include <stdio.h>. (__openat_2): New function. (__openat64_2): New alias to __openat_2.
2008-07-06[BZ #6723]Ulrich Drepper1-0/+5
.. 2008-07-06 Ulrich Drepper <drepper@redhat.com> [BZ #6723] * time/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
2008-07-06(__mktime_internal): Normalize tp->tm_isdst value.Ulrich Drepper1-2/+4
2008-07-02* sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS.cvs/fedora-glibc-20080703T1203Roland McGrath7-3/+15
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise. * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise. * hurd/fd-read.c (_hurd_fd_read): Initialize NREAD. * hurd/get-host.c (_hurd_get_host_config): Likewise. * sysdeps/mach/hurd/dl-sysdep.c (__libc_read): Likewise.
2008-07-02* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL.Roland McGrath2-1/+13
* hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function. * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of __hurd_dfail. * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise. * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise. * sysdeps/mach/hurd/send.c (__send): Likewise. * sysdeps/mach/hurd/sendto.c (__sendfrom): Likewise. * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise.
2008-07-022008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org>Roland McGrath7-8/+23
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL. * hurd/hurd/fd.h (__hurd_sockfail): Add extern inline function. * sysdeps/mach/hurd/recv.c (__recv): Use __hurd_sockfail instead of __hurd_dfail. * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Likewise * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Likewise * sysdeps/mach/hurd/send.c (__send): Likewise * sysdeps/mach/hurd/sendfrom.c (__sendfrom): Likewise * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Likewise
2008-06-27Remove use of __P.Ulrich Drepper1-10/+1
2008-06-27* resolv/res_debug.c (__p_type_syms): Add ns_t_dname entry.Ulrich Drepper1-1/+1
2008-06-27[BZ #6657]Ulrich Drepper4-2/+22
2008-06-27 Ulrich Drepper <drepper@redhat.com> [BZ #6657] * time/strptime_l.c: Don't clear s.era_cnt after successful match of %EY. Patch by Petr Baudis.
2008-06-27* resolv/res_debig.c (__p_type_syms): Add ns_t_dname entry.Ulrich Drepper3-2/+8
Patch by Peter Jones <pjones@redhat.com>.
2008-06-26[BZ #6654]Ulrich Drepper4-4/+34
2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #6654] * stdlib/canonicalize.c (__realpath): readlink can write too much into the buffer on platforms without PATH_MAX.
2008-06-25[BZ #6653]Ulrich Drepper1-0/+1
2008-06-25* posix/tst-regex.c (main): Rename to...Ulrich Drepper2-10/+18
(do_test): ... this. Remove cmdline option processing. (TIMEOUT): Define. (TEST_FUNCTION): Define. (CMDLINE_OPTIONS): Define.
2008-06-25[BZ #5210]Ulrich Drepper3-0/+12
2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #5210] * configure.in: Add -Werror to -fstack-protector test to catch unsupported architectures. Patch by Gilles Esponasse <g.esp@free.fr>.
2008-06-25[BZ #5814]Ulrich Drepper4-5/+12
2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #5814] * locales/fi_FI: Fix separator for hours, minutes, and seconds.
2008-06-25* stdlib/tst-setcontext.c: Set back_in_main before exit ifUlrich Drepper2-1/+9
getcontext returns ENOSYS.
2008-06-24* locales/iso14651_t1_common: Add support for Gurumukhi script.Ulrich Drepper2-0/+231
Patch by Pravin Satpute <psatpute@redhat.com>.
2008-06-18* nscd/connections.c (main_loop_poll): Fix test for read error.Ulrich Drepper2-2/+7
(main_loop_epoll): Likewise.
2008-06-13* sysdeps/posix/getaddrinfo.c: Move _res_hconf_init call to aUlrich Drepper2-21/+12
better place so it is not called when nscd is used.
2008-06-13* nscd/connections.c: Also recognize and handle changes to theUlrich Drepper2-3/+30
resolver configuration file.
2008-06-13[BZ #6612]cvs/fedora-glibc-20080613T1601Ulrich Drepper2-15/+36
* time/strftime.c: Pass reference to tzset_called around to handle recursive calls. [BZ #6612] * time/strftime.c (__strftime_internal): Call tzset() only when printing timezone-dependent values. Based on a patch by Petr Baudis <pasky@suse.cz>.
2008-06-13* resolv/nss_dns/dns-host.c (gaih_getanswer): Don'tUlrich Drepper2-9/+14
unconditionally use second gaih_getanswer_slice result.
2008-06-13* sysdeps/posix/getaddrinfo.c (gai_inet): Remove unnecessary test.Ulrich Drepper1-0/+5
(getaddrinfo): RES must always be non-NULL.
2008-06-13* sysdeps/powerpc/powerpc64/fpu/s_llround.S (__llround): Avoid usingUlrich Drepper5-18/+28
cr[34] registers. * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S (__llroundf): Likewise. * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S (__llround): Likewise. * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Avoid using cr3 register.
2008-06-12* nscd/nscd.h (struct database_dyn): Add inotify_descr and clear_cacheUlrich Drepper5-16/+149
fields. * nscd/connections.c (inotify_fd): New variable. (nscd_init): Try to open an inotify descriptor. If successful, watch files for databases using inotify instead of having prune threads stat the files. (nscd_run_prune): Recognize clear_cache flag being set and call prune_cache appropriately. (main_loop_poll): Add inotify descriptor to wait set and handle the reported changes. (main_loop_epoll): Likewise. * nscd/cache.c (prune_cache): Don't stat files for databases if inotify is used. * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (CFLAGS-connections.c): Add -DHAVE_INOTIFY.
2008-06-12* nscd/grpcache.c (cache_addgr): Correctly compute size ofcvs/fedora-glibc-20080612T1619Ulrich Drepper7-8/+41
fixed-size portion of the record. * nscd/servicescache.c (cache_addserv): Likewise. * nscd/pwdcache.c (cache_addpw): Likewise. * nscd/initgrcache.c (addinitgroupsX): Likewise.
2008-06-12* nscd/mem.c (gc): Initialize obstack earlier so that if we jumpUlrich Drepper3-20/+39
out we don't use uninitialized memory. * nscd/hstcache.c (cache_addhst): Send correct number of bytes to the client.
2008-06-10* resolv/nss_dns/dns-host.c (gaih_getanswer_slice): Also log andUlrich Drepper2-2/+9
ignore T_DNAME messages. * resolv/arpa/nameser_compat.h (T_DNAME): Define.
2008-06-10(T_DNAME): Define.Ulrich Drepper1-2/+3
2008-06-06* misc/regexp.h (compile): Use __REPB_PREFIX macro. Jakub Jelinek2-5/+16
Avoid segfault if first GETC returns eof/'\0'/'\n'. 2008-06-05 Jakub Jelinek <jakub@redhat.com> * misc/regexp.h (compile): Use __REPB_PREFIX macro. Avoid segfault if first GETC returns eof/'\0'/'\n'.
2008-06-03* nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp Jakub Jelinek2-1/+7
instead of portstr to nscd_getserv_r. Patch by Roman Kagan <rkagan@mail.ru>. 2008-06-03 Jakub Jelinek <jakub@redhat.com> * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Pass cp instead of portstr to nscd_getserv_r. Patch by Roman Kagan <rkagan@mail.ru>.
2008-05-31(tests): Add tst-rwlock2a.Ulrich Drepper3-4/+32
2008-05-29* sysdeps/pthread/pthread.h: Fix typo in comment.Ulrich Drepper2-4/+8
2008-05-29* sysdeps/pthread/createthread.c (do_clone): Pass accurate lengthUlrich Drepper1-0/+5
of CPU set to the kernel.
2008-05-29(do_clone): Pass accurate length of CPU set to the kernel.Ulrich Drepper1-2/+2
2008-05-28typoRoland McGrath1-1/+1
Remove more useless "if" tests before "free".
2008-05-27Remove useless more "if" tests before "free".Ulrich Drepper19-24/+271
* include/inline-hashtab.h (htab_delete): Likewise. * libio/freopen.c (freopen): Likewise. * libio/freopen64.c (freopen64): Likewise. * locale/programs/ld-collate.c (collate_read): Likewise. * misc/fstab.c (libc_freeres_fn): Likewise. * posix/glob.c (globfree): Likewise.
2008-05-26* tst-typesizes.c: Explicitly check __SIZEOF_PTHREAD_* constants.Ulrich Drepper2-2/+34
David S. Miller <davem@davemloft.net>
2008-05-25* string/Makefile (strop-tests): Add memmem.Ulrich Drepper4-8/+204
* string/test-memmem.c: New file. * string/test-string.h (BUF1PAGES): Define to 1 if undefined. (test_init): Size buf1 according to BUF1PAGES. * stdio-common/scanf16.c: New file. * stdio-common/scanf17.c: New file. * scripts/data/localplt-sparc64-linux-gnu.data: New file.
2008-05-24answers and the server reports SERVFAIL, NOTIMP, or REFUSED, thencvs/fedora-glibc-20080524T2218Ulrich Drepper1-1/+1
2008-05-24* libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek7-3/+387
* stdio-common/Makefile (tests): Add scanf16 and scanf17. (CFLAGS-scanf17.c): New. * stdio-common/scanf14.c (main): Add fscanf and scanf tests. * stdio-common/scanf15.c (main): Likewise. * stdio-common/scanf16.c: New test. * stdio-common/scanf17.c: New test. 2008-05-24 Jakub Jelinek <jakub@redhat.com> * libio/stdio.h (vscanf): Fix -std=c99 redirect. * stdio-common/Makefile (tests): Add scanf16 and scanf17. (CFLAGS-scanf17.c): New. * stdio-common/scanf14.c (main): Add fscanf and scanf tests. * stdio-common/scanf15.c (main): Likewise. * stdio-common/scanf16.c: New test. * stdio-common/scanf17.c: New test.
2008-05-24* resolv/res_send.c (send_dg): If we already have one of twoUlrich Drepper2-6/+30
answers and the server reports SERVFAI, NOTIMP, or REFUSED, then use the one answer insted of failing.
2008-05-22* math/libm-test.inc (exp_test): Exclude expl(1000.0L) fromUlrich Drepper1-0/+6
being executed on PowerPC as the expected result exceeds IBM long double 128 __LDBL_MAX__.
2008-05-22Work around braindead IBM128 long double format.Ulrich Drepper1-2/+2