add missing yes/no strings to nl_langinfo
authorRich Felker <dalias@aerifal.cx>
Sat, 26 Jul 2014 08:43:50 +0000 (04:43 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 28 Jul 2014 04:28:01 +0000 (00:28 -0400)
commitaf7a02a1911258978e4b8bc5f7f1fe7626ddc29c
tree8152fa849c9c0e534c805721fe811f2ec989287b
parent7de071453dc088b6e7edd1791cf0e94664893436
add missing yes/no strings to nl_langinfo

these were removed from the standard but still offered as an extension
in langinfo.h, so nl_langinfo should support them.

(cherry picked from commit 0206f596d5156af560e8af10e950d3cb2f29b73d)
src/locale/langinfo.c