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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
M1: disable -nopie.
Kaz Kylheku
2021-03-24
1
-4
/
+2
*
build: port to Apple M1.
Kaz Kylheku
2021-03-23
2
-2
/
+15
*
build: use yacc pattern rule with "y" as stem.
Kaz Kylheku
2021-03-22
1
-9
/
+1
*
ffi: support float type as variadic argument.
Kaz Kylheku
2021-03-22
2
-8
/
+69
*
ffi: fix missing support for misaligned ushort.
Kaz Kylheku
2021-03-22
1
-0
/
+2
*
ffi: ffi_uchar_put: statement after declaration.
Kaz Kylheku
2021-03-22
1
-1
/
+1
*
compiler: improve end-propagating optimization.
Kaz Kylheku
2021-03-17
1
-7
/
+13
*
compiler: use registers for function parameters.
Kaz Kylheku
2021-03-17
1
-67
/
+74
*
poll: iterate sequences efficiently.
Kaz Kylheku
2021-03-16
2
-7
/
+11
*
compiler: split variable spies into two types.
Kaz Kylheku
2021-03-16
1
-33
/
+44
*
tests: fix retest logic for parallel operation.
Kaz Kylheku
2021-03-16
1
-7
/
+5
*
compiler: trim unused accumulation from var-spy.
Kaz Kylheku
2021-03-16
1
-8
/
+2
*
compiler: eliminate unused list in optimizer.
Kaz Kylheku
2021-03-16
1
-12
/
+9
*
doc: improve predicate pattern description.
Kaz Kylheku
2021-03-15
1
-5
/
+10
*
doc: pattern matching: revise, take out of beta.
Kaz Kylheku
2021-03-15
1
-67
/
+140
*
doc: formally document meta-syntax.
Kaz Kylheku
2021-03-15
1
-7
/
+84
*
cat-str: seq_iter conversion,
Kaz Kylheku
2021-03-14
2
-13
/
+30
*
lib: fix neglect to use self variable.
Kaz Kylheku
2021-03-14
5
-31
/
+33
*
doc: rewrite macro intro.
Kaz Kylheku
2021-03-12
1
-20
/
+31
*
doc: mistaken reference to command-get
Kaz Kylheku
2021-03-12
1
-1
/
+1
*
lib: fix hard-coded cat-str in diagnostic.
Kaz Kylheku
2021-03-12
1
-2
/
+2
*
Version 254
txr-254
Kaz Kylheku
2021-03-10
6
-1231
/
+1262
*
compiler: eliminate unused global symbol accesses.
Kaz Kylheku
2021-03-10
1
-1
/
+1
*
compiler: use effect-free criterion for elimination.
Kaz Kylheku
2021-03-10
2
-1
/
+25
*
compiler: more const-foldable functions.
Kaz Kylheku
2021-03-10
1
-6
/
+7
*
compiler: eliminate unused closures.
Kaz Kylheku
2021-03-10
1
-1
/
+10
*
compiler: eliminate dead calls.
Kaz Kylheku
2021-03-10
2
-74
/
+98
*
sort: bugfix: broken for vectors/strings.
Kaz Kylheku
2021-03-10
1
-1
/
+2
*
lib: new functions join, join-with.
Kaz Kylheku
2021-03-09
5
-17
/
+85
*
compiler: optimization control.
Kaz Kylheku
2021-03-08
4
-107
/
+188
*
Version 253
txr-253
Kaz Kylheku
2021-03-06
6
-297
/
+337
*
hashing: bug: hash-equal zero: floats and bignums.
Kaz Kylheku
2021-03-05
1
-2
/
+2
*
compiler: streamline load-time hoisting of calls.
Kaz Kylheku
2021-03-04
1
-17
/
+23
*
compiler: bug: duplicate code in load-time lifting.
Kaz Kylheku
2021-03-04
1
-5
/
+22
*
compiler: frame depth bug in load-time.
Kaz Kylheku
2021-03-04
1
-6
/
+3
*
math: defend against locale decimal separator.
Kaz Kylheku
2021-03-04
1
-0
/
+14
*
lib: defend against locale-specific wcstod.
Kaz Kylheku
2021-03-04
3
-3
/
+54
*
compiler: another late-peephole pattern.
Kaz Kylheku
2021-03-03
1
-0
/
+21
*
compiler: new late-peephole pass.
Kaz Kylheku
2021-03-03
1
-1
/
+16
*
compiler: lift uslot and umethod forms too.
Kaz Kylheku
2021-03-03
1
-1
/
+1
*
lib: remove unnecessary load-time forms.
Kaz Kylheku
2021-03-03
2
-10
/
+9
*
compiler: lift functional expressions to load-time.
Kaz Kylheku
2021-03-03
1
-0
/
+17
*
compiler: merge duplicate jump blocks.
Kaz Kylheku
2021-03-02
2
-0
/
+26
*
compiler: basic-block print method for debugging.
Kaz Kylheku
2021-03-02
1
-1
/
+10
*
compiler: optimize annoying instruction sequence.
Kaz Kylheku
2021-03-02
1
-1
/
+18
*
compiler: mistake in (if (equal ...) ..) pattern.
Kaz Kylheku
2021-03-02
1
-1
/
+1
*
compiler: move short end sequences before branch.
Kaz Kylheku
2021-03-02
1
-0
/
+8
*
compiler: new peephole cases: if over d reg.
Kaz Kylheku
2021-03-02
1
-0
/
+6
*
compiler: fix use of nil instead of (t 0).
Kaz Kylheku
2021-03-02
2
-2
/
+2
*
compiler: unmatchable pattern in jump threading.
Kaz Kylheku
2021-03-02
1
-1
/
+1
[prev]
[next]