Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-01-31 | (__STDC__): Add one more case. | Richard Kenner | 1 | -0/+1 | |
From-SVN: r11130 | |||||
1995-06-15 | Update header. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r9989 | |||||
1995-06-15 | Change FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9987 | |||||
1995-02-13 | (longlong_t, u_longlong_t): Work around bug in Solaris 2.4 | Richard Kenner | 1 | -0/+1 | |
<sys/types.h>. From-SVN: r8926 | |||||
1995-01-02 | Remove special patch for <netinet/in.h> | Ian Lance Taylor | 1 | -26/+27 | |
From-SVN: r8715 | |||||
1994-12-09 | (sys/byteorder.h): Turn extern inlines back into static inlines for targets... | Richard Kenner | 1 | -12/+12 | |
(sys/byteorder.h): Turn extern inlines back into static inlines for targets (such as SPARC/Solaris) that don't supply these functions in the C library. From-SVN: r8636 | |||||
1994-09-22 | Fix size_t, ptrdiff_t and wchar_t like fixincludes does. | Jason Merrill | 1 | -21/+50 | |
Fix size_t, ptrdiff_t and wchar_t like fixincludes does. Use extern inline rather than static inline in byteorder.h. From-SVN: r8121 | |||||
1994-07-27 | Change i860 in #if to __i860__, as with other CPUs | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r7799 | |||||
1994-05-26 | Protect __P in math.h and floatingpoint.h. | Ian Lance Taylor | 1 | -0/+32 | |
From-SVN: r7350 | |||||
1994-05-26 | Don't pass $(srcdir) to fixincludes scripts | Ian Lance Taylor | 1 | -3/+0 | |
From-SVN: r7347 | |||||
1994-05-18 | get rid of CYGNUS LOCAL comment | Brendan Kehoe | 1 | -1/+0 | |
From-SVN: r7328 | |||||
1994-05-18 | fixinc.svr4: Avoid the SVR4 typedef of bool in curses.h when compiling for ↵ | Brendan Kehoe | 1 | -0/+33 | |
C++... * fixinc.svr4: Avoid the SVR4 typedef of bool in curses.h when compiling for C++, since g++ now supports it as an official typename. From-SVN: r7327 | |||||
1994-03-17 | Define BYTE_ORDER in <sys/byteorder.h> as on UnixWare 1.1 | Ian Lance Taylor | 1 | -0/+40 | |
From-SVN: r6804 | |||||
1994-03-14 | Don't name variables in mmap prototype. | Ian Lance Taylor | 1 | -2/+1 | |
From-SVN: r6789 | |||||
1994-02-15 | Make byteorder.h a here document, rather than copying it from the | Ian Lance Taylor | 1 | -1/+137 | |
source directory. From-SVN: r6566 | |||||
1993-11-19 | When compute DOTS, convert /./ to / to avoid | Richard Stallman | 1 | -1/+1 | |
accidentally converting it to /../. From-SVN: r6113 | |||||
1993-10-30 | (sys/stat.h): Don't change definitions into | Richard Stallman | 1 | -4/+4 | |
prototypes if they may already be in prototype form. From-SVN: r5936 | |||||
1993-09-28 | (math.h): Put #ifndef around HUGE_VAL define. | Jim Wilson | 1 | -0/+31 | |
From-SVN: r5509 | |||||
1993-07-23 | (making LIB absolute): Just concat with $ORIG_DIR. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r4969 | |||||
1993-07-22 | When fixing ftw.h, preserve remainder of | Richard Stallman | 1 | -6/+6 | |
ftw and nftw declaration; don't just rewrite it. From-SVN: r4965 | |||||
1993-07-21 | (<ftw.h>): Don't apply specialized fixes to <ftw.h> if we are on Solaris. | Jim Wilson | 1 | -2/+12 | |
(<ftw.h>): Don't apply specialized fixes to <ftw.h> if we are on Solaris. They are not needed in that case. From-SVN: r4961 | |||||
1993-07-07 | Added fixup for __STDC__ == 0 and __STDC__ == 1 | Richard Stallman | 1 | -2/+3 | |
cases found in sequent PTX-2.0.x headers. From-SVN: r4873 | |||||
1993-07-01 | Don't create absolute symbolic links; | Paul Eggert | 1 | -2/+5 | |
make them relative instead. From-SVN: r4815 | |||||
1993-07-01 | Remove everything after #endif, instead of trying | Paul Eggert | 1 | -2/+4 | |
to turn it into comments, which loses inside comments. From-SVN: r4811 | |||||
1993-05-17 | (ieeefp.h): Delete definitions of __mips and __m68k. | Richard Stallman | 1 | -1/+3 | |
From-SVN: r4491 | |||||
1993-05-17 | (ieeefp.h): Delete definitions of __i860 and __m88k. | Richard Stallman | 1 | -1/+35 | |
(ieeefp.h): Delete `#define __sparc' also. (ieeefp.h): Delete `#define __i386' line. From-SVN: r4487 | |||||
1993-05-06 | (sys/varargs.h): Replace. | Jim Wilson | 1 | -0/+22 | |
From-SVN: r4366 | |||||
1993-02-24 | (string.h): Delete 'g' from sed command. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r3522 | |||||
1993-01-26 | Change all uses of EX to SED. | Jim Wilson | 1 | -198/+151 | |
From-SVN: r3355 | |||||
1993-01-22 | Use pwd if PWDCMD is undefined. Add missing echo command. | Jim Wilson | 1 | -2/+2 | |
From-SVN: r3305 | |||||
1993-01-14 | (egrep and sed loop): Don't print messages about files that need no change. | Jim Wilson | 1 | -1/+2 | |
From-SVN: r3239 | |||||
1993-01-13 | (rpc/types.h): Change const extern to extern const. | Richard Stallman | 1 | -0/+28 | |
From-SVN: r3221 | |||||
1993-01-12 | (stat.h): Don't depend upon specific formal parameter names when... | Jim Wilson | 1 | -26/+27 | |
(stat.h): Don't depend upon specific formal 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. From-SVN: r3206 | |||||
1993-01-07 | Don't "make LIB absolute" if already absolute, | Richard Stallman | 1 | -2/+9 | |
to avoid problems with the automounter. From-SVN: r3137 | |||||
1993-01-04 | Delete `no change needed' messages. | Jim Wilson | 1 | -30/+29 | |
From-SVN: r3089 | |||||
1992-12-30 | Chmod each copied file a+r. | Richard Stallman | 1 | -0/+29 | |
From-SVN: r2988 | |||||
1992-12-24 | Don't change bitfield types to int. | Richard Stallman | 1 | -5/+9 | |
From-SVN: r2909 | |||||
1992-12-23 | Correct the modification of endian.h. | Richard Stallman | 1 | -4/+3 | |
From-SVN: r2905 | |||||
1992-12-23 | Add special fixes for netinet/in.h and sys/endian.h. | Richard Stallman | 1 | -3/+3 | |
From-SVN: r2904 | |||||
1992-12-22 | Add special fixes for netinet/in.h and sys/endian.h. | Richard Stallman | 1 | -0/+84 | |
From-SVN: r2902 | |||||
1992-12-10 | (limits.h): Add #ifndef/#endif around macros that | Jim Wilson | 1 | -0/+51 | |
are supposed to be defined in float.h. From-SVN: r2859 | |||||
1992-11-30 | (regexp.h): Don't add a getrnge declaration if a conflicting | Richard Stallman | 1 | -11/+19 | |
declaration is already present. From-SVN: r2823 | |||||
1992-11-09 | Avoid use of | in sed regexp; use multiple s commands. | Richard Stallman | 1 | -2/+10 | |
From-SVN: r2720 | |||||
1992-10-17 | (string.h): Remove #defines for other compiler's builtin functions. | Richard Stallman | 1 | -0/+33 | |
From-SVN: r2501 | |||||
1992-10-14 | (sys/stream.h, sys/strsubr.h): Delete spurious `extern' | Richard Stallman | 1 | -0/+51 | |
in various structure definitions. From-SVN: r2452 | |||||
1992-10-12 | Delete excess fi in fixing stat.h. | Richard Stallman | 1 | -5/+4 | |
From-SVN: r2410 | |||||
1992-10-07 | (<sys/signal.h>): Fix types of SIG_DFL, SIG_ERR, SIG_IGN, and SIG_HOLD. | Richard Stallman | 1 | -0/+60 | |
(<sys/stat.h>): Turn definitions of stat, lstat, fstat, and mknod into ANSI syntax and add __ to variables used. From-SVN: r2362 | |||||
1992-09-15 | (EXINIT): Clear it to avoid problems with bad values. | Jim Wilson | 1 | -0/+4 | |
From-SVN: r2134 | |||||
1992-07-18 | entered into RCS | Richard Stallman | 1 | -2/+5 | |
From-SVN: r1621 | |||||
1992-07-09 | *** empty log message *** | Richard Stallman | 1 | -1/+1 | |
From-SVN: r1540 |