| Age | Commit message (Expand) | Author |
| 2019-07-08 | The correct fix for lib/51000 is not to remove the apparently dead assignment | mlelstv |
| 2018-06-11 | Avoid left-shifting a negative number in the non-compat case, too. | maya |
| 2018-06-11 | Correct Undefined Behavior in libc/citrus | kamil |
| 2016-05-31 | PR 51000 David Binderman: comment out unused assignment | dholland |
| 2014-06-24 | Fix our iconv version for the issues that apply to us from CVE-2014-3951 | spz |
| 2014-01-18 | revert previous, it causes other problem and I cannot easily debug it. | christos |
| 2014-01-16 | PR/47602: Christos Zoulas: getwc() modifies input instead of returning EILSEQ. | christos |
| 2013-05-28 | Add mbsnrtowcs and wcsnrtombs. Approved by core. | joerg |
| 2012-02-12 | Remove unused variables. From cppcheck via Henning Petersen in PR 45997. | wiz |
| 2011-11-19 | fix memory leak, pointed by nonaka-san(again^3). | tnozaki |
| 2011-11-19 | remove unused variable, pointed by nonaka-san, thanks. | tnozaki |
| 2011-10-30 | Use boolean AND instead of bitwise one in _DIAGASSERT. | wiz |
| 2011-10-10 | revert r1.21, still problem exists for posix2008 mbsnrtowcs(not yet commited), | tnozaki |
| 2011-10-07 | update string pointer when input is partial escape sequence or multibyte. | tnozaki |
| 2011-05-23 | Make intermediate size variable size_t like the rest to avoid | joerg |
| 2011-05-23 | Actually return something deterministic | joerg |
| 2010-12-07 | Remove tautology. | joerg |
| 2010-12-07 | Mark function as static and give it an explicit return type. | joerg |
| 2010-03-20 | fix byte order mark related bug introduced by previous commit, | tnozaki |
| 2010-03-15 | 1. fix wrong byte order mark of utf-16, reported by NARUSE Yui -san. | tnozaki |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-02 | Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo... | tnozaki |
| 2008-06-14 | remove unused include, locale.h. | tnozaki |
| 2008-03-20 | add BOM to utf-16/32 stream in case that endian is not specified, | tnozaki |
| 2007-11-21 | fix lib/37290 | tnozaki |
| 2007-10-23 | remove invalid range check. | tnozaki |
| 2007-09-18 | lib/36938 mbtowc misbehaving after invalid char sequence | tnozaki |
| 2007-04-24 | fix typo. | tnozaki |
| 2007-04-01 | add new encoding support to iconv(3): | tnozaki |
| 2007-03-06 | disallow illegal utf-8 byte sequence and surrogate chars (RFC3629). | tnozaki |
| 2007-03-05 | iconv: add following CCS/CES support. | tnozaki |
| 2006-12-13 | make del(\x7f) pass through. | tnozaki |
| 2006-11-24 | don't read input string more than MB_LEN_MAX(maybe redundant escape sequence). | tnozaki |
| 2006-11-24 | don't throw EILSEQ when byte sequence is "zW ". | tnozaki |
| 2006-11-22 | 1. add iconv support for following encodings: | tnozaki |
| 2006-11-22 | fix memory leak. | tnozaki |
| 2006-11-14 | change uint32_t to size_t; fixes build issue on 64-bit platforms. | dogcow |
| 2006-11-13 | avoid infinity loop, iso2022 module's stdenc_get_state_desc_generic() | tnozaki |
| 2006-11-13 | 1. add iconv support for followint encoding: | tnozaki |
| 2006-10-27 | don't pass through surrogate character(0xD800 - 0xDFFF). | tnozaki |
| 2006-10-18 | add new iconv module libJOHAB, | tnozaki |
| 2006-09-11 | correct typo in _DIAGASSERT() and some KNF. | tnozaki |
| 2006-09-09 | mapper_std iconv module and mkcsmapper(1) now can treat | tnozaki |
| 2006-08-23 | cleanup code | tnozaki |
| 2006-06-19 | added Chinese Tradisional Big5 family, | tnozaki |
| 2006-06-07 | if INIT0 specified, use it instead of ASCII. | tnozaki |
| 2006-03-22 | Coverity CID 1440: off by one in array count. | christos |
| 2006-03-19 | Coverity CID 1439: Prevent array index out of bounds access. | christos |
| 2006-03-19 | Coverity CID 2461: Bail out quickly instead of accessing uninitialized variables | christos |
| 2006-03-19 | Coverity 2462: Bail out quickly instead of accessing uninitialized variables. | christos |