summaryrefslogtreecommitdiffstats
path: root/stream.c
Commit message (Expand)AuthorAgeFilesLines
* * stream.c (vformat): Slight change in ~s directive. For a floatingKaz Kylheku2012-09-171-1/+1
* * stream.c (vformat): Fix bug in ~x format directive for printingKaz Kylheku2012-09-161-14/+8
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-111-0/+62
* * stream.c (vformat): Bugfix: under the ~a and ~s directives,Kaz Kylheku2012-08-311-1/+1
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-4/+4
* * stream.c (open_pipev): Bugfix: program name is includedKaz Kylheku2012-05-181-2/+2
* Implement open_pipev in terms of popen for Windows whichKaz Kylheku2012-05-181-1/+65
* * match.c (complex_open): Likewise.Kaz Kylheku2012-05-181-1/+1
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-2/+101
* More NetBSD porting.Kaz Kylheku2012-04-101-0/+3
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-6/+6
* * stream.c (vformat): Compensate for differences in printfKaz Kylheku2012-03-271-5/+49
* * parser.l: Bugfix: was not allowing e-notation floatsKaz Kylheku2012-03-221-20/+23
* * arith.c (int_flo): If sprintf produces somethingKaz Kylheku2012-03-221-0/+14
* * arith.c (neg): Floating-point support.Kaz Kylheku2012-03-211-22/+31
* * stream.c (vformat): Use larger num_buf buffer so we don'tKaz Kylheku2012-03-201-1/+1
* * stream.c (vformat): num_buf increased to 256 because weKaz Kylheku2012-03-191-1/+54
* * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do notKaz Kylheku2012-03-131-3/+3
* * stream.c (string_out_byte_flush): Bugfix. Do not loop inside thisKaz Kylheku2012-03-131-4/+4
* Implementing put_byte for string output stream.Kaz Kylheku2012-03-121-14/+71
* Plugging memory leak.Kaz Kylheku2012-03-121-1/+13
* 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