summaryrefslogtreecommitdiffstats
path: root/stream.h
Commit message (Expand)AuthorAgeFilesLines
* Improved printing of stream objects.Kaz Kylheku2015-07-071-9/+11
* Tightening behavior for unimplemented stream ops.Kaz Kylheku2015-07-061-1/+2
* * stream.c (catenated_stream_p, catenated_stream_push): New functions.Kaz Kylheku2015-06-071-0/+2
* Adding poll function.Kaz Kylheku2015-04-281-1/+1
* Functions open-fileno and fileno.Kaz Kylheku2015-04-101-0/+1
* Introducing persistent error state on streams.Kaz Kylheku2015-02-251-2/+10
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* Use macro to initialize strm_ops.Kaz Kylheku2015-01-291-0/+9
* * stream.c (get_string): New argument, close_after_p.Kaz Kylheku2015-01-211-1/+1
* Moving system interface functions to separate module out ofKaz Kylheku2014-10-081-10/+0
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * stream.c (put_strings, put_lines): New functions.Kaz Kylheku2014-07-191-0/+2
* * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.Kaz Kylheku2014-07-191-0/+1
* * match.c (v_load): use the abs_path_p function instead ofKaz Kylheku2014-06-121-0/+1
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-091-2/+0
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-6/+6
* * eval.c (plus_s, prof_s): New symbol global variables.Kaz Kylheku2014-03-121-0/+1
* g++ regressions.Kaz Kylheku2014-03-061-1/+1
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-281-5/+8
* * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap.Kaz Kylheku2014-02-241-0/+3
* * eval.c (eval_init): Register forgotten s_ifsock variable.Kaz Kylheku2014-02-241-1/+8
* * stream.c (remove_path, rename_path): New functions.Kaz Kylheku2014-01-281-0/+2
* Support for pushing back bytes and characters into streams.Kaz Kylheku2014-01-131-0/+4
* Support for parsing Lisp expression out of strings and streams.Kaz Kylheku2013-12-141-0/+1
* New stream property: name. Some streams can reportKaz Kylheku2013-12-131-1/+1
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * eval.c (eval_init): Register streamp, real_time_stream_p,Kaz Kylheku2013-12-101-0/+1
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-0/+21
* * eval.c (eval_init): Registered regex_parse as newKaz Kylheku2013-12-051-1/+2
* Steps toward fixing an issue: lazy list readahead.Kaz Kylheku2013-12-011-0/+3
* * configure: Added check to detect POSIX sleep function.Kaz Kylheku2013-11-271-2/+4
* Stream-seeking functionality.Kaz Kylheku2013-11-261-0/+6
* * arith.c (logtest): New function.Kaz Kylheku2012-09-181-0/+5
* * configure: Added test for <sys/stat.h>Kaz Kylheku2012-09-111-0/+1
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-2/+2
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-0/+1
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-1/+1
* * 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/+1
* Introducing optional arguments.Kaz Kylheku2012-02-211-3/+3
* Reimplementation of how TXR decides whether to dump bindingsKaz Kylheku2012-02-171-0/+1
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-161-0/+1
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-0/+4
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+1
* Parse error handling improvements.Kaz Kylheku2011-10-261-0/+1
* New features. Strling list output streams in streamKaz Kylheku2011-10-211-0/+2
* Whitespace.Kaz Kylheku2011-10-211-3/+3
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* * 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