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
*
search, rsearch: rewrite using seq_info and bugfix.
Kaz Kylheku
2020-05-25
1
-4
/
+16
*
Fix few typos reported from Fossies.
Kaz Kylheku
2020-05-23
1
-2
/
+2
*
Version 238.
txr-238
Kaz Kylheku
2020-05-18
1
-3
/
+3
*
New assert macro.
Kaz Kylheku
2020-05-18
1
-0
/
+35
*
sort: prudently make it subject to compat value
Kaz Kylheku
2020-05-14
1
-0
/
+20
*
lib: sort becomes non-destructive; nsort introduced.
Kaz Kylheku
2020-05-13
1
-8
/
+39
*
lib: use seq-info for sort and shuffle.
Kaz Kylheku
2020-05-13
1
-0
/
+20
*
Expose isatty function.
Kaz Kylheku
2020-05-11
1
-0
/
+33
*
doc: quote, umethod, hash-invert: bad syntax
Kaz Kylheku
2020-05-09
1
-3
/
+3
*
symbol-function: bugfix: expand lambda expression.
Kaz Kylheku
2020-05-03
1
-1
/
+2
*
compiler: honor load-time in parts of loop.
Kaz Kylheku
2020-05-03
1
-0
/
+14
*
compiler: treat nested load-time forms.
Kaz Kylheku
2020-05-02
1
-0
/
+46
*
doc: new typos under User-Defined Streams.
Kaz Kylheku
2020-05-02
1
-4
/
+4
*
doc: mention zero-width bit-field at end of structure.
Kaz Kylheku
2020-04-27
1
-1
/
+2
*
doc: fix wrong claim in Bitfield Allocation Rules.
Kaz Kylheku
2020-04-27
1
-9
/
+6
*
Version 237.
txr-237
Kaz Kylheku
2020-04-26
1
-3
/
+3
*
streams: put_buf and fill_buf become lower-level.
Kaz Kylheku
2020-04-22
1
-0
/
+24
*
Extending =, <, >, <= and >= to work on sequences.
Kaz Kylheku
2020-04-21
1
-7
/
+112
*
New function: get-line-as-buf
Kaz Kylheku
2020-04-19
1
-0
/
+23
*
Version 236.
txr-236
Kaz Kylheku
2020-04-18
1
-3
/
+3
*
path-testing functions: accept file descriptor.
Kaz Kylheku
2020-04-18
1
-1
/
+2
*
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
[next]