Age | Commit message (Expand) | Author | Files | Lines |
2002-08-02 | stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined, plays nice with Darwi... | Stan Shebs | 1 | -0/+6 |
2002-01-09 | stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_ gets undefined. | Bryce McKinlay | 1 | -0/+1 |
2001-09-11 | Cray T3E port. | Richard Henderson | 1 | -0/+6 |
2001-08-27 | * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be __SIZE_TYPE__. | Fred Fish | 1 | -1/+1 |
2001-04-12 | Add Darwin (Mac OS X kernel) native support. | Stan Shebs | 1 | -0/+2 |
2000-08-04 | stddef.h: Don't declare wint_t unless __need_wint_t. | Joseph Myers | 1 | -1/+1 |
2000-06-24 | collect2.c (resolve_lib_name): Move '/' check to more rational place. | Jason Merrill | 1 | -1/+5 |
2000-02-15 | * ginclude/stddef.h: Correct usage of _BSD_RUNE_T_ for FreeBSD. | Loren J. Rittle | 1 | -0/+7 |
2000-01-12 | configure.in (i?86-*-beos{pe,elf,}*): Recognize. | Jason Merrill | 1 | -4/+0 |
1999-10-15 | t-freebsd: Do not override USER_H. | Loren J. Rittle | 1 | -4/+3 |
1999-09-23 | iso646.h, [...]: Add copyright notice and special exception to GPL. | Zack Weinberg | 1 | -0/+29 |
1998-04-28 | Patch from Shigeya Suzuki to fix BSD/OS 3.1 build failure. | Jim Wilson | 1 | -2/+4 |
1997-12-11 | cvs commit ChangeLog config.sub configure configure.in toplev.c | Fred Fish | 1 | -0/+13 |
1996-10-28 | Make sure file is processed if some of the known __need_* macros is | Richard Kenner | 1 | -8/+7 |
1996-08-11 | (__need_wint_t): Move #undef to right place. | Richard Kenner | 1 | -1/+1 |
1996-08-08 | (NULL): Use __null for G++. | Jason Merrill | 1 | -0/+4 |
1996-07-18 | Undefine __need_wint_t. | Richard Kenner | 1 | -0/+1 |
1996-06-17 | * ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus. | Brendan Kehoe | 1 | -2/+0 |
1996-06-05 | Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t. | Ian Lance Taylor | 1 | -1/+1 |
1996-05-17 | If need_wint_t defined, nothing in this file is needed. | Richard Kenner | 1 | -1/+15 |
1995-08-19 | Don't define wchar_t if __cplusplus is defined. | Richard Kenner | 1 | -0/+2 |
1995-05-30 | Undefine _BSD_XXX_T_ if _GCC_XXX_T is defined on BSD Net/2 derived | Richard Kenner | 1 | -1/+4 |
1995-04-26 | Treat _MACHINE_ANSI_H_ like _ANSI_H_. | Richard Kenner | 1 | -3/+4 |
1995-03-03 | Handle VxWorks typedef macros | Ian Lance Taylor | 1 | -0/+19 |
1995-02-21 | Test _SIZE_T_DEFINED and _WCHAR_T_DEFINED. | Richard Kenner | 1 | -0/+6 |
1994-11-17 | Include <machine/ansi.h> on NetBSD. | Richard Kenner | 1 | -4/+19 |
1994-10-07 | Netware uses _SIZE_T_DEFINED_, _WCHAR_T_DEFINED_. | Doug Evans | 1 | -0/+6 |
1994-08-01 | Handle _BSD_WCHAR_T_ like _WCHAR_T_, since at least BSD/386 1.1 uses the form... | Richard Kenner | 1 | -0/+36 |
1994-04-25 | Recognize __FreeBSD__. | Richard Kenner | 1 | -1/+1 |
1994-04-04 | * gstddef.h (wchar_t): Always define as __WCHAR_TYPE__. | Jason Merrill | 1 | -7/+0 |
1993-12-03 | Define and protect against __STDDEF_H__ for Irix 5.1. | Richard Kenner | 1 | -0/+4 |
1993-09-20 | gstddef.h: Back out change of Sep 15 (handles Sun lossage). | Doug Evans | 1 | -0/+6 |
1993-09-19 | (size_t): Acorn RISCiX requires __size_t defined. | Richard Kenner | 1 | -0/+3 |
1993-09-15 | Delete the conditional that used to semi-avoid interference with sys/stdtypes... | Richard Stallman | 1 | -6/+0 |
1993-08-06 | Test and define __INT_WCHAR_T_H. | Richard Stallman | 1 | -0/+3 |
1993-07-27 | (_WCHAR_T_H): Test this and define this. | Richard Stallman | 1 | -0/+3 |
1993-05-24 | (size_t) [__GNUG__]: Don't typedef it if it's already defined as a macro. | Richard Stallman | 1 | -0/+2 |
1993-05-20 | [_ANSI_H_]: Handle __need_size_t and __need_wchar_t. | Richard Stallman | 1 | -3/+3 |
1993-05-20 | [_ANSI_H_]: Handle __need_size_t and __need_wchar-t. | Richard Stallman | 1 | -8/+13 |
1993-02-27 | (_SYS_SIZE_T_H): Test this and define this. | Richard Stallman | 1 | -0/+3 |
1992-12-27 | [__sequent__]: #undef _PTRDIFF_T_ at beginning, if defined. | Richard Stallman | 1 | -0/+6 |
1992-11-22 | Fix prev change; test of _STDDEF_H was backwards. | Richard Stallman | 1 | -2/+3 |
1992-11-10 | [_ANSI_H_]: When undefing at the end, test _STDDEF_H, not __need_ptrdiff_t. | Richard Stallman | 1 | -2/+7 |
1992-11-06 | Find ansi.h in machine subdir. | Richard Stallman | 1 | -1/+1 |
1992-10-31 | [4.3 net 2]: If _SIZE_T_, etc. are undefined then type is already declared. | Richard Stallman | 1 | -4/+29 |
1992-10-17 | Do nothing if _ANSI_STDDEF_H already defined. | Richard Stallman | 1 | -0/+3 |
1992-10-15 | (_ANSI_STDDEF_H): Define, along with _STDDEF_H. | Richard Stallman | 1 | -0/+2 |
1992-10-01 | If _ANSI_H_, undef _PTRDIFF_T_, _SIZE_T_, _WCHAR_T. | Richard Stallman | 1 | -0/+8 |
1992-07-28 | entered into RCS | Richard Stallman | 1 | -0/+7 |
1992-07-01 | *** empty log message *** | Charles Hannum | 1 | -12/+13 |