summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-02-05 18:41:05 +0000
committerBruno Haible <bruno@clisp.org>2001-02-05 18:41:05 +0000
commit1fdb3de89f6349cdb5bc6de495d7b7d25e72d335 (patch)
tree4b1d673fd985a42f3aa3062051594e5c0b2dcbd9 /lib/ChangeLog
parent01d3bb04c9cfb4b685cf2879ee7360f3c1b9908d (diff)
downloadexternal_gettext-1fdb3de89f6349cdb5bc6de495d7b7d25e72d335.zip
external_gettext-1fdb3de89f6349cdb5bc6de495d7b7d25e72d335.tar.gz
external_gettext-1fdb3de89f6349cdb5bc6de495d7b7d25e72d335.tar.bz2
Portability to platforms without existing <libintl.h>.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2fd6f1d..fe4fb11 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,14 @@
+2001-02-04 Bruno Haible <haible@clisp.cons.org>
+
+ * system.h (O_BINARY, O_TEXT, setmode, fileno): New macros for systems
+ that distinguish between text and binary I/O.
+
+2001-02-04 Bruno Haible <haible@clisp.cons.org>
+
+ * error.c: Include <libintl.h> only if ENABLE_NLS || _LIBC.
+ * getopt.c: Test ENABLE_NLS instead of 'defined HAVE_LIBINTL_H'.
+ * obstack.c: Likewise.
+
2001-01-07 Bruno Haible <haible@clisp.cons.org>
* system.h: Assume <stdlib.h>, <string.h> exist.