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
*
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
*
infix: more test cases.
Kaz Kylheku
2025-04-18
2
-0
/
+60
*
autoload: reset expand hook while loading.
Kaz Kylheku
2025-04-17
1
-0
/
+1
*
listener: auto infix mode.
Kaz Kylheku
2025-04-17
2
-7
/
+50
*
Rebind *expand-hook* in load and compile-file.
Kaz Kylheku
2025-04-17
4
-4
/
+41
*
New: HMAC functions.
Kaz Kylheku
2025-04-16
4
-0
/
+137
*
chksum: support stream arguments in more places.
Kaz Kylheku
2025-04-15
4
-39
/
+136
*
special-operator-p: don't report error entries as t.
Kaz Kylheku
2025-04-14
2
-2
/
+46
*
expander-let: rewrite in C.
Kaz Kylheku
2025-04-14
3
-62
/
+35
*
doc: infix: document precedence demotion rule.
Kaz Kylheku
2025-04-14
1
-0
/
+145
*
infix: revise auto-detection and parsing.
Kaz Kylheku
2025-04-09
3
-42
/
+203
*
expand-hook: implement in macroexpand-1.
Kaz Kylheku
2025-04-08
1
-8
/
+35
*
expand-hook: process DWIM brackets forms.
Kaz Kylheku
2025-04-08
2
-12
/
+27
*
expand-hook: don't process symbol macros.
Kaz Kylheku
2025-04-08
1
-10
/
+0
*
infix: new operators, revise precedence.
Kaz Kylheku
2025-04-08
3
-29
/
+148
*
New macros: mul and div.
Kaz Kylheku
2025-04-08
3
-1
/
+33
*
bident/lident: allow | character.
Kaz Kylheku
2025-04-08
6
-4126
/
+4119
*
place: move set-mask, get-mask out of defset.
Kaz Kylheku
2025-04-07
3
-9
/
+9
*
infix: add quadratic-roots test
Kaz Kylheku
2025-04-06
2
-0
/
+24
*
doc: mention whitespace issue in infix
Kaz Kylheku
2025-04-06
1
-0
/
+13
*
infix: document.
Kaz Kylheku
2025-04-06
1
-0
/
+355
*
infix: remove unnecessary rewrite rule
Kaz Kylheku
2025-04-06
1
-2
/
+0
*
infix: add tests.
Kaz Kylheku
2025-04-06
2
-1
/
+68
[next]