| Commit message (Expand) | Author | Age | Files | Lines |
* | bug: string range length signed/unsigned. | Kaz Kylheku | 7 days | 1 | -1/+2 |
* | string ranges: bug: ranges of length 1. | Kaz Kylheku | 7 days | 1 | -1/+11 |
* | copy: now handles range objects. | Kaz Kylheku | 2024-10-01 | 1 | -0/+2 |
* | refset, replace: adjust diagnostic for unsupported object. | Kaz Kylheku | 2024-09-30 | 1 | -2/+2 |
* | keep-if, remove-if, keep-keys-if: mapfun argument. | Kaz Kylheku | 2024-07-30 | 1 | -24/+18 |
* | lib: get rid of internal rewindable iter nonsense. | Kaz Kylheku | 2024-07-25 | 1 | -79/+17 |
* | zip: more permissive implementation. | Kaz Kylheku | 2024-07-24 | 1 | -0/+23 |
* | make-like: use seq_build. | Kaz Kylheku | 2024-07-23 | 1 | -40/+19 |
* | parser: remove some wasteful string object allocations. | Kaz Kylheku | 2024-07-22 | 1 | -4/+10 |
* | New functions: find-maxes and find-mins. | Kaz Kylheku | 2024-07-16 | 1 | -0/+37 |
* | json: new special var *print-json-type*. | Kaz Kylheku | 2024-07-12 | 1 | -8/+25 |
* | New funtion related to where function. | Kaz Kylheku | 2024-07-11 | 1 | -0/+40 |
* | partition, split, split*: bug handling negative indices. | Kaz Kylheku | 2024-07-10 | 1 | -3/+4 |
* | split, split*: fix poor behavior for beyond-length indices. | Kaz Kylheku | 2024-07-10 | 1 | -6/+8 |
* | split**: split for far negative indices. | Kaz Kylheku | 2024-07-10 | 1 | -1/+1 |
* | split: fix for far negative indices. | Kaz Kylheku | 2024-07-10 | 1 | -1/+1 |
* | split, split*, partition: tests, fixes. | Kaz Kylheku | 2024-07-10 | 1 | -2/+2 |
* | partition, split, split*: infinite looping regression. | Kaz Kylheku | 2024-07-08 | 1 | -6/+9 |
* | sub: don't produce an iterator. | Kaz Kylheku | 2024-07-07 | 1 | -1/+1 |
* | json: fix flat-p argument in put-json and put-jsons. | Kaz Kylheku | 2024-07-06 | 1 | -33/+35 |
* | json: support printing structs in JSON format. | Kaz Kylheku | 2024-07-06 | 1 | -0/+62 |
* | New functions: cshuffle and cnshuffle. | Kaz Kylheku | 2024-07-01 | 1 | -6/+26 |
* | lib: rcyc_cons set type to CONS. | Kaz Kylheku | 2024-06-29 | 1 | -0/+1 |
* | packages: streamline is-a-string testing. | Kaz Kylheku | 2024-06-27 | 1 | -28/+19 |
* | iter-begin: handle FLNUM. | Kaz Kylheku | 2024-06-26 | 1 | -0/+6 |
* | lib: replace generic errors with more specific errors. | Kaz Kylheku | 2024-06-20 | 1 | -78/+90 |
* | string ranges: individual positions are ascending/descending. | Kaz Kylheku | 2024-06-20 | 1 | -34/+9 |
* | length: support string ranges. | Kaz Kylheku | 2024-06-20 | 1 | -1/+39 |
* | bugfix: several seq_iter kinds need clone operation. | Kaz Kylheku | 2024-06-18 | 1 | -8/+18 |
* | iter_reset: call seq_info only when needed. | Kaz Kylheku | 2024-06-17 | 1 | -7/+11 |
* | More work on copy-iter. | Kaz Kylheku | 2024-06-17 | 1 | -10/+35 |
* | cobj: clone method streamlines copy; structs get copy method. | Kaz Kylheku | 2024-06-17 | 1 | -14/+6 |
* | New function: copy-iter. | Kaz Kylheku | 2024-06-15 | 1 | -0/+16 |
* | seq_iter: fix inadequate gc marking for some types. | Kaz Kylheku | 2024-06-15 | 1 | -6/+21 |
* | New permi: iterator version of perm. | Kaz Kylheku | 2024-06-15 | 1 | -8/+15 |
* | lib: rename seq_iter_ops static object. | Kaz Kylheku | 2024-06-14 | 1 | -9/+10 |
* | quasiliterals: buffers in hex, separation for strings and buffers. | Kaz Kylheku | 2024-05-27 | 1 | -0/+34 |
* | interpose: use seq_iter and seq_build. | Kaz Kylheku | 2024-05-26 | 1 | -7/+21 |
* | cat-str: grammar in diagnostic. | Kaz Kylheku | 2024-05-03 | 1 | -1/+1 |
* | New function: iter-cat. | Kaz Kylheku | 2024-04-16 | 1 | -0/+64 |
* | New function: lcons-force. | Kaz Kylheku | 2024-04-04 | 1 | -0/+12 |
* | append, nconc; replace implementation with seq_build. | Kaz Kylheku | 2024-03-10 | 1 | -28/+78 |
* | window-map: condense with seq_iter and seq_build. | Kaz Kylheku | 2024-03-09 | 1 | -73/+45 |
* | rfind: use seq_iter. | Kaz Kylheku | 2024-03-07 | 1 | -7/+8 |
* | find: use seq_iter. | Kaz Kylheku | 2024-03-07 | 1 | -41/+21 |
* | New function: rangeref. | Kaz Kylheku | 2024-03-07 | 1 | -1/+34 |
* | list-vec: replace int type. | Kaz Kylheku | 2024-03-02 | 1 | -2/+2 |
* | unique: covert to seq_build. | Kaz Kylheku | 2024-03-02 | 1 | -3/+4 |
* | zip: make more generic. | Kaz Kylheku | 2024-03-01 | 1 | -39/+0 |
* | partition, split, split*: iter used for indices | Kaz Kylheku | 2024-02-29 | 1 | -10/+14 |