summaryrefslogtreecommitdiffstats
path: root/unwind.h
Commit message (Collapse)AuthorAgeFilesLines
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-9/+9
| | | | | use wide character functions so that there is no illicit mixing. (But the goal is to replace this usage with txr streams).
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-3/+3
| | | | | | | | | This is incomplete. There are too many dependencies on wide character support from the C stream I/O library, and implicit use of some encoding which may not be UTF-8. The regex code does not handle wide characters properly. Character type is still int in some places, rather than wchar_t. Test suite passes though.
* txr-016 2009-10-16txr-016Kaz Kylheku2017-07-311-1/+1
|
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-2/+90
|
* txr-014 2009-10-05txr-014Kaz Kylheku2017-07-311-6/+27
|
* txr-011 2009-09-25txr-011Kaz Kylheku2017-07-311-0/+66