| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * stream.c (vformat_num): Fix bad width calculation. | Kaz Kylheku | 2010-01-24 | 1 | -1/+1 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -22/+17 |
* | More void * to mem_t * conversion. | Kaz Kylheku | 2009-12-05 | 1 | -6/+6 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -10/+11 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -8/+8 |
* | Whitespace. | Kaz Kylheku | 2009-11-24 | 1 | -1/+1 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -25/+25 |
* | Follow up on 64 bit compilation warnings. | Kaz Kylheku | 2009-11-23 | 1 | -1/+1 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -7/+48 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -2/+7 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -86/+86 |
* | Following-up on diagnostics obtained by running code through C++ | Kaz Kylheku | 2009-11-18 | 1 | -4/+5 |
* | More removal of C99 wide character I/O, and tightening up | Kaz Kylheku | 2009-11-17 | 1 | -0/+1 |
* | Removing use of C99 wide character I/O. | Kaz Kylheku | 2009-11-17 | 1 | -52/+39 |
* | Warning fixes. | Kaz Kylheku | 2009-11-17 | 1 | -3/+9 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -202/+289 |
* | 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 | -1/+1 |
* | Fixes for bug 28086. When constructing a cobj, whose associated | Kaz Kylheku | 2009-11-14 | 1 | -4/+8 |
* | Previous commit broke UTF-8 lexing, by changing the get_char | Kaz Kylheku | 2009-11-13 | 1 | -0/+72 |
* | Continuing wchar_t conversion. Making sure all stdio calls | Kaz Kylheku | 2009-11-12 | 1 | -26/+15 |
* | Documenting extended characters in man page. | Kaz Kylheku | 2009-11-12 | 1 | -13/+47 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -57/+71 |
* | Throw exception on stream error during close, or I/O operations. This | Kaz Kylheku | 2009-11-06 | 1 | -47/+129 |
* | Bug ID 27895: Calls to protect have an argument list terminated | Kaz Kylheku | 2009-11-01 | 1 | -1/+1 |
* | Version 019txr-019 | Kaz Kylheku | 2009-11-03 | 1 | -6/+6 |
* | Start of implementation for freestyle matching. | Kaz Kylheku | 2009-11-02 | 1 | -3/+3 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -0/+641 |