Mercurial > ms-int-types
graph
-
Better handling of (U)INTx_C macros - now they generate constants of exact width.2007-06-26, by ipse c99
-
Fix typo: Miscrosoft -> Microsoft.2007-03-29, by ipse c99
-
More correct fix for compilation under VS6.2007-02-11, by ipse c99
-
Bugfix: fix compiling under VS6, when stdint.h enclosed in 'extern "C" {}'.2007-02-11, by ipse c99
-
Make _inline modifier for imaxdiv default option. Use STATIC_IMAXDIV to make it static.2006-12-13, by ipse c99
-
Error message changed: VC6 supported from now.2006-12-13, by ipse c99
-
All (U)INT* types changed to (unsigned) __int*. This should make stdint.h compatible with VC6.2006-12-13, by ipse c99
-
Added INLINE_IMAXDIV define switch.2006-12-13, by ipse c99
-
Error message for non-MSC compiler changed.2006-12-13, by ipse c99
-
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).2006-12-13, by ipse c99
-
License chaged to BSD-derivative.2006-12-12, by ipse c99
-
Added <wchar.h> include to avoid warnings when it is included after stdint.h.2006-12-12, by ipse c99
-
BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.2006-12-11, by alexander chemeris
-
Rise #error if _MSC_VER is not defined. I.e. compiler other then Microsoft Visual C++ is used.2006-12-11, by alexander chemeris
-
Added <limits.h> include to stdint.h.2006-12-11, by alexander chemeris
-
Initial check in.2006-12-11, by alexander chemeris