Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -19/+21 |
| | |||||
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -1/+1 |
| | | | | checkins. Regularize copyright format. | ||||
* | * include/inttypes.h: Add x86_64 target considerations throughout. | Corinna Vinschen | 2012-07-28 | 1 | -13/+119 |
| | | | | | Define macros in C++ according to C99 requirements. * include/stdint.h: Ditto. | ||||
* | * include/stdint.h (intptr_t): Remove long from type. | Dave Korn | 2009-04-13 | 1 | -5/+5 |
| | | | | | | (uintptr_t): Likewise. (INTPTR_MIN): Remove 'L' suffix. (INTPTR_MAX, UINTPTR_MAX): Likewise. | ||||
* | * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix. | Corinna Vinschen | 2009-04-11 | 1 | -4/+4 |
| | | | | (WINT_MAX): Add 'U' suffix. | ||||
* | * include/stdint.h (int_least32_t): Define as int. | Corinna Vinschen | 2009-04-07 | 1 | -12/+12 |
| | | | | | | | | | | | | | | (uint_least32_t): Ditto, unsigned. (int_fast16_t): Define as int. (int_fast32_t): Ditto. (uint_fast16_t): Ditto, unsigned. (uint_fast32_t): Ditto. (UINT32_MAX): Remove `L' long marker. (UINT_LEAST32_MAX): Ditto. (UINT_FAST16_MAX): Ditto. (UINT_FAST32_MAX): Ditto. (INT32_C): Ditto. (UINT32_C): Ditto. | ||||
* | * include/stdint.h: Use int rather than long for {u,}int32_t. | Christopher Faylor | 2008-05-17 | 1 | -2/+2 |
| | |||||
* | * include/stdint.h (WINT_MIN): Fix sign. | Corinna Vinschen | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition. | Corinna Vinschen | 2007-04-04 | 1 | -3/+3 |
| | |||||
* | * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smaller | Corinna Vinschen | 2006-07-03 | 1 | -3/+3 |
| | | | | than int promote to signed int. | ||||
* | * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition. | Corinna Vinschen | 2005-05-23 | 1 | -2/+2 |
| | |||||
* | * include/stdint.h: Prevent signed->unsigned conversion for 32 and | Corinna Vinschen | 2003-10-29 | 1 | -13/+13 |
| | | | | 64 bit min value constants. | ||||
* | * include/stdint.h: Duplicate below effort for rest of *64_*. | Christopher Faylor | 2003-10-28 | 1 | -5/+5 |
| | |||||
* | * include/stdint.h: Correctly define INT64_MAX. | Christopher Faylor | 2003-10-28 | 1 | -1/+1 |
| | |||||
* | * include/stdint.h: Correctly define INT32_MIN. | Christopher Faylor | 2003-08-08 | 1 | -1/+1 |
| | |||||
* | * include/inttypes.h: New file. | Corinna Vinschen | 2003-04-22 | 1 | -0/+182 |
* include/stdint.h: New file. * include/cygwin/in.h: Include stdint.h instead of sys/types.h. * include/cygwin/types.h: Include stdint.h. Remove typedefs for intN_t and uintN_t since these are defined in stdint.h now. |