Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs | Rich Felker | 2012-05-02 | 1 | -4/+5 |
| | | | | | | | | 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.0 | Rich Felker | 2011-02-12 | 1 | -0/+51 |