Mercurial > ms-int-types
log
age | author | description |
---|---|---|
Mon, 14 Mar 2016 12:38:55 -0400 | Augie Fackler | Add license information. default tip |
Fri, 24 May 2013 22:36:43 +0000 | alexander chemeris | Fix Issue 9: Surround (U)INTMAX_C with #ifndef's to prevent compiler warnings. |
Fri, 24 May 2013 22:32:18 +0000 | alexander chemeris | Fix Issue 10: Use system <stdint.h> for Visual Studio 2010 and later. |
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. |
Thu, 17 Sep 2009 19:46:49 +0000 | alexander chemeris | [Issue 4] Fix incorrect int8_t behaviour if compiled with /J flag. |
Wed, 13 May 2009 10:53:48 +0000 | ipse c99 | Forgot about #ifdef __cplusplus guard around 'extern "C"', so inclusion to C files has been broken. |