diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-29 07:25:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-29 07:25:43 +0000 |
commit | c1d835ced9c8e8a3a288b77075df3afd0a876f99 (patch) | |
tree | e2f1d96d6cfabb760321dddeb79a65aac8b4bdcf /ChangeLog | |
parent | 69c69fe11da745ee591a17570c2be5b529ec2fa6 (diff) | |
download | glibc-c1d835ced9c8e8a3a288b77075df3afd0a876f99.tar.gz glibc-c1d835ced9c8e8a3a288b77075df3afd0a876f99.tar.xz glibc-c1d835ced9c8e8a3a288b77075df3afd0a876f99.zip |
Update.
* stdio-common/Makefile (routines): Remove _i18n_itoa and _i18n_itowa.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f51dc8606..62373a8067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ * stdio-common/vfprintf.c: Rewrite buffer handling for integer printing. Change printing of numbers with locale specific digits to use new code in _i18n_number.h. + * stdio-common/Makefile (routines): Remove _i18n_itoa and + _i18n_itowa. * stdio-common/bug13.c: Improve messages. |