aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/wcsnrtombs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix comparisons that test if an unsigned value is < 0.Stefan Farfeleder2005-02-121-2/+2
* Return the correct value when dst == NULL and conversion has stopped afterTim J. Robbins2004-07-221-2/+2
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-0/+111