gcc/libcpp
Kaveh R. Ghazi 0d667716cb configure.ac (fixincludes_UNLOCKED_FUNCS): New.
fixincludes:
	* configure.ac (fixincludes_UNLOCKED_FUNCS): New.
	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for fixincludes_UNLOCKED_FUNCS.
	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
	_unlocked function.
	(fwrite_unlocked): Fix prototype.

	* configure, config.h.in: Regenerate.

gcc:
	PR/17092
	* configure.ac (gcc_UNLOCKED_FUNCS): New.
	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for gcc_UNLOCKED_FUNCS.
	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
	_unlocked function.
	(fwrite_unlocked): Fix prototype.

	* configure, config.in: Regenerate.

libcpp:
	* configure.ac (libcpp_UNLOCKED_FUNCS): New.
	(AC_CHECK_FUNCS, AC_CHECK_DECLS): Check for libcpp_UNLOCKED_FUNCS.
	* system.h (putchar, getc, getchar, clearerr, feof, fileno,
	fflush, fgetc, fgets, ferror, fread): Redefine to the associated
	_unlocked function.
	(fwrite_unlocked): Fix prototype.

	* configure, config.in: Regenerate.

From-SVN: r97986
2005-04-11 21:46:59 +00:00
..
include Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00
po rw.po: New file. 2005-04-06 00:35:41 +01:00
.cvsignore
aclocal.m4 aclocal.m4: Regenerate. 2004-11-24 21:53:28 +00:00
ChangeLog configure.ac (fixincludes_UNLOCKED_FUNCS): New. 2005-04-11 21:46:59 +00:00
charset.c charset.c (_cpp_valid_ucn): In identifiers, reject a partial UCN rather than printing an error. 2005-03-16 00:59:31 +00:00
config.in configure.ac (fixincludes_UNLOCKED_FUNCS): New. 2005-04-11 21:46:59 +00:00
configure configure.ac (fixincludes_UNLOCKED_FUNCS): New. 2005-04-11 21:46:59 +00:00
configure.ac configure.ac (fixincludes_UNLOCKED_FUNCS): New. 2005-04-11 21:46:59 +00:00
directives.c Index: libcpp/ChangeLog 2005-03-12 10:44:06 +00:00
errors.c
expr.c
files.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
identifiers.c
init.c Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00
internal.h Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00
lex.c lex.c (warn_about_normalization): Cast field width to int to avoid warning. 2005-03-28 08:55:47 +02:00
line-map.c
macro.c re PR preprocessor/19475 (missing whitespace after macro name in C90 or C++) 2005-04-05 22:07:06 +02:00
makedepend.c
Makefile.in
makeucnid.c Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00
mkdeps.c
pch.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
symtab.c
system.h configure.ac (fixincludes_UNLOCKED_FUNCS): New. 2005-04-11 21:46:59 +00:00
traditional.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
ucnid.h Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00
ucnid.tab Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00