diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 12:15:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-29 12:15:49 +0000 |
commit | 5e7a22c9c3d09ad8bdefb127eb4a0faeee5fbb0b (patch) | |
tree | 721a0884bdb59f87db85171a056d51b1e246e467 /ChangeLog | |
parent | bf979eef1d8d6c6e9b5ad623d47ce9bab20b8be9 (diff) | |
download | glibc-5e7a22c9c3d09ad8bdefb127eb4a0faeee5fbb0b.tar glibc-5e7a22c9c3d09ad8bdefb127eb4a0faeee5fbb0b.tar.gz glibc-5e7a22c9c3d09ad8bdefb127eb4a0faeee5fbb0b.tar.bz2 glibc-5e7a22c9c3d09ad8bdefb127eb4a0faeee5fbb0b.zip |
Update.
1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
* wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
by letting the later modify the variable computing the total directly.
* wcsmbs/mbsrtowcs.c: Likewise.
* wcsmbs/wcsnrtombs.c: Likewise.
* wcsmbs/wcsrtombs.c: Likewise.
* wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
it is not used.
* wcsmbs/wctoc.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com> + + * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function + by letting the later modify the variable computing the total directly. + * wcsmbs/mbsrtowcs.c: Likewise. + * wcsmbs/wcsnrtombs.c: Likewise. + * wcsmbs/wcsrtombs.c: Likewise. + + * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear + it is not used. + * wcsmbs/wctoc.c: Likewise. + 1998-04-29 Ulrich Drepper <drepper@cygnus.com> * iconv/skeleton.c: Correct counting of actually converted |