more locale_t interfaces (string stuff) and header updates
authorRich Felker <dalias@aerifal.cx>
Tue, 7 Feb 2012 02:51:02 +0000 (21:51 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 7 Feb 2012 02:51:02 +0000 (21:51 -0500)
commit36bf56940af90baa478dd1258884291d5d213d10
treef959d61ee79470575a2921e568442ec9c0b11b6e
parentc09b6f8ab6edefba52183f8c5ecf6520a8b7ad8f
more locale_t interfaces (string stuff) and header updates

this should be everything except for some functions where the non-_l
version isn't even implemented yet (mainly some non-ISO-C wcs*
functions).
include/string.h
include/strings.h
include/time.h
src/locale/nl_langinfo_l.c [new file with mode: 0644]
src/locale/strcasecmp_l.c [new file with mode: 0644]
src/locale/strcoll_l.c [new file with mode: 0644]
src/locale/strerror_l.c [new file with mode: 0644]
src/locale/strftime_l.c [new file with mode: 0644]
src/locale/strncasecmp_l.c [new file with mode: 0644]
src/locale/strxfrm_l.c [new file with mode: 0644]