summaryrefslogtreecommitdiff
path: root/gcc/fixincludes
Commit message (Expand)AuthorAgeFilesLines
* * fixincludes: Wrap rpc/types.h in extern "C", for osf2.0.dje1996-01-111-0/+35
* (stdio.h): Fix return type of fread and fwrite on sysV68.kenner1995-12-161-0/+25
* (sys/wait.h): Add forward declaration of struct rusage on AIX 3.2.5.kenner1995-12-151-0/+27
* (curses.h): Allow space or tab after bool keyword, instead of tab or tab.kenner1995-11-261-2/+2
* (malloc.h): Fix return type of {m,re}alloc.kenner1995-11-051-0/+3
* (stdlib.h): Be more general in edit to change declaration ofkenner1995-10-191-4/+4
* Fix HP/UX <sys/file.h> for g++ -pedantic-errors.kenner1995-09-121-0/+25
* (curses.h): typedef bool need not take up entire line.kenner1995-09-121-2/+2
* Avoid clobbering VxWorks drv/netif/if_med.h fileian1995-07-311-0/+12
* (string.h): Fix return value for mem{ccpy,chr,cpy,set} andkenner1995-06-261-1/+9
* Don't define wchar_t under C++.kenner1995-06-191-0/+4
* (math.h): Keep declaration of abs on HPUX.kenner1995-06-111-1/+1
* Fix bogus recursive <stdlib.h> in NEWS-OS 4.0C.kenner1995-05-261-0/+29
* Allow white space between `#' and `if' when looking for lines tokenner1995-05-251-1/+1
* Add `sel', `tahoe', `r3000', `r4000' to the list of pre-ANSI symbolskenner1995-05-251-1/+3
* (stdio.h): BSDI 2.0 changed the spelling of _VA_LIST_ tokenner1995-04-021-0/+1
* Fix `typedef struct term;' on hppa1.1-hp-hpux9.ian1995-03-101-0/+24
* Patch some VxWorks header filesian1995-03-031-0/+131
* Only include <stdio.h> and <stdlib.h> in <assert.h> for C++ian1995-02-061-2/+6
* Fix bool test to permit spaces before the semicolonian1995-02-021-2/+2
* (strings.h): Fix return type of strlen.wilson1995-01-251-0/+24
* Fix non-const atof parameter on NEWS-OS 4.2Rian1994-12-141-2/+2
* Fixes for NextStep 3.2. Remove ``__const__'' from sin and coskenner1994-11-151-0/+72
* Make argument type const for popen and tempnam in stdio.h and forkenner1994-11-101-1/+5
* Fix X11/Intrinsic.h on RISCiX; add files to REQUIRED as neededian1994-10-141-2/+362
* Comment out loop which handled symbolic links to filesian1994-09-281-14/+17
* Tweaks for LynxOS 2.2.2ian1994-09-221-1/+19
* Don't remove empty directories until after removing DONE filesian1994-09-211-7/+7
* Handle a symlink to root/* from a subdirectory of a symlink to root/*ian1994-09-201-2/+5
* Canonicalize ${INPUT} to avoid automounter problems.ian1994-08-191-3/+6
* Various changes to avoid clobbering glibc header filesian1994-08-031-17/+28
* Rework required loop to avoid crash on decstationian1994-07-191-4/+5
* Wrap <time.h> and <sys/time.h> to avoid multiple inclusion errors.ian1994-06-301-0/+18
* Fix sbrk return type in <unistd.h> on Alpha OSF/1 V2.0.ian1994-06-231-5/+23
* include stdio.h and stdlib.h into assert.h as necessarymerrill1994-06-181-0/+31
* Correct math.h handling on Lynx again.ian1994-06-171-1/+1
* Correct argument type for ffs in string.h on Alpha OSF/1 V2.0ian1994-06-161-0/+2
* Wrap assert.h in extern "C" { }ian1994-06-141-0/+30
* Protect bool in curses.hian1994-05-261-0/+27
* Don't pass $(srcdir) to fixincludes scripts; don't explicitly copy filesian1994-05-261-27/+0
* Make OSF/1 getopt.h fix work on AIX alsoian1994-05-191-2/+2
* Add forward declaration of struct exception tomerrill1994-05-181-0/+22
* Various Lynx-related fixups. To math.h, string.h and curses.h.bill1994-05-121-0/+51
* Don't recursively search symlinks to `.'.ian1994-05-111-2/+5
* * fixincludes: Fix ptrdiff_t and wchar_t in system headers like wemerrill1994-04-041-4/+19
* Modify comment referring to gvarargs.h.wilson1994-04-011-1/+1
* Insert newlines for sed 'a' and 'i' commands.ian1994-03-141-33/+66
* * fixincludes: Fix including of machine/r3_cpu.h and machine/r4_cpu.hdje1994-02-261-3/+8
* Put double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]*ian1994-02-221-0/+6
* Permit upper case characters in typedef of size_t in <sys/types.h>.ian1994-02-191-2/+2