about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-29 07:25:43 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-29 07:25:43 +0000
commitc1d835ced9c8e8a3a288b77075df3afd0a876f99 (patch)
treee2f1d96d6cfabb760321dddeb79a65aac8b4bdcf /ChangeLog
parent69c69fe11da745ee591a17570c2be5b529ec2fa6 (diff)
downloadglibc-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--ChangeLog2
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.