]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Portability to FreeBSD: has wchar_t but no wint_t.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Feb 2003 11:05:21 +0000 (11:05 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:57 +0000 (12:08 +0200)
ChangeLog
libasprintf/ChangeLog

index f339230fa623d8578d5f1890d237821118a03621..de6c8113a12cf9524936ae7fdc3806eb1839b306 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * Makefile.am: Make use of += for variables.
 
-2003-01-12  Bruno Haible  <bruno@clisp.org>
-
-       Portability to FreeBSD.
-       * configure.in: Invoke gt_TYPE_WINT_T.
-       * printf-args.h: Use HAVE_WINT_T, not HAVE_WCHAR_T, to check for
-       availability of wint_t.
-       * printf-argc.c: Likewise.
-       * printf-parse.c: Likewise.
-       * vasnprintf.c: Likewise.
-
 2002-12-16  Bruno Haible  <bruno@clisp.org>
 
        * configure.in: Add test for <utime.h>. Needed for mingw32.
index 01440464ee95e549164b59d5e4e9030a478b00a6..ce9e4f7bc393ec8596e0dcf2e4e399fb3458204d 100644 (file)
 
        * Makefile.am: Make use of += for variables.
 
+2003-01-12  Bruno Haible  <bruno@clisp.org>
+
+       Portability to FreeBSD.
+       * configure.in: Invoke gt_TYPE_WINT_T.
+       * printf-args.h: Use HAVE_WINT_T, not HAVE_WCHAR_T, to check for
+       availability of wint_t.
+       * printf-argc.c: Likewise.
+       * printf-parse.c: Likewise.
+       * vasnprintf.c: Likewise.
+
 2002-12-07  Bruno Haible  <bruno@clisp.org>
 
        Switch to autoconf-2.57 and automake-1.7.2.