| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: document lambda-match and defun-match. | Kaz Kylheku | 2021-01-18 | 1 | -0/+86 |
* | doc: document when-match, if-match and match-case. | Kaz Kylheku | 2021-01-18 | 1 | -0/+118 |
* | doc: document @(op) and predicate operator. | Kaz Kylheku | 2021-01-18 | 1 | -0/+81 |
* | doc: fix "he" typos. | Kaz Kylheku | 2021-01-17 | 1 | -2/+2 |
* | doc: document @(and)/@(or) pattern operators. | Kaz Kylheku | 2021-01-17 | 1 | -0/+55 |
* | doc: document @(some) pattern operator. | Kaz Kylheku | 2021-01-17 | 1 | -0/+28 |
* | doc: document @(all)/@(all*) pattern operators. | Kaz Kylheku | 2021-01-17 | 1 | -0/+48 |
* | doc: document @(let) and @(require) pattern ops. | Kaz Kylheku | 2021-01-17 | 1 | -0/+88 |
* | doc: bad syntax in FFI type struct. | Kaz Kylheku | 2021-01-17 | 1 | -1/+1 |
* | doc: fix doc for @(struct ...) pattern operator. | Kaz Kylheku | 2021-01-17 | 1 | -3/+3 |
* | matcher: support loose mode for structures. | Kaz Kylheku | 2021-01-17 | 1 | -6/+65 |
* | doc: start of pattern matching documentation. | Kaz Kylheku | 2021-01-16 | 1 | -0/+270 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | doc: stray functions in heading and syntax | Kaz Kylheku | 2021-01-05 | 1 | -3/+1 |
* | progn, prog1, prog2: now also functions. | Kaz Kylheku | 2021-01-01 | 1 | -5/+28 |
* | New macro: prog2 | Kaz Kylheku | 2021-01-01 | 1 | -4/+45 |
* | gc: do finalizers completely on one phase. | Kaz Kylheku | 2021-01-01 | 1 | -6/+24 |
* | Version 246txr-246 | Kaz Kylheku | 2020-12-31 | 1 | -3/+3 |
* | gc: add finalization count to objects. | Kaz Kylheku | 2020-12-31 | 1 | -2/+7 |
* | doc: improve awk fconv documenation. | Kaz Kylheku | 2020-12-31 | 1 | -0/+16 |
* | doc: note for awk macro fconv. | Kaz Kylheku | 2020-12-29 | 1 | -0/+11 |
* | shuffle/nshuffle: take optional random state argument. | Kaz Kylheku | 2020-12-29 | 1 | -3/+5 |
* | doc: correction in dialect notes for symbol-macro | Kaz Kylheku | 2020-12-27 | 1 | -3/+5 |
* | Version 245txr-245 | Kaz Kylheku | 2020-10-10 | 1 | -7/+7 |
* | env-hash: now persistent and synced with setenv. | Kaz Kylheku | 2020-10-16 | 1 | -3/+63 |
* | doc: add missing detail to env function. | Kaz Kylheku | 2020-10-16 | 1 | -0/+8 |
* | Version 244txr-244 | Kaz Kylheku | 2020-10-10 | 1 | -3/+7 |
* | doc: missing info about compiled file version 5. | Kaz Kylheku | 2020-10-09 | 1 | -1/+3 |
* | New function: time-nsec. | Kaz Kylheku | 2020-10-07 | 1 | -1/+16 |
* | random: correctly refer to WELL512a everywhere. | Kaz Kylheku | 2020-10-07 | 1 | -5/+5 |
* | random: bugfix: incorrect WELL512a. | Kaz Kylheku | 2020-10-07 | 1 | -0/+8 |
* | doc: out of order compat entries. | Kaz Kylheku | 2020-10-07 | 1 | -6/+6 |
* | New functions trim-left and trim-right. | Kaz Kylheku | 2020-10-05 | 1 | -0/+71 |
* | New: quip function for random humor. | Kaz Kylheku | 2020-10-04 | 1 | -0/+31 |
* | Version 243txr-243 | Kaz Kylheku | 2020-09-01 | 1 | -3/+3 |
* | New function: reject. | Kaz Kylheku | 2020-09-01 | 1 | -0/+70 |
* | doc: minor flaw in select syntax markup. | Kaz Kylheku | 2020-08-30 | 1 | -1/+1 |
* | doc: rewrite multiple inheritance intro paragraph. | Kaz Kylheku | 2020-08-28 | 1 | -9/+3 |
* | doc: :fini also affected by diamond problem. | Kaz Kylheku | 2020-08-28 | 1 | -4/+25 |
* | structs: deal with initialization diamond problem. | Kaz Kylheku | 2020-08-27 | 1 | -2/+89 |
* | ffi/doc: bugfixes to bitfield alignment. | Kaz Kylheku | 2020-08-24 | 1 | -10/+7 |
* | doc: ffi: struct size with only zero-width field. | Kaz Kylheku | 2020-08-24 | 1 | -1/+2 |
* | doc: clarify *load-path* treatment under @(load) | Kaz Kylheku | 2020-08-19 | 1 | -1/+3 |
* | txr: repeat ferrets out Lisp-embedded vars. | Kaz Kylheku | 2020-08-17 | 1 | -44/+80 |
* | Version 242txr-242 | Kaz Kylheku | 2020-08-14 | 1 | -3/+3 |
* | doc: listener: undo over history clarifications. | Kaz Kylheku | 2020-08-14 | 1 | -6/+12 |
* | Version 241txr-241 | Kaz Kylheku | 2020-08-07 | 1 | -3/+3 |
* | doc: fix under define-option-struct | Kaz Kylheku | 2020-08-07 | 1 | -1/+1 |
* | New inaddr-str and in6addr-str functions. | Kaz Kylheku | 2020-07-24 | 1 | -1/+121 |
* | New sspl function. | Kaz Kylheku | 2020-07-22 | 1 | -1/+10 |