CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/18 00:43:36
Modified files:
lib/libc/string: strcoll.3 strxfrm.3
lib/libc/locale: wcscoll.3 wcsxfrm.3
Log message:
Improve the description of locale dependency:
* mention LC_COLLATE;
* clarify that all these functions are infested, including the *_l() versions;
* avoid ENVIRONMENT, these functions don't inspect it;
* and point to the C library functions that change the locale.
OK millert@
