summaryrefslogtreecommitdiffstats
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Parse error handling improvements.Kaz Kylheku2011-10-261-2/+10
* New features. Strling list output streams in streamKaz Kylheku2011-10-211-0/+90
* Whitespace.Kaz Kylheku2011-10-211-1/+1
* Quick and dirty port to MinGW.Kaz Kylheku2011-10-161-1/+5
* One more swing at this with the axe.Kaz Kylheku2011-10-091-12/+3
* Following up to previous commit's TODO.Kaz Kylheku2011-10-091-1/+2
* Ported to Cygwin.Kaz Kylheku2011-10-091-0/+7
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* Trie compression. Hash table iteration.Kaz Kylheku2011-09-261-2/+2
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* * stream.c (vformat_num): Fix bad width calculation.Kaz Kylheku2010-01-241-1/+1
* All COBJ operations have default implementations now;Kaz Kylheku2009-12-081-22/+17
* More void * to mem_t * conversion.Kaz Kylheku2009-12-051-6/+6
* Eliminate the void * disease. Generic pointers are of mem_t *Kaz Kylheku2009-12-041-10/+11
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-8/+8
* Whitespace.Kaz Kylheku2009-11-241-1/+1
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-25/+25
* Follow up on 64 bit compilation warnings.Kaz Kylheku2009-11-231-1/+1
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-7/+48
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-2/+7
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-86/+86
* Following-up on diagnostics obtained by running code through C++Kaz Kylheku2009-11-181-4/+5
* More removal of C99 wide character I/O, and tightening upKaz Kylheku2009-11-171-0/+1
* Removing use of C99 wide character I/O.Kaz Kylheku2009-11-171-52/+39
* Warning fixes.Kaz Kylheku2009-11-171-3/+9
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-202/+289
* 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-1/+1
* Fixes for bug 28086. When constructing a cobj, whose associatedKaz Kylheku2009-11-141-4/+8
* Previous commit broke UTF-8 lexing, by changing the get_charKaz Kylheku2009-11-131-0/+72
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-26/+15
* Documenting extended characters in man page.Kaz Kylheku2009-11-121-13/+47
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-57/+71
* Throw exception on stream error during close, or I/O operations. ThisKaz Kylheku2009-11-061-47/+129
* Bug ID 27895: Calls to protect have an argument list terminatedKaz Kylheku2009-11-011-1/+1
* Version 019txr-019Kaz Kylheku2009-11-031-6/+6
* Start of implementation for freestyle matching.Kaz Kylheku2009-11-021-3/+3
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-0/+641