+2001-02-24 Bruno Haible <haible@clisp.cons.org>
+
+ * dcigettext.c: Update comment about HAVE_LOCALE_NULL.
+
2001-02-05 Bruno Haible <haible@clisp.cons.org>
* libgnuintl.h (LC_MESSAGES): Provide a default value.
/* XPG3 defines the result of `setlocale (category, NULL)' as:
``Directs `setlocale()' to query `category' and return the current
setting of `local'.''
- However it does not specify the exact format. And even worse: POSIX
- defines this not at all. So we can use this feature only on selected
- system (e.g. those using GNU C Library). */
+ However it does not specify the exact format. Neither do SUSV2 and
+ ISO C 99. So we can use this feature only on selected systems (e.g.
+ those using GNU C Library). */
#ifdef _LIBC
# define HAVE_LOCALE_NULL
#endif