| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tightening behavior for unimplemented stream ops. | Kaz Kylheku | 2015-07-06 | 1 | -1/+2 |
* | * stream.c (catenated_stream_p, catenated_stream_push): New functions. | Kaz Kylheku | 2015-06-07 | 1 | -0/+2 |
* | Adding poll function. | Kaz Kylheku | 2015-04-28 | 1 | -1/+1 |
* | Functions open-fileno and fileno. | Kaz Kylheku | 2015-04-10 | 1 | -0/+1 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -2/+10 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Use macro to initialize strm_ops. | Kaz Kylheku | 2015-01-29 | 1 | -0/+9 |
* | * stream.c (get_string): New argument, close_after_p. | Kaz Kylheku | 2015-01-21 | 1 | -1/+1 |
* | Moving system interface functions to separate module out of | Kaz Kylheku | 2014-10-08 | 1 | -10/+0 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * stream.c (put_strings, put_lines): New functions. | Kaz Kylheku | 2014-07-19 | 1 | -0/+2 |
* | * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons. | Kaz Kylheku | 2014-07-19 | 1 | -0/+1 |
* | * match.c (v_load): use the abs_path_p function instead of | Kaz Kylheku | 2014-06-12 | 1 | -0/+1 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 1 | -2/+0 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -6/+6 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -0/+1 |
* | g++ regressions. | Kaz Kylheku | 2014-03-06 | 1 | -1/+1 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -5/+8 |
* | * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap. | Kaz Kylheku | 2014-02-24 | 1 | -0/+3 |
* | * eval.c (eval_init): Register forgotten s_ifsock variable. | Kaz Kylheku | 2014-02-24 | 1 | -1/+8 |
* | * stream.c (remove_path, rename_path): New functions. | Kaz Kylheku | 2014-01-28 | 1 | -0/+2 |
* | Support for pushing back bytes and characters into streams. | Kaz Kylheku | 2014-01-13 | 1 | -0/+4 |
* | Support for parsing Lisp expression out of strings and streams. | Kaz Kylheku | 2013-12-14 | 1 | -0/+1 |
* | New stream property: name. Some streams can report | Kaz Kylheku | 2013-12-13 | 1 | -1/+1 |
* | 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/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+21 |
* | * eval.c (eval_init): Registered regex_parse as new | Kaz Kylheku | 2013-12-05 | 1 | -1/+2 |
* | Steps toward fixing an issue: lazy list readahead. | Kaz Kylheku | 2013-12-01 | 1 | -0/+3 |
* | * configure: Added check to detect POSIX sleep function. | Kaz Kylheku | 2013-11-27 | 1 | -2/+4 |
* | Stream-seeking functionality. | Kaz Kylheku | 2013-11-26 | 1 | -0/+6 |
* | * arith.c (logtest): New function. | Kaz Kylheku | 2012-09-18 | 1 | -0/+5 |
* | * configure: Added test for <sys/stat.h> | Kaz Kylheku | 2012-09-11 | 1 | -0/+1 |
* | * eval.c (eval_init): Registered open-command and open-process | Kaz Kylheku | 2012-05-18 | 1 | -2/+2 |
* | Implementing new pipe function to get around the limitation | Kaz Kylheku | 2012-05-18 | 1 | -0/+1 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 1 | -1/+1 |
* | * 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/+1 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -3/+3 |
* | Reimplementation of how TXR decides whether to dump bindings | Kaz Kylheku | 2012-02-17 | 1 | -0/+1 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 1 | -0/+1 |
* | Adding streams functions to Lisp evaluator. | Kaz Kylheku | 2011-11-28 | 1 | -0/+4 |
* | Adding a debugger. This is an experimental prototype. | Kaz Kylheku | 2011-11-13 | 1 | -0/+1 |
* | Parse error handling improvements. | Kaz Kylheku | 2011-10-26 | 1 | -0/+1 |
* | New features. Strling list output streams in stream | Kaz Kylheku | 2011-10-21 | 1 | -0/+2 |
* | Whitespace. | Kaz Kylheku | 2011-10-21 | 1 | -3/+3 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -17/+17 |