Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 16a8979b6..22db9d3f2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,27 @@
+2002-04-24 Thomas Fitzsimmons <fitzsim@redhat.com>
+
+ * Makefile.am (check-DEJAGNU): New target.
+ (site.exp): Likewise.
+ * acinclude.m4 (NEWLIB_CONFIGURE): Replace AC_CANONICAL_HOST
+ with AC_CANONICAL_SYSTEM. Remove AC_CANONICAL_BUILD.
+ * libc/locale/locale.c (_setlocale_r): Add UTF-8 support.
+ * libc/stdlib/mbtowc_r.c (_mbtowc_r): Likewise.
+ * libc/stdlib/wctomb_r.c (_wctomb_r): Likewise.
+ * testsuite: New directory.
+ * testsuite/config: Likewise.
+ * testsuite/lib: Likewise.
+ * testsuite/newlib.locale: Likewise.
+ * testsuite/newlib.string: Likewise.
+ * testsuite/config/default.exp: New file.
+ * testsuite/lib/checkoutput.exp: New file.
+ * testsuite/lib/newlib.exp: New file.
+ * testsuite/lib/passfail.exp: New file.
+ * testsuite/newlib.locale/UTF-8.c: New file.
+ * testsuite/newlib.locale/UTF-8.exp: New file.
+ * testsuite/newlib.locale/locale.exp: New file.
+ * testsuite/newlib.string/string.exp: New file.
+ * testsuite/newlib.string/tstring.c: New file.
+
2002-04-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/machine/types.h (__pid_t, __off_t, __loff_t): Added.