| Commit message (Expand) | Author | Age | Files | Lines |
* | New function: replace-env. | Kaz Kylheku | 2021-09-25 | 1 | -0/+1 |
* | gcc11: warnings related to struct args allocation.. | Kaz Kylheku | 2021-09-08 | 1 | -0/+6 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+2 |
* | string-finish: new function. | Kaz Kylheku | 2021-09-07 | 1 | -0/+1 |
* | string-extend: third optional argument. | Kaz Kylheku | 2021-09-07 | 1 | -1/+1 |
* | New function: delcons. | Kaz Kylheku | 2021-09-02 | 1 | -0/+1 |
* | seq_iter: fix gc issues. | Kaz Kylheku | 2021-08-29 | 1 | -1/+3 |
* | seq_iter: refactoring. | Kaz Kylheku | 2021-08-29 | 1 | -3/+9 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | lazy-stream-cons: control close throwing behavior. | Kaz Kylheku | 2021-08-07 | 1 | -1/+1 |
* | struct: get rid of pointer typedef. | Kaz Kylheku | 2021-07-27 | 1 | -2/+2 |
* | lib: default_arg_strict becomes macro. | Kaz Kylheku | 2021-07-14 | 1 | -4/+1 |
* | New functions: trim-short-suffix, trim-long-suffix. | Kaz Kylheku | 2021-07-10 | 1 | -0/+1 |
* | lib: new function separate. | Paul A. Patience | 2021-07-09 | 1 | -0/+1 |
* | defstruct: diagnose built-in type being redefined. | Kaz Kylheku | 2021-07-09 | 1 | -2/+1 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -5/+22 |
* | type: MAXTYPE doesn't account for DARG. | Kaz Kylheku | 2021-07-08 | 1 | -1/+1 |
* | New function: find-true. | Kaz Kylheku | 2021-06-29 | 1 | -0/+1 |
* | parser: no string allocation when scanning floats. | Kaz Kylheku | 2021-06-24 | 1 | -0/+1 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 1 | -1/+1 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -1/+1 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 1 | -0/+2 |
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 1 | -0/+1 |
* | json: functions put-json and put-jsonl. | Kaz Kylheku | 2021-05-29 | 1 | -0/+2 |
* | json: tojson function. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | lib: basic support for trees as sequences. | Kaz Kylheku | 2021-05-09 | 1 | -1/+3 |
* | lib: move TAG_PAIR out of arith.c. | Kaz Kylheku | 2021-04-27 | 1 | -0/+1 |
* | configure: remove LIT_ALIGN. | Kaz Kylheku | 2021-04-20 | 1 | -3/+3 |
* | Revert bogus LIT_ALIGN commit from 2015. | Kaz Kylheku | 2021-04-20 | 1 | -4/+1 |
* | lib: missing L prefix in literal. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | debugging: disassemble vm code out of debugger. | Kaz Kylheku | 2021-04-16 | 1 | -0/+1 |
* | lib: new functions join, join-with. | Kaz Kylheku | 2021-03-09 | 1 | -0/+1 |
* | lib: defend against locale-specific wcstod. | Kaz Kylheku | 2021-03-04 | 1 | -0/+2 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | gc: add finalization count to objects. | Kaz Kylheku | 2020-12-31 | 1 | -1/+2 |
* | shuffle/nshuffle: take optional random state argument. | Kaz Kylheku | 2020-12-29 | 1 | -2/+2 |
* | env: move function to sysif.c | Kaz Kylheku | 2020-10-16 | 1 | -1/+0 |
* | time: move time functions out of lib.c into time.c. | Kaz Kylheku | 2020-10-07 | 1 | -19/+0 |
* | New function: reject. | Kaz Kylheku | 2020-09-01 | 1 | -0/+1 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -2/+2 |
* | New sspl function. | Kaz Kylheku | 2020-07-22 | 1 | -0/+1 |
* | Support weak semantics in symbol packages. | Kaz Kylheku | 2020-07-12 | 1 | -2/+2 |
* | New: protocol for iteration with structs. | Kaz Kylheku | 2020-07-07 | 1 | -0/+1 |
* | New function: iterable. | Kaz Kylheku | 2020-07-02 | 1 | -0/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -4/+3 |
* | New functions: list-seq, ved-seq and str-seq. | Kaz Kylheku | 2020-06-28 | 1 | -0/+3 |
* | nullify and empty: convert to seq_info. | Kaz Kylheku | 2020-06-05 | 1 | -2/+2 |
* | seq_iter: support reverse iteration for ranges. | Kaz Kylheku | 2020-06-04 | 1 | -1/+4 |
* | Convert mapping functions to new iterators. | Kaz Kylheku | 2020-06-03 | 1 | -4/+4 |
* | seq_iter: integers and ranges become iterable. | Kaz Kylheku | 2020-06-03 | 1 | -1/+4 |