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
*
u-d-arithmetic: forgotten dispatch cases.
Kaz Kylheku
2019-03-30
1
-0
/
+20
*
Tests for user-defined arithmetic and fixes.
Kaz Kylheku
2019-03-30
4
-33
/
+170
*
New feature: user-defined math.
Kaz Kylheku
2019-03-30
2
-135
/
+1041
*
doc: umax is misdocumented.
Kaz Kylheku
2019-03-26
1
-6
/
+60
*
listener: ensure history and temp files are rw-------.
Kaz Kylheku
2019-03-26
1
-3
/
+10
*
plus: missing breaks.
Kaz Kylheku
2019-03-25
1
-0
/
+2
*
Move numeric functions from lib.c to arith.c
Kaz Kylheku
2019-03-25
3
-441
/
+445
*
Register arithmetic functions in arith module.
Kaz Kylheku
2019-03-25
2
-47
/
+50
*
Version 214.
txr-214
Kaz Kylheku
2019-03-22
7
-621
/
+664
*
float: fix syntax error involving fplassify.
Kaz Kylheku
2019-03-22
1
-1
/
+1
*
doc: clarifications under lambda.
Kaz Kylheku
2019-03-22
1
-1
/
+21
*
doc: update let/let* doc.
Kaz Kylheku
2019-03-22
1
-14
/
+117
*
take-until: rewrite with seq_info; elide cons.
Kaz Kylheku
2019-03-20
1
-16
/
+13
*
take: rewrite with seq_info; elide cons.
Kaz Kylheku
2019-03-20
2
-32
/
+32
*
interpose: eliminate state cons.
Kaz Kylheku
2019-03-18
1
-9
/
+5
*
partition*: optimization.
Kaz Kylheku
2019-03-18
1
-14
/
+8
*
doc: clarify split/partition difference.
Kaz Kylheku
2019-03-18
1
-0
/
+8
*
partition, split, split*: eliminate state conses.
Kaz Kylheku
2019-03-18
1
-30
/
+31
*
partition-by: eliminate state conses.
Kaz Kylheku
2019-03-17
1
-12
/
+7
*
tuples: eliminate state conses.
Kaz Kylheku
2019-03-15
1
-8
/
+6
*
flatcar*: eliminate state cons.
Kaz Kylheku
2019-03-15
1
-5
/
+5
*
flatten*: use lcons for threading state.
Kaz Kylheku
2019-03-15
1
-5
/
+6
*
append*: save a bit of memory.
Kaz Kylheku
2019-03-14
1
-9
/
+8
*
New unchecked setter for function environment.
Kaz Kylheku
2019-03-14
2
-0
/
+7
*
doc: clarifications regarding struct-type
Kaz Kylheku
2019-03-13
1
-0
/
+12
*
oop: make struct symbol supertype of all structs.
Kaz Kylheku
2019-03-13
2
-2
/
+14
*
lazy conses: support state in car and cdr.
Kaz Kylheku
2019-03-13
4
-6
/
+81
*
lib: use accessor for lcons function.
Kaz Kylheku
2019-03-12
2
-6
/
+7
*
lib: introduce new make_lazy_cons variant.
Kaz Kylheku
2019-03-12
2
-15
/
+16
*
lib: rename make_half_lazy_cons.
Kaz Kylheku
2019-03-12
3
-15
/
+15
*
lib: optimize lazy functions with unchecked accesses.
Kaz Kylheku
2019-03-12
3
-150
/
+156
*
doc: more accurate dialect note about package prefixes.
Kaz Kylheku
2019-03-12
1
-1
/
+8
*
where: convert to lazy.
Kaz Kylheku
2019-03-12
2
-46
/
+82
*
float: turn out-of-range calculations into exceptions.
Kaz Kylheku
2019-03-12
2
-4
/
+51
*
parser: catch out-of-range floats.
Kaz Kylheku
2019-03-12
2
-3
/
+20
*
New sequence iterator object and functions.
Kaz Kylheku
2019-03-11
4
-2
/
+120
*
doc: document division by zero.
Kaz Kylheku
2019-03-09
1
-0
/
+17
*
expt: handle negative integer exponents with integer bases.
Kaz Kylheku
2019-03-09
2
-19
/
+66
*
Version 213.
txr-213
Kaz Kylheku
2019-03-08
7
-759
/
+811
*
defset: eliminate the get-form argument.
Kaz Kylheku
2019-03-08
2
-64
/
+79
*
structs: fix missing lnew operator.
Kaz Kylheku
2019-03-08
1
-2
/
+2
*
defset: support improper list places.
Kaz Kylheku
2019-03-08
2
-6
/
+22
*
defset: support parameter macros.
Kaz Kylheku
2019-03-08
2
-15
/
+50
*
expander: tree-bind: fix incorrect param env.
Kaz Kylheku
2019-03-08
1
-2
/
+2
*
New macro: defset.
Kaz Kylheku
2019-03-06
4
-2
/
+380
*
doc: justify lack of seed keyword in hash construction.
Kaz Kylheku
2019-03-05
1
-0
/
+8
*
doc: fix too-wide make-hash syntax
Kaz Kylheku
2019-03-05
1
-1
/
+2
*
lambda expressions aren't fboundp.
Kaz Kylheku
2019-03-03
1
-5
/
+11
*
Fix use of comma operator as statement terminator.
Kaz Kylheku
2019-03-03
1
-2
/
+2
*
compiler: use new load-for.
Kaz Kylheku
2019-03-02
1
-2
/
+1
[next]