log inttypes.h @ 25:a5b39e660e83

age author description
Fri, 24 May 2013 22:24:11 +0000 alexander chemeris Fix license bug - the name of the product and the names of contributors must not be used for promotion.
Fri, 02 Oct 2009 09:36:47 +0000 alexander chemeris [Issue 5] Change <stdint.h> to "stdint.h" to let compiler search for it in local directory.
Tue, 09 Oct 2007 12:54:27 +0000 ipse c99 Better C99 conformance: macros for format specifiers should only be included in C++ implementations if __STDC_FORMAT_MACROS is defined before <inttypes.h> is included.
Thu, 29 Mar 2007 16:16:14 +0000 ipse c99 Fix typo: Miscrosoft -> Microsoft.
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: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.
Tue, 12 Dec 2006 22:08:02 +0000 ipse c99 License chaged to BSD-derivative.
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 18:39:27 +0000 alexander chemeris Initial check in.