log

age author description
Wed, 13 Dec 2006 13:53:11 +0000 ipse c99 Make _inline modifier for imaxdiv default option. Use STATIC_IMAXDIV to make it static.
Wed, 13 Dec 2006 13:42:24 +0000 ipse c99 Error message changed: VC6 supported from now.
Wed, 13 Dec 2006 13:39:33 +0000 ipse c99 All (U)INT* types changed to (unsigned) __int*. This should make stdint.h compatible with VC6.
Wed, 13 Dec 2006 13:20:57 +0000 ipse c99 Added INLINE_IMAXDIV define switch.
Wed, 13 Dec 2006 12:53:52 +0000 ipse c99 Error message for non-MSC compiler changed.
Wed, 13 Dec 2006 09:47:48 +0000 ipse c99 Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
Tue, 12 Dec 2006 22:08:02 +0000 ipse c99 License chaged to BSD-derivative.
Tue, 12 Dec 2006 21:53:20 +0000 ipse c99 Added <wchar.h> include to avoid warnings when it is included after stdint.h.
Mon, 11 Dec 2006 21:58:05 +0000 alexander chemeris BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.
Mon, 11 Dec 2006 21:51:55 +0000 alexander chemeris Rise #error if _MSC_VER is not defined. I.e. compiler other then Microsoft Visual C++ is used.
Mon, 11 Dec 2006 19:54:14 +0000 alexander chemeris Added <limits.h> include to stdint.h.
Mon, 11 Dec 2006 18:39:27 +0000 alexander chemeris Initial check in.