| Commit message (Expand) | Author | Age | Files | Lines |
* | strings: revert caching of hash value. | Kaz Kylheku | 2022-10-08 | 1 | -24/+3 |
* | strings: take advantage of malloc_usable_size | Kaz Kylheku | 2022-10-06 | 1 | -13/+67 |
* | seq-iter: bugfix: floating-point ranges. | Kaz Kylheku | 2022-09-15 | 1 | -24/+48 |
* | Implement NaN boxing. | Kaz Kylheku | 2022-09-13 | 1 | -10/+10 |
* | Reduce proliferation of TAG_SHIFT. | Kaz Kylheku | 2022-09-12 | 1 | -1/+1 |
* | syntax: read and print [. x] and [. @x]. | Kaz Kylheku | 2022-09-08 | 1 | -1/+7 |
* | New macro: close-lazy-streams. | Kaz Kylheku | 2022-08-28 | 1 | -1/+21 |
* | New function: search-all | Kaz Kylheku | 2022-08-17 | 1 | -9/+28 |
* | stringp: rewrite. | Kaz Kylheku | 2022-07-28 | 1 | -5/+13 |
* | New function: count. | Kaz Kylheku | 2022-07-18 | 1 | -0/+25 |
* | New function: str | Kaz Kylheku | 2022-06-12 | 1 | -0/+33 |
* | New: spln and tokn functions. | Kaz Kylheku | 2022-05-30 | 1 | -0/+24 |
* | tok-str: takes count argument. | Kaz Kylheku | 2022-05-28 | 1 | -4/+24 |
* | split-str: new count parameter. | Kaz Kylheku | 2022-05-17 | 1 | -7/+29 |
* | Print ([...] . @var) and ([...] . @(expr)) notation. | Kaz Kylheku | 2022-05-11 | 1 | -2/+11 |
* | New function: isecp. | Kaz Kylheku | 2022-03-30 | 1 | -0/+32 |
* | New function: partition-if. | Kaz Kylheku | 2022-02-23 | 1 | -0/+57 |
* | find-max: convert to seq_info iteration. | Kaz Kylheku | 2022-02-22 | 1 | -64/+17 |
* | New functions: find-max-key and find-min-key. | Kaz Kylheku | 2022-02-21 | 1 | -0/+30 |
* | ffi: move socket stuff to socket module. | Kaz Kylheku | 2022-02-17 | 1 | -0/+4 |
* | all: wrong self name. | Kaz Kylheku | 2022-02-13 | 1 | -1/+1 |
* | lib: fix return value of separate for nil seq. | Paul A. Patience | 2022-02-07 | 1 | -1/+1 |
* | Use null_string throughout code base. | Kaz Kylheku | 2022-02-05 | 1 | -1/+1 |
* | New function: copy-cptr. | Kaz Kylheku | 2022-01-28 | 1 | -0/+8 |
* | Remove numerous unused global functions. | Kaz Kylheku | 2022-01-23 | 1 | -108/+1 |
* | lib: new functions nand, nor, nandf and norf. | Paul A. Patience | 2022-01-22 | 1 | -0/+10 |
* | cptr-int: allow full unsigned range. | Kaz Kylheku | 2022-01-13 | 1 | -1/+4 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Casts have crept into the code not wrapped by macros. | Kaz Kylheku | 2022-01-06 | 1 | -5/+5 |
* | lazy-str-get-trailing-list: spurious empty string issue. | Kaz Kylheku | 2022-01-04 | 1 | -0/+6 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -35/+44 |
* | The pairlis function comes to TXR Lisp. | Kaz Kylheku | 2021-12-22 | 1 | -0/+19 |
* | New functions: subq, subql, subqual and subst. | Kaz Kylheku | 2021-12-22 | 1 | -0/+33 |
* | less: bug, vectors not supported. | Kaz Kylheku | 2021-12-20 | 1 | -1/+2 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -1/+1 |
* | tree-count: new function. | Kaz Kylheku | 2021-12-17 | 1 | -0/+2 |
* | iter-reset: gc problem. | Kaz Kylheku | 2021-12-17 | 1 | -0/+3 |
* | iter-begin: gc problem. | Kaz Kylheku | 2021-12-17 | 1 | -4/+8 |
* | rot, nrot: new functions. | Kaz Kylheku | 2021-12-07 | 1 | -0/+42 |
* | tuples*: new function. | Kaz Kylheku | 2021-12-04 | 1 | -0/+54 |
* | tuples: change to abstract iteration. | Kaz Kylheku | 2021-12-02 | 1 | -10/+16 |
* | tuples: check length argument. | Kaz Kylheku | 2021-12-02 | 1 | -0/+4 |
* | less: symbolic arguments: fix crash and incorrectness. | Kaz Kylheku | 2021-11-01 | 1 | -4/+3 |
* | printer: bug: fallback syms printed without prefix. | Kaz Kylheku | 2021-10-12 | 1 | -3/+10 |
* | New function: replace-env. | Kaz Kylheku | 2021-09-25 | 1 | -0/+15 |
* | lib: fix self name of cmp-str. | Paul A. Patience | 2021-09-17 | 1 | -3/+3 |
* | seq_iter: gc crash marking vector iterator. | Kaz Kylheku | 2021-09-13 | 1 | -4/+4 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+39 |
* | string-extend: use num, not num_fast. | Kaz Kylheku | 2021-09-07 | 1 | -3/+3 |
* | string-finish: new function. | Kaz Kylheku | 2021-09-07 | 1 | -0/+19 |