History log of /dragonfly/sys/cpu/x86_64/include/wchar_limits.h (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# a44a78be 02-Nov-2019 zrj <rimvydas.jasinskas@gmail.com>

<wchar.h>: Implement correct limits for different wchar_t flavors.

Try best to select correct limits while always using handpicked standard
C wchar_t bounds that match internal rune_t and standard

<wchar.h>: Implement correct limits for different wchar_t flavors.

Try best to select correct limits while always using handpicked standard
C wchar_t bounds that match internal rune_t and standard wint_t types.
It might be worth to switch to using compiler provided limits for all.
The <stdint.h> header should provide limits for all types in standard
headers, so provide wint_t (<wchar.h>, <wctype.h>) limits too.
The <machine/wchar_limits.h> idea taken from NetBSD.

show more ...