summaryrefslogtreecommitdiff
path: root/gcc/fixinc.svr4
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems with symlinks to ".".kenner1997-01-191-4/+18
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13516 138bc75d-0d04-0410-961f-82ee72b054a4
* Redefine exception in math.h for C++ian1996-09-301-0/+36
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12882 138bc75d-0d04-0410-961f-82ee72b054a4
* Insert newlines just before end of 'sed' command strings if last 'sed'kenner1996-09-241-27/+48
| | | | | | | command is 'a' or 'i'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12830 138bc75d-0d04-0410-961f-82ee72b054a4
* (__STDC__): Add one more case.kenner1996-01-311-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11130 138bc75d-0d04-0410-961f-82ee72b054a4
* Update header.kenner1995-06-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9989 138bc75d-0d04-0410-961f-82ee72b054a4
* Change FSF address.kenner1995-06-151-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9987 138bc75d-0d04-0410-961f-82ee72b054a4
* (longlong_t, u_longlong_t): Work around bug in Solaris 2.4kenner1995-02-131-0/+1
| | | | | | | <sys/types.h>. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8926 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove special patch for <netinet/in.h>ian1995-01-021-26/+27
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8715 138bc75d-0d04-0410-961f-82ee72b054a4
* (sys/byteorder.h): Turn extern inlines back into static inlines forkenner1994-12-091-12/+12
| | | | | | | | targets (such as SPARC/Solaris) that don't supply these functions in the C library. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8636 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix size_t, ptrdiff_t and wchar_t like fixincludesmerrill1994-09-221-21/+50
| | | | | | | does. Use extern inline rather than static inline in byteorder.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8121 138bc75d-0d04-0410-961f-82ee72b054a4
* Change i860 in #if to __i860__, as with other CPUsian1994-07-271-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7799 138bc75d-0d04-0410-961f-82ee72b054a4
* Protect __P in math.h and floatingpoint.h.ian1994-05-261-0/+32
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7350 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't pass $(srcdir) to fixincludes scriptsian1994-05-261-3/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7347 138bc75d-0d04-0410-961f-82ee72b054a4
* get rid of CYGNUS LOCAL commentbrendan1994-05-181-1/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7328 138bc75d-0d04-0410-961f-82ee72b054a4
* * fixinc.svr4: Avoid the SVR4 typedef of bool in curses.h whenbrendan1994-05-181-0/+33
| | | | | | | compiling for C++, since g++ now supports it as an official typename. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7327 138bc75d-0d04-0410-961f-82ee72b054a4
* Define BYTE_ORDER in <sys/byteorder.h> as on UnixWare 1.1ian1994-03-171-0/+40
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6804 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't name variables in mmap prototype.ian1994-03-141-2/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6789 138bc75d-0d04-0410-961f-82ee72b054a4
* Make byteorder.h a here document, rather than copying it from theian1994-02-151-1/+137
| | | | | | | source directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6566 138bc75d-0d04-0410-961f-82ee72b054a4
* When compute DOTS, convert /./ to / to avoidrms1993-11-191-1/+1
| | | | | | | accidentally converting it to /../. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6113 138bc75d-0d04-0410-961f-82ee72b054a4
* (sys/stat.h): Don't change definitions intorms1993-10-301-4/+4
| | | | | | | prototypes if they may already be in prototype form. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5936 138bc75d-0d04-0410-961f-82ee72b054a4
* (math.h): Put #ifndef around HUGE_VAL define.wilson1993-09-281-0/+31
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5509 138bc75d-0d04-0410-961f-82ee72b054a4
* (making LIB absolute): Just concat with $ORIG_DIR.rms1993-07-231-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4969 138bc75d-0d04-0410-961f-82ee72b054a4
* When fixing ftw.h, preserve remainder ofrms1993-07-221-6/+6
| | | | | | | ftw and nftw declaration; don't just rewrite it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4965 138bc75d-0d04-0410-961f-82ee72b054a4
* (<ftw.h>): Don't apply specialized fixes to <ftw.h>wilson1993-07-211-2/+12
| | | | | | | if we are on Solaris. They are not needed in that case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4961 138bc75d-0d04-0410-961f-82ee72b054a4
* Added fixup for __STDC__ == 0 and __STDC__ == 1rms1993-07-071-2/+3
| | | | | | | cases found in sequent PTX-2.0.x headers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4873 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't create absolute symbolic links;eggert1993-07-011-2/+5
| | | | | | | make them relative instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4815 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove everything after #endif, instead of tryingeggert1993-07-011-2/+4
| | | | | | | to turn it into comments, which loses inside comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4811 138bc75d-0d04-0410-961f-82ee72b054a4
* (ieeefp.h): Delete definitions of __mips and __m68k.rms1993-05-171-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4491 138bc75d-0d04-0410-961f-82ee72b054a4
* (ieeefp.h): Delete definitions of __i860 and __m88k.rms1993-05-171-1/+35
| | | | | | | | (ieeefp.h): Delete `#define __sparc' also. (ieeefp.h): Delete `#define __i386' line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4487 138bc75d-0d04-0410-961f-82ee72b054a4
* (sys/varargs.h): Replace.wilson1993-05-061-0/+22
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4366 138bc75d-0d04-0410-961f-82ee72b054a4
* (string.h): Delete 'g' from sed command.wilson1993-02-241-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3522 138bc75d-0d04-0410-961f-82ee72b054a4
* Change all uses of EX to SED.wilson1993-01-261-198/+151
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3355 138bc75d-0d04-0410-961f-82ee72b054a4
* Use pwd if PWDCMD is undefined. Add missing echo command.wilson1993-01-221-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3305 138bc75d-0d04-0410-961f-82ee72b054a4
* (egrep and sed loop): Don't print messages about files that need no change.wilson1993-01-141-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3239 138bc75d-0d04-0410-961f-82ee72b054a4
* (rpc/types.h): Change const extern to extern const.rms1993-01-131-0/+28
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3221 138bc75d-0d04-0410-961f-82ee72b054a4
* (stat.h): Don't depend upon specific formalwilson1993-01-121-26/+27
| | | | | | | | | | parameter names when locating static functions to convert to prototype form. Also be more selective about what strings to prepend underbars to during renaming of formal parameters and local variables in static functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3206 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't "make LIB absolute" if already absolute,rms1993-01-071-2/+9
| | | | | | | to avoid problems with the automounter. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3137 138bc75d-0d04-0410-961f-82ee72b054a4
* Delete `no change needed' messages.wilson1993-01-041-30/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3089 138bc75d-0d04-0410-961f-82ee72b054a4
* Chmod each copied file a+r.rms1992-12-301-0/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2988 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't change bitfield types to int.rms1992-12-241-5/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2909 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct the modification of endian.h.rms1992-12-231-4/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2905 138bc75d-0d04-0410-961f-82ee72b054a4
* Add special fixes for netinet/in.h and sys/endian.h.rms1992-12-231-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2904 138bc75d-0d04-0410-961f-82ee72b054a4
* Add special fixes for netinet/in.h and sys/endian.h.rms1992-12-221-0/+84
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2902 138bc75d-0d04-0410-961f-82ee72b054a4
* (limits.h): Add #ifndef/#endif around macros thatwilson1992-12-101-0/+51
| | | | | | | are supposed to be defined in float.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2859 138bc75d-0d04-0410-961f-82ee72b054a4
* (regexp.h): Don't add a getrnge declaration if a conflictingrms1992-11-301-11/+19
| | | | | | | declaration is already present. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2823 138bc75d-0d04-0410-961f-82ee72b054a4
* Avoid use of | in sed regexp; use multiple s commands.rms1992-11-091-2/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2720 138bc75d-0d04-0410-961f-82ee72b054a4
* (string.h): Remove #defines for other compiler's builtin functions.rms1992-10-171-0/+33
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2501 138bc75d-0d04-0410-961f-82ee72b054a4
* (sys/stream.h, sys/strsubr.h): Delete spurious `extern'rms1992-10-141-0/+51
| | | | | | | in various structure definitions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2452 138bc75d-0d04-0410-961f-82ee72b054a4
* Delete excess fi in fixing stat.h.rms1992-10-121-5/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2410 138bc75d-0d04-0410-961f-82ee72b054a4
* (<sys/signal.h>): Fix types of SIG_DFL, SIG_ERR, SIG_IGN, and SIG_HOLD.rms1992-10-071-0/+60
| | | | | | | | (<sys/stat.h>): Turn definitions of stat, lstat, fstat, and mknod into ANSI syntax and add __ to variables used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2362 138bc75d-0d04-0410-961f-82ee72b054a4