Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 Jun 1999 16:46:16 +0000 (16:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 Jun 1999 16:46:16 +0000 (16:46 +0000)
commitf042f18f936c0ebe2ece3dcdeb657a833dba5bb0
tree6026e179df3233daccb297a8861c654c1ec4d5db
parentae8b36f7ec9f3e8f7a6f52154b3e92669e8681a5
Update.

1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* libio/Makefile (routines): Add putwchar and putwchar_u.

* libio/putwchar.c: Include <wchar.h> 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  <schwab@issan.cs.uni-dortmund.de>

* include/features.h (__GNUC_PREREQ): Don't generate `defined' via
macro expansion---it's undefined.  Properly parenthesize
substituted parameters.
(__GLIBC_PREREQ): Likewise.
ChangeLog
include/features.h
libio/Makefile
libio/getchar.c
libio/getchar_u.c
libio/putchar_u.c
libio/putwchar.c
libio/putwchar_u.c