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 configure.ac: Don't invoke ACX_HEADER_STDBOOL. 2004-06-12 05:53:54 +00:00
ChangeLog configure.ac (fixincludes_UNLOCKED_FUNCS): New. 2005-04-11 21:46:59 +00:00
Makefile.in Makefile.in ($(PACKAGE).pot): New rule. 2004-11-09 21:58:43 +00:00
aclocal.m4 aclocal.m4: Regenerate. 2004-11-24 21:53:28 +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 errors.c (_cpp_begin_message): Print "error: " for errors. 2004-10-14 01:56:22 +01:00
expr.c re PR preprocessor/16192 (Bug in expression evaluation when operand is missing) 2004-07-04 12:57:50 +00:00
files.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
identifiers.c Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
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 Makefile.def (host_modules): add libcpp. 2004-05-24 10:50:45 +00:00
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 Remove extra whitespace. 2004-10-11 07:29:17 +02:00
makeucnid.c Index: gcc/ChangeLog 2005-03-15 00:36:33 +00:00
mkdeps.c Makefile.am: Add makedepend. 2004-06-05 20:58:06 +00:00
pch.c directives.c, [...]: Update copyright. 2005-02-14 14:43:56 +00:00
symtab.c re PR preprocessor/14699 (abort() in hashtable.c in approx_sqrt() with -fmem-report) 2004-09-06 13:22:48 +00:00
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