tls.h
tmpdir.c
tmpdir.h
-ucs4-utf8.h
unistd_.h
unistr
unitypes.h
unlocked-io.h
unsetenv.c
-utf16-ucs4-unsafe.h
-utf16-ucs4.h
-utf8-ucs4-unsafe.h
-utf8-ucs4.h
vasprintf.h
verify.h
w32spawn.h
strnlen.c
tls.c
tls.h
-ucs4-utf8.h
unistr
unitypes.h
unlocked-io.h
-utf16-ucs4.h
-utf16-ucs4-unsafe.h
-utf8-ucs4.h
-utf8-ucs4-unsafe.h
vasprintf.c
vasprintf.h
wchar_.h
+2007-03-24 Bruno Haible <bruno@clisp.org>
+
+ * po-lex.c: Include unistr.h instead of utf8-ucs4.h.
+ * read-properties.c: Include unistr.h instead of utf16-ucs4.h,
+ ucs4-utf8.h.
+ * x-java.c: Likewise.
+ * read-stringtable.c: Include unistr.h instead of utf8-ucs4.h,
+ ucs4-utf8.h.
+ * x-csharp.c: Likewise.
+ * write-csharp.c: Include unistr.h instead of utf8-ucs4.h.
+ * write-java.c: Likewise.
+ * write-properties.c: Likewise.
+ * write-qt.c: Likewise.
+ * write-tcl.c: Likewise.
+ * x-perl.c: Likewise.
+ * x-python.c: Include unistr.h instead of utf8-ucs4.h, utf16-ucs4.h,
+ ucs4-utf8.h.
+ * x-tcl.c: Include unistr.h instead of ucs4-utf8.h.
+
2007-03-17 Bruno Haible <bruno@clisp.org>
* x-php.c (enum token_type_ty): New values token_type_lbracket,
#define _(str) gettext(str)
#if HAVE_ICONV
-# include "utf8-ucs4.h"
+# include "unistr.h"
#endif
#if HAVE_DECL_GETC_UNLOCKED
/* Reading Java .properties files.
- Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software; you can redistribute it and/or modify
#include "xvasprintf.h"
#include "po-xerror.h"
#include "msgl-ascii.h"
-#include "utf16-ucs4.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "gettext.h"
#define _(str) gettext (str)
/* Reading NeXTstep/GNUstep .strings files.
- Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software; you can redistribute it and/or modify
#include "xalloc.h"
#include "xvasprintf.h"
#include "po-xerror.h"
-#include "utf8-ucs4.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "gettext.h"
#define _(str) gettext (str)
#include "filename.h"
#include "fwriteerror.h"
#include "clean-temp.h"
-#include "utf8-ucs4.h"
+#include "unistr.h"
#include "gettext.h"
#define _(str) gettext (str)
#include "filename.h"
#include "fwriteerror.h"
#include "clean-temp.h"
-#include "utf8-ucs4.h"
+#include "unistr.h"
#include "gettext.h"
#define _(str) gettext (str)
/* Writing Java .properties files.
- Copyright (C) 2003, 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software; you can redistribute it and/or modify
#include "msgl-ascii.h"
#include "msgl-iconv.h"
#include "po-charset.h"
-#include "utf8-ucs4.h"
+#include "unistr.h"
#include "ostream.h"
#include "write-po.h"
#include "xalloc.h"
#include "po-charset.h"
#include "msgl-iconv.h"
#include "hash-string.h"
-#include "utf8-ucs4.h"
+#include "unistr.h"
#include "xalloc.h"
#include "obstack.h"
#include "hash.h"
#include "xallocsa.h"
#include "filename.h"
#include "fwriteerror.h"
-#include "utf8-ucs4.h"
+#include "unistr.h"
#include "gettext.h"
#define _(str) gettext (str)
#include "xvasprintf.h"
#include "hash.h"
#include "po-charset.h"
-#include "utf8-ucs4.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "gettext.h"
#define _(s) gettext(s)
#include "xalloc.h"
#include "hash.h"
#include "po-charset.h"
-#include "utf16-ucs4.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "gettext.h"
#define _(s) gettext(s)
#include "error-progname.h"
#include "xalloc.h"
#include "po-charset.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "uniname.h"
#include "getline.h"
#include "gettext.h"
#include "c-ctype.h"
#include "po-charset.h"
#include "uniname.h"
-#include "utf16-ucs4.h"
-#include "utf8-ucs4.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "gettext.h"
#define _(s) gettext(s)
#include "hash.h"
#include "c-ctype.h"
#include "po-charset.h"
-#include "ucs4-utf8.h"
+#include "unistr.h"
#include "gettext.h"
#define _(s) gettext(s)
+2007-03-24 Bruno Haible <bruno@clisp.org>
+
+ * lib/html-ostream.oo.c: Include unistr.h instead of utf8-ucs4.h.
+
2007-03-16 Bruno Haible <bruno@clisp.org>
* lib/html-ostream.oo.c (html_ostream_create): Update after signature
#include "gl_list.h"
#include "gl_array_list.h"
-#include "utf8-ucs4.h"
+#include "unistr.h"
#include "xalloc.h"
struct html_ostream : struct ostream