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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support curried arguments in umethod and umeth.
Kaz Kylheku
2016-10-09
2
-0
/
+4
*
Revision of static slot inheritance.
Kaz Kylheku
2016-09-30
2
-0
/
+83
*
Use *load-path* in load/include directive.
Kaz Kylheku
2016-09-26
1
-1
/
+1
*
Tests for tok-str.
Kaz Kylheku
2016-09-17
2
-0
/
+73
*
Adding tests for split-str.
Kaz Kylheku
2016-09-17
2
-0
/
+126
*
Optimize qref and sys:rslot using slet.
Kaz Kylheku
2016-09-08
1
-14
/
+8
*
Replace most TXR eval with Lisp eval.
Kaz Kylheku
2016-06-14
2
-2
/
+2
*
Use random padding in PRNG rather than 0xAA.
Kaz Kylheku
2016-04-28
1
-59
/
+59
*
Run IPv6 tests only on some operating systems.
Kaz Kylheku
2016-03-10
2
-4
/
+11
*
Dgram test: multiple transfers on one stream, IPv6.
Kaz Kylheku
2016-03-07
2
-0
/
+39
*
Basic regression test case for sockets.
Kaz Kylheku
2016-03-07
3
-0
/
+44
*
random: wrong mask width for power-of-two moduli.
Kaz Kylheku
2016-01-18
1
-59
/
+59
*
Useful feature: object post-initialization.
Kaz Kylheku
2015-12-16
1
-1
/
+2
*
Add man or boy test, based on Knuth's Algol 60 code.
Kaz Kylheku
2015-11-23
2
-0
/
+69
*
Add amb test case for continuations.
Kaz Kylheku
2015-11-02
1
-0
/
+20
*
New range type, distinct from cons cell.
Kaz Kylheku
2015-11-01
1
-1
/
+2
*
Add some tests for continuations.
Kaz Kylheku
2015-10-28
2
-0
/
+19
*
New test case for handle and frame introspection.
Kaz Kylheku
2015-10-17
2
-0
/
+19
*
Tweaking expansions of when and until.
Kaz Kylheku
2015-10-09
1
-4
/
+4
*
Optional arguments in boa construction.
Kaz Kylheku
2015-10-04
1
-2
/
+2
*
Optimize empty lambdas in defstruct.
Kaz Kylheku
2015-09-30
1
-16
/
+14
*
Implementation of static slots for structures.
Kaz Kylheku
2015-09-29
1
-12
/
+17
*
More tests for ifa/conda.
Kaz Kylheku
2015-09-27
1
-0
/
+15
*
More informative printed rep for functions.
Kaz Kylheku
2015-09-09
1
-1
/
+1
*
Adding struct tests.
Kaz Kylheku
2015-09-02
3
-4
/
+148
*
Add maze generation to test suite.
Kaz Kylheku
2015-08-24
2
-0
/
+152
*
Fix broken @@@<n>/@@@rest references in quasiliterals.
Kaz Kylheku
2015-08-19
1
-0
/
+4
*
Quasiquote regression from 110.
Kaz Kylheku
2015-08-19
1
-0
/
+8
*
Count East Asian Wide and Full Fidth chars as two columns.
Kaz Kylheku
2015-08-10
1
-2
/
+2
*
* stream.c (indent_mode_put_string): Function removed,
Kaz Kylheku
2015-08-04
1
-47
/
+47
*
Multi-line, indented printing of structure.
Kaz Kylheku
2015-07-31
3
-5
/
+66
*
Quasiliteral tests.
Kaz Kylheku
2015-07-25
2
-0
/
+15
*
* tests/012/ifa.tl: New test for it being bound to a place.
Kaz Kylheku
2015-07-24
1
-0
/
+5
*
Split off test macros from ifa.tl into common file.
Kaz Kylheku
2015-07-23
2
-14
/
+14
*
* lisplib.c (ifa_set_entries): Add conda.
Kaz Kylheku
2015-06-21
1
-10
/
+15
*
Test ifa macro.
Kaz Kylheku
2015-06-19
2
-0
/
+47
*
Crack down on redefinitions of built-ins.
Kaz Kylheku
2015-05-08
2
-12
/
+12
*
New macro-based framework for assignment places.
Kaz Kylheku
2015-05-06
4
-3
/
+3
*
* tests/011/macros-1.txr: Add test for lexical function
Kaz Kylheku
2015-02-07
2
-0
/
+7
*
* share/txr/stdlib/txr-case.txr: New file.
Kaz Kylheku
2014-10-21
2
-0
/
+13
*
Add test case for recent breakage.
Kaz Kylheku
2014-10-08
3
-0
/
+324
*
* tests/001/query-1.txr: Remove bogus public domain header.
Kaz Kylheku
2014-07-15
5
-20
/
+0
*
* tests/011/macros-2.txr: Added test for labels shadowing macro,
Kaz Kylheku
2014-07-10
2
-2
/
+14
*
* parser.l: Allowing ^ to be a quote character, and adjusting definition
Kaz Kylheku
2014-03-03
5
-10
/
+10
*
* tests/011/special-1.txr: Add some coverage for evaluation
Kaz Kylheku
2014-03-01
1
-1
/
+2
*
* tests/011/mandel.expected: New file.
Kaz Kylheku
2014-02-28
2
-0
/
+123
*
Change in the design of how special variables work, to fix the broken
Kaz Kylheku
2014-02-28
2
-2
/
+3
*
* tests/010/output-clauses.expected: New file.
Kaz Kylheku
2014-02-28
2
-0
/
+78
*
About time for some new regression tests.
Kaz Kylheku
2014-02-28
6
-0
/
+74
*
* stream.c (vformat): Compensate for differences in printf
Kaz Kylheku
2012-03-27
1
-1
/
+1
[prev]
[next]