summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* match: new macros in the "each" family.Kaz Kylheku2025-05-081-0/+34
* infix: bug: non-infix expressions conflated with infix.Kaz Kylheku2025-05-071-13/+13
* New function: buf-binary-width.Kaz Kylheku2025-05-071-0/+56
* New function: buf-count-ones.Kaz Kylheku2025-05-061-0/+140
* New function: buf-test.Kaz Kylheku2025-05-061-0/+24
* New function: buf-zero-p.Kaz Kylheku2025-05-061-0/+22
* New function: buf-bit.Kaz Kylheku2025-05-051-0/+6
* New function: buf-bitset.Kaz Kylheku2025-05-051-0/+16
* New functions: buf-not and buf-trunc.Kaz Kylheku2025-05-051-0/+27
* New functions: buf-and, buf-or, buf-xor.Kaz Kylheku2025-05-051-0/+69
* New function: buf-fash.Kaz Kylheku2025-05-051-0/+63
* New function; buf-ash.Kaz Kylheku2025-05-051-0/+90
* buf: buf-put-buf: wrong argument order.Kaz Kylheku2025-05-031-0/+25
* New function: progf.Kaz Kylheku2025-05-021-0/+5
* infix: use superfix in fft test case.Kaz Kylheku2025-05-021-1/+1
* infix: superfix relational operators; better code.Kaz Kylheku2025-05-011-0/+47
* infix: test cases for prefix phony.Kaz Kylheku2025-04-231-2/+19
* infix: revise auto-detection algorithm.Kaz Kylheku2025-04-211-6/+6
* infix: more test cases.Kaz Kylheku2025-04-182-0/+60
* New: HMAC functions.Kaz Kylheku2025-04-161-0/+8
* chksum: support stream arguments in more places.Kaz Kylheku2025-04-151-2/+7
* infix: revise auto-detection and parsing.Kaz Kylheku2025-04-091-9/+9
* infix: add quadratic-roots testKaz Kylheku2025-04-061-0/+10
* infix: add tests.Kaz Kylheku2025-04-062-1/+68
* expand-hook-combine: bugfix.Kaz Kylheku2025-04-011-5/+34
* New function: expand-hook-combine.Kaz Kylheku2025-04-011-0/+17
* match: new pattern matching macro, match-tuple-case.Kaz Kylheku2025-04-011-0/+17
* New function: remove.Kaz Kylheku2025-03-271-0/+24
* rand: use PRNG bits more economically for small moduli.Kaz Kylheku2025-03-212-60/+60
* New macro: letrec.Kaz Kylheku2025-03-211-0/+21
* Expose brace expansion bexp function.Kaz Kylheku2025-03-091-37/+37
* glob*: add string and integer ranges to brace expansion.Kaz Kylheku2025-03-081-1/+76
* New feature: range iteration with skip.Kaz Kylheku2025-03-071-0/+20
* New function: iterp.Kaz Kylheku2025-03-071-0/+20
* iterator API: reject objects that don't make sense.Kaz Kylheku2025-03-061-0/+24
* awk: add CSV support.Kaz Kylheku2025-01-301-0/+18
* awk: use prepared lambdas for field separation.Kaz Kylheku2025-01-282-0/+47
* get-csv: bugfix: return nil on EOF.Kaz Kylheku2025-01-241-1/+23
* New functions for producing CSV.Kaz Kylheku2025-01-241-0/+19
* New function: get-csv.Kaz Kylheku2025-01-211-0/+166
* New macros for enumerated constants.Kaz Kylheku2025-01-201-0/+23
* New macro: lop1.Kaz Kylheku2025-01-171-0/+13
* json: flat must override all effects of :standardKaz Kylheku2025-01-161-0/+29
* lop: don't insert args when metas present.Kaz Kylheku2025-01-081-0/+44
* match-case: bugfix in conversion to casequal.Kaz Kylheku2024-12-201-0/+3
* string ranges: bug: ranges of length 1.Kaz Kylheku2024-12-152-1/+13
* tests for string range length.Kaz Kylheku2024-12-151-0/+12
* copy: now handles range objects.Kaz Kylheku2024-10-012-0/+6
* read-until-match: fix regression.Kaz Kylheku2024-09-141-0/+18
* keep-if, remove-if, keep-keys-if: mapfun argument.Kaz Kylheku2024-07-301-0/+4