summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-12-12 20:28:46 +0000
committerJakub Jelinek <jakub@redhat.com>2007-12-12 20:28:46 +0000
commit1716edfc192b29f8cec407e3eebfbe84e28f70e4 (patch)
treefe6618670f8f6469186eca108fc944d3317d83aa /ChangeLog
parent574e283890a6ca92325a06dafa76ff307a8019a2 (diff)
Updated to fedora-glibc-20071212T1953
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62141b67f4..d0d35d8949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2007-12-01 Jim Meyering <meyering@redhat.com>
+
+ * posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
+ that would inhibit utf8-optimization of a regexp containing line-
+ or buffer-anchors, e.g., `^', `$'.
+
+2007-12-12 Ulrich Drepper <drepper@redhat.com>
+
+ * time/bug-getdate1.c (do_test): Don't use century values which
+ aren't valid on 32-bit systems.
+
+2007-12-12 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/i386/i486/bits/string.h (memmove): Define as macro.
+ (memmove): Rename to __memmove_g, with __asm__ ("memmove").
+ * sysdeps/s390/bits/string.h (__strlen_g, __strcpy_g, __strncpy_g,
+ __strcat_g, __strncat_g): Add __asm__.
+
+2007-12-12 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #5477]
+ * io/fchmodat.c: Fix typo in stub_warning use.
+ Patch by Petr Salinger.
+
2007-12-11 Ulrich Drepper <drepper@redhat.com>
* iconvdata/hp-thai8.c: New file.