| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Socket streams know their connected peer address. | Kaz Kylheku | 2016-02-27 | 1 | -0/+2 |
* | Adding socket support: unix, ipv4, ipv6. | Kaz Kylheku | 2016-02-26 | 1 | -0/+16 |
* | Place C standard I/O based streams into subtype. | Kaz Kylheku | 2016-02-26 | 1 | -0/+2 |
* | Record-delimiting stream adapter. | Kaz Kylheku | 2016-01-01 | 1 | -0/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | New variables for floating-point printing control. | Kaz Kylheku | 2015-12-28 | 1 | -0/+3 |
* | Large file support. | Kaz Kylheku | 2015-12-04 | 1 | -1/+1 |
* | Implementing truncate-stream. | Kaz Kylheku | 2015-10-21 | 1 | -2/+4 |
* | Move stat functions to use a struct. | Kaz Kylheku | 2015-08-30 | 1 | -3/+0 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -1/+2 |
* | Support lstat and fstat. | Kaz Kylheku | 2015-08-02 | 1 | -1/+0 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -1/+1 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -1/+16 |
* | Deriving streams from the same base, so | Kaz Kylheku | 2015-07-29 | 1 | -0/+11 |
* | Improved printing of stream objects. | Kaz Kylheku | 2015-07-07 | 1 | -9/+11 |
* | 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 |