implement locale file loading and state for remaining locale categories
authorRich Felker <dalias@aerifal.cx>
Thu, 24 Jul 2014 07:23:11 +0000 (03:23 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 24 Jul 2014 07:23:11 +0000 (03:23 -0400)
commit6cb4f91db7a5dc3bca63037ddc5f998a08dc3fb0
tree2a347ad0a3c5240c77d61ad8d078ed9a77ff22bb
parent674e28af2deaa3ef2b71af18f7a18af22467d5ef
implement locale file loading and state for remaining locale categories

there is still no code which actually uses the loaded locale files, so
the main observable effect of this commit is that calls to setlocale
store and give back the names of the selected locales for the
remaining categories (LC_TIME, LC_COLLATE, LC_MONETARY) if a locale
file by the requested name could be loaded.
src/internal/libc.h
src/internal/locale_impl.h
src/locale/__setlocalecat.c
src/locale/setlocale.c