| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | New style iteration functions. | Kaz Kylheku | 2020-06-02 | 1 | -0/+5 |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -0/+2 |
* | quasistrings: reduce consing. | Kaz Kylheku | 2020-05-30 | 1 | -0/+1 |
* | search, rsearch: rewrite using seq_info and bugfix. | Kaz Kylheku | 2020-05-25 | 1 | -0/+2 |
* | New assert macro. | Kaz Kylheku | 2020-05-18 | 1 | -0/+1 |
* | lib: sort becomes non-destructive; nsort introduced. | Kaz Kylheku | 2020-05-13 | 1 | -0/+2 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 1 | -0/+2 |
* | parser: eliminate struct list_accum. | Kaz Kylheku | 2020-04-10 | 1 | -5/+0 |
* | parser: move cons dot handling to higher rule. | Kaz Kylheku | 2020-04-10 | 1 | -1/+0 |
* | parser: streamline core list building. | Kaz Kylheku | 2020-04-09 | 1 | -0/+6 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 1 | -0/+6 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | New contains function: near alias of search. | Kaz Kylheku | 2020-03-23 | 1 | -0/+1 |
* | New type args with DARG type code. | Kaz Kylheku | 2020-03-22 | 1 | -1/+9 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -9/+9 |
* | New function: assq and rassq. | Kaz Kyheku | 2020-02-24 | 1 | -0/+2 |
* | New functions: meq, meql and mequal. | Kaz Kylheku | 2020-02-22 | 1 | -0/+3 |