aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2007-09-19* sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessaryUlrich Drepper1-0/+3
2007-09-19* crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper1-2/+23
2007-09-18* misc/bits/syslog.h (syslog): Remove extraneous argument from Jakub Jelinek1-0/+6
2007-09-18* locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of Jakub Jelinek1-0/+3
2007-09-18* sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup. cvs/fedora-glibc-20070918T1931Jakub Jelinek1-0/+5
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper1-0/+16
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper1-1/+123
2007-09-18* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return valueUlrich Drepper1-0/+14
2007-09-15* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don'tUlrich Drepper1-0/+5
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper1-0/+5
2007-09-15* sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): AddUlrich Drepper1-0/+10
2007-09-15* rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper1-0/+29
2007-09-15* sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.Ulrich Drepper1-0/+6
2007-09-15* inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".Ulrich Drepper1-0/+5
2007-09-15* inet/tst-network.c: Increment ERRORS for failing tests.Roland McGrath1-0/+4
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-0/+104
2007-09-13* po/cs.po: Update from translation team.Ulrich Drepper1-0/+4
2007-09-11* posix/Makefile ($(objpfx)getconf.speclist): Make it empty if crossRoland McGrath1-0/+5
2007-09-07* sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.Roland McGrath1-0/+4
2007-09-05* manual/signal.texi (Signaling Another Process): Typo fix.Roland McGrath1-0/+5
2007-08-29* sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define toUlrich Drepper1-0/+8
2007-08-29* nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper1-0/+4
2007-08-29* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just goUlrich Drepper1-0/+6
2007-08-28* libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): NewUlrich Drepper1-0/+16
2007-08-27* sysdeps/unix/sysv/linux/syscalls.listcvs/fedora-glibc-20070827T2032Roland McGrath1-0/+5
2007-08-26* sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.Ulrich Drepper1-2/+3
2007-08-26* iconvdata/iso-2022-kr.c (BODY): Fake initialization of array bufUlrich Drepper1-0/+4
2007-08-26* locale/programs/ld-collate.c (collate_output): Avoid warning ifUlrich Drepper1-0/+3
2007-08-26* Makerules: Use -p option with mkdir.Ulrich Drepper1-0/+2
2007-08-26* nis/nis_xdr.c (_xdr_nis_server): Work around gcc alias warning.Ulrich Drepper1-0/+14
2007-08-26* stdio-common/Makefile: Avoid format string warning for tst-sprint.Ulrich Drepper1-0/+2
2007-08-26* posix/regex_internal.h: Prevent some declarations and definitionsUlrich Drepper1-0/+3
2007-08-26* posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.Ulrich Drepper1-0/+3
2007-08-26* debug/Makefile: Disable format checking when compiling tst-chk?.c.Ulrich Drepper1-0/+2
2007-08-25fallocate64 as EXTRA. It is not referenced if the symbol isn'tUlrich Drepper1-1/+1
2007-08-25* config.make.in (datarootdir): Add to shut up configure.Ulrich Drepper1-0/+2
2007-08-25* sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation ofcvs/fedora-glibc-20070825T1839Ulrich Drepper1-0/+3
2007-08-25* sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cacheUlrich Drepper1-0/+6
2007-08-24* sysdeps/unix/sysv/linux/x86_64/init-first.cUlrich Drepper1-0/+4
2007-08-24* resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.Ulrich Drepper1-0/+2
2007-08-24* sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to markUlrich Drepper1-0/+6
2007-08-24* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): CorrectlyUlrich Drepper1-0/+3
2007-08-24[BZ #3924]Ulrich Drepper1-0/+4
2007-08-24* sysdeps/i386/dl-trampoline.S (_dl_runtime_resolve): AvoidUlrich Drepper1-0/+6
2007-08-22* nis/nis_table.c (nis_list): Don't fail if __follow_path returnedUlrich Drepper1-0/+5
2007-08-22[BZ #4566]Ulrich Drepper1-0/+3
2007-08-22[BZ #4582]Ulrich Drepper1-0/+3
2007-08-22[BZ #4588]Ulrich Drepper1-0/+4
2007-08-22[BZ #4726]Ulrich Drepper1-0/+4
2007-08-22[BZ #4946]Ulrich Drepper1-0/+5