| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: FFI string types map null pointer to nil. | Kaz Kylheku | 2022-04-26 | 1 | -3/+7 |
* | doc: ffi: document the array-of-1 trick. | Kaz Kylheku | 2022-04-26 | 1 | -0/+62 |
* | New: load can search multiple directories. | Kaz Kylheku | 2022-04-25 | 1 | -5/+87 |
* | doc: cross reference eval and file compilation. | Kaz Kylheku | 2022-04-01 | 1 | -2/+33 |
* | loading: bugfix: try specified path before suffixes. | Kaz Kylheku | 2022-03-31 | 1 | -40/+72 |
* | New function: isecp. | Kaz Kylheku | 2022-03-30 | 1 | -1/+11 |
* | New FFI types str-s, bstr-s and wstr-s. | Kaz Kylheku | 2022-03-21 | 1 | -47/+99 |
* | doc: sort-group: unnecessary copy | Kaz Kylheku | 2022-03-16 | 1 | -1/+1 |
* | ffi: support intmax-t and uintmax-t types. | Kaz Kylheku | 2022-03-15 | 1 | -1/+15 |
* | New function: group-map. | Kaz Kylheku | 2022-03-02 | 1 | -6/+39 |
* | Version 274.txr-274 | Kaz Kylheku | 2022-02-24 | 1 | -3/+3 |
* | opip: pass through forms in the op family. | Kaz Kylheku | 2022-02-24 | 1 | -4/+21 |
* | doc: revisit partition-if | Kaz Kylheku | 2022-02-23 | 1 | -7/+26 |
* | doc: make-like can take an iterators. | Kaz Kylheku | 2022-02-23 | 1 | -0/+10 |
* | New list-builder method: oust. | Kaz Kylheku | 2022-02-23 | 1 | -1/+52 |
* | New function: partition-if. | Kaz Kylheku | 2022-02-23 | 1 | -0/+113 |
* | find-max: convert to seq_info iteration. | Kaz Kylheku | 2022-02-22 | 1 | -23/+6 |
* | New functions: find-max-key and find-min-key. | Kaz Kylheku | 2022-02-21 | 1 | -0/+40 |
* | doc: or-semantics misformatted. | Kaz Kylheku | 2022-02-19 | 1 | -1/+1 |
* | doc: extend fboundp dialect note. | Kaz Kylheku | 2022-02-17 | 1 | -2/+10 |
* | time: fix missing day-of-week and day-of-year. | Kaz Kylheku | 2022-02-16 | 1 | -4/+9 |
* | doc: fix name of unique's equality function. | Paul A. Patience | 2022-02-15 | 1 | -2/+2 |
* | doc: document catenated .tlo files. | Kaz Kylheku | 2022-02-13 | 1 | -0/+35 |
* | New function: cat-files. | Kaz Kylheku | 2022-02-13 | 1 | -0/+20 |
* | doc: add missing < and << in some .mets lines. | Paul A. Patience | 2022-02-12 | 1 | -13/+13 |
* | getopts: forbid :bool in list/cumul types. | Paul A. Patience | 2022-02-12 | 1 | -7/+15 |
* | macro-time: special op becomes a macro. | Kaz Kylheku | 2022-02-12 | 1 | -135/+119 |
* | doc: fix references to inexistent handler macro. | Paul A. Patience | 2022-02-09 | 1 | -4/+4 |
* | doc: fix issues in arguments to .I macros. | Paul A. Patience | 2022-02-09 | 1 | -11/+11 |
* | doc: fix pad's argument list. | Paul A. Patience | 2022-02-09 | 1 | -1/+6 |
* | getopts: uniformize opthelp newlines and headers. | Paul A. Patience | 2022-02-08 | 1 | -4/+2 |
* | doc: fix a few more typos. | Paul A. Patience | 2022-02-07 | 1 | -10/+11 |
* | doc: fix various typos and stylistic issues. | Paul A. Patience | 2022-02-06 | 1 | -70/+78 |
* | doc: no such thing as -Da,b,c | Kaz Kylheku | 2022-02-05 | 1 | -2/+4 |
* | getopts: break up help into three functions. | Kaz Kylheku | 2022-02-03 | 1 | -20/+60 |
* | getopts: make detailed help notes optional. | Joe Bloggs | 2022-02-03 | 1 | -7/+11 |
* | doc: fix in amb macro. | Kaz Kylheku | 2022-02-03 | 1 | -2/+3 |
* | doc: window-mappend typo. | Kaz Kylheku | 2022-02-02 | 1 | -1/+1 |
* | New function: random-sample. | Kaz Kylheku | 2022-01-29 | 1 | -0/+31 |
* | New function: copy-cptr. | Kaz Kylheku | 2022-01-28 | 1 | -1/+19 |
* | lib: new functions nand, nor, nandf and norf. | Paul A. Patience | 2022-01-22 | 1 | -32/+127 |
* | type: new macro etypecase. | Paul A. Patience | 2022-01-21 | 1 | -0/+36 |
* | doc: mention each-match and while-match in overview. | Kaz Kylheku | 2022-01-18 | 1 | -0/+6 |
* | quasiquote: support @,expr hack. | Kaz Kylheku | 2022-01-18 | 1 | -0/+30 |
* | doc: introduce meta-atom terminology. | Kaz Kylheku | 2022-01-18 | 1 | -23/+31 |
* | New function: match-fboundp. | Kaz Kylheku | 2022-01-17 | 1 | -0/+15 |
* | cptr-int: allow full unsigned range. | Kaz Kylheku | 2022-01-13 | 1 | -1/+14 |
* | doc: clarify example in copy-struct description. | Paul A. Patience | 2022-01-12 | 1 | -1/+6 |
* | New macros: each-true, some-true, each-false, some-false. | Kaz Kylheku | 2022-01-12 | 1 | -0/+126 |
* | sum-each, mul-each: handle no vars case. | Kaz Kylheku | 2022-01-11 | 1 | -1/+36 |