Age | Commit message (Expand) | Author |
---|---|---|
2018-12-13 | Cleanup, no functional change: | Ingo Schwarze |
2017-02-18 | preconv_encode() can take a const input buffer; | Ingo Schwarze |
2015-10-06 | modernize style: "return" is not a function; ok cmp(1) | Ingo Schwarze |
2015-03-09 | Explicitly cast when assigning from char * to unsigned char * and vice versa. | Ingo Schwarze |
2014-12-19 | Rewrite the low-level UTF-8 parser from scratch. | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-11-14 | Remove needless and harmful byte swapping on big endian architectures. | Ingo Schwarze |
2014-11-01 | Refactor, no functional change: Remove the parse point from struct buf. | Ingo Schwarze |
2014-10-30 | support UTF-8 and ISO-8859-1 input by integrating modified parts | Ingo Schwarze |