]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update. cvs/glibc_2-1-91 glibc-2.1.91
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Jul 2000 06:34:10 +0000 (06:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Jul 2000 06:34:10 +0000 (06:34 +0000)
* version.h (VERSION): Bump to 2.1.91.

* configure.in: Update warning comment.  glibc should not be
broken anymore.

* sysdeps/unix/sysv/linux/ia64/Dist: Remove old content.  Add
ioperm.c, sys/procfs.h, and sys/io.h.

* sysdeps/powerpc/Dist: Add bp-asm.h.

* sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in

ChangeLog
configure.in
localedata/ChangeLog
localedata/Makefile
sysdeps/powerpc/Dist
sysdeps/unix/sysv/linux/ia64/Dist
version.h

index cc7c5b15ef5a9c189146eb0d8cfd9fffec585ff2..de818a90bbefd52c9b662a35312bfacc924ec333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
 
+       * version.h (VERSION): Bump to 2.1.91.
+
+       * configure.in: Update warning comment.  glibc should not be
+       broken anymore.
+
+       * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content.  Add
+       ioperm.c, sys/procfs.h, and sys/io.h.
+
+       * sysdeps/powerpc/Dist: Add bp-asm.h.
+
        * assert/Depend: Add localedata.
        * assert/Makefile (test-assert-ENV): New.  Define LANGUAGE=C.
        (test-assert-perr-ENV): New.  Define LANGUAGE=C.
@@ -17,7 +27,7 @@
 
 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
 
-       * sunrpc/rpc_cout.c (inline_struct): Add missing braces in
+       * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
        generated expressions.
        Patch by Darren McClelland <dmcclell@zetec.com>.
 
index e79c5a498841cbdad2c4afbcb42c4b951b494fc7..13ed632a7f45301f69de4acc212897e1d9df2df9 100644 (file)
@@ -1407,8 +1407,7 @@ AC_SUBST(VERSION)
 AC_SUBST(RELEASE)
 
 echo '*** Do NOT install this release on any production system!'
-echo '*** It is known to be broken and will be so for quite some time.'
-echo '*** Use the latest released version instead.'
+echo '*** We are in early testing stages.'
 
 AC_OUTPUT(config.make glibcbug ${config_makefile} ${config_uname}, [
 case $CONFIG_FILES in *config.make*)
index 2aecbb0e1b799c63cc295494426e31b350b249cc..6d4aeb5c141ff70314c810370d3f4a4041cd6e0e 100644 (file)
@@ -1,5 +1,8 @@
 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile (distribute): Add locale test suite files, fmon test
+       suite files, gen-locale.sh, and show-ucs-data.c.
+
        * Depend: New file.
 
        * Makefile: Rewrite rules to generate locale data.
index 428ae27381530233ce28d824a76dbbe6b36b1def..2dad3ecb732a4bb350c99f9b6632896f03cf4d95 100644 (file)
@@ -69,7 +69,9 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog                    \
              tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh     \
              tst-fmon.data $(test-input-data) $(ld-test-srcs)          \
              th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh tst-ctype.sh \
-             tst-ctype-de_DE.in
+             tst-ctype-de_DE.in $(wildcard tests-mbwc/*.[ch])          \
+             $(addprefix tst-fmon-locales/tstfmon_,$(fmon-tests))      \
+             gen-locale.sh show-ucs-data.c
 
 # Get $(inst_i18ndir) defined.
 include ../Makeconfig
index 5a5c15c0875b8c47d88bbb7ace7d4bb11a3dca71..516f178c3a3d5b117d911232d6b27b6dc85812ac 100644 (file)
@@ -8,3 +8,4 @@ gprsave1.S
 gprsave0.S
 gprrest1.S
 gprrest0.S
+bp-asm.h
index 6b4b44b489f48b84edde47f8c0f11bed84de33ca..070d527274a6e7d9bd156fc3fd01376dd34b5f66 100644 (file)
@@ -1,2 +1,3 @@
-xstatconv.c
-kernel_stat.h
+ioperm.c
+sys/procfs.h
+sys/io.h
index feb5ad36eabbef30816ecfe52f795881b9f0b26c..25c6486b87a48bb9c0f44d51cb7ef4cd4b11ac75 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "development"
-#define VERSION "2.1.90"
+#define VERSION "2.1.91"