about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-28 06:30:45 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-28 06:30:45 +0000
commitd413445041e9d3f90c7d660ac0028767a0d0c76e (patch)
tree0d23a8286487c56c6ceba3c7f192369e91b715db /ChangeLog
parenta7f91846e95ea8ae3d8298063a4cf2972b5f98b2 (diff)
downloadglibc-d413445041e9d3f90c7d660ac0028767a0d0c76e.tar.gz
glibc-d413445041e9d3f90c7d660ac0028767a0d0c76e.tar.xz
glibc-d413445041e9d3f90c7d660ac0028767a0d0c76e.zip
Update.
	* localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
	(do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
	* localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
	* localedata/tst-mbswcs4.c: New file.
	* localedata/tst-mbswcs5.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7c3bda0ba..295253de6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
 
+	* localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
+	(do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
+	* localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
+	* localedata/tst-mbswcs4.c: New file.
+	* localedata/tst-mbswcs5.c: New file.
+
 	* wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
 	== NULL.  Little optimization.