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
path:
root
/
tests
/
012
Commit message (
Expand
)
Author
Age
Files
Lines
*
New macros opf and lopf.
Kaz Kylheku
2023-08-23
1
-0
/
+4
*
New function: csort-group.
Kaz Kylheku
2023-08-17
1
-0
/
+10
*
unuse-sym: fix in face of use-sym-as.
Kaz Kylheku
2023-08-10
1
-0
/
+8
*
New feature: local symbol renaming.
Kaz Kylheku
2023-08-10
1
-0
/
+31
*
new: left-inserting pipeline operators.
Kaz Kylheku
2023-08-08
1
-0
/
+4
*
opip: new special handling of (let ...).
Kaz Kylheku
2023-08-03
1
-0
/
+6
*
compiler: constant folding in optimizer.
Kaz Kylheku
2023-07-15
1
-15
/
+15
*
Callable integers become assignable places.
Kaz Kylheku
2023-06-30
1
-0
/
+8
*
New: callable integers and ranges.
Kaz Kylheku
2023-06-28
2
-2
/
+25
*
New cached sorting functions.
Kaz Kylheku
2023-06-28
1
-2
/
+23
*
equal: bug: broken equality substitution.
Kaz Kylheku
2023-06-28
1
-0
/
+8
*
New functions keep-keys-if, separate-keys.
Kaz Kylheku
2023-06-07
1
-0
/
+15
*
lib: fix issue uncovered by recent vm CALL insn change.
Kaz Kylheku
2023-05-24
1
-2
/
+25
*
sort: missing vector coverage in tests.
Kaz Kylheku
2023-05-03
1
-4
/
+18
*
sort: move tests into tests/012.
Kaz Kylheku
2023-05-02
1
-0
/
+45
*
printer: [] shouldn't print as [. nil].
Kaz Kylheku
2023-03-23
1
-1
/
+7
*
tests: squelch unused variable warnings.
Kaz Kylheku
2023-03-23
2
-2
/
+3
*
lib: address remaining unused variable warnings.
Kaz Kylheku
2023-03-22
1
-6
/
+6
*
read-once: support globals properly.
Kaz Kylheku
2022-11-10
1
-9
/
+13
*
New feature: struct preludes.
Kaz Kylheku
2022-11-03
2
-0
/
+18
*
defstruct: new :inherit clause.
Kaz Kylheku
2022-10-17
1
-0
/
+15
*
structs: optional init-exprs now useful in :delegate
Kaz Kylheku
2022-10-11
1
-2
/
+10
*
Syntax: allow separator commas in numeric tokens.
Kaz Kylheku
2022-10-05
1
-0
/
+27
*
define-struct-clause: add tests.
Kaz Kylheku
2022-10-05
1
-0
/
+65
*
oop: allow multiple :init, :fini, etc.
Kaz Kylheku
2022-10-04
2
-0
/
+28
*
New :postfini feature in defstruct.
Kaz Kylheku
2022-09-27
2
-1
/
+43
*
seq-iter: bugfix: floating-point ranges.
Kaz Kylheku
2022-09-15
1
-0
/
+23
*
compiler: bug: scoping of lambda optionals.
Kaz Kylheku
2022-09-15
1
-0
/
+5
*
compiler: test for recent bugfix.
Kaz Kylheku
2022-09-14
1
-0
/
+2
*
syntax: read and print [. x] and [. @x].
Kaz Kylheku
2022-09-08
1
-0
/
+7
*
New function: search-all
Kaz Kylheku
2022-08-17
1
-0
/
+15
*
search/rsearch: some test cases.
Kaz Kylheku
2022-08-17
1
-0
/
+36
*
New function: count.
Kaz Kylheku
2022-07-18
1
-0
/
+10
*
buf: compression tests.
Kaz Kylheku
2022-05-30
1
-0
/
+18
*
utf8: bugfix: trailing char fragment ignored.
Kaz Kylheku
2022-05-20
1
-0
/
+6
*
opip: pass through forms in the op family.
Kaz Kylheku
2022-02-24
1
-0
/
+6
*
New list-builder method: oust.
Kaz Kylheku
2022-02-23
1
-0
/
+5
*
New function: partition-if.
Kaz Kylheku
2022-02-23
1
-0
/
+26
*
find-max: convert to seq_info iteration.
Kaz Kylheku
2022-02-22
1
-0
/
+13
*
typecase: merge with etypecase, handle t differnetly.
Kaz Kylheku
2022-01-21
2
-1
/
+19
*
testing: cover compiled, non-inlined lambda.
Kaz Kylheku
2022-01-14
1
-13
/
+28
*
new feature: :mass-delegate struct clause macro.
Kaz Kylheku
2021-12-23
1
-0
/
+33
*
eval: fix optional parameter bug from 2014.
Kaz Kylheku
2021-12-23
1
-0
/
+14
*
new feature: defstruct clause macros.
Kaz Kylheku
2021-12-22
1
-0
/
+15
*
The pairlis function comes to TXR Lisp.
Kaz Kylheku
2021-12-22
1
-0
/
+8
*
New functions: subq, subql, subqual and subst.
Kaz Kylheku
2021-12-22
1
-0
/
+50
*
less: bug, vectors not supported.
Kaz Kylheku
2021-12-20
1
-0
/
+21
*
define-accessor: fix broken arg handling.
Kaz Kylheku
2021-12-10
1
-0
/
+12
*
case macros: bug in singleton key optimization.
Kaz Kylheku
2021-12-08
1
-0
/
+32
*
rot, nrot: new functions.
Kaz Kylheku
2021-12-07
1
-0
/
+78
[next]