aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixincludes
AgeCommit message (Collapse)AuthorFilesLines
2000-02-10old fixincludes coup des grasBruce Korb1-3301/+0
From-SVN: r31892
2000-01-13fixincludes (va_list): Use __not_va_list__ for the dummy.Jason Merrill1-3/+3
* fixincludes (va_list): Use __not_va_list__ for the dummy. * fixinc/*: Likewise. From-SVN: r31401
1999-10-15fixincludes: Add a HPUX 11 fix for inttypes.h.Gavin Romig-Koch1-0/+36
* fixincludes: Add a HPUX 11 fix for inttypes.h. * fixinc/inclhack.def: Same. * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate. From-SVN: r30004
1999-08-03fixincludes: Fix the return type of bsearch, char* -> void*.Kaveh R. Ghazi1-0/+1
* fixincludes: Fix the return type of bsearch, char* -> void*. * fixinc/inclhack.def: Likewise. From-SVN: r28440
1999-06-17ISCTRL fix and dgux patchBruce Korb1-0/+1
From-SVN: r27577
1999-06-08fixincludes: Avoid removing '.'.Jeff Law1-1/+1
� * fixincludes: Avoid removing '.'. * fixinc/fixinc.svr4: Likewise. * fixinc/fixinc.winnt: Likewise. * fixinc/inclhack.tpl: Likewise. * fixinc/fixincl.sh, fixinc/inclhack.sh: Rebuilt. From-SVN: r27439
1999-04-12make fixincludes behave like the scripts in fixinc/Bruce Korb1-27/+76
From-SVN: r26367
1999-01-06fixincludes: For HP/UX 10.20, also look in curses_colr/curses.h for a ↵Brendan Kehoe1-10/+10
typedef of bool. * fixincludes: For HP/UX 10.20, also look in curses_colr/curses.h for a typedef of bool. Make sure to have a copy of the file is in place before we look to fix it. Fix typo in variable name to FILE. From-SVN: r24542
1999-01-03fixincludes (sys/utsname.h): Provide forward declaration of struct utsname ↵Rainer Orth1-0/+28
on Ultrix V4.[35]. * fixincludes (sys/utsname.h): Provide forward declaration of struct utsname on Ultrix V4.[35]. From-SVN: r24470
1998-12-17Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>Rainer Orth1-0/+30
Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * fixincludes (c_asm.h): Wrap Digital UNIX V4.0B DEC C specific asm() etc. function declarations in __DECC. From-SVN: r24366
1998-10-14fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS.Didier FORT1-18/+44
* fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS. From-SVN: r23100
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-1/+74
From-SVN: r19553
1998-04-15fixincludes: discard empty C++ comments, as found in sys/time.h on hpux-11.0.K. Richard Pixley1-0/+1
* fixincludes: discard empty C++ comments, as found in sys/time.h on hpux-11.0. From-SVN: r19221
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-5/+12
for details. * haifa-sched.c: Mirror recent changes from gcc2. From-SVN: r18984
1998-03-31fixincludes (limits.h): Fix nested comments in Motorola's limits.h and ↵Manfred Hollstein1-0/+25
sys/limits.h. 8 * fixincludes (limits.h): Fix nested comments in Motorola's limits.h and sys/limits.h. From-SVN: r18923
1998-03-27Makefile.in (stmp-fixinc): If we're actually fixing include files...Manfred Hollstein1-41/+2
a * Makefile.in (stmp-fixinc): If we're actually fixing include files, copy gcc's assert.h into the fixed include dir. * fixincludes (assert.h): Avoid any attempts to fix a probably broken system specific assert.h file. * fixproto (stdlib.h): Make sure, it'll contain a definition of size_t. From-SVN: r18852
1998-01-27* fixincludes: Tweak fix for struct exception in math.hTodd Vierling1-4/+8
From-SVN: r17513
1997-12-16fixincludes (size_t): Add support for Motorola's stdlib.h which fails to ↵Manfred Hollstein1-2/+13
provide a definition for size_t. * fixincludes (size_t): Add support for Motorola's stdlib.h which fails to provide a definition for size_t. (fabs/hypot): Provide a prototype for fabs on m88k-motorola-sysv3. (strlen,strspn,strcspn return value): Handle different layout on sysV88. (hypot): Provide a fake for hypot for m88k-motorola-sysv3. Fixes from Manfred. From-SVN: r17120
1997-12-11fixincludes (str{len,spn,cspn} return value): Handle different layout on sysV88.Manfred Hollstein1-0/+46
* fixincludes (str{len,spn,cspn} return value): Handle different layout on sysV88. (hypot): Provide a fake for hypot which is broken on m88k-motorola-sysv3. From-SVN: r17062
1997-11-13fixincludes: Be a little more restrictive on what we will substitute to ↵Brendan Kehoe1-2/+2
replace definitions... * fixincludes: Be a little more restrictive on what we will substitute to replace definitions of MAXINT for HPUX. From-SVN: r16480
1997-11-04* fixincludes: Fix "hypot" prototype in NeXT math.h.Jeffrey A Law1-0/+1
From-SVN: r16338
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-0/+38
From-SVN: r16278
1997-09-02fixincludes: Permits spaces between # and define.Paul N. Hilfinger1-5/+18
* fixincludes: Permits spaces between # and define. Discard C++ comments in sys/pci.h on HP/UX 10.20. From-SVN: r15034
1997-06-13* fixincludes: Also fix AIX NULL macro in sys/{dir,param,types}.h.Brendan Kehoe1-1/+1
From-SVN: r14243
1997-06-03* fixincludes: Fix AIX NULL macro use of void*.Brendan Kehoe1-0/+28
From-SVN: r14144
1997-04-18(sys/lc_core.h): Fix OSF1/4.x namespace pollution.Jim Wilson1-0/+51
From-SVN: r13932
1997-02-27Remove more cases of __const__ from math.h for NeXTIan Lance Taylor1-1/+3
From-SVN: r13680
1997-02-24* fixincludes: Fix need of prototypes for C++ in rpc/xdr.h on SunOS4.Brendan Kehoe1-0/+30
From-SVN: r13676
1997-01-27fixincludes: Fix incorrect forward structure declaration in sys/time.h on ↵Jeff Law1-0/+26
hpux10.20. * fixincludes: Fix incorrect forward structure declaration in sys/time.h on hpux10.20. From-SVN: r13555
1996-11-21Include <stdio.h> unconditionally in <assert.h> if stderr is neededIan Lance Taylor1-3/+1
From-SVN: r13212
1996-10-02Hack around HP/UX 10.20 sed bugIan Lance Taylor1-0/+4
From-SVN: r12891
1996-09-30Redefine exception in math.hIan Lance Taylor1-1/+45
From-SVN: r12881
1996-09-30Add extern "C" to <sys/mman.h> on HP/UX.Ian Lance Taylor1-21/+22
From-SVN: r12872
1996-09-24Insert newlines just before end of 'sed' command strings if last 'sed'Richard Kenner1-4/+8
command is 'a' or 'i'. From-SVN: r12830
1996-08-13Remove duplicate volatile from sig_atomic_t in AIX sys/signal.hIan Lance Taylor1-0/+27
From-SVN: r12636
1996-06-07fixincludes: When running find...Per Bothner1-8/+5
* fixincludes: When running find, add "/." to directory name to force expanding symlinks to directories. From-SVN: r12211
1996-05-22(pthread.h): Add extern to __page_size* declarationsJim Wilson1-0/+27
for AIX 4.1.x. From-SVN: r12080
1996-04-15Fix undefined VOIDFUNCPTR in VxWorks 5.2 <time.h>Ian Lance Taylor1-0/+39
From-SVN: r11802
1996-04-01Fix signal prototype on SunOS to avoid C++ pedantic errorIan Lance Taylor1-0/+39
From-SVN: r11652
1996-03-05(sys/param.h): Fix c89 __asm statements.Richard Kenner1-0/+18
From-SVN: r11475
1996-02-15(rpc/types.h): Remove spurios "ls" command.Richard Kenner1-1/+0
From-SVN: r11278
1996-02-13(memory.h): Fix it also on sysV68.Richard Kenner1-1/+2
From-SVN: r11270
1996-01-11* fixincludes: Wrap rpc/types.h in extern "C", for osf2.0.Doug Evans1-0/+35
From-SVN: r10961
1995-12-16(stdio.h): Fix return type of fread and fwrite on sysV68.Richard Kenner1-0/+25
From-SVN: r10777
1995-12-15(sys/wait.h): Add forward declaration of struct rusage on AIX 3.2.5.Richard Kenner1-0/+27
From-SVN: r10739
1995-11-26(curses.h): Allow space or tab after bool keyword, instead of tab or tab.Richard Kenner1-2/+2
From-SVN: r10596
1995-11-05(malloc.h): Fix return type of {m,re}alloc.Richard Kenner1-0/+3
From-SVN: r10557
1995-10-19(stdlib.h): Be more general in edit to change declaration ofRichard Kenner1-4/+4
{c,m,re}alloc. From-SVN: r10477
1995-09-12Fix HP/UX <sys/file.h> for g++ -pedantic-errors.Richard Kenner1-0/+25
From-SVN: r10327
1995-09-12(curses.h): typedef bool need not take up entire line.Richard Kenner1-2/+2
From-SVN: r10321