| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 1 | -4/+0 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -0/+4 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * stream.c (tail_strategy): Execute the strategy code also | Kaz Kylheku | 2013-12-02 | 1 | -1/+1 |
* | * stream.c (struct stdio_handle): New member, mode. | Kaz Kylheku | 2013-11-28 | 1 | -0/+10 |
* | * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.c | Kaz Kylheku | 2013-08-09 | 1 | -61/+61 |
* | * utf8.c (w_fopen, w_popen): Removing unnecessary casts of | Kaz Kylheku | 2012-05-18 | 1 | -4/+4 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * utf8.c (utf8_from_uc, utf8_decode): Some cascaded if tests converted | Kaz Kylheku | 2012-02-05 | 1 | -16/+34 |
* | * utf8.c (utf8_from_uc): Bugfix: incorrect condition in character | Kaz Kylheku | 2012-02-04 | 1 | -3/+5 |
* | * utf8.c (utf8_from_uc, utf8_decode): Use upper case for hex constants. | Kaz Kylheku | 2012-02-02 | 1 | -25/+29 |
* | * utf8.c (utf8_to_uc, utf8_encode): Do not encode surrogate code | Kaz Kylheku | 2012-02-02 | 1 | -8/+18 |
* | * utf8.c (utf8_from_uc, utf8_decode): Impose a minium value on the | Kaz Kylheku | 2012-02-02 | 1 | -7/+25 |
* | Improved support for broken unicode. | Kaz Kylheku | 2011-10-10 | 1 | -0/+22 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | More void * to mem_t * conversion. | Kaz Kylheku | 2009-12-05 | 1 | -2/+2 |
* | utf8.c (utf8_from_uc): Fix bug introduced several commits ago (portingtxr-025 | Kaz Kylheku | 2009-11-24 | 1 | -0/+1 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -3/+4 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -0/+1 |
* | Use unsigned char * as allocator return value. | Kaz Kylheku | 2009-11-19 | 1 | -1/+1 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -4/+4 |
* | Version 021 preparation.txr-021 | Kaz Kylheku | 2009-11-15 | 1 | -2/+2 |
* | Provide both char * and unsigned char * interfaces in UTF-8 module. | Kaz Kylheku | 2009-11-14 | 1 | -6/+32 |
* | Fixed broken utf8_from. | Kaz Kylheku | 2009-11-12 | 1 | -21/+123 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -0/+168 |