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
*
bug: symbol-value place always global.
Kaz Kylheku
2023-05-14
3
-4
/
+41
*
fix crash if built-in variable is unbound.
Kaz Kylheku
2023-05-12
1
-1
/
+3
*
doc: missing verb under makunbound.
Kaz Kylheku
2023-05-12
1
-1
/
+1
*
compiler: spelling error in diagnostic.
Kaz Kylheku
2023-05-12
1
-1
/
+1
*
ffi: fix unused variable warning.
Kaz Kylheku
2023-05-11
1
-2
/
+2
*
android: restore pointer tag in gc_free_all.
Kaz Kylheku
2023-05-11
1
-0
/
+4
*
android: configure SDK level via clang --target.
Kaz Kylheku
2023-05-11
1
-1
/
+1
*
sysif: define passwd symbol for group stuff.
Kaz Kylheku
2023-05-11
1
-1
/
+3
*
Version 286.
txr-286
Kaz Kylheku
2023-05-07
6
-675
/
+768
*
build: mergesort is in <stdlib.h> on MacOS.
Kaz Kylheku
2023-05-07
1
-1
/
+1
*
doc: remove "comprised of" in two places.
Kaz Kylheku
2023-05-06
1
-7
/
+7
*
hash: cache struct hash fields in locals in hash_mark.
Kaz Kylheku
2023-05-05
1
-8
/
+11
*
hash: some streamlining in weak table processing.
Kaz Kylheku
2023-05-05
3
-10
/
+67
*
defstruct: diagnostic improvement for boa args.
Kaz Kylheku
2023-05-05
1
-2
/
+2
*
compiler: multiple issues in macro-parameter forms.
Kaz Kylheku
2023-05-05
1
-24
/
+18
*
compiler: bugfix: wrong condition in late-peephole.
Kaz Kylheku
2023-05-04
1
-1
/
+1
*
compiler: liveness bug involving closures.
Kaz Kylheku
2023-05-04
1
-3
/
+17
*
sort: missing vector coverage in tests.
Kaz Kylheku
2023-05-03
1
-4
/
+18
*
sort: optimizations eliding keyfun and access.
Kaz Kylheku
2023-05-03
1
-15
/
+45
*
sort: move tests into tests/012.
Kaz Kylheku
2023-05-02
1
-0
/
+0
*
gc: use single allocation for prot_array.
Kaz Kylheku
2023-05-02
4
-27
/
+21
*
sort: support stable sorting via ssort and snsort.
Kaz Kylheku
2023-05-02
8
-9
/
+211
*
sort: correct name in error reporting.
Kaz Kylheku
2023-05-02
1
-4
/
+3
*
sort: larger test.
Kaz Kylheku
2023-05-01
1
-0
/
+8
*
sort: replace Lomuto partitioning with Hoare
Kaz Kylheku
2023-05-01
2
-30
/
+50
*
hash: new function, hash-props.
Kaz Kylheku
2023-05-01
5
-0
/
+51
*
time: improved convenience in time functions.
Kaz Kylheku
2023-04-30
3
-29
/
+80
*
match: ^#S() and ^#H(()) patterns must work
Kaz Kylheku
2023-04-29
6
-592
/
+549
*
compiler: simplify live-info defined set semantics.
Kaz Kylheku
2023-04-18
1
-6
/
+4
*
compiler: bugfix: lingering funarg eval order issue.
Kaz Kylheku
2023-04-17
1
-3
/
+1
*
compiler: propagate t-reg rename into end insn.
Kaz Kylheku
2023-04-17
1
-1
/
+1
*
compiler: rewrite t-regs through defining instruction.
Kaz Kylheku
2023-04-17
1
-6
/
+24
*
compiler: move peephole pattern and remove condition.
Kaz Kylheku
2023-04-17
1
-15
/
+11
*
compiler: better handling for mutated locals in funargs.
Kaz Kylheku
2023-04-17
1
-20
/
+49
*
compiler: allow v reg source in t-reg optimization
Kaz Kylheku
2023-04-16
1
-13
/
+15
*
compiler: bugfix: wrong propagation into close insn.
Kaz Kylheku
2023-04-16
1
-1
/
+3
*
compiler: tighten cases in liveness calculation
Kaz Kylheku
2023-04-15
1
-8
/
+8
*
compiler: keep track of multiple defs in live-info.
Kaz Kylheku
2023-04-10
1
-17
/
+22
*
compiler: streamline live-info object creation.
Kaz Kylheku
2023-04-10
1
-9
/
+8
*
compiler: bug in liveness calculation over catch insn
Kaz Kylheku
2023-04-10
1
-1
/
+4
*
compiler: improve t-reg copy elimination.
Kaz Kylheku
2023-04-10
1
-7
/
+18
*
compiler: buggy t-reg move peephole case.
Kaz Kylheku
2023-04-10
1
-3
/
+1
*
build: rearrange code to fix circular dependency.
Kaz Kylheku
2023-04-09
1
-28
/
+28
*
autoload: temporarily disable backward compat.
Kaz Kylheku
2023-04-09
1
-0
/
+3
*
compiler: small fix in optimizer.
Kaz Kylheku
2023-04-08
1
-2
/
+2
*
compiler: bugfix: eval order of variables.
Kaz Kylheku
2023-04-08
1
-2
/
+2
*
compiler: discard wrongheaded discards.
Kaz Kylheku
2023-04-08
1
-55
/
+41
*
compiler: iterate on level 4-5 optimizations.
Kaz Kylheku
2023-04-07
3
-10
/
+14
*
compiler: optimization improvements
Kaz Kylheku
2023-04-07
4
-75
/
+89
*
compiler: small local refactoring in optimizer.
Kaz Kylheku
2023-04-06
1
-8
/
+4
[next]