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
*
syntax: add tests for #; syntax.
Kaz Kylheku
2021-10-23
1
-0
/
+12
*
load-time: new tests.
Kaz Kylheku
2021-10-22
1
-0
/
+30
*
path-equal: enable and fix failing tests.
Kaz Kylheku
2021-10-20
1
-3
/
+2
*
pic: support parenthesis negative notation.
Kaz Kylheku
2021-10-19
1
-3
/
+19
*
pic: digit separator tests.
Kaz Kylheku
2021-10-18
1
-0
/
+24
*
pic: preserve decimal period in ### overflow fill.
Kaz Kylheku
2021-10-18
1
-4
/
+4
*
printer: bug: fallback syms printed without prefix.
Kaz Kylheku
2021-10-12
3
-1
/
+35
*
New path-equal function.
Kaz Kylheku
2021-10-10
1
-0
/
+18
*
ffi: fix broken range checks in enumed type.
Kaz Kylheku
2021-10-09
1
-0
/
+54
*
unix: fix sock-opt test case.
Kaz Kylheku
2021-10-05
1
-2
/
+2
*
cygwin: environment-related fixes.
Kaz Kylheku
2021-10-05
1
-13
/
+14
*
awk: :fields specifies conversions.
Kaz Kylheku
2021-10-04
1
-1
/
+20
*
awk: new :fields feature for named fields.
Kaz Kylheku
2021-10-01
1
-0
/
+18
*
quantile: fix test needing nonportable amount of precision.
Kaz Kylheku
2021-09-27
2
-11
/
+14
*
New variable: *child-env*.
Kaz Kylheku
2021-09-26
1
-0
/
+14
*
quantile: fix failing test.
Kaz Kylheku
2021-09-25
1
-1
/
+1
*
path-search: rewrite in C with saner semantics.
Kaz Kylheku
2021-09-25
1
-1
/
+5
*
New variants of each operator for sum and product.
Kaz Kylheku
2021-09-23
1
-0
/
+58
*
math: quantile estimator using P-Squared algorithm.
Kaz Kylheku
2021-09-22
1
-0
/
+31
*
ffi, sockets: add sock-opt and sock-set-opt.
Paul A. Patience
2021-09-12
1
-0
/
+12
*
sockets: add test for recent sock-peer place issue.
Kaz Kylheku
2021-09-11
1
-1
/
+5
*
sockets: bug in clearing SOCK_* type flags.
Kaz Kylheku
2021-09-11
1
-0
/
+4
*
exceptions: hack to store errno in string object.
Kaz Kylheku
2021-09-07
1
-0
/
+8
*
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
[next]