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
*
New functions load-args-recurse and load-args-process
Kaz Kylheku
2023-06-05
1
-0
/
+72
*
load: now passes args via *load-args*
Kaz Kylheku
2023-05-31
3
-0
/
+16
*
expander: support param macros in nested macro param lists.
Kaz Kylheku
2023-05-27
1
-0
/
+9
*
label/flet: bug: empty case wallops symbol macros.
Kaz Kylheku
2023-05-24
1
-0
/
+5
*
lib: fix issue uncovered by recent vm CALL insn change.
Kaz Kylheku
2023-05-24
1
-2
/
+25
*
awk: bug: fix ->> appending redirection operator.
Kaz Kylheku
2023-05-23
1
-0
/
+42
*
New special operator: progv
Kaz Kylheku
2023-05-15
1
-0
/
+29
*
bug: symbol-value place always global.
Kaz Kylheku
2023-05-14
1
-0
/
+24
*
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
/
+0
*
sort: support stable sorting via ssort and snsort.
Kaz Kylheku
2023-05-02
1
-0
/
+22
*
sort: larger test.
Kaz Kylheku
2023-05-01
1
-0
/
+8
*
sort: replace Lomuto partitioning with Hoare
Kaz Kylheku
2023-05-01
1
-0
/
+15
*
hash: new function, hash-props.
Kaz Kylheku
2023-05-01
1
-0
/
+7
*
match: ^#S() and ^#H(()) patterns must work
Kaz Kylheku
2023-04-29
1
-0
/
+6
*
range/range*: tests.
Kaz Kylheku
2023-03-27
1
-0
/
+103
*
New function: arithp.
Kaz Kylheku
2023-03-26
2
-0
/
+9
*
match: support @nil in predicates.
Kaz Kylheku
2023-03-23
1
-0
/
+8
*
printer: [] shouldn't print as [. nil].
Kaz Kylheku
2023-03-23
1
-1
/
+7
*
tests: squelch unused variable warnings.
Kaz Kylheku
2023-03-23
6
-25
/
+29
*
lib: address remaining unused variable warnings.
Kaz Kylheku
2023-03-22
2
-6
/
+10
*
Allow t symbol in macro parameter lists.
Kaz Kylheku
2023-03-21
1
-0
/
+20
*
android, cygwin: do not try to test crypt.
Kaz Kylheku
2022-12-30
1
-0
/
+3
*
crypt: fix for platforms that lack crypt_r.
Kaz Kylheku
2022-12-30
1
-1
/
+1
*
awk: new feature, res variable.
Kaz Kylheku
2022-12-30
1
-0
/
+8
*
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
*
crypt: remove dubious validator.
Kaz Kylheku
2022-10-31
1
-0
/
+18
*
cat-str/join/join-with: allow nested sequences
Kaz Kylheku
2022-10-25
1
-0
/
+13
*
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: %fun% mechanism for current function name.
Kaz Kylheku
2022-10-03
2
-0
/
+59
*
New method: str-addr.
Kaz Kylheku
2022-10-03
1
-0
/
+68
*
New sockaddr-str function.
Kaz Kylheku
2022-10-02
1
-0
/
+49
*
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: bad basic-block merge across end insn.
Kaz Kylheku
2022-09-15
1
-0
/
+6
*
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
*
close-lazy-streams: test.
Kaz Kylheku
2022-08-30
1
-0
/
+3
*
txr: test for new @(next) behaviors.
Kaz Kylheku
2022-08-30
2
-0
/
+17
*
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
*
path-components-safe: tighten /proc check
Kaz Kylheku
2022-07-30
1
-30
/
+21
*
path-components-safe: repel /proc symlink attacks
Kaz Kylheku
2022-07-29
1
-0
/
+25
*
gcd: rewrite for better efficiency.
Kaz Kylheku
2022-07-27
1
-0
/
+29
[next]