summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/include/stdint.h
Commit message (Collapse)AuthorAgeFilesLines
* 2009-04-11 Danny Smith <dannsymith@users.sourceforge.net>Chris Sutcliffe2009-04-111-7/+7
| | | | | | * include/stdint.h (int_fast8_t): Specify as signed char. (INT8_C, UINT8_C, INT16_C, UINT16_C): Simplify: just allow promotion to int. (INT32_C, UINT32_C): Remove 'L' type specifier on constant.
* * include/stdint.h (intptr_t): Fix typo.Danny Smith2007-05-081-2/+2
| | | | Thanks to Charles Wilson for report.
* * include/stdint.h (intptr_t): Protect with _INTPTR_T_DEFINED.Danny Smith2007-05-071-9/+31
| | | | | | | | | | Condition on _WIN64. (uintptr_t): Protect with _UINTPTR_T_DEFINED. Condition on _WIN64. (INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX): Condition on _WIN64. (PTRDIFF_MIN): Define as INTPTR_MIN. (PTRDIFF_MAX): Define as INTPTR_MAX. (SIG_ATOMIC_MIN): Define as INTPTR_MIN. (SIG_ATOMIC_MAX): Define as INTPTR_MAX.
* * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith2005-05-041-2/+2
| | | | | | #if (WCHAR_MAX <= WCHAR_MIN) is false. * include/stdint.h (WCHAR_MAX): Likwise. (WINT_MAX): Likewise.
* * include/stdint.h Fix __STDC_CONSTANT_MACROS for 8 and 16 bitDanny Smith2004-01-171-13/+9
| | | | types. (Thanks to John Maddock for report.)
* * include/stdint.h (INT64_C, UINT64_C ): Append suffix to letDanny Smith2002-10-111-4/+6
| | | | | macros work with C89. (INTMAX_C, UINTMAX_C): Likewise.
* * include/_mingw.h: Increment version to 2.0.Danny Smith2002-06-131-4/+6
| | | | | * Makefile.in: Ditto. Merge in mingwex branch.
* Merge MinGW CVS differencesEarnie Boyd2001-12-051-1/+1
|
* * include/stdint.h: New file.Earnie Boyd2001-01-261-0/+184