about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [BZ #9920] cvs/fedora-glibc-20090424T0747Ulrich Drepper2009-04-241-0/+4
* [BZ #10052]Ulrich Drepper2009-04-241-0/+7
* [BZ #10092]Ulrich Drepper2009-04-241-0/+6
* * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust.Ulrich Drepper2009-04-231-0/+17
* * shadow/sgetspent_r.c (__sgetspent_r): Recognize too small buffers.Ulrich Drepper2009-04-231-0/+2
* * shadow/Makefile (tests): Add tst-shadow.Ulrich Drepper2009-04-231-1/+4
* [BZ #9955]Ulrich Drepper2009-04-231-0/+29
* * stdio-common/printf.h: Add missing const to register_printf_modifier.Ulrich Drepper2009-04-231-0/+10
* [BZ #10086]Ulrich Drepper2009-04-211-0/+1
* * sysdeps/unix/sysv/linux/sys/timex.h: Add definitions from kernelUlrich Drepper2009-04-211-0/+3
* * po/ca.po: Update from translation team.Ulrich Drepper2009-04-201-0/+4
* [BZ #10069]Ulrich Drepper2009-04-191-0/+7
* * stdlib/strfmon_l.c (__vstrfmon_l): Don't wrap when computing width.Ulrich Drepper2009-04-181-0/+3
* * locale/programs/locarchive.c (open_archive): Map the entire fileUlrich Drepper2009-04-181-0/+5
* * malloc/malloc.c (malloc_info): Output address space information.Ulrich Drepper2009-04-181-0/+4
* * malloc/malloc.c (malloc_info): Also output system memory information.Ulrich Drepper2009-04-181-0/+2
* * sysdeps/unix/sysv/linux/kernel-features.h: All supportedUlrich Drepper2009-04-181-0/+3
* * sysdeps/posix/preadv.c: Reading of zero bytes is no error.Ulrich Drepper2009-04-171-0/+4
* * malloc/hooks.c (top_check): Force hook value into register.Ulrich Drepper2009-04-171-0/+4
* * elf/rtld.c (dl_main): Really call _dl_sysdep_start_cleanup after allRoland McGrath2009-04-171-0/+5
* [BZ #9957]Ulrich Drepper2009-04-161-0/+23
* * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610Jakub Jelinek2009-04-161-0/+5
* * resolv/res_send.c (send_dg): Don't switch into single-requestUlrich Drepper2009-04-161-0/+5
* * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise. cvs/fedora-glibc-20090416T0610Ulrich Drepper2009-04-151-0/+1
* * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there cvs/fedora-glibc-20090415T1619Ulrich Drepper2009-04-151-0/+15
* * sysdeps/x86_64/mp_clz_tab.c: New file.Ulrich Drepper2009-04-151-0/+4
* 2009-03-17 Ryan S. Arnold <rsa@us.ibm.com>Ulrich Drepper2009-04-151-0/+6
* * sysdeps/sh/libc-tls.c: New file.Ulrich Drepper2009-04-151-0/+6
* * elf/elf.h: Add various missing ARM constants, to match binutils.Roland McGrath2009-04-151-0/+4
* Optimizations from GMP.Ulrich Drepper2009-04-141-0/+11
* * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. cvs/fedora-glibc-20090414T2104Jakub Jelinek2009-04-141-0/+7
* * sysdeps/unix/sysv/linux/kernel-features.h: SH also hasUlrich Drepper2009-04-141-0/+5
* * sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper2009-04-141-0/+4
* * stdio-common/printf.h (struct printf_info): Add user element.Ulrich Drepper2009-04-111-0/+31
* * sysdeps/x86_64/rawmemchr.S: New file.Ulrich Drepper2009-04-101-0/+2
* Simplified code and possible copy problem fixed.Ulrich Drepper2009-04-101-0/+1
* * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2009-04-101-0/+2
* function if it is not defined. Add some necessary casts.Ulrich Drepper2009-04-091-1/+1
* * sysdeps/unix/sysv/linux/preadv.c: Avoid prototype for staticUlrich Drepper2009-04-091-0/+4
* * sysdeps/unix/sysv/linux/kernel-features.h: SPARC and IA64 alsoUlrich Drepper2009-04-091-0/+5
* * malloc/malloc.c (malloc_info): New function. cvs/fedora-glibc-20090409T1422Ulrich Drepper2009-04-091-2/+5
* * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64Ulrich Drepper2009-04-081-0/+3
* * malloc/malloc.c (_int_realloc): Add parameter with old blockUlrich Drepper2009-04-081-0/+7
* * sysdeps/x86_64/strchrnul.S: New file. cvs/fedora-glibc-20090408T1602Ulrich Drepper2009-04-071-1/+3
* * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead ofUlrich Drepper2009-04-071-0/+3
* * sysdeps/unix/sysv/linux/kernel-features.h: Power also hasUlrich Drepper2009-04-071-0/+3
* * resolv/res_hconf.c (_res_hconf_trim_domain): Use strcasecmpUlrich Drepper2009-04-071-0/+4
* * wcsmbs/wcsatcliff.c (MEMCHR): Define.Ulrich Drepper2009-04-071-0/+1
* * string/stratcliff.c (do_test): Add memchr tests..Ulrich Drepper2009-04-071-0/+6
* * string/strverscmp.c (__strverscmp): Fix last cleanups. cvs/fedora-glibc-20090407T0657Ulrich Drepper2009-04-071-0/+5