| Commit message (Expand) | Author | Age | Files | Lines |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * eval.c (eval_init): Register streamp, real_time_stream_p, | Kaz Kylheku | 2013-12-10 | 1 | -0/+12 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -21/+0 |
* | Fixing some old-style coding that became obsolete | Kaz Kylheku | 2013-12-06 | 1 | -4/+4 |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 1 | -2/+32 |
* | * stream.c (stdio_set_prop): Fix reversed boolean. | Kaz Kylheku | 2013-12-02 | 1 | -1/+1 |
* | * stream.c (tail_strategy): Execute the strategy code also | Kaz Kylheku | 2013-12-02 | 1 | -16/+8 |
* | Steps toward fixing an issue: lazy list readahead. | Kaz Kylheku | 2013-12-01 | 1 | -4/+73 |
* | * stream.c (tail_calc): New function | Kaz Kylheku | 2013-11-28 | 1 | -11/+20 |
* | * stream.c (make_stdio_stream_common): Initialize new | Kaz Kylheku | 2013-11-28 | 1 | -0/+1 |
* | * stream.c (struct stdio_handle): New member, mode. | Kaz Kylheku | 2013-11-28 | 1 | -5/+60 |
* | * Changelog: missing entries reconstructed. | Kaz Kylheku | 2013-11-27 | 1 | -1/+1 |
* | * configure: Added check to detect POSIX sleep function. | Kaz Kylheku | 2013-11-27 | 1 | -41/+93 |
* | Stream-seeking functionality. | Kaz Kylheku | 2013-11-26 | 1 | -39/+103 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -1/+14 |
* | * stream.c (vformat): Slight change in ~s directive. For a floating | Kaz Kylheku | 2012-09-17 | 1 | -1/+1 |
* | * stream.c (vformat): Fix bug in ~x format directive for printing | Kaz Kylheku | 2012-09-16 | 1 | -14/+8 |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 1 | -0/+62 |
* | * stream.c (vformat): Bugfix: under the ~a and ~s directives, | Kaz Kylheku | 2012-08-31 | 1 | -1/+1 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 1 | -4/+4 |
* | * stream.c (open_pipev): Bugfix: program name is included | Kaz Kylheku | 2012-05-18 | 1 | -2/+2 |
* | Implement open_pipev in terms of popen for Windows which | Kaz Kylheku | 2012-05-18 | 1 | -1/+65 |
* | * match.c (complex_open): Likewise. | Kaz Kylheku | 2012-05-18 | 1 | -1/+1 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 1 | -2/+101 |
* | More NetBSD porting. | Kaz Kylheku | 2012-04-10 | 1 | -0/+3 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -6/+6 |
* | * stream.c (vformat): Compensate for differences in printf | Kaz Kylheku | 2012-03-27 | 1 | -5/+49 |
* | * parser.l: Bugfix: was not allowing e-notation floats | Kaz Kylheku | 2012-03-22 | 1 | -20/+23 |
* | * arith.c (int_flo): If sprintf produces something | Kaz Kylheku | 2012-03-22 | 1 | -0/+14 |
* | * arith.c (neg): Floating-point support. | Kaz Kylheku | 2012-03-21 | 1 | -22/+31 |
* | * stream.c (vformat): Use larger num_buf buffer so we don't | Kaz Kylheku | 2012-03-20 | 1 | -1/+1 |
* | * stream.c (vformat): num_buf increased to 256 because we | Kaz Kylheku | 2012-03-19 | 1 | -1/+54 |
* | * stream.c (stdio_put_string, stdio_put_char, stdio_put_byte): Do not | Kaz Kylheku | 2012-03-13 | 1 | -3/+3 |
* | * stream.c (string_out_byte_flush): Bugfix. Do not loop inside this | Kaz Kylheku | 2012-03-13 | 1 | -4/+4 |
* | Implementing put_byte for string output stream. | Kaz Kylheku | 2012-03-12 | 1 | -14/+71 |
* | Plugging memory leak. | Kaz Kylheku | 2012-03-12 | 1 | -1/+13 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 1 | -5/+9 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * eval.c (eval_init): New put-byte function interned. | Kaz Kylheku | 2012-02-25 | 1 | -0/+41 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -18/+33 |
* | Reimplementation of how TXR decides whether to dump bindings | Kaz Kylheku | 2012-02-17 | 1 | -0/+6 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 1 | -0/+5 |
* | * lib.c (obj_print): Print control characters in string and | Kaz Kylheku | 2012-02-12 | 1 | -4/+0 |
* | * stream.c (vformat): If width is specified for ~s or ~a, and | Kaz Kylheku | 2011-12-22 | 1 | -1/+7 |
* | * stream.c (vformat): Left-adjusted field is now specified | Kaz Kylheku | 2011-12-22 | 1 | -11/+9 |
* | * stream.c (vformat): Combine ~a and ~s cases, so numbers and | Kaz Kylheku | 2011-12-22 | 1 | -30/+6 |
* | Bug #35026 | Kaz Kylheku | 2011-12-22 | 1 | -14/+32 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -14/+58 |
* | * stream.c (find_char): New function. | Kaz Kylheku | 2011-12-06 | 1 | -3/+18 |