Remove unnecessary code from x86-32 SSSE3 strncmp
[platform/upstream/glibc.git] / ChangeLog
index d132b0b..ba46369 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2011-11-08  Ulrich Drepper  <drepper@gmail.com>
+
+       * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
+       instructions.
+
+2011-11-07  Andreas Schwab  <schwab@redhat.com>
+
+       * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
+       handler when locking.
+
+       * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
+       Fix size of allocated buffer.
+
+2011-11-04  Andreas Schwab  <schwab@redhat.com>
+
+       [BZ #10103]
+       * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
+       declarations for long double functions.
+       * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
+
+       * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
+
+2011-11-03  Andreas Schwab  <schwab@redhat.com>
+
+       * nscd/nscd.c (main): Don't start AVC thread until credentials are
+       installed.
+
+       * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
+       is disabled.
+
 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.