]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 2003 19:24:09 +0000 (19:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 25 Aug 2003 19:24:09 +0000 (19:24 +0000)
2003-08-25  Jakub Jelinek  <jakub@redhat.com>

* elf/cache.c (save_cache): Don't write beyond end of file_entries
buffer.
Duplicate last old cache entry if the count would be odd.

ChangeLog
libio/ioseekoff.c
localedata/ChangeLog

index ba67c6d609283e937d073defde725def7501c7ac..784e1cdc7dd0cb506d4a206c4ef7a5a8acc16625 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/cache.c (save_cache): Don't write beyond end of file_entries
+       buffer.
+       Duplicate last old cache entry if the count would be odd.
+
 2003-08-25  Andreas Jaeger  <aj@suse.de>
 
        * sysdeps/unix/sysv/linux/posix_fadvise64.c: Cast arguments of
index 9383d71972e9bda638dc1199298ab75af0864ec3..9229166705f6ad38bcbc96822761ee065608be14 100644 (file)
@@ -53,12 +53,7 @@ _IO_seekoff_unlocked (fp, offset, dir, mode)
      callback may not know to do the right thing about it.
      This may be over-kill, but it'll do for now. TODO */
   if (mode != 0 && ((_IO_fwide (fp, 0) < 0 && _IO_have_backup (fp))
-                   || (
-#if defined _LIBC && SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
-                       __builtin_expect (&_IO_stdin_used != NULL, 1) &&
-#endif
-                       _IO_fwide (fp, 0) > 0 && _IO_have_wbackup (fp))
-                   ))
+                   || (_IO_fwide (fp, 0) > 0 && _IO_have_wbackup (fp))))
     {
       if (dir == _IO_seek_cur && _IO_in_backup (fp))
        {
index 7eb2612fe8e2a09799ffcdbc00c776471dd7b7f1..d2af0ad64394c346a17c970d77dc47b066c2acf2 100644 (file)
@@ -1,6 +1,8 @@
 2003-08-25  Ulrich Drepper  <drepper@redhat.com>
 
        * locales/an_ES: Fix locale header information.
+       * locales/wa_BE: Likewise.
+       * locales/yi_US: Likewise.
        Patch by Jordi Mallach <jordi@sindominio.net>.
 
 2003-08-14  Ulrich Drepper  <drepper@redhat.com>