| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* w32api: Ditto.
|
|
|
|
| |
_WIN64 is defined.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
Thanks to Charles Wilson for report.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
#if (WCHAR_MAX <= WCHAR_MIN) is false.
* include/stdint.h (WCHAR_MAX): Likwise.
(WINT_MAX): Likewise.
|
|
|
|
| |
types. (Thanks to John Maddock for report.)
|
|
|
|
|
| |
macros work with C89.
(INTMAX_C, UINTMAX_C): Likewise.
|
|
|
|
|
| |
* Makefile.in: Ditto.
Merge in mingwex branch.
|
| |
|
|
|