summaryrefslogtreecommitdiffstats
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* More void * to mem_t * conversion.Kaz Kylheku2009-12-051-2/+2
* utf8.c (utf8_from_uc): Fix bug introduced several commits ago (portingtxr-025Kaz Kylheku2009-11-241-0/+1
* Changes to make the code portable to C++ compilers, whichKaz Kylheku2009-11-241-3/+4
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-0/+1
* Use unsigned char * as allocator return value.Kaz Kylheku2009-11-191-1/+1
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-4/+4
* Version 021 preparation.txr-021Kaz Kylheku2009-11-151-2/+2
* Provide both char * and unsigned char * interfaces in UTF-8 module.Kaz Kylheku2009-11-141-6/+32
* Fixed broken utf8_from.Kaz Kylheku2009-11-121-21/+123
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-0/+168