index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
txr.1
Commit message (
Expand
)
Author
Age
Files
Lines
*
New function: touch.
Kaz Kylheku
2020-04-15
1
-0
/
+31
*
New "n" open file mode option: nonblocking.
Kaz Kylheku
2020-04-15
1
-1
/
+3
*
sockets: missing shut-rd, shut-wr, shut-rdwr.
Kaz Kylheku
2020-04-13
1
-1
/
+1
*
Version 235.
txr-235
Kaz Kylheku
2020-04-12
1
-3
/
+3
*
hash: bugfix: spurious retention in weak processing.
Kaz Kylheku
2020-04-11
1
-6
/
+9
*
gc: add argument to sys:gc.
Kaz Kylheku
2020-04-10
1
-1
/
+11
*
doc: stat/fstat: bad syntax formatting.
Kaz Kylheku
2020-04-09
1
-2
/
+2
*
path testing functions: accept stream argument.
Kaz Kylheku
2020-04-09
1
-17
/
+28
*
doc: read, iread: document lineno parameter.
Kaz Kylheku
2020-04-07
1
-5
/
+14
*
doc: bad grammer compilation section.
Kaz Kylheku
2020-04-07
1
-1
/
+1
*
exceptions: improve non-error @(throw) and @(assert).
Kaz Kylheku
2020-04-07
1
-0
/
+38
*
exceptions: unhandled non-error exceptions now return.
Kaz Kylheku
2020-04-06
1
-22
/
+123
*
New function: txr-parse.
Kaz Kylheku
2020-04-02
1
-0
/
+50
*
linenoise: command to force submission of unbalanced line.
Kaz Kylheku
2020-03-28
1
-0
/
+10
*
doc: revise descriptions under Listener.
Kaz Kylheku
2020-03-25
1
-27
/
+34
*
Version 234.
txr-234
Kaz Kylheku
2020-03-25
1
-3
/
+3
*
doc: typeof: missing BST types.
Kaz Kylheku
2020-03-24
1
-0
/
+6
*
New contains function: near alias of search.
Kaz Kylheku
2020-03-23
1
-1
/
+16
*
apf and ipf: take arguments that are inserted.
Kaz Kylheku
2020-03-22
1
-2
/
+14
*
New type args with DARG type code.
Kaz Kylheku
2020-03-22
1
-0
/
+3
*
hash-uni: two new arguments for projecting values.
Kaz Kylheku
2020-03-19
1
-1
/
+14
*
Support base64url encoding.
Kaz Kyheku
2020-03-17
1
-2
/
+84
*
compile-file: propagate permissions for hash bang programs.
Kaz Kyheku
2020-03-10
1
-3
/
+19
*
Version 233.
txr-233
Kaz Kylheku
2020-03-08
1
-3
/
+3
*
strings: bugfix: broken inequality comparisons.
Kaz Kylheku
2020-03-07
1
-4
/
+10
*
getopts: new feature: cumulative options.
Kaz Kyheku
2020-03-06
1
-1
/
+35
*
less: fix broken semantics for symbols.
Kaz Kyheku
2020-03-04
1
-5
/
+62
*
doc: better wording on lisp compilation.
Kaz Kylheku
2020-02-29
1
-16
/
+11
*
doc: missing article under Lisp Compilation.
Kaz Kylheku
2020-02-29
1
-1
/
+1
*
New function: assq and rassq.
Kaz Kyheku
2020-02-24
1
-12
/
+23
*
New functions: meq, meql and mequal.
Kaz Kylheku
2020-02-22
1
-0
/
+36
*
listener: save history early with :save command.
Kaz Kylheku
2020-02-18
1
-0
/
+10
*
doc: spelling under file-place-buf
Kaz Kylheku
2020-02-18
1
-1
/
+1
*
listener: append to .txr_history instead of clobbering.
Kaz Kyheku
2020-02-18
1
-2
/
+25
*
Version 232.
txr-232
Kaz Kylheku
2020-02-09
1
-3
/
+3
*
New "m" file open mode: non-truncating "w".
Kaz Kylheku
2020-02-07
1
-1
/
+9
*
file-put-buf: new argument; also, new file-place-buf
Kaz Kylheku
2020-02-07
1
-1
/
+16
*
buf: bugfix: buf-set-length not setting bytes.
Kaz Kylheku
2020-02-06
1
-2
/
+3
*
file-get-buf: size limit, seek offset.
Kaz Kyheku
2020-02-05
1
-3
/
+21
*
doc: file-get-buf opens a binary stream.
Kaz Kyheku
2020-02-05
1
-2
/
+2
*
doc: fill-buf return value wrongly described.
Kaz Kyheku
2020-02-05
1
-1
/
+2
*
stat and fstat become equivalent.
Kaz Kylheku
2020-02-04
1
-30
/
+49
*
doc: limitation, not limiting.
Kaz Kylheku
2020-02-04
1
-1
/
+1
*
doc: stream-fd is nonexistent.
Kaz Kylheku
2020-02-04
1
-1
/
+1
*
New feature: symbolic chmod.
Kaz Kylheku
2020-02-03
1
-4
/
+60
*
New functions chmod-rec and chown-rec.
Kaz Kylheku
2020-01-31
1
-0
/
+43
*
doc: missing catch** in heading.
Kaz Kyheku
2020-01-31
1
-1
/
+1
*
doc: repeated "continues" under do directive.
Kaz Kyheku
2020-01-31
1
-1
/
+1
*
doc: defex does allow duplicate registration.
Kaz Kyheku
2020-01-31
1
-13
/
+9
*
c_str: don't allow symbols.
Kaz Kyheku
2020-01-31
1
-0
/
+10
[next]