Portability to FreeBSD: has wchar_t but no wint_t.

This commit is contained in:
Bruno Haible 2003-02-11 11:05:21 +00:00
parent 1595605cfd
commit 237906d430
2 changed files with 10 additions and 10 deletions

View File

@ -23,16 +23,6 @@
* 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.

View File

@ -17,6 +17,16 @@
* 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.