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
*
streams: improve pushback semantics of stdio streams.
Kaz Kylheku
2025-05-22
5
-28
/
+169
*
utf8: use unsigned int in decoder.
Kaz Kylheku
2025-05-22
1
-2
/
+2
*
vim: syntax highlighting for format strings in quasiliteral.
Kaz Kylheku
2025-05-19
1
-1
/
+2
*
expander: handle format string in quasi.
Kaz Kylheku
2025-05-19
2
-1
/
+11
*
parser: compounds not attributed with format string.
Kaz Kylheku
2025-05-19
2
-2
/
+2
*
doc: break up remove-if section.
Kaz Kylheku
2025-05-19
1
-25
/
+34
*
quasistrings: support format notation.
Kaz Kylheku
2025-05-18
14
-5111
/
+5550
*
compiler: fix unidiomatic if/cond combination.
Kaz Kylheku
2025-05-17
1
-13
/
+12
*
math: consolidate some error reporting.
Kaz Kylheku
2025-05-16
1
-35
/
+47
*
infix: add missing ~ complement operator.
Kaz Kylheku
2025-05-16
3
-2
/
+8
*
math: hook buf support into bit ops.
Kaz Kylheku
2025-05-16
2
-12
/
+127
*
buf: buf-trunc: wrong self string.
Kaz Kylheku
2025-05-16
1
-1
/
+1
*
arith: logtrunc: issues with short-circuiting to zero.
Kaz Kylheku
2025-05-16
1
-6
/
+8
*
buf: bug: empty fill pattern.
Kaz Kylheku
2025-05-16
3
-2
/
+15
*
doc: buffers: section on arithmetic conventions.
Kaz Kylheku
2025-05-16
1
-0
/
+22
*
buf: make-buf and buf-set-length take pattern.
Kaz Kylheku
2025-05-16
3
-56
/
+181
*
buf: move pattern preparation to function.
Kaz Kylheku
2025-05-16
1
-45
/
+59
*
parser: distinguish lambda dot token.
Kaz Kylheku
2025-05-15
3
-7
/
+11
*
syntax: allow for multiline qref chaining.
Kaz Kylheku
2025-05-15
6
-4805
/
+4891
*
ffi: take advantage of string_utf8_from_buf.
Kaz Kylheku
2025-05-15
1
-4
/
+2
*
New string compression/decompression functions.
Kaz Kylheku
2025-05-15
5
-1
/
+134
*
hmac: use buf-xor-pattern function.
Kaz Kylheku
2025-05-11
1
-11
/
+9
*
New function: buf-xor-pattern.
Kaz Kylheku
2025-05-11
6
-1
/
+170
*
match: make @(require) work over args in lambda-match.
Kaz Kylheku
2025-05-10
1
-32
/
+40
*
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
[next]