From a2294e570c396e6088329647ecdac3eab147f22f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Jul 2000 06:34:10 +0000 Subject: Update. * 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 | 12 +++++++++++- configure.in | 3 +-- localedata/ChangeLog | 3 +++ localedata/Makefile | 4 +++- sysdeps/powerpc/Dist | 1 + sysdeps/unix/sysv/linux/ia64/Dist | 5 +++-- version.h | 2 +- 7 files changed, 23 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc7c5b15ef..de818a90bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2000-06-30 Ulrich Drepper + * 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 - * 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 . diff --git a/configure.in b/configure.in index e79c5a4988..13ed632a7f 100644 --- a/configure.in +++ b/configure.in @@ -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*) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2aecbb0e1b..6d4aeb5c14 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2000-06-30 Ulrich Drepper + * 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. diff --git a/localedata/Makefile b/localedata/Makefile index 428ae27381..2dad3ecb73 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -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 diff --git a/sysdeps/powerpc/Dist b/sysdeps/powerpc/Dist index 5a5c15c087..516f178c3a 100644 --- a/sysdeps/powerpc/Dist +++ b/sysdeps/powerpc/Dist @@ -8,3 +8,4 @@ gprsave1.S gprsave0.S gprrest1.S gprrest0.S +bp-asm.h diff --git a/sysdeps/unix/sysv/linux/ia64/Dist b/sysdeps/unix/sysv/linux/ia64/Dist index 6b4b44b489..070d527274 100644 --- a/sysdeps/unix/sysv/linux/ia64/Dist +++ b/sysdeps/unix/sysv/linux/ia64/Dist @@ -1,2 +1,3 @@ -xstatconv.c -kernel_stat.h +ioperm.c +sys/procfs.h +sys/io.h diff --git a/version.h b/version.h index feb5ad36ea..25c6486b87 100644 --- 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" -- cgit v1.2.3