From 237906d430ec28249596157331822ddf7823299a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 11 Feb 2003 11:05:21 +0000 Subject: [PATCH] Portability to FreeBSD: has wchar_t but no wint_t. --- ChangeLog | 10 ---------- libasprintf/ChangeLog | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) 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.