summaryrefslogtreecommitdiffstats
path: root/stream.h
Commit message (Expand)AuthorAgeFilesLines
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-0/+4
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+1
* Parse error handling improvements.Kaz Kylheku2011-10-261-0/+1
* New features. Strling list output streams in streamKaz Kylheku2011-10-211-0/+2
* Whitespace.Kaz Kylheku2011-10-211-3/+3
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* * 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
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-17/+17
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-6/+2
* Previous commit broke UTF-8 lexing, by changing the get_charKaz Kylheku2009-11-131-0/+2
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-3/+3
* Documenting extended characters in man page.Kaz Kylheku2009-11-121-1/+1
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-3/+3
* Throw exception on stream error during close, or I/O operations. ThisKaz Kylheku2009-11-061-3/+3
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-0/+48