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
*
load: new macros push-after-load and pop-after-load.
Kaz Kylheku
2021-09-03
1
-0
/
+10
*
New function: delcons.
Kaz Kylheku
2021-09-02
1
-0
/
+14
*
load: new *load-hooks* feature.
Kaz Kylheku
2021-09-02
2
-0
/
+22
*
seq_iter: some new test cases.
Kaz Kylheku
2021-08-30
1
-0
/
+8
*
mmap test: use random-buf.
Kaz Kylheku
2021-08-26
1
-4
/
+2
*
mmap test: bug: random buffer generation.
Kaz Kylheku
2021-08-26
1
-1
/
+2
*
solaris: disable failing test case.
Kaz Kylheku
2021-08-26
1
-0
/
+4
*
mmap tests: BSD patch.
Kaz Kylheku
2021-08-25
1
-1
/
+2
*
ffi: provide mmap through carray.
Kaz Kylheku
2021-08-22
1
-0
/
+52
*
sub: allow generic iterables.
Kaz Kylheku
2021-08-22
1
-0
/
+19
*
iter-begin: string range support.
Kaz Kylheku
2021-08-22
1
-0
/
+42
*
matcher: rename error-throwing macros.
Kaz Kylheku
2021-08-19
1
-5
/
+5
*
ffi: fix broken deffi support for variadic functions.
Kaz Kylheku
2021-08-17
2
-0
/
+7
*
format: bug: sign not reset before each conversion.
Kaz Kylheku
2021-08-16
1
-0
/
+4
*
matcher: new must-match and must-match-case macros.
Kaz Kylheku
2021-08-13
1
-0
/
+9
*
tests: support BSD flavors loosely, not just OpenBSD.
Kaz Kylheku
2021-08-13
5
-5
/
+5
*
int-str: 0x bug.
Kaz Kylheku
2021-08-13
1
-0
/
+50
*
parser: @(mdo) must not be subject to expand-meta.
Kaz Kylheku
2021-08-11
1
-0
/
+7
*
txr: add tests for :nothrow handling process death.
Kaz Kylheku
2021-08-07
4
-0
/
+12
*
windows: skip test requiring full Unicode.
Kaz Kylheku
2021-08-07
1
-0
/
+3
*
txr: @(eof) takes argument for binding termination status.
Kaz Kylheku
2021-08-05
2
-0
/
+5
*
tests: fix undefined variable warning.
Kaz Kylheku
2021-08-03
1
-1
/
+3
*
oop: fix infelicity in new* and lnew* macros.
Kaz Kylheku
2021-07-31
1
-0
/
+14
*
tests: multiple evaluation issue in amb.
Kaz Kylheku
2021-07-30
1
-2
/
+2
*
tests: longer test for delimited continuations.
Kaz Kylheku
2021-07-30
1
-0
/
+10
*
parser: allow trailing commas in json, via opt-in flag.
Kaz Kylheku
2021-07-29
1
-0
/
+17
*
subtypep: handle struct type objects.
Kaz Kylheku
2021-07-27
1
-0
/
+48
*
pure-rel-path-p: add tests.
Kaz Kylheku
2021-07-22
1
-0
/
+23
*
op: set nested flag in correct context.
Kaz Kylheku
2021-07-19
1
-0
/
+11
*
op: fix bug in do.
Kaz Kylheku
2021-07-19
1
-0
/
+8
*
paths: new tests.
Kaz Kylheku
2021-07-15
1
-0
/
+46
*
tests: fix stack overflow test case for old gmake.
Kaz Kylheku
2021-07-14
1
-2
/
+7
*
rand: support buffers as random seeds.
Kaz Kylheku
2021-07-13
1
-0
/
+84
*
tests: guix fixes.
Kaz Kylheku
2021-07-13
5
-4
/
+11
*
tests: weaken condition in path search for sh.
Kaz Kylheku
2021-07-12
1
-1
/
+1
*
tests: json: skip tests relying on cat, if missing.
Kaz Kylheku
2021-07-12
1
-7
/
+9
*
tests: json: fix accidentally excluded tests.
Kaz Kylheku
2021-07-12
1
-2
/
+2
*
tests: 002 group: skip test if utils missing.
Kaz Kylheku
2021-07-12
1
-0
/
+2
*
New function: add-suffix.
Kaz Kylheku
2021-07-10
1
-0
/
+19
*
New functions: trim-short-suffix, trim-long-suffix.
Kaz Kylheku
2021-07-10
1
-0
/
+48
*
suffix functions: new test cases.
Kaz Kylheku
2021-07-10
1
-1
/
+3
*
lib: tests for keep-if, remove-if, separate.
Kaz Kylheku
2021-07-10
1
-0
/
+42
*
subtypep: handle COBJ inheritance.
Kaz Kylheku
2021-07-09
1
-0
/
+20
*
with-resources: undocumented nil skip behavior.
Kaz Kylheku
2021-07-07
1
-0
/
+18
*
tests: fix malformed chmod.tl.
Paul A. Patience
2021-07-05
1
-11
/
+11
*
genman, lib, tests: use defvarl where possible.
Paul A. Patience
2021-07-05
8
-37
/
+31
*
stack-limit: bug: not handling RLIM_INFINITY.
Kaz Kylheku
2021-07-04
1
-6
/
+9
*
path-search: fix test for sh not being in /bin.
Kaz Kylheku
2021-07-04
1
-1
/
+1
*
suffix functions: ignore trailing slashes.
Kaz Kylheku
2021-07-03
1
-2
/
+16
*
compiler: add failing inline lambda tests.
Kaz Kylheku
2021-07-03
1
-0
/
+10
[next]