| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -6/+2 |
* | Previous commit broke UTF-8 lexing, by changing the get_char | Kaz Kylheku | 2009-11-13 | 1 | -0/+2 |
* | Continuing wchar_t conversion. Making sure all stdio calls | Kaz Kylheku | 2009-11-12 | 1 | -3/+3 |
* | Documenting extended characters in man page. | Kaz Kylheku | 2009-11-12 | 1 | -1/+1 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -3/+3 |
* | Throw exception on stream error during close, or I/O operations. This | Kaz Kylheku | 2009-11-06 | 1 | -3/+3 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -0/+48 |