Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-12-21 | (__va_rounded_size): Delete. | Richard Kenner | 1 | -4/+3 | |
(__va_round): Args have at least PARM_BOUNDARY (=32) alignment. From-SVN: r8688 | |||||
1994-12-21 | Add comment about last change, in accordance with copyright. | Ian Lance Taylor | 1 | -0/+3 | |
From-SVN: r8677 | |||||
1994-11-17 | Include <machine/ansi.h> on NetBSD. | Richard Kenner | 1 | -4/+19 | |
Check for _BSD_XXX_T_ as well as _XXX_T_. Add _BSD_XXX_T_ to list of defines to check and define for a given type for SIZE_T, PTRDIFF_T, and WCHAR_T. From-SVN: r8489 | |||||
1994-11-10 | (va_arg): Add cast to void * to suppress warning. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r8411 | |||||
1994-10-20 | (va_start): Use builtin_arts_info instead of builtin_next_arg. | Jim Wilson | 1 | -1/+2 | |
From-SVN: r8320 | |||||
1994-10-17 | (va_arg): Add little endian mips3 support. | Jim Wilson | 1 | -2/+15 | |
From-SVN: r8296 | |||||
1994-10-07 | Netware uses _SIZE_T_DEFINED_, _WCHAR_T_DEFINED_. | Doug Evans | 1 | -0/+6 | |
From-SVN: r8242 | |||||
1994-09-05 | Make the functions extern inline rather than static inline | Ian Lance Taylor | 1 | -32/+32 | |
From-SVN: r8024 | |||||
1994-08-14 | (va_start): Add cast to __gnuc_va_list type. | Jim Wilson | 1 | -1/+2 | |
From-SVN: r7922 | |||||
1994-08-04 | (v9 va_start): Pass an arg to __builtin_next_arg. | Doug Evans | 1 | -5/+5 | |
(v9 va_arg): Advance over float's. From-SVN: r7856 | |||||
1994-08-01 | Handle _BSD_WCHAR_T_ like _WCHAR_T_, since at least BSD/386 1.1 uses the ↵ | Richard Kenner | 1 | -0/+36 | |
former instead of the latter. Handle _BSD_WCHAR_T_ like _WCHAR_T_, since at least BSD/386 1.1 uses the former instead of the latter. If _BSD_RUNE_T_ is defined, then define rune_t when we define wchar_t. Test definedness of _GCC_SIZE_T as well as _GCC_SIZE_T_; likewise for _GCC_PTRDIFF_T and _GCC_WCHAR_T. From-SVN: r7844 | |||||
1994-07-08 | Delete include of <varargs.h> when not gcc. | Jim Wilson | 1 | -6/+0 | |
From-SVN: r7692 | |||||
1994-07-08 | Delete include of <stdarg.h> when not gcc. | Jim Wilson | 1 | -7/+0 | |
From-SVN: r7691 | |||||
1994-06-15 | Add v9 support. | Doug Evans | 1 | -5/+118 | |
From-SVN: r7483 | |||||
1994-04-25 | Recognize __FreeBSD__. | Richard Kenner | 3 | -5/+5 | |
From-SVN: r7153 | |||||
1994-04-06 | Add ... to set current_function_varargs. | Richard Kenner | 3 | -3/+3 | |
From-SVN: r6987 | |||||
1994-04-06 | Round to multiple of sizeof(short) on sysV68. | Richard Kenner | 2 | -0/+10 | |
From-SVN: r6972 | |||||
1994-04-04 | * gstddef.h (wchar_t): Always define as __WCHAR_TYPE__. | Jason Merrill | 1 | -7/+0 | |
From-SVN: r6962 | |||||
1994-03-23 | (va_start): Add call to builtin_next_arg. | Jim Wilson | 4 | -5/+18 | |
From-SVN: r6856 | |||||
1994-03-23 | (va_start): Pass LASTARG as a parameter to | Jim Wilson | 6 | -12/+11 | |
builtin_next_arg. From-SVN: r6855 | |||||
1994-02-11 | Don't define _STDARG_H/etc. if not gcc, it may collide with system's header. | Doug Evans | 1 | -6/+7 | |
From-SVN: r6527 | |||||
1994-01-13 | Add 64 bit support. | Jim Wilson | 1 | -0/+20 | |
From-SVN: r6394 | |||||
1993-12-03 | Define and protect against __STDDEF_H__ for Irix 5.1. | Richard Kenner | 1 | -0/+4 | |
From-SVN: r6184 | |||||
1993-11-15 | Test __bsdi__ like __BSD_NET2__. | Richard Stallman | 2 | -4/+4 | |
From-SVN: r6093 | |||||
1993-10-26 | Treat __PARAGON__ like __SVR4__. | Richard Stallman | 1 | -2/+6 | |
(va_dcl) [__PARAGON__]: Declare va_alist. From-SVN: r5908 | |||||
1993-10-26 | [__i860__]: Add to little-endian conditional. | Richard Stallman | 2 | -2/+2 | |
From-SVN: r5906 | |||||
1993-10-13 | (_VA_LIST_): Define. | Richard Kenner | 1 | -0/+1 | |
From-SVN: r5785 | |||||
1993-10-13 | Fix typo. | Doug Evans | 1 | -1/+1 | |
From-SVN: r5768 | |||||
1993-10-02 | Test __sequent__ like __BSD_NET2__. | Richard Stallman | 1 | -3/+6 | |
From-SVN: r5556 | |||||
1993-09-28 | (HUGE_VAL): Add #undef before HUGE_VAL | Jim Wilson | 2 | -4/+5 | |
define, instead of surrounding it with #ifndef/#endif. From-SVN: r5508 | |||||
1993-09-20 | gstddef.h: Back out change of Sep 15 (handles Sun lossage). | Doug Evans | 1 | -0/+6 | |
Prevented bootstrapping. From-SVN: r5372 | |||||
1993-09-19 | (size_t): Acorn RISCiX requires __size_t defined. | Richard Kenner | 1 | -0/+3 | |
From-SVN: r5357 | |||||
1993-09-15 | Delete the conditional that used to semi-avoid interference with ↵ | Richard Stallman | 1 | -6/+0 | |
sys/stdtypes.h on Sun. Delete the conditional that used to semi-avoid interference with sys/stdtypes.h on Sun. (fixincludes makes it ok.) From-SVN: r5332 | |||||
1993-08-26 | Initial revision | Doug Evans | 1 | -0/+52 | |
From-SVN: r5216 | |||||
1993-08-26 | add h8/300h support | Doug Evans | 2 | -0/+8 | |
From-SVN: r5215 | |||||
1993-08-06 | Test and define __INT_WCHAR_T_H. | Richard Stallman | 1 | -0/+3 | |
From-SVN: r5085 | |||||
1993-07-27 | (_WCHAR_T_H): Test this and define this. | Richard Stallman | 1 | -0/+3 | |
From-SVN: r4999 | |||||
1993-07-09 | Make var/stdargs compatible with apogee's acc. | Richard Stallman | 1 | -5/+7 | |
(__gnuc_va_list): Replace __va_f and __va_r with __va_reg. (__va_list, _SYS_INT_STDARG_H): New defines. (va_arg): Corresponding changes. From-SVN: r4894 | |||||
1993-06-27 | entered into RCS | Richard Stallman | 1 | -0/+53 | |
From-SVN: r4764 | |||||
1993-06-07 | (atan2): For x <= 0, lump y == 0 with y > 0 | Richard Stallman | 1 | -8/+8 | |
to get the right result in 0, -1 case. From-SVN: r4645 | |||||
1993-05-24 | (size_t) [__GNUG__]: Don't typedef it if it's already defined as a macro. | Richard Stallman | 1 | -0/+2 | |
From-SVN: r4549 | |||||
1993-05-20 | [_ANSI_H_]: Handle __need_size_t and __need_wchar_t. | Richard Stallman | 1 | -3/+3 | |
From-SVN: r4523 | |||||
1993-05-20 | [_ANSI_H_]: Handle __need_size_t and __need_wchar-t. | Richard Stallman | 1 | -8/+13 | |
From-SVN: r4520 | |||||
1993-05-20 | (va_dcl): Restore accidentally deleted __builtin_va_alist declaration. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r4508 | |||||
1993-05-17 | [__svr4__ __i860__]: Define _VA_LIST only if not defined already. | Richard Stallman | 2 | -0/+4 | |
From-SVN: r4486 | |||||
1993-05-16 | [__svr4__ __i860__] (_VA_LIST): Do define. | Richard Stallman | 2 | -0/+6 | |
From-SVN: r4479 | |||||
1993-05-16 | (va_arg) [__MIPSEB__]: | Richard Stallman | 1 | -5/+11 | |
After incrementing, subtract the rounded size, not the size proper. From-SVN: r4478 | |||||
1993-05-16 | Add conditional against multiple inclusion. | Richard Stallman | 1 | -1/+9 | |
From-SVN: r4477 | |||||
1993-05-10 | Use __alignof__ instead of __alignof. | Michael Meissner | 1 | -1/+1 | |
From-SVN: r4408 | |||||
1993-04-06 | (va_arg): Cast argument pointer to (char *). | Jim Wilson | 1 | -6/+7 | |
From-SVN: r4039 |