| Commit message (Expand) | Author | Age | Files | Lines |
* | solaris: unbundle mkstemp and mkdtemp. | Kaz Kylheku | 2021-06-02 | 1 | -3/+9 |
* | Pre-release C++ upkeep. | Kaz Kylheku | 2021-06-01 | 1 | -4/+4 |
* | json: wrap up: test cases, fixes, tweaks. | Kaz Kylheku | 2021-05-31 | 1 | -1/+1 |
* | New: mkdtemp and mkstemp functions. | Kaz Kylheku | 2021-05-31 | 1 | -0/+55 |
* | New function: tmpfile. | Kaz Kylheku | 2021-05-31 | 1 | -0/+12 |
* | format: use self variable in error messages. | Kaz Kylheku | 2021-05-04 | 1 | -6/+6 |
* | format: ~x/~X specifiers support buffers. | Kaz Kylheku | 2021-05-04 | 1 | -13/+35 |
* | New function: portable-abs-path-p. | Kaz Kylheku | 2021-05-02 | 1 | -2/+27 |
* | bug: broken path handling on LIT_ALIGN == 2. | Kaz Kylheku | 2021-04-20 | 1 | -2/+2 |
* | lib: defend against locale-specific wcstod. | Kaz Kylheku | 2021-03-04 | 1 | -1/+20 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | cygwin: build fixes. | Kaz Kylheku | 2020-08-07 | 1 | -1/+1 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -17/+17 |
* | Expose low-level opendir/readdir dir traversal. | Kaz Kylheku | 2020-07-08 | 1 | -9/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -60/+69 |
* | Replace all strerror calls with wrapper. | Kaz Kylheku | 2020-06-20 | 1 | -18/+16 |
* | streams: maintain integer format string detector. | Kaz Kylheku | 2020-05-30 | 1 | -14/+28 |
* | Reduce footprint of :fd property. | Kaz Kylheku | 2020-04-25 | 1 | -8/+5 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -3/+0 |
* | 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 |