aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixincludes
AgeCommit message (Expand)AuthorFilesLines
1995-04-02(stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ toRichard Kenner1-0/+1
1995-03-10Fix `typedef struct term;' on hppa1.1-hp-hpux9.Ian Lance Taylor1-0/+24
1995-03-03Patch some VxWorks header filesIan Lance Taylor1-0/+131
1995-02-06Only include <stdio.h> and <stdlib.h> in <assert.h> for C++Ian Lance Taylor1-2/+6
1995-02-02Fix bool test to permit spaces before the semicolonIan Lance Taylor1-2/+2
1995-01-25(strings.h): Fix return type of strlen.Jim Wilson1-0/+24
1994-12-14Fix non-const atof parameter on NEWS-OS 4.2RIan Lance Taylor1-2/+2
1994-11-14Fixes for NextStep 3.2.Richard Kenner1-0/+72
1994-11-10Make argument type const for popen and tempnam in stdio.h and forRichard Kenner1-1/+5
1994-10-14Fix X11/Intrinsic.h on RISCiX; add files to REQUIRED as neededIan Lance Taylor1-2/+362
1994-09-28Comment out loop which handled symbolic links to filesIan Lance Taylor1-14/+17
1994-09-22Tweaks for LynxOS 2.2.2Ian Lance Taylor1-1/+19
1994-09-21Don't remove empty directories until after removing DONE filesIan Lance Taylor1-7/+7
1994-09-20Handle a symlink to root/* from a subdirectory of a symlink to root/*Ian Lance Taylor1-2/+5
1994-08-19Canonicalize ${INPUT} to avoid automounter problems.Ian Lance Taylor1-3/+6
1994-08-03Various changes to avoid clobbering glibc header filesIan Lance Taylor1-17/+28
1994-07-19Rework required loop to avoid crash on decstationIan Lance Taylor1-4/+5
1994-06-30Wrap <time.h> and <sys/time.h> to avoid multiple inclusion errors.Ian Lance Taylor1-0/+18
1994-06-23Fix sbrk return type in <unistd.h> on Alpha OSF/1 V2.0.Ian Lance Taylor1-5/+23
1994-06-18include stdio.h and stdlib.h into assert.h as necessaryJason Merrill1-0/+31
1994-06-17Correct math.h handling on Lynx again.Ian Lance Taylor1-1/+1
1994-06-16Correct argument type for ffs in string.h on Alpha OSF/1 V2.0Ian Lance Taylor1-0/+2
1994-06-14Wrap assert.h in extern "C" { }Ian Lance Taylor1-0/+30
1994-05-26Protect bool in curses.hIan Lance Taylor1-0/+27
1994-05-26Don't pass $(srcdir) to fixincludes scripts; don't explicitly copy filesIan Lance Taylor1-27/+0
1994-05-19Make OSF/1 getopt.h fix work on AIX alsoIan Lance Taylor1-2/+2
1994-05-18Add forward declaration of struct exception toJason Merrill1-0/+22
1994-05-12Various Lynx-related fixups. To math.h, string.h and curses.h.Bill Cox1-0/+51
1994-05-11Don't recursively search symlinks to `.'.Ian Lance Taylor1-2/+5
1994-04-04fixincludes: Fix ptrdiff_t and wchar_t in system headers like we do size_t.Jason Merrill1-4/+19
1994-03-31Modify comment referring to gvarargs.h.Jim Wilson1-1/+1
1994-03-14Insert newlines for sed 'a' and 'i' commands.Ian Lance Taylor1-33/+66
1994-02-26fixincludes: Fix including of machine/r3_cpu.h and machine/r4_cpu.h in machin...Doug Evans1-3/+8
1994-02-22Put double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]*Ian Lance Taylor1-0/+6
1994-02-19Permit upper case characters in typedef of size_t in <sys/types.h>.Ian Lance Taylor1-2/+2
1994-02-16Fix uses of new in Xm/Traversal.h.Ian Lance Taylor1-2/+3
1994-02-15Use __SIZE_TYPE__ for size_t type, rather than running gcc to get it.Ian Lance Taylor1-12/+6
1994-02-13Clean up some X11 header files for C++; problems found on RS/6000.Ian Lance Taylor1-0/+80
1994-02-08When edit size_t typedef, modify sed pattern to avoid matching typedef uses o...Jim Wilson1-4/+5
1993-12-28Do not fix <syndev/ipi_error.h> to avoid problems with SunOS sedIan Lance Taylor1-0/+10
1993-12-23backport: host_mips, mips, MIPSE[LB], R[34]000, SYSTYPE_*.Jim Wilson1-2/+22
1993-12-21(rpc/auth.h, rpc/xdr.h): Declare structures before using them in prototypes, ...Richard Kenner1-0/+60
1993-12-16Do not preserve _HIDDEN_VA_LIST in <stdio.h>Ian Lance Taylor1-2/+0
1993-12-03(stdio.h): Fix typos (missing quote) in previous change.Richard Kenner1-2/+2
1993-12-02Preserve _HIDDEN_VA_LIST when changing VA_LIST to DUMMY_VA_LIST.Richard Kenner1-0/+3
1993-11-21(math.h): When deleting inline sqrt and abs,Richard Stallman1-4/+4
1993-11-19When compute DOTS, convert /./ to / to avoidRichard Stallman1-2/+2
1993-11-17(math.h): Add missing quoting of `*' when fixing prototype of `sqr'.Richard Kenner1-2/+2
1993-11-11Copy files needed for other files at the very end.Richard Stallman1-27/+29
1993-11-10(math.h): Delete inline definitions for sqr.Richard Stallman1-0/+2