aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-15 23:49:07 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-15 23:49:07 +0000
commit3a6cb01ba927e8634c3b9bba448049fe22a90f66 (patch)
tree47ab1baa00dece85e8df85d01b19d8cc0c37068c /newlib
parent3495f076f33ad9e1650517126ec4a9d306f8c9a9 (diff)
downloadnewlib-3a6cb01ba927e8634c3b9bba448049fe22a90f66.zip
newlib-3a6cb01ba927e8634c3b9bba448049fe22a90f66.tar.gz
newlib-3a6cb01ba927e8634c3b9bba448049fe22a90f66.tar.bz2
* ChangeLog: Update.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 8e04d64..ade1658 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2002-05-15 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * testsuite/lib/checkoutput.exp (newlib_check_output): Output
+ only one pass or fail per test file. Trim \r's from output
+ values received from test programs. Remove support for named
+ tests.
+ * testsuite/newlib.locale/UTF-8.exp: Update to support new
+ newlib_check_output behaviour.
+ * testsuite/newlib.locale/UTF-8.c: Likewise.
+
2002-05-15 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h: Add on_exit prototype.