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
/
stdlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: document *struct-clause-expander*.
Kaz Kylheku
2021-12-27
1
-0
/
+1
*
match: allow bound variables with regex modifier.
Kaz Kylheku
2021-12-27
1
-0
/
+11
*
match: bad compile-error call in quasi matcher.
Kaz Kylheku
2021-12-27
1
-1
/
+1
*
new feature: :mass-delegate struct clause macro.
Kaz Kylheku
2021-12-23
2
-0
/
+28
*
new feature: defstruct clause macros.
Kaz Kylheku
2021-12-22
2
-17
/
+56
*
defstruct: refactor with local function.
Kaz Kylheku
2021-12-22
1
-147
/
+146
*
The pairlis function comes to TXR Lisp.
Kaz Kylheku
2021-12-22
1
-0
/
+1
*
New functions: subq, subql, subqual and subst.
Kaz Kylheku
2021-12-22
2
-5
/
+4
*
product/arithmetic each: missing block nil.
Kaz Kylheku
2021-12-20
2
-32
/
+53
*
tree: new functions for priority queue operation.
Kaz Kylheku
2021-12-18
1
-0
/
+4
*
tree: support for duplicate keys.
Kaz Kylheku
2021-12-17
1
-0
/
+2
*
compiler: fix broken (compile '(lambda ...)).
Kaz Kylheku
2021-12-14
1
-15
/
+17
*
compiler: small end/jend issue in late-peephole.
Kaz Kylheku
2021-12-11
1
-1
/
+1
*
compiler: tweak in basic block debug print.
Kaz Kylheku
2021-12-11
1
-1
/
+1
*
compiler: register-compacting optimization.
Kaz Kylheku
2021-12-10
2
-0
/
+63
*
define-accessor: fix broken arg handling.
Kaz Kylheku
2021-12-10
1
-1
/
+1
*
each-match macro family: missing anon block.
Kaz Kylheku
2021-12-08
1
-2
/
+5
*
rot, nrot: new functions.
Kaz Kylheku
2021-12-07
1
-0
/
+2
*
ret, aret: take one argument, as documented.
Kaz Kylheku
2021-12-07
1
-4
/
+4
*
quips: gift shop exit theme.
Kaz Kylheku
2021-12-06
1
-0
/
+1
*
tuples*: new function.
Kaz Kylheku
2021-12-04
1
-0
/
+1
*
compiler: new late-peephole case.
Kaz Kylheku
2021-11-29
1
-0
/
+11
*
compiler: revise no-longer-matching late peephole case.
Kaz Kylheku
2021-11-29
1
-14
/
+3
*
compiler: replace late-peephole pattern with real approach.
Kaz Kylheku
2021-11-26
1
-12
/
+8
*
quips: new ones about syntactic sugar.
Kaz Kylheku
2021-11-26
1
-0
/
+2
*
compiler: another late peephole pattern.
Kaz Kylheku
2021-11-26
1
-0
/
+12
*
buffers: use unbuffered I/O in convenience functions.
Kaz Kylheku
2021-11-17
1
-2
/
+2
*
Version 272.
txr-272
Kaz Kylheku
2021-11-11
1
-1
/
+1
*
compiler: late-peephole match for a wasteful register move.
Kaz Kylheku
2021-11-10
1
-0
/
+13
*
compiler: avoid eval of unsafe constantp in some situations.
Kaz Kylheku
2021-11-09
1
-6
/
+12
*
compiler: handle constant expressions that throw.
Kaz Kylheku
2021-11-08
1
-17
/
+76
*
doc: spelling, doc-syms refresh.
Kaz Kylheku
2021-11-03
1
-2
/
+2
*
compiler: rephrase length check with tree-case.
Kaz Kylheku
2021-11-02
1
-7
/
+6
*
compiler: bug: invalid transformation of (- x y ...).
Kaz Kylheku
2021-11-02
1
-6
/
+2
*
compiler: remove excess call to reduce-constant.
Kaz Kylheku
2021-11-02
1
-11
/
+10
*
compiler: catch bugfix.
Kaz Kylheku
2021-11-02
1
-8
/
+7
*
compiler: don't lift top-level lambdas.
Kaz Kylheku
2021-11-01
1
-1
/
+5
*
compiler: compile-toplevel: bind *load-time* to t.
Kaz Kylheku
2021-11-01
1
-0
/
+1
*
rel-path, path-equal: native Windows fixes.
Kaz Kylheku
2021-11-01
1
-19
/
+43
*
match: fix quasiliteral issue.
Kaz Kylheku
2021-10-26
1
-0
/
+1
*
pic: use ifa to remove repeated array access.
Kaz Kylheku
2021-10-26
1
-2
/
+2
*
ifa: take advantage of read-once.
Kaz Kylheku
2021-10-26
1
-1
/
+1
*
places: new accessor read-once.
Kaz Kylheku
2021-10-26
2
-0
/
+12
*
random: new function random-float-incl.
Kaz Kylheku
2021-10-25
1
-1
/
+2
*
compiler: improvement in wasteful jmp elimination.
Kaz Kylheku
2021-10-23
2
-5
/
+31
*
compiler: also clear .next before re-linking graph.
Kaz Kylheku
2021-10-23
1
-0
/
+1
*
compiler: fix failing load-time tests.
Kaz Kylheku
2021-10-22
1
-2
/
+1
*
ffi: deffi, deffi-cb: eliminate generated globals.
Kaz Kylheku
2021-10-22
1
-31
/
+21
*
path-equal: enable and fix failing tests.
Kaz Kylheku
2021-10-20
1
-2
/
+3
*
pic: support parenthesis negative notation.
Kaz Kylheku
2021-10-19
1
-1
/
+22
[next]