aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-20 03:46:11 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-20 03:46:11 +0000
commit41a173e1e3a19957dfbed6375e84b8a3363035a7 (patch)
tree4f6e580c50f02f1d05eeccf401b4eb1e29c6365a
parentaf2603143fb1f93ba2e59628bdf899cbe37bd02a (diff)
downloadglibc-41a173e1e3a19957dfbed6375e84b8a3363035a7.tar
glibc-41a173e1e3a19957dfbed6375e84b8a3363035a7.tar.gz
glibc-41a173e1e3a19957dfbed6375e84b8a3363035a7.tar.bz2
glibc-41a173e1e3a19957dfbed6375e84b8a3363035a7.zip
Update.
2000-03-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about _SLOWDOWN flags. Patch by Jim Blandy <jimb@cygnus.com>. 2000-03-17 Cristian Gafton <gafton@redhat.com> * elf/Makefile ($(rtld-version-installed-name)): Delay replacing existing rtld-installed-name. ($(rtld-installed-name)): Request libc-$(version) be installed too. replace existing rtld-installed-name using $(symbolic-link-prog). 2000-03-17 Roland McGrath <roland@baalperazim.frob.com> * locale/programs/ld-collate.c (collate_read): Remove bogus cast. (insert_value, handle_ellipsis, collate_read): Replace %zu in format strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter but not the former. 2000-03-19 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for glob64. Since there is no glob64 in the LFS proposal applications can assume that glob handles LFS situations. glob64 is only needed if alternative filesystem functions are used. 2000-03-19 Geoff Clare <gwc@unisoft.com> * sysdeps/generic/glob.c: Correct gl_pathc value returned when GLOB_DOOFFS is set; correct handling of patterns containing escaped wildcards (and no unescaped ones); GLOB_ERR flag was being ignored in some situations. * posix/globtest.c, posix/globtest.sh: Updated to include tests for the problems fixed by the above changes to glob.c. * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e0839c300..22e440a451 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2000-03-19 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
+ _SLOWDOWN flags. Patch by Jim Blandy <jimb@cygnus.com>.
+
+2000-03-17 Cristian Gafton <gafton@redhat.com>
+
+ * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
+ existing rtld-installed-name.
+ ($(rtld-installed-name)): Request libc-$(version) be installed too.
+ replace existing rtld-installed-name using $(symbolic-link-prog).
+
+2000-03-17 Roland McGrath <roland@baalperazim.frob.com>
+
+ * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
+ (insert_value, handle_ellipsis, collate_read): Replace %zu in format
+ strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
+ but not the former.
+
+2000-03-19 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
+ glob64. Since there is no glob64 in the LFS proposal applications
+ can assume that glob handles LFS situations. glob64 is only needed
+ if alternative filesystem functions are used.
+
+2000-03-19 Geoff Clare <gwc@unisoft.com>
+
+ * sysdeps/generic/glob.c: Correct gl_pathc value returned
+ when GLOB_DOOFFS is set; correct handling of patterns
+ containing escaped wildcards (and no unescaped ones);
+ GLOB_ERR flag was being ignored in some situations.
+
+ * posix/globtest.c, posix/globtest.sh: Updated to include
+ tests for the problems fixed by the above changes to glob.c.
+
+ * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
+
2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
* Makeconfig (soversion.i): Use only first match for each lib.