summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: stability of fini test case.Kaz Kylheku2024-03-171-1/+1
* tests: suppress warnings in seq.tl.Kaz Kylheku2024-03-081-1/+3
* New function: rangeref.Kaz Kylheku2024-03-071-0/+56
* mapcar: avoid alloca proportional to number of args.Kaz Kylheku2024-03-011-0/+3
* zip: make more generic.Kaz Kylheku2024-03-011-0/+66
* tuples: convert tuple generation to seq_build.Kaz Kylheku2024-02-271-1/+1
* New function: cons-count.Kaz Kylheku2024-02-091-0/+9
* New function: cons-find.Kaz Kylheku2024-02-091-0/+26
* match: remove bad restriction from @(sme) and @(end).Kaz Kylheku2024-02-081-0/+10
* New function: hist-sort-by.Kaz Kylheku2024-02-021-0/+3
* hash-eql: regression: always returns zero.Kaz Kylheku2024-02-011-0/+6
* We need a length-< special method.Kaz Kylheku2024-01-191-0/+17
* tests: fix tests/007/except-4.txr for Solaris, BSD.Kaz Kylheku2024-01-052-5/+2
* openbsd: more tests fixes.Kaz Kylheku2024-01-055-5/+5
* tests: fix on OpenBSD.Paul A. Patience2024-01-054-5/+11
* perm, rperm, comb, rcomb: test generic sequences, bugfixes.Kaz Kylheku2023-12-271-0/+10
* rcomb, perm, rperm: test.Kaz Kylheku2023-12-271-0/+317
* comb: bug: missing combinations.Kaz Kylheku2023-12-261-0/+116
* json: support Lisp comments.Kaz Kylheku2023-12-201-0/+3
* New functions: read-objects, file-get-objects, ...Kaz Kylheku2023-12-191-0/+33
* hash: new function, hash-join.Kaz Kylheku2023-12-181-0/+5
* hash: test cases and small doc fix.Kaz Kylheku2023-12-181-0/+18
* txr: bug in handling @{nil ...} variable match.Kaz Kylheku2023-12-172-0/+4
* load: load block value should be exit status.Kaz Kylheku2023-12-113-0/+12
* print: print/read consistency problem with rcons.Kaz Kylheku2023-12-081-0/+9
* sh-esc: clean up mess I made.Kaz Kylheku2023-11-251-8/+55
* glob: suppress consecutive duplicates; fix memleak.Kaz Kylheku2023-11-221-1/+1
* tests: fix FFI libpng setjmp test case for Solaris 10.Kaz Kylheku2023-11-201-1/+2
* stdlib/error.tl problem rears its head.Kaz Kylheku2023-11-161-3/+3
* oop: allow del on struct sequences.Kaz Kylheku2023-11-151-1/+10
* oop: segfault in special methods cache.Kaz Kylheku2023-11-151-0/+14
* New accessor: mref.Kaz Kylheku2023-11-151-0/+85
* ref: bugfix in deletion of ref place.Kaz Kylheku2023-11-111-0/+6
* New macro: tap.Kaz Kylheku2023-11-081-0/+12
* New: length-list-<, length-<Kaz Kylheku2023-10-051-0/+20
* tests for flatcar and flatcar*.Kaz Kylheku2023-10-011-0/+24
* flatten*: fix two bugs.Kaz Kylheku2023-09-301-1/+57
* Integration with setjmp/longjmp.Kaz Kylheku2023-09-272-0/+50
* New hist-sort function.Kaz Kylheku2023-09-251-0/+5
* New functions: nested-vec-of and nested-vec.Kaz Kylheku2023-09-211-0/+21
* glob*: Solaris fixes.Kaz Kylheku2023-09-131-25/+26
* glob*: skip tests on Cygwin.Kaz Kylheku2023-09-131-0/+4
* glob*: fix buggy sort comparison function.Kaz Kylheku2023-09-131-88/+89
* glob*: do not recognize trailing \/**.Kaz Kylheku2023-09-131-0/+25
* New glob* function.Kaz Kylheku2023-09-122-0/+120
* crypt: newly proposed test still fails on Musl.Kaz Kylheku2023-09-031-1/+1
* json: allow integers and lists.Kaz Kylheku2023-09-031-0/+5
* crypt: detect error tokens more weakly; drop some tests.Kaz Kylheku2023-09-031-2/+1
* New functions for shell escaping.Kaz Kylheku2023-09-011-0/+11
* New function: str-esc.Kaz Kylheku2023-09-011-0/+39