summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* awk: prn returns nil.Kaz Kylheku2023-08-261-0/+10
* New macros opf and lopf.Kaz Kylheku2023-08-231-0/+4
* New function: csort-group.Kaz Kylheku2023-08-171-0/+10
* math: tofloat and toint in user-defined arithmetic.Kaz Kylheku2023-08-141-1/+5
* math: add tests for new user-defined arith functions.Kaz Kylheku2023-08-141-1/+89
* tree: bug: tree-delete-specific-node doesn't use key funKaz Kylheku2023-08-141-1/+7
* unuse-sym: fix in face of use-sym-as.Kaz Kylheku2023-08-101-0/+8
* New feature: local symbol renaming.Kaz Kylheku2023-08-101-0/+31
* new: left-inserting pipeline operators.Kaz Kylheku2023-08-081-0/+4
* close-stream: new : protocol from close method.Kaz Kylheku2023-08-072-1/+24
* streams: close-stream only caches non-nil result.Kaz Kylheku2023-08-072-0/+23
* opip: new special handling of (let ...).Kaz Kylheku2023-08-031-0/+6
* bug: :vars not usable with :counter in @(repeat).Kaz Kylheku2023-08-022-0/+9
* match: bug: lexical symbol macros neglectedKaz Kylheku2023-07-271-0/+19
* tests: match: move file compiling step to end.Kaz Kylheku2023-07-261-6/+6
* rel-path: treat empty paths as relative.Kaz Kylheku2023-07-251-1/+4
* del/replace with index-list: fix semantics.Kaz Kylheku2023-07-182-1/+92
* bug: compiled code keeps seeing var clobbered by symacro.Kaz Kylheku2023-07-171-0/+4
* Bug exposed due to to environment changes.Kaz Kylheku2023-07-171-0/+19
* compiler: constant folding in optimizer.Kaz Kylheku2023-07-151-15/+15
* Tests for checksum functions.Kaz Kylheku2023-07-081-0/+40
* Callable integers become assignable places.Kaz Kylheku2023-06-301-0/+8
* New: callable integers and ranges.Kaz Kylheku2023-06-282-2/+25
* New cached sorting functions.Kaz Kylheku2023-06-281-2/+23
* New function: hash-map.Kaz Kylheku2023-06-281-0/+3