Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-03 * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smallerCorinna Vinschen
than int promote to signed int.
2005-05-23 * include/stdint.h (INTMAX_C, UINTMAX_C): Fix definition.Corinna Vinschen
2003-10-29 * include/stdint.h: Prevent signed->unsigned conversion for 32 andCorinna Vinschen
64 bit min value constants.
2003-10-28* include/stdint.h: Duplicate below effort for rest of *64_*.Christopher Faylor
2003-10-28* include/stdint.h: Correctly define INT64_MAX.Christopher Faylor
2003-08-08* include/stdint.h: Correctly define INT32_MIN.Christopher Faylor
2003-04-22 * include/inttypes.h: New file.Corinna Vinschen
* 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.