summaryrefslogtreecommitdiffstats
path: root/stream.h
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (logtest): New function.Kaz Kylheku2012-09-181-0/+5
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-111-0/+1
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-2/+2
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-0/+1
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-1/+1
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * eval.c (eval_init): New put-byte function interned.Kaz Kylheku2012-02-251-0/+1
* Introducing optional arguments.Kaz Kylheku2012-02-211-3/+3
* Reimplementation of how TXR decides whether to dump bindingsKaz Kylheku2012-02-171-0/+1
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-161-0/+1
* 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