summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-21 20:19:54 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-21 20:19:54 +0000
commit3b43494000bba0633fccbb481c77825927ebb8fb (patch)
treea49c146c4cebb1b2e502deb0997371aafc668db7 /ChangeLog
parent0efb48a1dfd132138a44c238b6e7f67a185a360e (diff)
downloadglibc-3b43494000bba0633fccbb481c77825927ebb8fb.tar.gz
glibc-3b43494000bba0633fccbb481c77825927ebb8fb.tar.xz
glibc-3b43494000bba0633fccbb481c77825927ebb8fb.zip
Update.
	* locale/locale.h (struct lconv): Add new elements from ISO C99.
	* locale/localeconv.c: Initialize new elements from ISO C99.

	* iconv/iconv_prog.c (process_block): Remove const from second
	parameter.
	(main): Remove const from addr definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56661974bc..9c6f1cd1ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
 
+	* locale/locale.h (struct lconv): Add new elements from ISO C99.
+	* locale/localeconv.c: Initialize new elements from ISO C99.
+
 	* iconv/iconv.h (iconv): Remove const from inbuf parameter.
 	* iconv/iconv.c: Likewise.
 	* conform/data/iconv.h-data: Likewise.
+	* iconv/iconv_prog.c (process_block): Remove const from second
+	parameter.
+	(main): Remove const from addr definition.
 
 	* intl/dcigettext.c: Fix typo in comment.