summaryrefslogtreecommitdiffstats
path: root/include/inttypes.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.millert1-2/+2
2018-11-22Our *int_fast{8,16}_t types are int/unsigned int, so SCN*FAST{8,16}guenther1-11/+11
2013-06-11Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>matthew1-4/+1
2009-01-13Add wcstoimax(3) and wcstoumax(3).kettenis1-1/+9
2006-01-15Add comments to show which printf/scanf formats match which typesmillert1-155/+155
2006-01-15Update {PRN,SCN}*PTR defines to match types changesmillert1-45/+1
2006-01-13Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax()millert1-2/+12
2006-01-06Add real C99 stdint.h and inttypes.h based on an initial version I did inmillert1-9/+271
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert1-8/+8
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert1-22/+11
1999-01-07move uint*_t to machine/types.hmillert1-11/+1
1998-06-21Remove the advertising clause in my old license, it impedes free usemillert1-5/+2
1997-08-18inttypes.h as required by XPG4.2. Nothing uses this yet and all in-treemillert1-0/+53