summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: document (...) pic patternsKaz Kylheku2021-10-201-21/+58
* pic: preserve decimal period in ### overflow fill.Kaz Kylheku2021-10-181-3/+21
* pic: new feature: digit-separating commas.Kaz Kylheku2021-10-181-3/+32
* printer: bug: fallback syms printed without prefix.Kaz Kylheku2021-10-121-4/+4
* New path-equal function.Kaz Kylheku2021-10-101-0/+68
* Version 271.txr-271Kaz Kylheku2021-10-051-3/+3
* awk: :fields specifies conversions.Kaz Kylheku2021-10-041-30/+85
* doc: fix trivial typos and stylistic issues.Paul A. Patience2021-10-041-73/+71
* doc: fix refs to inexistent fill- and put-array.Paul A. Patience2021-10-041-8/+8
* ffi: add cptr-carray function.Paul A. Patience2021-10-021-0/+36
* awk: new :fields feature for named fields.Kaz Kylheku2021-10-011-0/+34
* New variable: *child-env*.Kaz Kylheku2021-09-261-0/+39
* New function: replace-env.Kaz Kylheku2021-09-251-0/+45
* path access tests: use real credentials.Kaz Kylheku2021-09-251-15/+20
* path-search: rewrite in C with saner semantics.Kaz Kylheku2021-09-251-52/+55
* New variants of each operator for sum and product.Kaz Kylheku2021-09-231-0/+120
* math: quantile estimator using P-Squared algorithm.Kaz Kylheku2021-09-221-0/+143
* doc: sock-opt: found proper way to escape ...Kaz Kylheku2021-09-221-2/+2
* doc: fix problem in errno retrieval example.Kaz Kylheku2021-09-221-2/+0
* doc: interchange buf-str and str-buf descriptions.Paul A. Patience2021-09-171-15/+15
* doc: fix various trivial typos.Paul A. Patience2021-09-171-7/+7
* defset: add set-mask and clear-mask.Paul A. Patience2021-09-141-0/+40
* ffi, sockets: add sock-opt and sock-set-opt.Paul A. Patience2021-09-121-5/+184
* doc: fix various important typos.Paul A. Patience2021-09-111-10/+10
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-0/+109
* string-finish: new function.Kaz Kylheku2021-09-071-0/+20
* string-extend: third optional argument.Kaz Kylheku2021-09-071-1/+20
* ffi: ffi macro uses load-time.Kaz Kylheku2021-09-061-1/+1
* doc: fix description of carray-uint type argument.Paul A. Patience2021-09-061-1/+1
* ffi: add socklen-t type.Paul A. Patience2021-09-061-1/+1
* doc: remove beta status from quasiliteral match.Kaz Kylheku2021-09-041-5/+0
* doc: mention newer macros in pattern matchingKaz Kylheku2021-09-041-0/+14
* load: scope change for load hooks.Kaz Kylheku2021-09-031-19/+12
* load: new macros push-after-load and pop-after-load.Kaz Kylheku2021-09-031-0/+38