History log of /netbsd-src/include/inttypes.h (Results 1 – 11 of 11)
Revision Date Author Comments
# eba37ae4 16-Jan-2015 christos <christos@NetBSD.org>

strtoi and strtou additions


# e8c1e0ee 27-Apr-2013 joerg <joerg@NetBSD.org>

Include sys/featuretest.h before using _NETBSD_SOURCE.


# a67fde03 16-Apr-2013 joerg <joerg@NetBSD.org>

Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain
strtol_l unless in tools mode. Add note to retire the BCS code on the
next libc major bump.


# 444e3184 16-Apr-2013 joerg <joerg@NetBSD.org>

Add support for wcstoimax_l and friends.


# db576bf3 15-Nov-2009 christos <christos@NetBSD.org>

Don't define wchar_t for c++; it is native in the language. From Alexander
Nasonov


# 358dc243 04-Aug-2008 matt <matt@NetBSD.org>

Add C99 imaxabs and imaxdiv protoypes and imaxdiv_t typedef.


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

Remove clause 3 and 4 from TNF licenses


# 9020a25f 18-Apr-2005 kleink <kleink@NetBSD.org>

Instead of pulling in all of <wchar.h>, just define wchar_t here.
Addresses PR lib/29987.


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# 3f9925f7 11-Mar-2003 tshiozak <tshiozak@NetBSD.org>

add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
- these are defined in C99 (wcsto[ui]max) and SUSv3.
- these implementations are written by sigsegv@s25.xrea.com,
derived from NetB

add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
- these are defined in C99 (wcsto[ui]max) and SUSv3.
- these implementations are written by sigsegv@s25.xrea.com,
derived from NetBSD's wcstol/wcstoul.
- I just added some comments.

show more ...


# 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 ...