| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: fix g++ warning in map_common. | Kaz Kylheku | 11 days | 1 | -1/+1 |
* | mapcar: introduce map as a synonym. | Kaz Kylheku | 2024-08-14 | 1 | -1/+6 |
* | keep-if, remove-if, keep-keys-if: mapfun argument. | Kaz Kylheku | 2024-07-30 | 1 | -3/+3 |
* | lib: get rid of internal rewindable iter nonsense. | Kaz Kylheku | 2024-07-25 | 1 | -1/+1 |
* | zip: more permissive implementation. | Kaz Kylheku | 2024-07-24 | 1 | -9/+11 |
* | New function: seq-like. | Kaz Kylheku | 2024-07-23 | 1 | -2/+3 |
* | New functions: find-maxes and find-mins. | Kaz Kylheku | 2024-07-16 | 1 | -0/+2 |
* | New funtion related to where function. | Kaz Kylheku | 2024-07-11 | 1 | -0/+4 |
* | New functions: cshuffle and cnshuffle. | Kaz Kylheku | 2024-07-01 | 1 | -0/+2 |
* | combi: fix permi and rpermi; impl combi, rcombi; test. | Kaz Kylheku | 2024-06-24 | 1 | -0/+2 |
* | New rpermi: iterator version of rperm | Kaz Kylheku | 2024-06-19 | 1 | -0/+1 |
* | New function: copy-iter. | Kaz Kylheku | 2024-06-15 | 1 | -0/+1 |
* | New permi: iterator version of perm. | Kaz Kylheku | 2024-06-15 | 1 | -0/+1 |
* | bugfix: one missing case of fmt_cat separator defaulting. | Kaz Kylheku | 2024-05-27 | 1 | -1/+1 |
* | quasiliterals: buffers in hex, separation for strings and buffers. | Kaz Kylheku | 2024-05-27 | 1 | -2/+6 |
* | quasilit: move separator defaulting to fmt_cat. | Kaz Kylheku | 2024-05-03 | 1 | -4/+5 |
* | buf: pprint produces hex, not raw bytes. | Kaz Kylheku | 2024-05-03 | 1 | -5/+14 |
* | New function: iter-cat. | Kaz Kylheku | 2024-04-16 | 1 | -0/+1 |
* | New function: lcons-force. | Kaz Kylheku | 2024-04-04 | 1 | -0/+1 |
* | New function: rangeref. | Kaz Kylheku | 2024-03-07 | 1 | -0/+1 |
* | mapcar: avoid alloca proportional to number of args. | Kaz Kylheku | 2024-03-01 | 1 | -2/+16 |
* | zip: make more generic. | Kaz Kylheku | 2024-03-01 | 1 | -7/+54 |
* | mapcar, mappend: switch to seq_build. | Kaz Kylheku | 2024-02-27 | 1 | -6/+9 |
* | New function: cons-count. | Kaz Kylheku | 2024-02-09 | 1 | -0/+1 |
* | New function: cons-find. | Kaz Kylheku | 2024-02-09 | 1 | -12/+1 |
* | New function: hist-sort-by. | Kaz Kylheku | 2024-02-02 | 1 | -0/+1 |
* | We need a length-< special method. | Kaz Kylheku | 2024-01-19 | 1 | -1/+1 |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | eval: potential gc problem in binding. | Kaz Kylheku | 2024-01-06 | 1 | -1/+1 |
* | New functions: read-objects, file-get-objects, ... | Kaz Kylheku | 2023-12-19 | 1 | -0/+1 |
* | stdlib/error.tl problem rears its head. | Kaz Kylheku | 2023-11-16 | 1 | -8/+8 |
* | New accessor: mref. | Kaz Kylheku | 2023-11-15 | 1 | -0/+1 |
* | New: length-list-<, length-< | Kaz Kylheku | 2023-10-05 | 1 | -0/+2 |
* | New hist-sort function. | Kaz Kylheku | 2023-09-25 | 1 | -0/+2 |
* | New functions: nested-vec-of and nested-vec. | Kaz Kylheku | 2023-09-21 | 1 | -0/+2 |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 1 | -49/+49 |
* | New function: str-esc. | Kaz Kylheku | 2023-09-01 | 1 | -0/+1 |
* | math: tofloat and toint in user-defined arithmetic. | Kaz Kylheku | 2023-08-14 | 1 | -4/+0 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 1 | -0/+1 |
* | unwind: bind *print-circle* to t in error trace. | Kaz Kylheku | 2023-07-28 | 1 | -0/+5 |
* | New functions and fixes in lexical introspection. | Kaz Kylheku | 2023-07-27 | 1 | -21/+61 |
* | Do not unnecessarily invalidate vm binding cache. | Kaz Kylheku | 2023-07-17 | 1 | -7/+18 |
* | bug: compiled code keeps seeing var clobbered by symacro. | Kaz Kylheku | 2023-07-17 | 1 | -0/+2 |
* | Simplify top-level macro environments also. | Kaz Kylheku | 2023-07-17 | 1 | -20/+14 |
* | Simplify top-level variable and function environments. | Kaz Kylheku | 2023-07-16 | 1 | -23/+15 |
* | fix self name of var defining run-time support function. | Kaz Kylheku | 2023-07-16 | 1 | -1/+1 |
* | lib: avoid intern for symbol we already have. | Kaz Kylheku | 2023-07-13 | 1 | -1/+1 |
* | Fix diagnostics which call non-symbol a symbol. | Kaz Kylheku | 2023-07-11 | 1 | -0/+3 |
* | eval: take macro environment. | Kaz Kylheku | 2023-06-27 | 1 | -4/+4 |
* | New functions keep-keys-if, separate-keys. | Kaz Kylheku | 2023-06-07 | 1 | -0/+2 |