about summary refs log tree commit diff
path: root/src/multibyte/wcsnrtombs.c
Commit message (Expand)AuthorAgeFilesLines
* rewrite wcsnrtombs to fix buffer overflow and other bugsRich Felker2020-11-191-27/+19
* fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombsRich Felker2017-08-311-1/+3
* remove comments on copyright status from UTF-8 implementation filesRich Felker2016-06-211-6/+0
* fix return value computation in one code path of wcsnrtombsRich Felker2014-12-181-1/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-5/+0
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker2012-05-021-4/+5
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+51