History log of /netbsd/sys/sys/inttypes.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 5e479d9d 22-Apr-2013 joerg <joerg@NetBSD.org>

C++11 no longer requires __STDC_LIMIT_MACROS, __STDC_CONSTANT_MACROS or
__STDC_FORMAT_MACROS to be set for the C headers to work.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# fe3c9cea 28-Apr-2001 kleink <kleink@NetBSD.org>

* Move definitions of exact-width integer types from <machine/types.h>
to <sys/types.h> and <sys/stdint.h>.
* Add a new C99 <stdint.h> header, which provides integer types of
explicit width, rela

* Move definitions of exact-width integer types from <machine/types.h>
to <sys/types.h> and <sys/stdint.h>.
* Add a new C99 <stdint.h> header, which provides integer types of
explicit width, related limits and integer constant macros.
* Extend <inttypes.h> to provide <stdint.h> definitions and format
macros for printf() and scanf().
* Add C99 strtoimax() and strtoumax() functions.
* Use the latter within scanf().
* Add C99 %j, %t and %z printf()/scanf() conversions for
intmax_t, pointer-type and size_t arguments.

show more ...


# 83b66326 27-Jun-2000 kleink <kleink@NetBSD.org>

Define intptr_t and uintptr_t via <machine/int_types.h>.


# 67dbe5ed 13-Sep-1998 christos <christos@NetBSD.org>

Fix copyright typos...


# 3eae303b 29-Apr-1998 kleink <kleink@NetBSD.org>

Add an <inttypes.h> implementation; we'll also make it accessible as
<sys/inttypes.h> in order to let kernel source access its type definitions.