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
...
*
doc: fix param names in Sequence Manipulation.
Kaz Kylheku
2020-06-06
1
-84
/
+93
*
doc: relocate nullify.
Kaz Kylheku
2020-06-06
1
-99
/
+99
*
doc: relocate make-like.
Kaz Kylheku
2020-06-06
1
-57
/
+57
*
doc: relocate copy.
Kaz Kylheku
2020-06-06
1
-80
/
+80
*
doc: relocate apply/iapply.
Kaz Kylheku
2020-06-06
1
-146
/
+146
*
each: fix (each ()) segfault.
Kaz Kylheku
2020-06-06
2
-5
/
+6
*
seq_iter_rewind: support iterables.
Kaz Kylheku
2020-06-05
1
-0
/
+31
*
doc: update nullify documentation.
Kaz Kylheku
2020-06-05
1
-39
/
+71
*
nullify and empty: convert to seq_info.
Kaz Kylheku
2020-06-05
2
-69
/
+30
*
mapcar/maprod: fix stack overflow regression.
Kaz Kylheku
2020-06-05
1
-6
/
+5
*
transpose: ensure variadic args are a list.
Kaz Kylheku
2020-06-05
1
-3
/
+3
*
doc: document functions that take iterable.
Kaz Kylheku
2020-06-05
1
-91
/
+138
*
doc: document each operators using iterables.
Kaz Kylheku
2020-06-05
1
-8
/
+11
*
doc: new Generalization of Iteration section.
Kaz Kylheku
2020-06-05
1
-0
/
+120
*
doc: update iter-begin documentation.
Kaz Kylheku
2020-06-05
1
-8
/
+168
*
seq_iter: support reverse iteration for ranges.
Kaz Kylheku
2020-06-04
2
-29
/
+114
*
seq_iter: null list object if rewind not needed.
Kaz Kylheku
2020-06-04
1
-6
/
+14
*
mapping: rewrite loop using seq_info and args.
Kaz Kylheku
2020-06-04
1
-19
/
+27
*
mapcar, mappend, mapdo: merge implementations.
Kaz Kylheku
2020-06-04
1
-60
/
+20
*
maprod: bugfix: not reducing to mapcar.
Kaz Kylheku
2020-06-04
1
-5
/
+6
*
Convert mapping functions to new iterators.
Kaz Kylheku
2020-06-03
3
-100
/
+91
*
seq_iter: integers and ranges become iterable.
Kaz Kylheku
2020-06-03
2
-15
/
+176
*
Convert each-family operators to use iter-begin.
Kaz Kylheku
2020-06-02
2
-14
/
+16
*
New style iteration functions.
Kaz Kylheku
2020-06-02
4
-7
/
+276
*
Version 239.
txr-239
Kaz Kylheku
2020-06-02
4
-4
/
+31
*
compiler: bugfix: missing block in dohash and each.
Kaz Kylheku
2020-05-31
1
-16
/
+18
*
vm: bugfix: bungled no-block-visible diagnosis.
Kaz Kylheku
2020-05-31
1
-1
/
+1
*
doc: constantp syntax formatting.
Kaz Kylheku
2020-05-31
1
-1
/
+1
*
streams: maintain integer format string detector.
Kaz Kylheku
2020-05-30
2
-14
/
+30
*
Replace trivial format(nil, ...) with simpler ops.
Kaz Kylheku
2020-05-30
9
-53
/
+87
*
quasistrings: reduce consing.
Kaz Kylheku
2020-05-30
4
-11
/
+47
*
signal: bugfix: sharing of alt stack.
Kaz Kylheku
2020-05-29
1
-38
/
+36
*
search, rsearch: rewrite using seq_info and bugfix.
Kaz Kylheku
2020-05-25
3
-118
/
+104
*
update: convert to seq_info.
Kaz Kylheku
2020-05-25
1
-14
/
+11
*
rsearch: fix broken.
Kaz Kylheku
2020-05-25
1
-4
/
+2
*
search/rsearch: wrong object in bad key diagnostic.
Kaz Kylheku
2020-05-25
1
-2
/
+2
*
lib: combine cat_str and vscat implementations.
Kaz Kylheku
2020-05-24
1
-105
/
+91
*
Fix few typos reported from Fossies.
Kaz Kylheku
2020-05-23
2
-3
/
+3
*
Version 238.
txr-238
Kaz Kylheku
2020-05-18
6
-803
/
+839
*
New assert macro.
Kaz Kylheku
2020-05-18
4
-0
/
+88
*
sort: prudently make it subject to compat value
Kaz Kylheku
2020-05-14
3
-5
/
+27
*
lib: sort becomes non-destructive; nsort introduced.
Kaz Kylheku
2020-05-13
7
-22
/
+87
*
lib: use seq-info for sort and shuffle.
Kaz Kylheku
2020-05-13
2
-19
/
+45
*
Expose isatty function.
Kaz Kylheku
2020-05-11
2
-0
/
+57
*
doc: quote, umethod, hash-invert: bad syntax
Kaz Kylheku
2020-05-09
1
-3
/
+3
*
configure: --help doesn't clober ./reconfigure
Kaz Kylheku
2020-05-08
1
-15
/
+16
*
gc: fight spurious retention.
Kaz Kylheku
2020-05-06
1
-4
/
+4
*
funcall: fight spurious retention.
Kaz Kylheku
2020-05-05
1
-4
/
+4
*
lib: convert counting and predicate quantifying to seq_info.
Kaz Kylheku
2020-05-05
1
-65
/
+88
*
compiler: rearrange handling of calls
Kaz Kylheku
2020-05-04
1
-33
/
+37
[prev]
[next]