| Commit message (Expand) | Author | Age | Files | Lines |
* | parser: batched read operation for speed. | Kaz Kylheku | 2020-04-22 | 1 | -0/+1 |
* | streams: put_buf and fill_buf become lower-level. | Kaz Kylheku | 2020-04-22 | 1 | -2/+2 |
* | New function: get-line-as-buf | Kaz Kylheku | 2020-04-19 | 1 | -0/+1 |
* | New "n" open file mode option: nonblocking. | Kaz Kylheku | 2020-04-15 | 1 | -3/+4 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 1 | -3/+3 |
* | New "m" file open mode: non-truncating "w". | Kaz Kylheku | 2020-02-07 | 1 | -3/+4 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | open-process: I/O redirection feature. | Kaz Kylheku | 2019-11-06 | 1 | -0/+3 |
* | base-name: optionally remove suffix. | Kaz Kylheku | 2019-08-09 | 1 | -1/+1 |
* | sha256: recycle I/O buffer used in stream hash. | Kaz Kylheku | 2019-07-04 | 1 | -1/+3 |
* | base64: integrate with buffers. | Kaz Kylheku | 2019-06-21 | 1 | -0/+1 |
* | Support max length and depth for object printing. | Kaz Kylheku | 2019-04-18 | 1 | -0/+6 |
* | streams: force-off indent mode. | Kaz Kylheku | 2019-04-16 | 1 | -1/+3 |
* | fill-buf-adjust: new function. | Kaz Kylheku | 2019-02-16 | 1 | -0/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 1 | -0/+2 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New feature: structure delegate streams. | Kaz Kylheku | 2017-12-08 | 1 | -0/+5 |
* | streams: allow "b" flag on open-command. | Kaz Kylheku | 2017-10-30 | 1 | -0/+1 |
* | bugfix: seek-stream :from-end not working. | Kaz Kylheku | 2017-08-14 | 1 | -1/+1 |
* | new function: path-cat | Kaz Kylheku | 2017-07-18 | 1 | -0/+1 |
* | buffers: improve put-buf and fill-buf. | Kaz Kylheku | 2017-06-05 | 1 | -4/+4 |
* | streams: put-buf and fill-buf functions. | Kaz Kylheku | 2017-06-04 | 1 | -1/+6 |
* | Adding base-name and dir-name functions. | Kaz Kylheku | 2017-05-21 | 1 | -0/+4 |
* | bugfix: tostringp not behaving right for floats. | Kaz Kylheku | 2017-05-04 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Circ print: fix recursion from print methods. | Kaz Kylheku | 2016-11-01 | 1 | -0/+1 |
* | Add stream printing context. | Kaz Kylheku | 2016-10-20 | 1 | -1/+9 |
* | Add *print-circle* special variable. | Kaz Kylheku | 2016-10-19 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | New function pure-rel-path-p. | Kaz Kylheku | 2016-09-27 | 1 | -0/+1 |
* | New strlist list input stream type. | Kaz Kylheku | 2016-09-24 | 1 | -0/+1 |
* | Support byte oriented mode in dgram sockets. | Kaz Kylheku | 2016-05-29 | 1 | -1/+1 |
* | Optional argument on remove-path. | Kaz Kylheku | 2016-05-23 | 1 | -1/+1 |
* | read-until-match can optionally keep matched text. | Kaz Kylheku | 2016-04-20 | 1 | -1/+1 |
* | Make open_socket static and register in socket.c. | Kaz Kylheku | 2016-04-14 | 1 | -3/+0 |
* | Make open_sockfd static. | Kaz Kylheku | 2016-04-14 | 1 | -1/+0 |
* | Adding fmt function. | Kaz Kylheku | 2016-04-14 | 1 | -0/+1 |
* | Permissive stream open mode strings. | Kaz Kylheku | 2016-03-19 | 1 | -3/+5 |
* | Size mode meaningful in datagram sockets. | Kaz Kylheku | 2016-03-19 | 1 | -0/+1 |
* | Buffer size digit in file open mode string. | Kaz Kylheku | 2016-03-19 | 1 | -1/+2 |
* | New l and u letters in stream open mode strings. | Kaz Kylheku | 2016-03-18 | 1 | -8/+10 |
* | Revamped naming for socket streams. | Kaz Kylheku | 2016-03-07 | 1 | -1/+1 |
* | Special implementation of dgram socket streams. | Kaz Kylheku | 2016-03-06 | 1 | -0/+3 |
* | Access to file descriptor now via stream virtual. | Kaz Kylheku | 2016-03-06 | 1 | -2/+3 |
* | Make stdio_mode type public. | Kaz Kylheku | 2016-03-06 | 1 | -0/+14 |
* | Socket operations become proper stream virtuals. | Kaz Kylheku | 2016-03-04 | 1 | -1/+5 |
* | Make make_sock_stream static in stream.c. | Kaz Kylheku | 2016-03-04 | 1 | -3/+0 |
* | Socket streams know their connected peer address. | Kaz Kylheku | 2016-02-27 | 1 | -0/+2 |