summaryrefslogtreecommitdiffstats
path: root/intl/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-05-23 22:16:29 +0000
committerBruno Haible <bruno@clisp.org>2001-05-23 22:16:29 +0000
commitb2734c67b3bd67651b65200f3cacc5c71858ba4b (patch)
treebf73a4babd29a2f9417b1096807c78649439ca1c /intl/ChangeLog
parentaa165f36f101ff06d7d48e8323e201c37cca87df (diff)
downloadexternal_gettext-b2734c67b3bd67651b65200f3cacc5c71858ba4b.zip
external_gettext-b2734c67b3bd67651b65200f3cacc5c71858ba4b.tar.gz
external_gettext-b2734c67b3bd67651b65200f3cacc5c71858ba4b.tar.bz2
Mark the 0.10.38 release.
Diffstat (limited to 'intl/ChangeLog')
-rw-r--r--intl/ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 5705302..0a72247 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,13 @@
+2001-04-30 Bruno Haible <haible@clisp.cons.org>
+
+ Silence "gcc -Wall -Wwrite-strings" warnings.
+ * localcharset.c (charset_aliases): Change type to 'const char *'.
+ (get_charset_aliases): Change type of 'cp' to 'const char *'.
+
+2001-05-23 Bruno Haible <haible@clisp.cons.org>
+
+ * gettext-0.10.38 released.
+
2001-05-22 Bruno Haible <haible@clisp.cons.org>
* Makefile.in (install-data): Install plural.c as well.
@@ -18,12 +28,6 @@
* dcigettext.c (getuid, getgid, geteuid, getegid): Provide default
definitions. Needed for mingw32.
-2001-04-30 Bruno Haible <haible@clisp.cons.org>
-
- Silence "gcc -Wall -Wwrite-strings" warnings.
- * localcharset.c (charset_aliases): Change type to 'const char *'.
- (get_charset_aliases): Change type of 'cp' to 'const char *'.
-
2001-04-19 Bruno Haible <haible@clisp.cons.org>
* gettext-0.10.37 released.