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
*
multiple-inheritance: test static-slot-home.
Kaz Kylheku
2019-12-13
2
-1
/
+6
*
multiple-inheritance: super-method loose ends.
Kaz Kylheku
2019-12-13
2
-4
/
+26
*
OOP: implementing multiple inheritance.
Kaz Kylheku
2019-12-11
2
-0
/
+55
*
bracket: bug: wrong result when function is applied.
Kaz Kylheku
2019-09-10
1
-0
/
+14
*
tests: add tests for list-builder and fix bug.
Kaz Kylheku
2019-09-10
1
-0
/
+10
*
tests: add tests for digits function.
Kaz Kylheku
2019-09-09
1
-0
/
+18
*
New tests for sequence manipulation.
Kaz Kylheku
2019-09-09
2
-0
/
+9
*
tests: add test related to recent @(collect) change.
Kaz Kylheku
2019-08-12
3
-0
/
+33
*
tests: add @{var1 var2} match test.
Kaz Kylheku
2019-07-03
4
-4
/
+15
*
defset: bind new-val-sym to temporary variable.
Kaz Kylheku
2019-06-28
1
-2
/
+12
*
defset: add tests.
Kaz Kylheku
2019-06-17
2
-0
/
+11
*
u-d-arithmetic: proper treatment of ceil & round.
Kaz Kylheku
2019-03-30
1
-2
/
+10
*
Tests for user-defined arithmetic and fixes.
Kaz Kylheku
2019-03-30
2
-0
/
+132
*
The code expander becomes a public API.
Kaz Kylheku
2018-11-02
2
-13
/
+13
*
tests: remove macro-time hack from man-or-boy test.
Kaz Kylheku
2018-07-17
1
-1
/
+1
*
hashing: overhaul part 1.
Kaz Kylheku
2018-07-04
1
-45
/
+47
*
printer: improve object formatting.
Kaz Kylheku
2018-04-05
4
-8
/
+14
*
eval: remove hack of macro deffers evaled on expansion.
Kaz Kylheku
2018-03-25
4
-22
/
+25
*
sub and replace redirect to structure methods.
Kaz Kylheku
2018-01-01
1
-1
/
+4
*
hash: read/print consistency regression.
Kaz Kylheku
2017-12-28
1
-48
/
+44
*
macros: expand declined form in outer env.
Kaz Kylheku
2017-11-24
2
-0
/
+12
*
awk: implement ranges right using functions.
Kaz Kylheku
2017-10-29
1
-13
/
+13
*
awk: more range test cases.
Kaz Kylheku
2017-10-27
2
-1
/
+7
*
awk: five new range operators.
Kaz Kylheku
2017-10-25
2
-0
/
+43
*
tests: add lambda quine tests.
Kaz Kylheku
2017-07-07
2
-0
/
+17
*
structs: new tests for static-slot-ensure.
Kaz Kylheku
2017-07-05
2
-0
/
+23
*
Support ref, refset on structs via lambda, lambda-set.
Kaz Kylheku
2017-06-16
1
-1
/
+1
*
ffi: glob test: struct size on Linux and Cygwin.
Kaz Kylheku
2017-05-21
2
-22
/
+40
*
ffi: port glob tests to Darwin.
Kaz Kylheku
2017-05-21
2
-10
/
+28
*
ffi: add two tests based on realpath.
Kaz Kylheku
2017-05-20
2
-0
/
+14
*
ffi: add two tests based on glob function.
Kaz Kylheku
2017-05-20
4
-0
/
+45
*
tests: first FFI regression test case.
Kaz Kylheku
2017-05-13
3
-0
/
+53
*
tests: use internal OS identification method.
Kaz Kylheku
2017-05-13
2
-4
/
+10
*
Some basic tests for finalization.
Kaz Kylheku
2017-03-24
2
-0
/
+105
*
New catch*, giving access to exception symbol.
Kaz Kylheku
2017-01-25
1
-12
/
+12
*
Strengthen :filter test.
Kaz Kylheku
2017-01-22
2
-2
/
+2
*
Test cases for macros in quasiliterals.
Kaz Kylheku
2017-01-18
1
-0
/
+11
*
bugfix: dynamic env handling in parallel binding
Kaz Kylheku
2016-12-23
1
-0
/
+29
*
Use with-out-string-stream macro in test.
Kaz Kylheku
2016-12-23
1
-5
/
+1
*
Convert special-1 test from txr to tl.
Kaz Kylheku
2016-12-23
2
-10
/
+9
*
Refactoring internals of for/each operators.
Kaz Kylheku
2016-12-18
1
-9
/
+10
*
conformance: handle macro wrong clause syntax.
Kaz Kylheku
2016-11-29
1
-1
/
+1
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
3
-13
/
+14
*
New arithmetic tests.
Kaz Kylheku
2016-11-15
2
-0
/
+41
*
Introduce case{q,ql,qual}* macros which eval keys.
Kaz Kylheku
2016-11-12
1
-1
/
+1
*
Deprecated undocumented *user-package* etc.
Kaz Kylheku
2016-11-08
1
-1
/
+1
*
Circ print: fix recursion from print methods.
Kaz Kylheku
2016-11-01
2
-0
/
+16
*
Fix tok-str semantics once again.
Kaz Kylheku
2016-10-26
1
-8
/
+8
*
Fix non-working quasiquote over struct literals.
Kaz Kylheku
2016-10-24
1
-4
/
+3
*
Changes to the printing framework.
Kaz Kylheku
2016-10-20
1
-1
/
+1
[next]