diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 06:30:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 06:30:45 +0000 |
commit | d413445041e9d3f90c7d660ac0028767a0d0c76e (patch) | |
tree | 0d23a8286487c56c6ceba3c7f192369e91b715db /ChangeLog | |
parent | a7f91846e95ea8ae3d8298063a4cf2972b5f98b2 (diff) | |
download | glibc-d413445041e9d3f90c7d660ac0028767a0d0c76e.zip glibc-d413445041e9d3f90c7d660ac0028767a0d0c76e.tar.gz glibc-d413445041e9d3f90c7d660ac0028767a0d0c76e.tar.bz2 |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |