about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-0/+53
* [BZ #5058]Ulrich Drepper2007-09-241-1/+10
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use Jakub Jelinek2007-09-241-0/+5
* [BZ #5028]Ulrich Drepper2007-09-241-0/+1
* * posix/regcomp.c (lookup_collation_sequence_value): check thatUlrich Drepper2007-09-241-0/+5
* * resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.Ulrich Drepper2007-09-231-0/+3
* [BZ #4963]Ulrich Drepper2007-09-231-0/+6
* [BZ #4972]Ulrich Drepper2007-09-231-0/+9
* [BZ #5043]Ulrich Drepper2007-09-231-0/+5
* * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size_half): RenamedUlrich Drepper2007-09-221-0/+10
* * elf/dl-lookup.c (add_dependency): Handle failing memory cvs/fedora-glibc-20070920T0007Ulrich Drepper2007-09-191-0/+3
* * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid unnecessaryUlrich Drepper2007-09-191-0/+3
* * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper2007-09-191-2/+23
* * misc/bits/syslog.h (syslog): Remove extraneous argument from Jakub Jelinek2007-09-181-0/+6
* * locale/programs/charmap-dir.c (charmap_aliases): Use %ms instead of Jakub Jelinek2007-09-181-0/+3
* * sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup. cvs/fedora-glibc-20070918T1931Jakub Jelinek2007-09-181-0/+5
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-0/+16
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-181-1/+123
* * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Correct return valueUlrich Drepper2007-09-181-0/+14
* * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): Don'tUlrich Drepper2007-09-151-0/+5
* * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper2007-09-151-0/+5
* * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_routines): AddUlrich Drepper2007-09-151-0/+10
* * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper2007-09-151-0/+29
* * sysdeps/i386/i586/memcpy.S (__memcpy_chk): New definition.Ulrich Drepper2007-09-151-0/+6
* * inet/inet_net.c: Reset digit to 0 for inputs starting with "0x".Ulrich Drepper2007-09-151-0/+5
* * inet/tst-network.c: Increment ERRORS for failing tests.Roland McGrath2007-09-151-0/+4
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-0/+104
* * po/cs.po: Update from translation team.Ulrich Drepper2007-09-131-0/+4
* * posix/Makefile ($(objpfx)getconf.speclist): Make it empty if crossRoland McGrath2007-09-111-0/+5
* * sysdeps/mach/hurd/bits/ioctls.h (TAB3): New macro.Roland McGrath2007-09-071-0/+4
* * manual/signal.texi (Signaling Another Process): Typo fix.Roland McGrath2007-09-051-0/+5
* * sysdeps/unix/sysv/linux/check_pf.c (IFA_F_OPTIMISTIC): Define toUlrich Drepper2007-08-291-0/+8
* * nscd/connections.c (send_ro_fd): Also transfer file size.Ulrich Drepper2007-08-291-0/+4
* * nscd/nscd_helper.c (get_mapping): Avoid the pread call, just goUlrich Drepper2007-08-291-0/+6
* * libio/bits/stdio2.h (__fread_chk, __fread_unlocked_chk): NewUlrich Drepper2007-08-281-0/+16
* * sysdeps/unix/sysv/linux/syscalls.list cvs/fedora-glibc-20070827T2032Roland McGrath2007-08-271-0/+5
* * sunrpc/key_prot.c (xdr_unixcred): Work around gcc alias warning.Ulrich Drepper2007-08-261-2/+3
* * iconvdata/iso-2022-kr.c (BODY): Fake initialization of array bufUlrich Drepper2007-08-261-0/+4
* * locale/programs/ld-collate.c (collate_output): Avoid warning ifUlrich Drepper2007-08-261-0/+3
* * Makerules: Use -p option with mkdir.Ulrich Drepper2007-08-261-0/+2
* * nis/nis_xdr.c (_xdr_nis_server): Work around gcc alias warning.Ulrich Drepper2007-08-261-0/+14
* * stdio-common/Makefile: Avoid format string warning for tst-sprint.Ulrich Drepper2007-08-261-0/+2
* * posix/regex_internal.h: Prevent some declarations and definitionsUlrich Drepper2007-08-261-0/+3
* * posix/tst-rfc3484.c (__idna_to_unicode_lzlz): Initialize *OUTPUT.Ulrich Drepper2007-08-261-0/+3
* * debug/Makefile: Disable format checking when compiling tst-chk?.c.Ulrich Drepper2007-08-261-0/+2
* fallocate64 as EXTRA. It is not referenced if the symbol isn'tUlrich Drepper2007-08-251-1/+1
* * config.make.in (datarootdir): Add to shut up configure.Ulrich Drepper2007-08-251-0/+2
* * sysdeps/x86_64/cacheinfo.c (handle_amd): Fix computation of cvs/fedora-glibc-20070825T1839Ulrich Drepper2007-08-251-0/+3
* * sysdeps/x86_64/cacheinfo.c (handle_amd): Handle L3 cacheUlrich Drepper2007-08-251-0/+6
* * sysdeps/unix/sysv/linux/x86_64/init-first.cUlrich Drepper2007-08-241-0/+4