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 (Expand)Author
2015-04-23Drop local stdint.h and inttypes.h in favor of newlib filesCorinna Vinschen
2015-04-23Ignore __STDC_{FORMAT,LIMIT,CONSTANT}_MACROSCorinna Vinschen
2015-03-11cygwin: fix __x86_64__ conditional in stdint.hYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-07-28 * include/inttypes.h: Add x86_64 target considerations throughout.Corinna Vinschen
2009-04-14 * include/stdint.h (intptr_t): Remove long from type.Dave Korn
2009-04-11 * include/stdint.h (INTPTR_MIN, INTPTR_MAX): Add 'L' suffix.Corinna Vinschen
2009-04-07 * include/stdint.h (int_least32_t): Define as int.Corinna Vinschen
2008-05-18* include/stdint.h: Use int rather than long for {u,}int32_t.Christopher Faylor
2007-04-06 * include/stdint.h (WINT_MIN): Fix sign.Corinna Vinschen
2007-04-04 * include/stdint.h (WINT_MIN, WINT_MAX): Fix definition.Corinna Vinschen
2006-07-03 * include/stdint.h (UINT8_C, UINT16_C): Unsigned types smallerCorinna Vinschen
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
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