]> sourceware.org Git - glibc.git/history - ChangeLog
* iconv/gconv_conf.c (builtin_aliases): Mark as const.
[glibc.git] / ChangeLog
2005-12-20 Ulrich Drepper* iconv/gconv_conf.c (builtin_aliases): Mark as const.
2005-12-20 Ulrich Drepper* iconv/gconv_open.c (internal_trans_names): Mark as...
2005-12-20 Ulrich Drepper* sysdeps/unix/sysv/linux/sh/sysdep.h: Include tls.h.
2005-12-20 Ulrich Drepper* sysdeps/ia64/fpu/libm-test-ulps: Update for GCC 4...
2005-12-20 Ulrich Drepper[BZ #1952, BZ #1955] cvs/fedora-glibc-20051220T1028
2005-12-20 Roland McGrath2005-12-15 Thomas Schwinge <tschwinge@gnu.org>
2005-12-20 Ulrich Drepper[BZ #1978]
2005-12-20 Ulrich Drepper* sysdeps/gnu/Makefile: Make sure the correct errlist...
2005-12-19 Ulrich Drepper* iconv/gconv.c: Demangle pointers before use if necessary. cvs/fedora-glibc-20051219T1003
2005-12-19 Ulrich Drepper* iconv/gconv_builtin.c (builtin_map): Change type...
2005-12-19 Ulrich Drepper* libio/libioP.h (__libio_codecvt): Adjust declaraction.
2005-12-19 Ulrich Drepper* libio/iofwide.c (__libio_codecvt): Mark as const.
2005-12-19 Ulrich Drepper* wcsmbs/wcsmbsload.c (to_wc): Mark as const.
2005-12-18 Richard Henderson * sysdeps/alpha/libc-tls.c: Fix directory on...
2005-12-18 Ulrich Drepper* iconv/gconv_builtin.c: Mark map with attribute_relro.
2005-12-18 Ulrich Drepper* sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE...
2005-12-18 Ulrich Drepper* sysdeps/powerpc/powerpc32/setjmp-common.S [IS_IN_rtld...
2005-12-18 Ulrich Drepper* stdlib/cxa_atexit.c: Use PTR_MANGLE on function point...
2005-12-18 Ulrich Drepper* sysdeps/unix/sysv/linux/i386/sysdep.h: Define PTR_MAN...
2005-12-18 Ulrich Drepper* elf/Versions [GLIBC_PRIVATE]: Export __pointer_chk_gu...
2005-12-17 Ulrich Drepper* elf/dl-error.c (_dl_catch_error): Use __sigsetgjmp...
2005-12-17 Ulrich Drepper* elf/dl-error.c (_dl_signal_error): Use __longjmp...
2005-12-17 Ulrich Drepper* sysdeps/x86_64/bsd-setjmp.S [PIC] (setjmp): Add missi...
2005-12-16 Ulrich Drepper* nscd/Makefile: Don't build nscd_nischeck.
2005-12-16 Ulrich Drepper* sysdeps/unix/sysv/linux/renameat.c: Move errno settin...
2005-12-15 Roland McGrath[BZ #1997]
2005-12-15 Roland McGrath* sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/.
2005-12-15 Roland McGrath* sysdeps/unix/sysv/linux/Makefile (inhibit-siglist...
2005-12-14 Ulrich Drepper2005-12-13 Ulrich Drepper <drepper@redhat.com>
2005-12-13 Roland McGrath* sysdeps/generic/Makefile: Remove remaining bits/endia...
2005-12-13 Ulrich Drepper* sysdeps/generic/signame.c: Removed.
2005-12-13 Ulrich Drepper* sysdeps/generic/det_endian.c: Removed.
2005-12-13 Roland McGrath* sysdeps/powerpc/dl-procinfo.c: New file.
2005-12-12 Ulrich Drepper* io/sys/stat.h: Add restrict to fstatat declarations.
2005-12-11 Ulrich Drepper* posix/regex_internal.h: Include <stdint.h> if available.
2005-12-09 Ulrich Drepper* nis/nis_call.c (inetstr2int): Optimize.
2005-12-08 Ulrich Drepper* nis/nis_call.c (__nisbind_create): Remove __nisbind_d...
2005-12-08 Ulrich Drepper* nis/ypclnt.c (yp_update): Before trying default authe...
2005-12-08 Ulrich Drepper* nis/nis_table.c (nis_list): Fix memory handling in...
2005-12-07 Ulrich Drepper* catgets/gencat.c: Use GPL, not LGPL.
2005-12-07 Ulrich Drepper* sunrpc/auth_des.c (authdes_pk_create): If conversatio...
2005-12-06 Roland McGrath* sysdeps/hppa/bits/setjmp.h: Add _BITS_SETJMP_H prepro...
2005-12-06 Roland McGrath* sysdeps/generic/dwarf2.h: Replace license text with...
2005-12-06 Roland McGrath* hurd/hurdmalloc.c: Remove $ tag $ magic.
2005-12-06 Roland McGrath* malloc/tst-mallocfork.c (do_test): Make sure sa_flags is
2005-12-06 Roland McGrath* stdlib/longlong.h: Update from GCC.
2005-12-06 Roland McGrath* soft-fp/soft-fp.h: Include <stdlib.h>.
2005-12-06 Roland McGrath* sysdeps/unix/sysv/linux/kernel-features.h
2005-12-06 Roland McGrath* sysdeps/generic/dwarf2.h: Replace license text with...
2005-12-04 Ulrich Drepper* nis/nis_table.c (nis_list): Optimize freeing and...
2005-12-03 Ulrich Drepper* nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getne...
2005-12-03 Ulrich Drepper* nis/nis_error.c (nis_sperror_r): Let snprintf determi...
2005-12-03 Ulrich Drepper* nis/nss_nisplus/nisplus-service.c: Fix locking to use
2005-12-03 Ulrich Drepper* nis/nss_nisplus/nisplus-pwd.c (_nss_pwd_create_tablen...
2005-12-03 Ulrich Drepper* nis/nss_nisplus/nisplus-pwd.c: Fix locking to use
2005-12-02 Ulrich Drepper* io/Makefile (routines): Add mknodat, xmknodat, mkdira...
2005-11-28 Andreas Jaeger(MREMAP_FIXED): Added. Patch by René Rebe <rene@exactco...
2005-11-27 Ulrich Drepper* sysdeps/posix/getaddrinfo.c: Avoid RFC 3484 sorting...
2005-11-27 Ulrich Drepper* sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid some...
2005-11-27 Roland McGrath* sysdeps/unix/sysv/linux/fchownat.c: Include alloca...
2005-11-27 Ulrich Drepper* sysdeps/posix/euidaccess.c [_LIBC] (euidaccess):...
2005-11-27 Ulrich Drepper* nis/nis_table.c (nis_list): Add more free calls in...
2005-11-27 Richard Henderson * sysdeps/alpha/strncmp.S: Don't read too much...
2005-11-27 Ulrich Drepper* nis/nis_lookup.c (nis_lookup): Mark RPCTIMEOUT as...
2005-11-27 Ulrich Drepper* nis/nis_table.c (__create_ib_request): Use strdupa...
2005-11-26 Ulrich Drepper* nis/ypclnt.c (yp_bind_ypbindprog): Initialize clnt_sa...
2005-11-26 Richard Henderson * sysdeps/unix/sysv/linux/alpha/fxstatat.c...
2005-11-25 Ulrich Drepper* Makeconfig (+cflags): Add -fmerge-all-constants by...
2005-11-25 Ulrich Drepper[BZ #1912]
2005-11-25 Ulrich Drepper* sysdeps/unix/sysv/linux/fxstatat64.c: Include string.h.
2005-11-25 Ulrich Drepper[BZ #1926]
2005-11-25 Ulrich Drepper[BZ #1925]
2005-11-25 Ulrich Drepper* scripts/check-c++-types.sh: Improve comments.
2005-11-24 Ulrich Drepper* scripts/check-local-headers.sh: New file.
2005-11-22 Ulrich Drepper* nscd/connections.c (sendfileall): Define.
2005-11-22 Ulrich Drepper[BZ #1908]
2005-11-22 Ulrich Drepper* sunrpc/bindrsvprt.c (bindresvport): Wrap around to...
2005-11-21 Ulrich Drepper* Makefile.in: Remove RCS ID line.
2005-11-19 Roland McGrath* elf/elf.h: Revert last change.
2005-11-19 Ulrich Drepper* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t... cvs/fedora-glibc-20051119T1959
2005-11-18 Roland McGrath* sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove...
2005-11-18 Roland McGrath* sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXE...
2005-11-18 Roland McGrath* nscd/grpcache.c: Include <sys/socket.h>.
2005-11-18 Ulrich Drepper* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define...
2005-11-18 Ulrich Drepper.
2005-11-18 Ulrich Drepper.
2005-11-18 Ulrich Drepper[BZ #1877]
2005-11-17 Roland McGrath* elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.
2005-11-17 Ulrich Drepper* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't...
2005-11-17 Ulrich Drepper[BZ #1877]
2005-11-17 Ulrich Drepper* include/resolv.h: Include <stdbool.h>.
2005-11-17 Ulrich Drepper* io/sys/stat.h: Use __const not const in fstatat proto...
2005-11-16 Ulrich Drepper* sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c)...
2005-11-16 Ulrich Drepper* sysdeps/unix/sysv/linux/fchownat.c: Include string.h. cvs/fedora-glibc-20051116T0829
2005-11-16 Ulrich Drepper* iconvdata/Makefile (modules): Add ISO_11548-1.
2005-11-16 Ulrich Drepper* sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove...
2005-11-16 Ulrich Drepper[BZ 1865]
2005-11-16 Ulrich Drepper* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxs...
2005-11-15 Ulrich Drepper* io/sys/poll.h: Add comment explaining poll is a cance...
2005-11-15 Ulrich Drepper* sysdeps/unix/sysv/linux/syscalls.list (epoll_wait...
next
This page took 0.583008 seconds and 108 git commands to generate.