about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5389040f25..d6d520f2b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,10 @@
 	warning.
 	* sysdeps/unix/sysv/linux/init-first.c: Add prototypes for
 	__libc_init_first and _dl_start.
+	* intl/dcigettext.c (transcmp): Make s1 and s2 const.
+	(DCIGETTEXT): Make domaindata variable const.
+	* intl/loadmsgcat.c (_nl_load_domain): Rearrange domain initialization
+	to avoid warning.
 
 2000-11-20  Hiroyuki Machida  <machida@sm.sony.co.jp>