aboutsummaryrefslogtreecommitdiff
path: root/src/multibyte
AgeCommit message (Expand)Author
2023-05-26mbrtowc: Fix wrong return value when n > UINT_MAXAlexey Izbyshev
2020-11-19rewrite wcsnrtombs to fix buffer overflow and other bugsRich Felker
2019-10-13fix aliasing-based undefined behavior in mbsrtowcsRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-09-05define and use internal macros for hidden visibility, weak refsRich Felker
2017-09-01fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoderRich Felker
2017-08-31fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombsRich Felker
2016-06-21remove comments on copyright status from UTF-8 implementation filesRich Felker
2016-03-02explicitly include stdio.h to get EOF definition needed by wctobMichael Meeuwisse
2015-07-25fix undefined left-shift of negative values in utf-8 state tableRich Felker
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker
2015-06-16fix btowc corner caseRich Felker
2015-04-22remove libc.h dependency from otherwise-independent multibyte codeRich Felker
2015-04-22remove cruft for libc struct accessor function and broken visibilityRich Felker
2014-12-18fix return value computation in one code path of wcsnrtombsRich Felker
2014-11-15implement a private state for the uchar.h functionsJens Gustedt
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker
2014-07-01fix aliasing violations in mbtowc and mbrtowcRich Felker
2014-06-02fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy
2013-09-27fix buffer overflow in mbsrtowcsRich Felker
2013-06-29fix failure of mbsrtowcs to record stop position when dest is fullRich Felker
2013-04-08mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQRich Felker
2013-04-08implement mbtowc directly, not as a wrapper for mbrtowcRich Felker
2013-04-08optimize mbrtowcRich Felker
2013-04-08fix out-of-bounds access in UTF-8 decodingRich Felker
2013-04-04cleanup wcstombsRich Felker
2013-04-04cleanup mbstowcs wrapperRich Felker
2013-04-04minor optimization to mbstowcsRich Felker
2013-04-04fix incorrect range checks in wcsrtombsRich Felker
2013-04-04overhaul mbsrtowcsRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-05-26fix failure of mbsinit(0) (not UB; required to return nonzero)Rich Felker
2012-05-02fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombsRich Felker
2012-02-24new attempt at working around the gcc 3 visibility bugRich Felker
2012-02-24remove useless attribute visibility from definitionsRich Felker
2012-02-23cleanup and work around visibility bug in gcc 3 that affects x86_64Rich Felker
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker
2011-02-27cleanup utf-8 multibyte code, use visibility if possibleRich Felker
2011-02-21remove sample utf-8 code that's not part of the standard libraryRich Felker
2011-02-13cleanup multibyte stuff to remove ugly casts, sanitize the ptr align castsRich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker