summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* New functions load-args-recurse and load-args-processKaz Kylheku2023-06-051-0/+72
* load: now passes args via *load-args*Kaz Kylheku2023-05-313-0/+16
* expander: support param macros in nested macro param lists.Kaz Kylheku2023-05-271-0/+9
* label/flet: bug: empty case wallops symbol macros.Kaz Kylheku2023-05-241-0/+5
* lib: fix issue uncovered by recent vm CALL insn change.Kaz Kylheku2023-05-241-2/+25
* awk: bug: fix ->> appending redirection operator.Kaz Kylheku2023-05-231-0/+42
* New special operator: progvKaz Kylheku2023-05-151-0/+29
* bug: symbol-value place always global.Kaz Kylheku2023-05-141-0/+24
* sort: missing vector coverage in tests.Kaz Kylheku2023-05-031-4/+18
* sort: move tests into tests/012.Kaz Kylheku2023-05-021-0/+0
* sort: support stable sorting via ssort and snsort.Kaz Kylheku2023-05-021-0/+22
* sort: larger test.Kaz Kylheku2023-05-011-0/+8
* sort: replace Lomuto partitioning with HoareKaz Kylheku2023-05-011-0/+15
* hash: new function, hash-props.Kaz Kylheku2023-05-011-0/+7
* match: ^#S() and ^#H(()) patterns must workKaz Kylheku2023-04-291-0/+6
* range/range*: tests.Kaz Kylheku2023-03-271-0/+103
* New function: arithp.Kaz Kylheku2023-03-262-0/+9
* match: support @nil in predicates.Kaz Kylheku2023-03-231-0/+8
* printer: [] shouldn't print as [. nil].Kaz Kylheku2023-03-231-1/+7
* tests: squelch unused variable warnings.Kaz Kylheku2023-03-236-25/+29
* lib: address remaining unused variable warnings.Kaz Kylheku2023-03-222-6/+10
* Allow t symbol in macro parameter lists.Kaz Kylheku2023-03-211-0/+20
* android, cygwin: do not try to test crypt.Kaz Kylheku2022-12-301-0/+3
* crypt: fix for platforms that lack crypt_r.Kaz Kylheku2022-12-301-1/+1
* awk: new feature, res variable.Kaz Kylheku2022-12-301-0/+8
* read-once: support globals properly.Kaz Kylheku2022-11-101-9/+13
* New feature: struct preludes.Kaz Kylheku2022-11-032-0/+18
* crypt: remove dubious validator.Kaz Kylheku2022-10-311-0/+18
* cat-str/join/join-with: allow nested sequencesKaz Kylheku2022-10-251-0/+13
* defstruct: new :inherit clause.Kaz Kylheku2022-10-171-0/+15
* structs: optional init-exprs now useful in :delegateKaz Kylheku2022-10-111-2/+10
* Syntax: allow separator commas in numeric tokens.Kaz Kylheku2022-10-051-0/+27
* define-struct-clause: add tests.Kaz Kylheku2022-10-051-0/+65
* oop: allow multiple :init, :fini, etc.Kaz Kylheku2022-10-042-0/+28
* New: %fun% mechanism for current function name.Kaz Kylheku2022-10-032-0/+59
* New method: str-addr.Kaz Kylheku2022-10-031-0/+68
* New sockaddr-str function.Kaz Kylheku2022-10-021-0/+49
* New :postfini feature in defstruct.Kaz Kylheku2022-09-272-1/+43
* seq-iter: bugfix: floating-point ranges.Kaz Kylheku2022-09-151-0/+23
* compiler: bug: bad basic-block merge across end insn.Kaz Kylheku2022-09-151-0/+6
* compiler: bug: scoping of lambda optionals.Kaz Kylheku2022-09-151-0/+5
* compiler: test for recent bugfix.Kaz Kylheku2022-09-141-0/+2
* syntax: read and print [. x] and [. @x].Kaz Kylheku2022-09-081-0/+7
* close-lazy-streams: test.Kaz Kylheku2022-08-301-0/+3
* txr: test for new @(next) behaviors.Kaz Kylheku2022-08-302-0/+17
* New function: search-allKaz Kylheku2022-08-171-0/+15
* search/rsearch: some test cases.Kaz Kylheku2022-08-171-0/+36
* path-components-safe: tighten /proc checkKaz Kylheku2022-07-301-30/+21
* path-components-safe: repel /proc symlink attacksKaz Kylheku2022-07-291-0/+25
* gcd: rewrite for better efficiency.Kaz Kylheku2022-07-271-0/+29