summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: better wording on lisp compilation.Kaz Kylheku2020-02-291-16/+11
* doc: missing article under Lisp Compilation.Kaz Kylheku2020-02-291-1/+1
* New function: assq and rassq.Kaz Kyheku2020-02-241-12/+23
* New functions: meq, meql and mequal.Kaz Kylheku2020-02-221-0/+36
* listener: save history early with :save command.Kaz Kylheku2020-02-181-0/+10
* doc: spelling under file-place-bufKaz Kylheku2020-02-181-1/+1
* listener: append to .txr_history instead of clobbering.Kaz Kyheku2020-02-181-2/+25
* Version 232.txr-232Kaz Kylheku2020-02-091-3/+3
* New "m" file open mode: non-truncating "w".Kaz Kylheku2020-02-071-1/+9
* file-put-buf: new argument; also, new file-place-bufKaz Kylheku2020-02-071-1/+16
* buf: bugfix: buf-set-length not setting bytes.Kaz Kylheku2020-02-061-2/+3
* file-get-buf: size limit, seek offset.Kaz Kyheku2020-02-051-3/+21
* doc: file-get-buf opens a binary stream.Kaz Kyheku2020-02-051-2/+2
* doc: fill-buf return value wrongly described.Kaz Kyheku2020-02-051-1/+2
* stat and fstat become equivalent.Kaz Kylheku2020-02-041-30/+49
* doc: limitation, not limiting.Kaz Kylheku2020-02-041-1/+1
* doc: stream-fd is nonexistent.Kaz Kylheku2020-02-041-1/+1
* New feature: symbolic chmod.Kaz Kylheku2020-02-031-4/+60
* New functions chmod-rec and chown-rec.Kaz Kylheku2020-01-311-0/+43
* doc: missing catch** in heading.Kaz Kyheku2020-01-311-1/+1
* doc: repeated "continues" under do directive.Kaz Kyheku2020-01-311-1/+1
* doc: defex does allow duplicate registration.Kaz Kyheku2020-01-311-13/+9
* c_str: don't allow symbols.Kaz Kyheku2020-01-311-0/+10