summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* equal: bug: broken equality substitution.Kaz Kylheku2023-06-281-0/+8
* hash: support existing mutation+iteration semantics.Kaz Kylheku2023-06-201-0/+33
* New macro: match-cond.Kaz Kylheku2023-06-121-0/+14
* New functions keep-keys-if, separate-keys.Kaz Kylheku2023-06-071-0/+15
* clean-file: tests.Kaz Kylheku2023-06-052-0/+110
* 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