summaryrefslogtreecommitdiffstats
path: root/stream.h
Commit message (Expand)AuthorAgeFilesLines
* printer: improve object formatting.Kaz Kylheku2018-04-051-0/+2
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New feature: structure delegate streams.Kaz Kylheku2017-12-081-0/+5
* streams: allow "b" flag on open-command.Kaz Kylheku2017-10-301-0/+1
* bugfix: seek-stream :from-end not working.Kaz Kylheku2017-08-141-1/+1
* new function: path-catKaz Kylheku2017-07-181-0/+1
* buffers: improve put-buf and fill-buf.Kaz Kylheku2017-06-051-4/+4
* streams: put-buf and fill-buf functions.Kaz Kylheku2017-06-041-1/+6
* Adding base-name and dir-name functions.Kaz Kylheku2017-05-211-0/+4
* bugfix: tostringp not behaving right for floats.Kaz Kylheku2017-05-041-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Circ print: fix recursion from print methods.Kaz Kylheku2016-11-011-0/+1
* Add stream printing context.Kaz Kylheku2016-10-201-1/+9
* Add *print-circle* special variable.Kaz Kylheku2016-10-191-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* New function pure-rel-path-p.Kaz Kylheku2016-09-271-0/+1
* New strlist list input stream type.Kaz Kylheku2016-09-241-0/+1
* Support byte oriented mode in dgram sockets.Kaz Kylheku2016-05-291-1/+1
* Optional argument on remove-path.Kaz Kylheku2016-05-231-1/+1
* read-until-match can optionally keep matched text.Kaz Kylheku2016-04-201-1/+1
* Make open_socket static and register in socket.c.Kaz Kylheku2016-04-141-3/+0
* Make open_sockfd static.Kaz Kylheku2016-04-141-1/+0
* Adding fmt function.Kaz Kylheku2016-04-141-0/+1
* Permissive stream open mode strings.Kaz Kylheku2016-03-191-3/+5
* Size mode meaningful in datagram sockets.Kaz Kylheku2016-03-191-0/+1
* Buffer size digit in file open mode string.Kaz Kylheku2016-03-191-1/+2
* New l and u letters in stream open mode strings.Kaz Kylheku2016-03-181-8/+10
* Revamped naming for socket streams.Kaz Kylheku2016-03-071-1/+1
* Special implementation of dgram socket streams.Kaz Kylheku2016-03-061-0/+3
* Access to file descriptor now via stream virtual.Kaz Kylheku2016-03-061-2/+3
* Make stdio_mode type public.Kaz Kylheku2016-03-061-0/+14
* Socket operations become proper stream virtuals.Kaz Kylheku2016-03-041-1/+5
* Make make_sock_stream static in stream.c.Kaz Kylheku2016-03-041-3/+0
* Socket streams know their connected peer address.Kaz Kylheku2016-02-271-0/+2
* Adding socket support: unix, ipv4, ipv6.Kaz Kylheku2016-02-261-0/+16
* Place C standard I/O based streams into subtype.Kaz Kylheku2016-02-261-0/+2
* Record-delimiting stream adapter.Kaz Kylheku2016-01-011-0/+1
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* New variables for floating-point printing control.Kaz Kylheku2015-12-281-0/+3
* Large file support.Kaz Kylheku2015-12-041-1/+1
* Implementing truncate-stream.Kaz Kylheku2015-10-211-2/+4
* Move stat functions to use a struct.Kaz Kylheku2015-08-301-3/+0
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-1/+2
* Support lstat and fstat.Kaz Kylheku2015-08-021-1/+0
* Pass pretty flag to cobj print operation.Kaz Kylheku2015-08-011-1/+1
* Multi-line, indented printing of structure.Kaz Kylheku2015-07-311-1/+16
* Deriving streams from the same base, soKaz Kylheku2015-07-291-0/+11
* 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