summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* New function: random-sample.Kaz Kylheku2022-01-291-0/+31
* New function: copy-cptr.Kaz Kylheku2022-01-281-1/+19
* lib: new functions nand, nor, nandf and norf.Paul A. Patience2022-01-221-32/+127
* type: new macro etypecase.Paul A. Patience2022-01-211-0/+36
* doc: mention each-match and while-match in overview.Kaz Kylheku2022-01-181-0/+6
* quasiquote: support @,expr hack.Kaz Kylheku2022-01-181-0/+30
* doc: introduce meta-atom terminology.Kaz Kylheku2022-01-181-23/+31
* New function: match-fboundp.Kaz Kylheku2022-01-171-0/+15
* cptr-int: allow full unsigned range.Kaz Kylheku2022-01-131-1/+14
* doc: clarify example in copy-struct description.Paul A. Patience2022-01-121-1/+6
* New macros: each-true, some-true, each-false, some-false.Kaz Kylheku2022-01-121-0/+126
* sum-each, mul-each: handle no vars case.Kaz Kylheku2022-01-111-1/+36
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* lazy-str-get-trailing-list: spurious empty string issue.Kaz Kylheku2022-01-041-27/+138
* ffi: allow enumed bitfield.Kaz Kylheku2022-01-021-0/+18
* doc: "sme" typo under :delegate.Kaz Kylheku2021-12-301-1/+1
* doc: spurious reference to car in search tree section.Kaz Kylheku2021-12-281-1/+0
* Version 273.txr-273Kaz Kylheku2021-12-281-3/+3
* doc: document *struct-clause-expander*.Kaz Kylheku2021-12-271-0/+30
* doc: stray reference to *place-macro*.Kaz Kylheku2021-12-271-1/+1
* match: allow bound variables with regex modifier.Kaz Kylheku2021-12-271-1/+20
* doc: problems in qualisiteral pattern section.Kaz Kylheku2021-12-271-4/+2
* txr: do not ignore regex in positive match.Kaz Kylheku2021-12-271-5/+12
* txr: function span variable must match existing value.Kaz Kylheku2021-12-271-19/+34
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-261-2/+33
* new feature: :mass-delegate struct clause macro.Kaz Kylheku2021-12-231-0/+152
* new feature: defstruct clause macros.Kaz Kylheku2021-12-221-0/+240
* The pairlis function comes to TXR Lisp.Kaz Kylheku2021-12-221-0/+57
* New functions: subq, subql, subqual and subst.Kaz Kylheku2021-12-221-0/+86
* product/arithmetic each: missing block nil.Kaz Kylheku2021-12-201-31/+38
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-181-0/+56
* tree: support for duplicate keys.Kaz Kylheku2021-12-171-7/+149
* tree-count: new function.Kaz Kylheku2021-12-171-0/+12
* each-match macro family: missing anon block.Kaz Kylheku2021-12-081-2/+14
* rot, nrot: new functions.Kaz Kylheku2021-12-071-0/+113
* ret, aret: take one argument, as documented.Kaz Kylheku2021-12-071-2/+2
* tuples*: new function.Kaz Kylheku2021-12-041-0/+66
* buffers: use unbuffered I/O in convenience functions.Kaz Kylheku2021-11-171-0/+6
* hash: 64 bit string and buffer hashing and seeds.Kaz Kylheku2021-11-171-5/+9
* doc: fix misuses of << formatting code.Kaz Kylheku2021-11-161-8/+8
* Version 272.txr-272Kaz Kylheku2021-11-111-3/+3
* doc: mention :weak-or and :weak-and in syntax.Kaz Kylheku2021-11-081-1/+1
* doc: fix :weak-values typo.Kaz Kylheku2021-11-081-4/+4
* doc: gensym documentation.Kaz Kylheku2021-11-031-15/+17
* doc: spelling, doc-syms refresh.Kaz Kylheku2021-11-031-2/+2
* match: unquoted quasiliteral patterns don't work.Kaz Kylheku2021-10-261-0/+26
* ifa: take advantage of read-once.Kaz Kylheku2021-10-261-1/+7
* places: new accessor read-once.Kaz Kylheku2021-10-261-0/+170
* random: new function random-float-incl.Kaz Kylheku2021-10-251-1/+31
* ffi: implement in-semantics for carray, cptr.Kaz Kylheku2021-10-241-5/+48