]> sourceware.org Git - newlib-cygwin.git/commit
Implement missing POSIX function nl_langinfo_l
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 20 Aug 2016 15:22:41 +0000 (17:22 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 20 Aug 2016 15:22:41 +0000 (17:22 +0200)
commit216054fa77ee4d313d186406c371a341e16c2ee7
treed14d5621def6e0f85cd3b1e7e9d6fb4c9bdf26d2
parent7630e384623f778b88be8926e2c2a2e6fcbd9008
Implement missing POSIX function nl_langinfo_l

Change nl_langinfo to nl_langinfo_l using locale given as argument.
Remove outdated TRANSITION_PERIOD_HACK.  The codeset is stored in
the locale for quite some time now.  For !MB_CAPABLE targets, just
return "US_ASCII" as codeset.

Implement nl_langinfo by calling nl_langinfo_l.  Export nl_langinfo_l
from Cygwin DLL and bump minor API version number.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/libc/include/langinfo.h
newlib/libc/locale/nl_langinfo.c
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
This page took 0.031518 seconds and 5 git commands to generate.