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