summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* open-files: add mode string argument.Kaz Kyheku2020-01-311-3/+14
* doc: remove-path copy-paste error.Kaz Kyheku2020-01-301-1/+1
* New: file copy, recursive copy, recursive delete.Kaz Kylheku2020-01-291-0/+307
* New retry and skip exceptions under restart hierarchy.Kaz Kyheku2020-01-301-1/+18
* New function: merge-delete-package.Kaz Kyheku2020-01-291-0/+23
* ftw: throw exception on failure.Kaz Kyheku2020-01-281-10/+48
* New function: rmdir.Kaz Kylheku2020-01-281-0/+20
* New functions: chown, lchown.Kaz Kyheku2020-01-281-0/+77
* ensure-dir: return nil when exists.Kaz Kylheku2020-01-271-5/+10
* ensure-dir: fail if exists and not dir.Kaz Kylheku2020-01-251-1/+4
* New function: mkfifo.Kaz Kylheku2020-01-231-0/+27
* New functions utimes, lutimes.Kaz Kylheku2020-01-211-0/+105