Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
Ulrich Drepper committed Jul 1, 2000
1 parent b62404d commit a2294e5
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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>.

Expand Down
3 changes: 1 addition & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down
3 changes: 3 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 3 additions & 1 deletion localedata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions sysdeps/powerpc/Dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ gprsave1.S
gprsave0.S
gprrest1.S
gprrest0.S
bp-asm.h
5 changes: 3 additions & 2 deletions sysdeps/unix/sysv/linux/ia64/Dist
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
xstatconv.c
kernel_stat.h
ioperm.c
sys/procfs.h
sys/io.h
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a2294e5

Please sign in to comment.