summaryrefslogtreecommitdiff
path: root/gcc/fixinc/fixincl.c
Commit message (Expand)AuthorAgeFilesLines
* * fixinc/fixincl.c (initialize): Avoid problemsome macrodj2001-12-041-1/+1
* extra casting required by new pointer typekorbb2001-07-211-2/+3
* force unsigned char compareskorbb2001-07-211-1/+2
* no preprocessing inside string literalkorbb2001-06-271-4/+6
* * fixinc/Makefile.in: Set SHELL.lauras2001-03-161-2/+2
* more rigorous SIGCHLD guardingkorbb2001-03-161-0/+9
* * print-rtl.c (print_rtx): Cast enums to int for comparison.danglin2001-03-021-1/+1
* do not rely on load_file_data() to close file pointerkorbb2001-02-061-7/+7
* fix exit and atexit calls for vax-*-bsd systemskorbb2001-01-051-1/+1
* Fix typomrs2000-12-131-1/+0
* Use one makefile for fixinckorbb2000-12-131-2/+2
* include:zack2000-12-081-7/+1
* Make the fixinc/Makefile.* files more similarkorbb2000-12-071-1/+1
* Prepare for fixincludes on BeOSkorbb2000-12-021-27/+49
* Kaveh's warning patch from 11/19korbb2000-12-021-20/+32
* * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, notghazi2000-11-171-16/+4
* code cleanupskorbb2000-09-121-6/+6
* use "#if defined( HAV..." instead of "#if HAV..."korbb2000-09-051-1/+1
* PAGESIZE is not portablekorbb2000-09-051-1/+1
* always read header files with poorly chosen sizeskorbb2000-09-051-2/+12
* prevent the deletion of a file before it is read on DOSkorbb2000-08-211-4/+7
* Implement, but leave disabled, MSDOS functionalitykorbb2000-08-041-79/+277
* activate the auto-edit marker on the fixed output fileskorbb2000-07-191-100/+72
* removed dinkleberries and use xmalloc instead of a private versionkorbb2000-07-121-0/+2
* improve the debug displays, ignore SIGPIPE, and fix char_macro_def regexkorbb2000-05-171-11/+25
* * fixinc/fixincl.c (run_compiles): Don't crash on null pz_machine.jason2000-05-111-1/+1
* Added support for "make check" and the "format" c_fixkorbb2000-05-111-100/+50
* Remove BOGOSITY code, and Remove code for installing "shell" versionkorbb2000-05-041-102/+1
* * aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE([AC_FUNC_MMAP]).zack2000-04-171-3/+3
* * Makefile.in (STMP_FIXINC): New toggle.zack2000-02-271-10/+10
* Fix copyrightslaw2000-02-261-1/+1
* * frame.c (find_fde): Convert for loop to do-while so compilerzack2000-02-011-0/+2
* * fixinc/fixincl.c: Move declarations of 'pz_fname' andzack2000-01-221-3/+3
* * fixinc/fixlib.c: Add copyright notice.zack2000-01-171-32/+8
* C++ file type checkingkorbb1999-12-291-6/+7
* 1999-12-17 13:21 -0800 Zack Weinberg <zack@rabi.columbia.edu>zack1999-12-171-1/+4
* don't skip GLIBC files any more, more C++ header testing, corrected spelling ...korbb1999-11-291-8/+0
* Added verbose levels for status messageskorbb1999-11-111-21/+121
* Allow for systems that do not have S_IR* defined valueskorbb1999-11-041-3/+17
* Patch from Philippe De Muyter <phdm@macqel.be>korbb1999-11-011-7/+6
* Merge from no_bogositykorbb1999-10-121-444/+555
* * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Useghazi1999-09-161-5/+6
* Remove references to setenv/putenvkorbb1999-06-021-52/+67
* Replace local include scheme with #include of system.hkorbb1999-05-281-17/+2
* A fix for one breaks another :( - do not ignore SIGCLD!korbb1999-05-201-7/+0
* static initialization removal & K&R-ificationkorbb1999-05-201-13/+24
* * fixinc/fixincl.c: Remove #error, it is not portable.law1999-05-171-1/+1
* Wait for children from chain_open()korbb1999-05-171-0/+7
* verify a file's existence before copying itkorbb1999-05-121-58/+84
* fix memory leak in run_compileskorbb1999-05-071-6/+11