about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* * sysdeps/i386/soft-fp/sfp-machine.h: Remove. Jakub Jelinek2007-01-103-140/+5
* * shlib-versions: Fix sparc64 linux target specification.Jakub Jelinek2007-01-102-1/+5
* * io/fts.c: Make sure fts_cur is always valid after return fromUlrich Drepper2007-01-103-2/+13
* Make sure fts_cur is always valid after return from fts_read.Ulrich Drepper2007-01-101-3/+6
* * elf/elf.h (R_MIPS_GLOB_DAT): Define. Jakub Jelinek2007-01-082-2/+8
* * posix/execvp.c: Include alloca.h.Ulrich Drepper2007-01-036-47/+317
* * posix/getconf.c: Update copyright year.Ulrich Drepper2007-01-0317-32/+52
* * malloc/malloc.c (sYSMALLOc): Remove some unnecessary alignmentUlrich Drepper2006-12-242-4/+23
* * posix/wordexp.c: Remove some unnecessary tests.Ulrich Drepper2006-12-232-2/+6
* * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Don'tUlrich Drepper2006-12-223-2/+11
* * include/atomic.h (atomic_forced_read): New macro.Ulrich Drepper2006-12-214-5/+28
* * sysdeps/unix/sysv/linux/sh/bits/shm.h: New file.Ulrich Drepper2006-12-212-1/+106
* * nss/getXXbyYY_r.c: Include atomic.h. cvs/fedora-glibc-20061219T1804Ulrich Drepper2006-12-192-4/+11
* * stdlib/Makefile (tests): Add tst-makecontext.Ulrich Drepper2006-12-194-4/+68
* * elf/dl-support.c: Include dl-procinfo.h.Ulrich Drepper2006-12-195-19/+77
* [BZ #3747]Ulrich Drepper2006-12-195-17/+140
* * misc/tst-pselect.c (do_test): Fix sigblock argument.Ulrich Drepper2006-12-142-1/+5
* * misc/tst-pselect.c (do_test): Make sure the helper process isUlrich Drepper2006-12-142-6/+18
* * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_RELATIME. cvs/fedora-glibc-20061214T0850Ulrich Drepper2006-12-143-3/+11
* [BZ #2337]Ulrich Drepper2006-12-1310-40/+91
* * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: IncludeUlrich Drepper2006-12-132-1/+7
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousandUlrich Drepper2006-12-116-2/+107
* [BZ #3632] cvs/fedora-glibc-20061210T1006Ulrich Drepper2006-12-102-1/+5
* [BZ #3664]Ulrich Drepper2006-12-103-10/+16
* [BZ #3673]Ulrich Drepper2006-12-104-8/+74
* [BZ #3674]Ulrich Drepper2006-12-102-1/+7
* * misc/mntent_r.c (__hasmntopt): Check p[optlen] even when p == rest.Ulrich Drepper2006-12-094-2/+61
* * sysdeps/unix/sysv/linux/rtld-lowlevel.hUlrich Drepper2006-12-096-14/+60
* * malloc/memusage.c: Handle realloc with new size of zero andUlrich Drepper2006-12-083-8/+43
* * nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141Ulrich Drepper2006-12-058-14/+78
* [BZ #3514, BZ #3515]Ulrich Drepper2006-12-036-87/+65
* * nscd/nscd.init: Remove obsolete and commented-out -S optionUlrich Drepper2006-12-012-8/+6
* * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with cvs/fedora-glibc-20061201T0821Ulrich Drepper2006-12-012-1/+7
* * sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc cvs/fedora-glibc-20061130T1652Ulrich Drepper2006-11-302-0/+6
* 2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>Ulrich Drepper2006-11-294-10/+101
* [BZ #3559] cvs/fedora-glibc-20061128T1037Ulrich Drepper2006-11-272-10/+32
* * resolv/mapv4v6addr.h (map_v4v6_address): Fix last change.Ulrich Drepper2006-11-212-1/+6
* * resolv/mapv4v6addr.h (map_v4v6_address): Optimize a bit.Ulrich Drepper2006-11-212-6/+8
* * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): InvokeUlrich Drepper2006-11-202-2/+8
* * nss/nss_files/files-hosts.c (LINE_PARSER): Support IPv6-style cvs/fedora-glibc-20061120T1000Ulrich Drepper2006-11-202-9/+30
* * sysdeps/x86_64/fpu/s_copysignf.S (__copysignf): Switch to .text.Ulrich Drepper2006-11-163-2/+13
* * nss/nss_files/files-alias.c (get_next_alias): Set line backUlrich Drepper2006-11-152-3/+7
* * po/nl.po: Update from translation team.Ulrich Drepper2006-11-142-3988/+4529
* [BZ #3137]Ulrich Drepper2006-11-143-4/+10
* * timezone/africa: Update from tzdata2006o.Ulrich Drepper2006-11-1111-576/+1026
* * time/tzfile.c (__tzfile_read): Extend to handle new file formatUlrich Drepper2006-11-1110-240/+756
* [BZ #3483]Ulrich Drepper2006-11-1018-38/+48
* [BZ #3480]Ulrich Drepper2006-11-101-0/+19
* [BZ #3465]Ulrich Drepper2006-11-1023-43/+71
* [BZ #3451] cvs/fedora-glibc-20061110T2049 cvs/fedora-glibc-20061110T1956Ulrich Drepper2006-11-102-15/+34