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
...
*
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
*
compile: don't expand.
Kaz Kylheku
2020-05-03
1
-2
/
+2
*
symbol-function: bugfix: expand lambda expression.
Kaz Kylheku
2020-05-03
2
-2
/
+3
*
compiler: implement lambda lifting.
Kaz Kylheku
2020-05-03
1
-1
/
+15
*
compiler: honor load-time in parts of loop.
Kaz Kylheku
2020-05-03
2
-0
/
+15
*
compiler: top-level is in load-time.
Kaz Kylheku
2020-05-03
1
-1
/
+2
*
compiler: check constantp in load-time.
Kaz Kylheku
2020-05-02
1
-1
/
+1
*
compiler: treat nested load-time forms.
Kaz Kylheku
2020-05-02
2
-14
/
+65
*
doc: new typos under User-Defined Streams.
Kaz Kylheku
2020-05-02
1
-4
/
+4
*
compiler: load-time: eliminate temp register.
Kaz Kylheku
2020-05-01
1
-5
/
+3
*
sockets: ipv6 address condensing rewrite.
Kaz Kylheku
2020-05-01
1
-14
/
+12
*
sockets: bug in formatting ipv6 address.
Kaz Kylheku
2020-05-01
1
-11
/
+14
*
doc: mention zero-width bit-field at end of structure.
Kaz Kylheku
2020-04-27
1
-1
/
+2
*
doc: fix wrong claim in Bitfield Allocation Rules.
Kaz Kylheku
2020-04-27
1
-9
/
+6
*
ffi: big-endian: unused parameter warnings.
Kaz Kylheku
2020-04-28
1
-1
/
+55
*
Version 237.
txr-237
Kaz Kylheku
2020-04-26
6
-715
/
+771
*
Reduce footprint of :fd property.
Kaz Kylheku
2020-04-25
3
-14
/
+8
*
lib/buf: use unsigned integers around allocations.
Kaz Kylheku
2020-04-25
2
-4
/
+4
[prev]
[next]