about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-30 20:37:26 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-30 20:37:26 +0000
commit9b014809fae75a2019975ff61d13eb66249e3491 (patch)
treedba39c3e1799611dbd403f7262452d755ca69f99 /ChangeLog
parenta907bff941ef38b90dc8a69a56ed7374e3fe5c4c (diff)
downloadglibc-9b014809fae75a2019975ff61d13eb66249e3491.tar.gz
glibc-9b014809fae75a2019975ff61d13eb66249e3491.tar.xz
glibc-9b014809fae75a2019975ff61d13eb66249e3491.zip
Update.
	* locale/Versions [libc] (GLIBC_2.2): Add localeconv.
	* locale/localeconv.c: Make function versioned (with same definition).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1497c4a9f..2f8fb0ac83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* locale/Versions [libc] (GLIBC_2.2): Add localeconv.
+	* locale/localeconv.c: Make function versioned (with same definition).
+
 	* elf/Makefile (modules-names): Strip before using it.
 
 2000-05-30  Andreas Jaeger  <aj@suse.de>