summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * iconv/gconv_builtin.c (builtin_map): Change type of sizeUlrich Drepper2005-12-191-0/+3
* * libio/libioP.h (__libio_codecvt): Adjust declaraction.Ulrich Drepper2005-12-191-0/+1
* * libio/iofwide.c (__libio_codecvt): Mark as const.Ulrich Drepper2005-12-191-0/+3
* * wcsmbs/wcsmbsload.c (to_wc): Mark as const.Ulrich Drepper2005-12-191-0/+5
* * sysdeps/alpha/libc-tls.c: Fix directory on include of base file.Richard Henderson2005-12-181-0/+4
* * iconv/gconv_builtin.c: Mark map with attribute_relro.Ulrich Drepper2005-12-181-0/+2
* * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Define CUlrich Drepper2005-12-181-0/+5
* * sysdeps/powerpc/powerpc32/setjmp-common.S [IS_IN_rtld]: AvoidUlrich Drepper2005-12-181-0/+4
* * stdlib/cxa_atexit.c: Use PTR_MANGLE on function pointer. Fill inUlrich Drepper2005-12-181-0/+7
* * sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MANGLE andUlrich Drepper2005-12-181-0/+6
* * elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_guard if defined.Ulrich Drepper2005-12-181-0/+22
* * elf/dl-error.c (_dl_catch_error): Use __sigsetgjmp instead ofUlrich Drepper2005-12-171-0/+2
* * elf/dl-error.c (_dl_signal_error): Use __longjmp instead of longjmp.Ulrich Drepper2005-12-171-0/+3
* * sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missing jmp.Ulrich Drepper2005-12-171-0/+4
* * nscd/Makefile: Don't build nscd_nischeck.Ulrich Drepper2005-12-161-0/+5
* * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code inUlrich Drepper2005-12-161-0/+15
* [BZ #1997]Roland McGrath2005-12-151-0/+4
* * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.Roland McGrath2005-12-151-0/+80
* * sysdeps/unix/sysv/linux/Makefile (inhibit-siglist): Removed.Roland McGrath2005-12-151-0/+4
* 2005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-141-0/+1590
* * sysdeps/generic/Makefile: Remove remaining bits/endian.h cruft.Roland McGrath2005-12-131-0/+4
* * sysdeps/generic/signame.c: Removed.Ulrich Drepper2005-12-131-0/+5
* * sysdeps/generic/det_endian.c: Removed.Ulrich Drepper2005-12-131-0/+6
* * sysdeps/powerpc/dl-procinfo.c: New file.Roland McGrath2005-12-131-0/+5
* * io/sys/stat.h: Add restrict to fstatat declarations.Ulrich Drepper2005-12-121-0/+4
* * posix/regex_internal.h: Include <stdint.h> if available.Ulrich Drepper2005-12-111-0/+8
* * nis/nis_call.c (inetstr2int): Optimize.Ulrich Drepper2005-12-091-0/+4
* * nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy,Ulrich Drepper2005-12-081-0/+10
* * nis/ypclnt.c (yp_update): Before trying default authentication,Ulrich Drepper2005-12-081-0/+5
* * nis/nis_table.c (nis_list): Fix memory handling in error case.Ulrich Drepper2005-12-081-0/+9
* * catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper2005-12-071-0/+68
* * sunrpc/auth_des.c (authdes_pk_create): If conversation keyUlrich Drepper2005-12-071-0/+6
* * sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H preprocessorRoland McGrath2005-12-061-0/+18
* * sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.Roland McGrath2005-12-061-2/+2
* * hurd/hurdmalloc.c: Remove $ tag $ magic.Roland McGrath2005-12-061-0/+16
* * malloc/tst-mallocfork.c (do_test): Make sure sa_flags isRoland McGrath2005-12-061-0/+5
* * stdlib/longlong.h: Update from GCC.Roland McGrath2005-12-061-0/+4
* * soft-fp/soft-fp.h: Include <stdlib.h>.Roland McGrath2005-12-061-0/+6
* * sysdeps/unix/sysv/linux/kernel-features.hRoland McGrath2005-12-061-0/+3
* * sysdeps/generic/dwarf2.h: Replace license text with glibc LGPL.Roland McGrath2005-12-061-0/+4
* * nis/nis_table.c (nis_list): Optimize freeing and reallocation ofUlrich Drepper2005-12-041-0/+3
* * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyaddr_r):Ulrich Drepper2005-12-031-0/+2
* * nis/nis_error.c (nis_sperror_r): Let snprintf determine whetherUlrich Drepper2005-12-031-0/+6
* * nis/nss_nisplus/nisplus-service.c: Fix locking to useUlrich Drepper2005-12-031-0/+20
* * nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablename):Ulrich Drepper2005-12-031-0/+10
* * nis/nss_nisplus/nisplus-pwd.c: Fix locking to useUlrich Drepper2005-12-031-0/+4
* * io/Makefile (routines): Add mknodat, xmknodat, mkdirat, mkfifoat.Ulrich Drepper2005-12-021-0/+18
* (MREMAP_FIXED): Added. Patch by René Rebe <rene@exactcode.de>.Andreas Jaeger2005-11-281-0/+5
* * sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting if there areUlrich Drepper2005-11-271-0/+3
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some code duplication.Ulrich Drepper2005-11-271-0/+4