Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | POSIX 2008 TC2 requires <inttypes.h> to provide wchar_t | Philip Guenther | |
ok kettenis@ espie@ | |||
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller | |
2018-11-22 | Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16} | Philip Guenther | |
shouldn't include 'hh' or 'h'. problem noted by Andreas Kusalananda Kähäri (andreas.kahari(at)abc.se) ok deraadt@ martijn@ | |||
2013-06-11 | Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> | Matthew Dempsky | |
and <stdint.h> should unconditionally define all of their macros regardless of whether the __STDC_*_MACROS macros are defined. ok guenther, espie bulk build tested by landry | |||
2009-01-13 | Add wcstoimax(3) and wcstoumax(3). | Mark Kettenis | |
ok miod@ | |||
2006-01-15 | Add comments to show which printf/scanf formats match which types | Todd C. Miller | |
2006-01-15 | Update {PRN,SCN}*PTR defines to match types changes | Todd C. Miller | |
2006-01-13 | Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() | Todd C. Miller | |
2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in | Todd C. Miller | |
1997 (yes, really). | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1997-08-18 | inttypes.h as required by XPG4.2. Nothing uses this yet and all in-tree | Todd C. Miller | |
sources should use the BSD-style types anyway. |