diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-02 19:28:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-02 19:28:55 +0000 |
commit | 720981169b1939283e906c85eada83415e7944a0 (patch) | |
tree | 3e7b9a242dcf719fefb9f2fa8caa48e97fe02b1a /ChangeLog | |
parent | 623d0bf5040ea9bb783bbc6fbace8680b52533b0 (diff) | |
download | glibc-720981169b1939283e906c85eada83415e7944a0.tar.gz glibc-720981169b1939283e906c85eada83415e7944a0.tar.xz glibc-720981169b1939283e906c85eada83415e7944a0.zip |
* wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object cvs/fedora-glibc-20090102T2110 cvs/fedora-glibc-20090102T2040
if no output is written.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a7e2db017e..450a5b6092 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-01-02 Ulrich Drepper <drepper@redhat.com> + * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object + if no output is written. + * version.h: Bump to 2.10 development. * posix/getconf.c: Update copyright year. |