From: Bruno Haible Date: Tue, 11 Feb 2003 11:05:21 +0000 (+0000) Subject: Portability to FreeBSD: has wchar_t but no wint_t. X-Git-Tag: v0.12~1153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237906d430ec28249596157331822ddf7823299a;p=thirdparty%2Fgettext.git Portability to FreeBSD: has wchar_t but no wint_t. --- diff --git a/ChangeLog b/ChangeLog index f339230fa..de6c8113a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,16 +23,6 @@ * Makefile.am: Make use of += for variables. -2003-01-12 Bruno Haible - - 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 * configure.in: Add test for . Needed for mingw32. diff --git a/libasprintf/ChangeLog b/libasprintf/ChangeLog index 01440464e..ce9e4f7bc 100644 --- a/libasprintf/ChangeLog +++ b/libasprintf/ChangeLog @@ -17,6 +17,16 @@ * Makefile.am: Make use of += for variables. +2003-01-12 Bruno Haible + + 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 Switch to autoconf-2.57 and automake-1.7.2.