| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | New function: merge-delete-package. | Kaz Kyheku | 2020-01-29 | 1 | -0/+1 |
* | New function: coded-length. | Kaz Kylheku | 2020-01-18 | 1 | -0/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Add hyperbolic functions: sinh, cosh, and others. | Kaz Kylheku | 2019-12-07 | 1 | -0/+6 |
* | New function: identity* | Kaz Kylheku | 2019-10-28 | 1 | -1/+2 |
* | fixparam: signed/unsigned warning from GNU C++. | Kaz Kylheku | 2019-10-25 | 1 | -1/+1 |
* | parser: use faster, unsafe nreverse. | Kaz Kylheku | 2019-10-25 | 1 | -0/+1 |
* | functions: provide accessors for basic properties. | Kaz Kylheku | 2019-10-18 | 1 | -0/+3 |
* | vm: prevent overflow of fixparam field in function. | Kaz Kylheku | 2019-10-17 | 1 | -2/+5 |
* | New function: copy-tree. | Kaz Kylheku | 2019-10-16 | 1 | -0/+1 |
* | hash: use ucnum for hash values everywhere. | Kaz Kylheku | 2019-10-12 | 1 | -1/+1 |
* | safety: fix type tests that code can subvert. | Kaz Kylheku | 2019-09-30 | 1 | -0/+1 |
* | New data type: tnode. | Kaz Kylheku | 2019-09-22 | 1 | -2/+9 |
* | All HAVE_* macros should be tested with #if, not #ifdef. | Kaz Kylheku | 2019-09-12 | 1 | -1/+1 |