From f042f18f936c0ebe2ece3dcdeb657a833dba5bb0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 21 Jun 1999 16:46:16 +0000 Subject: Update. 1999-06-21 Andreas Schwab * libio/Makefile (routines): Add putwchar and putwchar_u. * libio/putwchar.c: Include instead of "stdio.h". * libio/putwchar_u.c: Likewise. Use _IO_stdout instead of stdout. Fix parameter name. * libio/getchar.c: Consistently use _IO_stdin instead of stdin. * libio/getchar_u.c: Likewise. * libio/putchar_u.c: Use _IO_stdout instead of stdout. 1999-06-21 Andreas Schwab * include/features.h (__GNUC_PREREQ): Don't generate `defined' via macro expansion---it's undefined. Properly parenthesize substituted parameters. (__GLIBC_PREREQ): Likewise. --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 964082b2b9..f1fd42ca00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +1999-06-21 Andreas Schwab + + * libio/Makefile (routines): Add putwchar and putwchar_u. + + * libio/putwchar.c: Include instead of "stdio.h". + * libio/putwchar_u.c: Likewise. Use _IO_stdout instead of + stdout. Fix parameter name. + + * libio/getchar.c: Consistently use _IO_stdin instead of stdin. + * libio/getchar_u.c: Likewise. + + * libio/putchar_u.c: Use _IO_stdout instead of stdout. + +1999-06-21 Andreas Schwab + + * include/features.h (__GNUC_PREREQ): Don't generate `defined' via + macro expansion---it's undefined. Properly parenthesize + substituted parameters. + (__GLIBC_PREREQ): Likewise. + 1999-06-21 Ulrich Drepper * Makeconfig (CPPFLAGS): Revert last change. It has too many -- cgit v1.2.3