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
...
*
regex: eliminate unnecessary stack push.
Kaz Kylheku
2024-07-03
1
-1
/
+0
*
regex: don't consume input past final match.
Kaz Kylheku
2024-07-03
1
-26
/
+61
*
New functions: cshuffle and cnshuffle.
Kaz Kylheku
2024-07-01
4
-11
/
+90
*
build: split tlos into three groups rather than two.
Kaz Kylheku
2024-06-30
1
-2
/
+5
*
txr: @(data) must disable recycling.
Kaz Kylheku
2024-06-30
1
-0
/
+1
*
lib: rcyc_cons set type to CONS.
Kaz Kylheku
2024-06-29
1
-0
/
+1
*
txr: bugfix: reset top flag when copying context.
Kaz Kylheku
2024-06-29
1
-0
/
+1
*
doc: eq, eql, equal cleanuip.
Kaz Kylheku
2024-06-29
1
-8
/
+20
*
doc: typo in new text about file descriptor option.
Kaz Kylheku
2024-06-29
1
-1
/
+1
*
txr: better implementation of previous change.
Kaz Kylheku
2024-06-29
1
-42
/
+25
*
txr: real solution for spurious retention problem.
Kaz Kylheku
2024-06-29
1
-24
/
+56
*
Version 295.
txr-295
Kaz Kylheku
2024-06-28
7
-1346
/
+1440
*
match: new @(scan-all) operator.
Kaz Kylheku
2024-06-28
4
-3
/
+57
*
match: bad indentation.
Kaz Kylheku
2024-06-27
1
-4
/
+4
*
genprotsym: fix bugs.
Kaz Kylheku
2024-06-27
1
-5
/
+16
*
packages: streamline is-a-string testing.
Kaz Kylheku
2024-06-27
1
-28
/
+19
*
open-process: new ?fdno option for selecting stream fd.
Kaz Kylheku
2024-06-26
3
-8
/
+61
*
iter-begin: handle FLNUM.
Kaz Kylheku
2024-06-26
2
-0
/
+19
*
copy-iter: test for common types.
Kaz Kylheku
2024-06-26
1
-0
/
+18
*
copy-iter: test that the combi iterators copy.
Kaz Kylheku
2024-06-26
1
-0
/
+12
*
copy-iter: some tests.
Kaz Kylheku
2024-06-26
1
-2
/
+15
*
txr: deal with spurious retention problem.
Kaz Kylheku
2024-06-24
1
-28
/
+33
*
combi: fix permi and rpermi; impl combi, rcombi; test.
Kaz Kylheku
2024-06-24
4
-32
/
+265
*
doc: permi, rpermi, combi, rcombi.
Kaz Kylheku
2024-06-21
1
-4
/
+36
*
lib: replace generic errors with more specific errors.
Kaz Kylheku
2024-06-20
1
-78
/
+90
*
combi: replace some zerop tests.
Kaz Kylheku
2024-06-20
1
-6
/
+6
*
string ranges: individual positions are ascending/descending.
Kaz Kylheku
2024-06-20
3
-45
/
+36
*
combi: fix broken k 0 edge cases for sequences.
Kaz Kylheku
2024-06-20
2
-0
/
+18
*
length: support string ranges.
Kaz Kylheku
2024-06-20
1
-1
/
+39
*
doc: iter-begin copies iterators.
Kaz Kylheku
2024-06-19
1
-11
/
+12
*
combi: seq_iter_ops structures made static.
Kaz Kylheku
2024-06-19
1
-6
/
+6
*
New rpermi: iterator version of rperm
Kaz Kylheku
2024-06-19
3
-0
/
+86
*
permi: remove useless gc_hint.
Kaz Kylheku
2024-06-19
1
-1
/
+0
*
quantile: better run-time type safety for state.
Kaz Kylheku
2024-06-19
1
-10
/
+19
*
gc: protect symbol used for cobj class reg.
Kaz Kylheku
2024-06-19
1
-1
/
+3
*
bugfix: several seq_iter kinds need clone operation.
Kaz Kylheku
2024-06-18
2
-8
/
+20
*
New function: copy-hash-iter.
Kaz Kylheku
2024-06-18
4
-1
/
+54
*
iter_reset: call seq_info only when needed.
Kaz Kylheku
2024-06-17
1
-7
/
+11
*
More work on copy-iter.
Kaz Kylheku
2024-06-17
2
-10
/
+88
*
cobj: clone method streamlines copy; structs get copy method.
Kaz Kylheku
2024-06-17
25
-73
/
+173
*
New function: copy-iter.
Kaz Kylheku
2024-06-15
3
-0
/
+18
*
quips: remove weak one.
Kaz Kylheku
2024-06-15
1
-1
/
+0
*
seq_iter: fix inadequate gc marking for some types.
Kaz Kylheku
2024-06-15
2
-6
/
+22
*
New permi: iterator version of perm.
Kaz Kylheku
2024-06-15
5
-10
/
+117
*
lib: rename seq_iter_ops static object.
Kaz Kylheku
2024-06-14
1
-9
/
+10
*
perm: small streamlining in string case.
Kaz Kylheku
2024-06-13
1
-1
/
+1
*
combi: consolidate k argument check.
Kaz Kylheku
2024-05-29
1
-24
/
+14
*
bugfix: one missing case of fmt_cat separator defaulting.
Kaz Kylheku
2024-05-27
1
-1
/
+1
*
quasiliterals: buffers in hex, separation for strings and buffers.
Kaz Kylheku
2024-05-27
7
-9
/
+147
*
interpose: use seq_iter and seq_build.
Kaz Kylheku
2024-05-26
2
-7
/
+32
[prev]
[next]