| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | parser: batched read operation for speed. | Kaz Kylheku | 2020-04-22 | 1 | -0/+8 |
* | streams: put_buf and fill_buf become lower-level. | Kaz Kylheku | 2020-04-22 | 1 | -40/+42 |
* | New function: get-line-as-buf | Kaz Kylheku | 2020-04-19 | 1 | -0/+30 |
* | open-file: fix broken append mode. | Kaz Kylheku | 2020-04-17 | 1 | -0/+2 |
* | open-file: allow async signals. | Kaz Kylheku | 2020-04-16 | 1 | -14/+20 |
* | New "n" open file mode option: nonblocking. | Kaz Kylheku | 2020-04-15 | 1 | -5/+12 |
* | streams: bugfix: "m" mode: use 0666 in open. | Kaz Kylheku | 2020-04-15 | 1 | -1/+1 |
* | streams: fix reversed order of items in error diagnostic. | Kaz Kylheku | 2020-04-13 | 1 | -2/+2 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+36 |
* | open-process: fix regression. | Kaz Kylheku | 2020-03-24 | 1 | -1/+1 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -4/+4 |
* | cygwin: use spawnvp for run and sh. | Kaz Kylheku | 2020-02-17 | 1 | -46/+81 |
* | open-file: fix diagnostic referring to "o" mode. | Kaz Kyheku | 2020-02-12 | 1 | -1/+1 |
* | New "m" file open mode: non-truncating "w". | Kaz Kylheku | 2020-02-07 | 1 | -3/+32 |
* | fill-buf/fill-buf-adjust: incorrect return value. | Kaz Kyheku | 2020-02-05 | 1 | -2/+2 |
* | open-files: add mode string argument. | Kaz Kyheku | 2020-01-31 | 1 | -4/+12 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | open-process: new variant, open-subprocess. | Kaz Kylheku | 2019-11-07 | 1 | -14/+37 |
* | open-process: I/O redirection feature. | Kaz Kylheku | 2019-11-06 | 1 | -0/+81 |
* | open-process: close-on-exec bugfix. | Kaz Kylheku | 2019-11-06 | 1 | -2/+2 |
* | All HAVE_* macros should be tested with #if, not #ifdef. | Kaz Kylheku | 2019-09-12 | 1 | -2/+2 |
* | base-name: optionally remove suffix. | Kaz Kylheku | 2019-08-09 | 1 | -3/+7 |
* | sha256: recycle I/O buffer used in stream hash. | Kaz Kylheku | 2019-07-04 | 1 | -0/+27 |
* | Expose make-byte-input-stream. | Kaz Kylheku | 2019-07-04 | 1 | -0/+1 |
* | base64: integrate with buffers. | Kaz Kylheku | 2019-06-21 | 1 | -0/+17 |
* | streams: use ~s and ~a properly in errors. | Kaz Kylheku | 2019-06-21 | 1 | -27/+27 |
* | lib: more nuanced file access errors. | Kaz Kylheku | 2019-05-01 | 1 | -21/+37 |
* | Support max length and depth for object printing. | Kaz Kylheku | 2019-04-18 | 1 | -4/+27 |
* | streams: force-off indent mode. | Kaz Kylheku | 2019-04-16 | 1 | -6/+24 |
* | fill-buf-adjust: new function. | Kaz Kylheku | 2019-02-16 | 1 | -0/+15 |
* | streams: use Boolean return value for stdio_fseek. | Kaz Kylheku | 2019-01-25 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Eliminate various unneeded header inclusions. | Kaz Kylheku | 2018-12-12 | 1 | -1/+0 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+1 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -53/+112 |
* | Fix wrong uses of ~s for function name string. | Kaz Kylheku | 2018-11-07 | 1 | -3/+3 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | repl: bugfix: slow paste into terminal window. | Kaz Kylheku | 2018-11-01 | 1 | -1/+3 |
* | printer: improve object formatting. | Kaz Kylheku | 2018-04-05 | 1 | -3/+17 |
* | string output streams: null pointer deref. | Kaz Kylheku | 2018-03-30 | 1 | -4/+10 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New feature: structure delegate streams. | Kaz Kylheku | 2017-12-08 | 1 | -13/+39 |
* | streams: allow "b" flag on open-command. | Kaz Kylheku | 2017-10-30 | 1 | -1/+17 |
* | Default the length argument of truncate-stream. | Kaz Kylheku | 2017-08-21 | 1 | -1/+3 |
* | new function: path-cat | Kaz Kylheku | 2017-07-18 | 1 | -0/+40 |
* | remove-path: exception semantics adjusted. | Kaz Kylheku | 2017-07-17 | 1 | -1/+1 |
* | format: support leading zero printing for floats. | Kaz Kylheku | 2017-07-16 | 1 | -2/+2 |