about summary refs log tree commit diff
path: root/src/multibyte/mbsnrtowcs.c
Commit message (Collapse)AuthorAgeFilesLines
* fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2012-05-021-0/+4
| | | | | | | | these are POSIX 2008 (previously GNU extension) functions that are rarely used. apparently they had never been tested before, since the end-of-string logic was completely missing. mbsnrtowcs is used by modern versions of bash for its glob implementation, and and this bug was causing tab completion to hang in an infinite loop.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+61