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
*
trace: need autoload on sys:*trace-level*.
Kaz Kylheku
2025-05-09
1
-0
/
+5
*
compiler: improvements in reporting form in diagnostics.
Kaz Kylheku
2025-05-09
3
-13
/
+27
*
buf-count-ones: optimize for common cases.
Kaz Kylheku
2025-05-09
1
-14
/
+31
*
trace: new parameter macro :trace for simple static tracing
Kaz Kylheku
2025-05-09
3
-1
/
+76
*
flet/labels: generate macro ancestor form,
Kaz Kylheku
2025-05-09
1
-0
/
+4
*
dig: don't stop at form that has source location.
Kaz Kylheku
2025-05-09
1
-2
/
+1
*
autoload: load error module for sys:dig.
Kaz Kylheku
2025-05-09
1
-1
/
+1
*
quips; Unicode quip.
Kaz Kylheku
2025-05-08
1
-0
/
+1
*
match: new macros in the "each" family.
Kaz Kylheku
2025-05-08
4
-1
/
+250
*
args: type check uses of dargs in places.
Kaz Kylheku
2025-05-07
2
-5
/
+5
*
infix: expose and document finish-infix.
Kaz Kylheku
2025-05-07
2
-1
/
+47
*
infix: bug: non-infix expressions conflated with infix.
Kaz Kylheku
2025-05-07
3
-15
/
+29
*
buf: int-buf: unsigned multiplication overflow.
Kaz Kylheku
2025-05-07
1
-2
/
+1
*
mpi: remove signed_bin stuff we don't use.
Kaz Kylheku
2025-05-07
2
-42
/
+0
*
arith: logtrunc, lognot, bit, sign-extend: handle bits <= 0.
Kaz Kylheku
2025-05-07
2
-22
/
+29
*
mpi: allow conversion of zero-sized buffer.
Kaz Kylheku
2025-05-07
1
-1
/
+1
*
New function: buf-binary-width.
Kaz Kylheku
2025-05-07
4
-0
/
+164
*
New function: buf-count-ones.
Kaz Kylheku
2025-05-06
4
-0
/
+201
*
buf: buf_ash: fix buffer overrrun.
Kaz Kylheku
2025-05-06
1
-1
/
+1
*
buf: remove array size checks from bit ops.
Kaz Kylheku
2025-05-06
1
-15
/
+1
*
New function: buf-test.
Kaz Kylheku
2025-05-06
4
-3
/
+77
*
New function: buf-zero-p.
Kaz Kylheku
2025-05-06
4
-0
/
+59
*
New function: buf-bit.
Kaz Kylheku
2025-05-05
4
-0
/
+54
*
New function: buf-bitset.
Kaz Kylheku
2025-05-05
4
-0
/
+73
*
New functions: buf-not and buf-trunc.
Kaz Kylheku
2025-05-05
4
-0
/
+166
*
New functions: buf-and, buf-or, buf-xor.
Kaz Kylheku
2025-05-05
4
-0
/
+215
*
New function: buf-fash.
Kaz Kylheku
2025-05-05
4
-0
/
+193
*
New function; buf-ash.
Kaz Kylheku
2025-05-05
4
-1
/
+296
*
buf: buf-put-buf: wrong argument order.
Kaz Kylheku
2025-05-03
3
-2
/
+51
*
New function: progf.
Kaz Kylheku
2025-05-02
3
-0
/
+43
*
callf, juxt: rewrite.
Kaz Kylheku
2025-05-02
3
-15
/
+27
*
infix: use superfix in fft test case.
Kaz Kylheku
2025-05-02
1
-1
/
+1
*
infix: do not process square bracket forms.
Kaz Kylheku
2025-05-02
2
-61
/
+42
*
sysif: check setenv for error.
Kaz Kylheku
2025-05-01
1
-1
/
+4
*
infix: phony infix requires 3 or more elements.
Kaz Kylheku
2025-05-01
2
-1
/
+8
*
infix: superfix relational operators; better code.
Kaz Kylheku
2025-05-01
3
-33
/
+240
*
infix: bug: (a = b) not parsing.
Kaz Kylheku
2025-04-29
2
-9
/
+18
*
build: config cache: don't touch config when no change.
Kaz Kylheku
2025-04-28
1
-9
/
+15
*
build: config cache: use hash of config inputs as cache keys
Kaz Kylheku
2025-04-28
1
-3
/
+17
*
build: config cache: preserve perms.
Kaz Kylheku
2025-04-28
1
-2
/
+2
*
infix: bug: handle dotted function calls.
Kaz Kylheku
2025-04-28
1
-1
/
+1
*
build: new utility for caching build configs.
Kaz Kylheku
2025-04-27
1
-0
/
+34
*
infix: test cases for prefix phony.
Kaz Kylheku
2025-04-23
1
-2
/
+19
*
infix: phony infix for prefix funtion call expressions too.
Kaz Kylheku
2025-04-22
2
-13
/
+42
*
infix: support function power operators.
Kaz Kylheku
2025-04-21
2
-6
/
+41
*
infix: autodetection takes lexical functions into account.
Kaz Kylheku
2025-04-21
2
-21
/
+24
*
infix: revise auto-detection algorithm.
Kaz Kylheku
2025-04-21
3
-50
/
+95
*
infix: phony infix: try arguments as infix.
Kaz Kylheku
2025-04-21
2
-7
/
+32
*
op: reduce and mitigate multiple expansion.
Kaz Kylheku
2025-04-19
1
-4
/
+6
*
expander: noexpand mechanism.
Kaz Kylheku
2025-04-19
2
-1
/
+70
[next]