Mercurial > ms-int-types
log inttypes.h @ 27:536eb2988c28
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. |