| Commit message (Expand) | Author |
| 2017-05-24 | Update .gitignore. | Simon Tatham |
| 2017-05-20 | Replace Halibut's makefiles with autotools. | Simon Tatham |
| 2017-05-15 | Update to the latest libcharset commit. | Simon Tatham |
| 2016-03-16 | Pull in libcharset update with parallel-build fixes. | Simon Tatham |
| 2012-07-19 | Silly of me to overlook it: another obvious way you might like to | Simon Tatham |
| 2012-07-18 | A slightly silly new utility: 'confuse'. You provide it with some | Simon Tatham |
| 2012-07-18 | Mechanism for iterating over all supported charsets. | Simon Tatham |
| 2012-05-03 | Fix an integer-type mismatch between %04x in a printf format string | Simon Tatham |
| 2011-11-09 | Correct a comment. | Simon Tatham |
| 2011-10-14 | Merge PuTTY r9326, adding CP852 support. | Simon Tatham |
| 2009-04-17 | I've just seen the MIME charset name 'x-sjis' in the wild. Add it to | Simon Tatham |
| 2009-01-11 | ctype functions require their argument to be EOF or representable as an | Ben Harris |
| 2008-11-21 | Oh, all right. Put in the implicit zero elements at the ends of the | Simon Tatham |
| 2008-08-21 | I've just had some spam in Windows-874, a Thai SBCS. Add libcharset | Simon Tatham |
| 2008-07-09 | Just in case sbcsgen.pl is fed an sbcs.dat with the wrong line | Simon Tatham |
| 2007-08-05 | Add the ability to pass a NULL output buffer and/or an unlimited | Simon Tatham |
| 2007-04-30 | Add rule to compile emacsenc.c. Noticed by David Leonard. | Ben Harris |
| 2007-04-09 | Add a mechanism for translating to and from the coding system symbols | Ben Harris |
| 2006-06-13 | I've apparently had this lying around for months but forgotten to | Simon Tatham |
| 2006-05-18 | Remove an outright lie I've just noticed in the comment at the top | Simon Tatham |
| 2006-04-26 | sbcsgen.pl was giving different results on different machines in the case | Jacob Nevins |
| 2005-12-18 | CP866 is popular and small. Add it to both the general and PuTTY | Jacob Nevins |
| 2005-11-15 | Reinstate the DEPLANARISE macros, this time in what I believe is a | Simon Tatham |
| 2005-11-13 | Fix various compiler warnings and errors. In particular, my cunning | Simon Tatham |
| 2005-10-23 | write_utf8() is used in iso2022.c as of r6378; declare it. | Jacob Nevins |
| 2005-10-07 | Working ISO 2022 output function. Outputs full ISO 2022 (not sure | Simon Tatham |
| 2005-10-06 | PostScript StandardEncoding might occasionally come in handy. While | Simon Tatham |
| 2005-09-26 | Correct the URL of the X Registry to the one given in the Registry, which | Ben Harris |
| 2005-09-26 | Never loop up to _and including_ lenof(array). | Simon Tatham |
| 2005-09-24 | Correct copy and paste error. | Simon Tatham |
| 2005-09-24 | EUC-TW implementation, plus an explanation of why ISO-2022-CN is difficult. | Ben Harris |
| 2005-09-24 | Space-saving restructure of the CNS 11643 data tables. Reduces the | Simon Tatham |
| 2005-09-24 | Fix a couple of warnings. | Ben Harris |
| 2005-09-24 | Introduce the -v flag which outputs the actual index of each code | Simon Tatham |
| 2005-09-24 | Add support for CNS 11643. | Ben Harris |
| 2005-09-24 | Include CNS 11643 in the cstable diagnostic utility. | Simon Tatham |
| 2005-09-24 | IRG source T3 includes not only plane 3 of CNS 11643, but also "some additional | Ben Harris |
| 2005-09-24 | CNS 11643 goes above the BMP, so the test code should take that into | Simon Tatham |
| 2005-09-24 | Add a mapping table for CNS 11643-1992. It's a bit big, and nothing | Ben Harris |
| 2005-09-21 | Support for the ESC $ ( 0 and ESC $ ( 1 sets that Emacs uses to embed | Ben Harris |
| 2005-09-21 | Add support for COMPOUND_TEXT extended segments encoding ISO 98859-14, | Ben Harris |
| 2005-09-18 | Add two new SBCSes: BS 4730 (alias UK-ASCII) and DEC graphics (alias VT100 | Ben Harris |
| 2005-09-18 | When documenting s0 and s1, get then the right way around. | Ben Harris |
| 2005-09-18 | 1: Better documentation of how read_iso2022() stores its state. | Ben Harris |
| 2005-09-18 | Ben points out that ESC ( J in ISO-2022-JP should encode the | Simon Tatham |
| 2005-09-18 | Make read_utf8(), like read_sbcs(), accessible to the rest of the library, | Ben Harris |
| 2005-09-18 | Undo another change that leaked through with the ISO-2022 commit. | Ben Harris |
| 2005-09-18 | Update comment to reflect state of DOCS support. | Ben Harris |
| 2005-09-18 | Undo accidental change in previous commit. | Ben Harris |
| 2005-09-17 | Support for using DOCS to switch to and from UTF-8 mode. | Ben Harris |