summaryrefslogtreecommitdiffstats
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-5/+9
* * 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/+41
* Introducing optional arguments.Kaz Kylheku2012-02-211-18/+33
* Reimplementation of how TXR decides whether to dump bindingsKaz Kylheku2012-02-171-0/+6
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-161-0/+5
* * lib.c (obj_print): Print control characters in string andKaz Kylheku2012-02-121-4/+0
* * stream.c (vformat): If width is specified for ~s or ~a, andKaz Kylheku2011-12-221-1/+7
* * stream.c (vformat): Left-adjusted field is now specifiedKaz Kylheku2011-12-221-11/+9
* * stream.c (vformat): Combine ~a and ~s cases, so numbers andKaz Kylheku2011-12-221-30/+6
* Bug #35026Kaz Kylheku2011-12-221-14/+32
* Bignum support, here we go!Kaz Kylheku2011-12-091-14/+58
* * stream.c (find_char): New function.Kaz Kylheku2011-12-061-3/+18
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-1/+1
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-0/+1
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-1/+111
* Task #11436Kaz Kylheku2011-11-261-3/+2
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-3/+26
* 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