]> sourceware.org Git - glibc.git/blobdiff - ChangeLog
memset: also update copyright years
[glibc.git] / ChangeLog
index 01f5718784dcc4f2747da3c57da8dc3063d871c9..f849179160540f58e1213b8b67dca1849da66e85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,209 @@
+2012-04-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/i386/i686/memset_chk.S: Update copyright year.
+       * sysdeps/x86_64/memset_chk.S: Likewise.
+
+2012-04-08  Andreas Jaeger  <aj@suse.de>
+
+       [BZ #10153]
+       * manual/startup.texi (Environment Access): Describe return value
+       for putenv and setenv.
+
+       [BZ #6895]
+       * manual/filesys.texi (Directory Entries): Add description for
+       DT_LNK.
+
+       [BZ #6890]
+       * manual/filesys.texi (Directory Entries): Clarify that it's file
+       system not operating system in the description of DT_UNKNOWN.
+
+       [BZ #6578]
+       * manual/syslog.texi (closelog): Fix reference, it's openlog.
+
+2012-04-08  Stephen Compall  <s11@member.fsf.org>
+
+       [BZ #6649]
+       * manual/llio.texi (Opening and Closing Files): Add cross
+       reference to explain mode argument.
+
+2012-04-07  Mike Frysinger  <vapier@gentoo.org>
+
+       * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
+       * sysdeps/x86_64/memset_chk.S: Likewise.
+
+2012-04-07  David S. Miller  <davem@davemloft.net>
+
+       * elf/elf.h (R_SPARC_WDISP10): Define.
+       * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
+       R_SPARC_SIZE32.
+       * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
+       R_SPARC_SIZE64 and R_SPARC_H34.
+
+2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
+
+       * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
+       conditions and remove no longer applicable assertion.
+
+2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bits/byteswap.h (__bswap_16): Removed.
+       Include <bits/byteswap-16.h> to get __bswap_16.
+       * sysdeps/i386/bits/byteswap.h: Likewise.
+       * sysdeps/s390/bits/byteswap.h: Likewise.
+       * sysdeps/x86_64/bits/byteswap.h: Likewise.
+       * bits/byteswap-16.h: New file.
+       * sysdeps/i386/bits/byteswap-16.h: Likewise.
+       * sysdeps/s390/bits/byteswap-16.h: Likewise.
+       * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
+       * string/Makefile (headers): Add bits/byteswap-16.h.
+
+2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       [BZ #13895]
+       * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
+       extra indirection.
+       * nss/Makefile (tests-static, tests): Add tst-nss-static.
+       * nss/tst-nss-static.c: New.
+
+2012-04-06  Robert Millan  <rmh@gnu.org>
+
+       [BZ #6486]
+       * manual/llio.texi (File Position Primitive): lseek
+       refers to WHENCE when it really means OFFSET.
+
+2012-04-06  Andreas Jaeger  <aj@suse.de>
+
+       * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
+       strncmp declarations.
+
+       * abilist/libc.abilist: Add __poll and __ppoll.
+
+2012-04-05  David S. Miller  <davem@davemloft.net>
+
+       * scripts/check-local-headers.sh: Accept a host triplet in the
+       path matched by the exclude regexp.
+
+       * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
+       definition.
+       * sysdeps/powerpc/powerpc32/dl-machine.h
+       (ELF_MACHINE_PLTREL_OVERLAP): Delete.
+       * sysdeps/s390/s390-32/dl-machine.h
+       (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
+       * sysdeps/sparc/sparc32/dl-machine.h
+       (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
+       * sysdeps/sparc/sparc64/dl-machine.h
+       (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
+
+       * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
+       lazy binding.
+       * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
+       undefined symbol errors.
+
+       * elf/rtld.c (dl_main): Skip VDSO when checking for unused
+       DT_NEEDED entries.
+
+2012-04-05  Michael Matz  <matz@suse.de>
+
+       [BZ #13592]
+       * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
+
+2012-04-05  Andreas Jaeger  <aj@suse.de>
+
+       [BZ #13908]
+       * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
+       comment.
+
+2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
+
+       * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
+       which ROUND is no valid rounding mode.
+
+2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
+
+       * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
+       read again.
+       * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
+
+2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
+
+       * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
+       an exception using FPU order intentionally.
+
+2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
+
+       * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
+       * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
+       * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
+       * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
+
+2012-04-05  Simon Josefsson  <simon@josefsson.org>
+
+       [BZ #12340]
+       * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
+       EINVAL when BUFLEN is too smal.
+
+2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
+
+       [BZ #13553]
+       * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
+       * sysdeps/mach/powerpc/machine-lock.h: Likewise.
+
+2012-04-03  Andreas Jaeger  <aj@suse.de>
+
+       [BZ #13938]
+       * manual/setjmp.texi (System V contexts): Fix sentence.
+
+       [BZ #13926]
+       * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
+       New macro for this case.
+       [!__GNUC__] (__bswap_64): New inline function for this case.
+       * sysdeps/x86_64/bits/byteswap.h: Likewise.
+       * bits/byteswap.h: Likewise.
+       * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
+       ull, guard with __GLIBC_HAVE_LONG_LONG.
+
+       * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
+       __GLIBC_HAVE_LONG_LONG.
+
+       * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
+       Include <features.h> for __GLIBC_HAVE_LONG_LONG.
+
+2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
+
+       [BZ #13691]
+       * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
+       inptr and inend, rather than using last_ch.
+
+2012-04-02  David S. Miller  <davem@davemloft.net>
+
+       With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
+       * stdio-common/printf-parse.h (read_int): Change return type to
+       'int', return -1 on INT_MAX overflow.
+       * stdio-common/vfprintf.c (vfprintf): Validate width and precision
+       against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
+       overflows INT_MAX.  Check for overflow of in-format-string precision
+       values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
+       SIZE_MAX not INT_MAX for integer overflow test.
+       * stdio-common/printf-parsemb.c: If read_int signals an overflow,
+       skip the construct in the format string but do not record anything.
+       * stdio-common/bug22.c: Adjust to test both width/prevision
+       INT_MAX overflow as well as total length INT_MAX overflow.  Check
+       explicitly for proper errno values.
+
+2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
+       CHAR_MAX.
+       * string/test-strcmp.c [! WIDE]: Likewise.
+       * time/tst-mktime2.c: Likewise for INT_MAX.
+       * string/test-string.h: #include <sys/param.h> for MIN.
+
+       * csu/init-first.c (__libc_init_first): Call __ctype_init.
+       * sysdeps/i386/init-first.c (init): Likewise.
+       * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
+       * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
+       * sysdeps/sh/init-first.c (init): Likewise.
+
 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
 
        * po/ru.po: Update from translation team.
This page took 0.032376 seconds and 5 git commands to generate.