summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 239.txr-239Kaz Kylheku2020-06-021-2/+2
* doc: constantp syntax formatting.Kaz Kylheku2020-05-311-1/+1
* search, rsearch: rewrite using seq_info and bugfix.Kaz Kylheku2020-05-251-4/+16
* Fix few typos reported from Fossies.Kaz Kylheku2020-05-231-2/+2
* Version 238.txr-238Kaz Kylheku2020-05-181-3/+3
* New assert macro.Kaz Kylheku2020-05-181-0/+35
* sort: prudently make it subject to compat valueKaz Kylheku2020-05-141-0/+20
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-131-8/+39
* lib: use seq-info for sort and shuffle.Kaz Kylheku2020-05-131-0/+20
* Expose isatty function.Kaz Kylheku2020-05-111-0/+33
* doc: quote, umethod, hash-invert: bad syntaxKaz Kylheku2020-05-091-3/+3
* symbol-function: bugfix: expand lambda expression.Kaz Kylheku2020-05-031-1/+2
* compiler: honor load-time in parts of loop.Kaz Kylheku2020-05-031-0/+14
* compiler: treat nested load-time forms.Kaz Kylheku2020-05-021-0/+46
* doc: new typos under User-Defined Streams.Kaz Kylheku2020-05-021-4/+4
* doc: mention zero-width bit-field at end of structure.Kaz Kylheku2020-04-271-1/+2
* doc: fix wrong claim in Bitfield Allocation Rules.Kaz Kylheku2020-04-271-9/+6
* Version 237.txr-237Kaz Kylheku2020-04-261-3/+3
* streams: put_buf and fill_buf become lower-level.Kaz Kylheku2020-04-221-0/+24
* Extending =, <, >, <= and >= to work on sequences.Kaz Kylheku2020-04-211-7/+112
* New function: get-line-as-bufKaz Kylheku2020-04-191-0/+23
* Version 236.txr-236Kaz Kylheku2020-04-181-3/+3
* path-testing functions: accept file descriptor.Kaz Kylheku2020-04-181-1/+2
* New function: touch.Kaz Kylheku2020-04-151-0/+31
* New "n" open file mode option: nonblocking.Kaz Kylheku2020-04-151-1/+3
* sockets: missing shut-rd, shut-wr, shut-rdwr.Kaz Kylheku2020-04-131-1/+1
* Version 235.txr-235Kaz Kylheku2020-04-121-3/+3
* hash: bugfix: spurious retention in weak processing.Kaz Kylheku2020-04-111-6/+9
* gc: add argument to sys:gc.Kaz Kylheku2020-04-101-1/+11
* doc: stat/fstat: bad syntax formatting.Kaz Kylheku2020-04-091-2/+2
* path testing functions: accept stream argument.Kaz Kylheku2020-04-091-17/+28
* doc: read, iread: document lineno parameter.Kaz Kylheku2020-04-071-5/+14
* doc: bad grammer compilation section.Kaz Kylheku2020-04-071-1/+1
* exceptions: improve non-error @(throw) and @(assert).Kaz Kylheku2020-04-071-0/+38
* exceptions: unhandled non-error exceptions now return.Kaz Kylheku2020-04-061-22/+123
* New function: txr-parse.Kaz Kylheku2020-04-021-0/+50
* linenoise: command to force submission of unbalanced line.Kaz Kylheku2020-03-281-0/+10
* doc: revise descriptions under Listener.Kaz Kylheku2020-03-251-27/+34
* Version 234.txr-234Kaz Kylheku2020-03-251-3/+3
* doc: typeof: missing BST types.Kaz Kylheku2020-03-241-0/+6
* New contains function: near alias of search.Kaz Kylheku2020-03-231-1/+16
* apf and ipf: take arguments that are inserted.Kaz Kylheku2020-03-221-2/+14
* New type args with DARG type code.Kaz Kylheku2020-03-221-0/+3
* hash-uni: two new arguments for projecting values.Kaz Kylheku2020-03-191-1/+14
* Support base64url encoding.Kaz Kyheku2020-03-171-2/+84
* compile-file: propagate permissions for hash bang programs.Kaz Kyheku2020-03-101-3/+19
* Version 233.txr-233Kaz Kylheku2020-03-081-3/+3
* strings: bugfix: broken inequality comparisons.Kaz Kylheku2020-03-071-4/+10
* getopts: new feature: cumulative options.Kaz Kyheku2020-03-061-1/+35
* less: fix broken semantics for symbols.Kaz Kyheku2020-03-041-5/+62