| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | match: translate some match-case forms into casequal. | Kaz Kylheku | 2023-10-22 | 2 | -32/+102 |
* | build: revise build instructions in configure script | Kaz Kylheku | 2023-10-15 | 1 | -3/+4 |
* | match: bug: missing autloads. | Kaz Kylheku | 2023-10-15 | 1 | -1/+7 |
* | vim: bug: recognize char escapes in quasilit. | Kaz Kylheku | 2023-10-14 | 1 | -1/+1 |
* | build: misspelled PLATFORM_LDLIBS. | Kaz Kylheku | 2023-10-06 | 1 | -1/+1 |
* | New: length-list-<, length-< | Kaz Kylheku | 2023-10-05 | 5 | -0/+138 |
* | doc: small omission in flatcar. | Kaz Kylheku | 2023-10-05 | 1 | -0/+4 |
* | tests for flatcar and flatcar*. | Kaz Kylheku | 2023-10-01 | 1 | -0/+24 |
* | flatten*: fix two bugs. | Kaz Kylheku | 2023-09-30 | 3 | -14/+86 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 9 | -1/+315 |
* | New hist-sort function. | Kaz Kylheku | 2023-09-25 | 5 | -4/+75 |
* | New T mode for open-file. | Kaz Kylheku | 2023-09-23 | 3 | -4/+70 |
* | New function: rlink. | Kaz Kylheku | 2023-09-23 | 3 | -4/+55 |
* | doc: awk: records and fields | Kaz Kylheku | 2023-09-22 | 1 | -1/+1 |
* | doc: fix "uninterested symbols". | Kaz Kylheku | 2023-09-22 | 1 | -1/+1 |
* | doc: fix wording problem in hash-map. | Kaz Kylheku | 2023-09-22 | 1 | -5/+9 |
* | build: set DELETE_ON_ERROR in Makefile. | Kaz Kylheku | 2023-09-22 | 1 | -0/+2 |
* | doc: fix instances arguments-apply-to-function wording. | Kaz Kylheku | 2023-09-22 | 1 | -21/+27 |
* | New functions: nested-vec-of and nested-vec. | Kaz Kylheku | 2023-09-21 | 7 | -20/+185 |
* | doc: glob*: spelling | Kaz Kylheku | 2023-09-13 | 1 | -2/+2 |
* | glob*: Solaris fixes. | Kaz Kylheku | 2023-09-13 | 2 | -26/+29 |
* | glob*: skip tests on Cygwin. | Kaz Kylheku | 2023-09-13 | 1 | -0/+4 |
* | glob*: fix buggy sort comparison function. | Kaz Kylheku | 2023-09-13 | 2 | -91/+97 |
* | glob*: do not recognize trailing \/**. | Kaz Kylheku | 2023-09-13 | 2 | -1/+31 |
* | New place-mutating macro ensure. | Kaz Kylheku | 2023-09-13 | 3 | -1/+56 |
* | chdir: support stream and fd argument via fchdir. | Kaz Kylheku | 2023-09-12 | 3 | -8/+47 |
* | New glob* function. | Kaz Kylheku | 2023-09-12 | 6 | -5/+610 |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 18 | -257/+256 |
* | crypt: newly proposed test still fails on Musl. | Kaz Kylheku | 2023-09-03 | 1 | -1/+1 |
* | json: allow integers and lists. | Kaz Kylheku | 2023-09-03 | 3 | -9/+30 |
* | crypt: detect error tokens more weakly; drop some tests. | Kaz Kylheku | 2023-09-03 | 3 | -4/+24 |
* | chksum: fix misleading comment. | Kaz Kylheku | 2023-09-01 | 1 | -4/+1 |
* | New functions for shell escaping. | Kaz Kylheku | 2023-09-01 | 3 | -0/+125 |
* | New function: str-esc. | Kaz Kylheku | 2023-09-01 | 5 | -0/+98 |
* | awk: prn returns nil. | Kaz Kylheku | 2023-08-26 | 3 | -1/+17 |
* | New macros opf and lopf. | Kaz Kylheku | 2023-08-23 | 4 | -1/+89 |
* | genman: guard against symbol hash collisions. | Kaz Kylheku | 2023-08-22 | 1 | -6/+10 |
* | genman: move all hashes into do block. | Kaz Kylheku | 2023-08-22 | 1 | -3/+3 |
* | genman: remove special handling of "NAME". | Kaz Kylheku | 2023-08-22 | 1 | -2/+0 |
* | load-args-process: bugfix: :compile action must load. | Kaz Kylheku | 2023-08-22 | 2 | -3/+12 |
* | doc: new hashing scheme for navigation, doc lookup. | Kaz Kylheku | 2023-08-22 | 3 | -2390/+67 |
* | New function: csort-group. | Kaz Kylheku | 2023-08-17 | 5 | -2/+26 |
* | windows: don't require admin privilege. | Kaz Kylheku | 2023-08-16 | 1 | -5/+20 |
* | doc: massive revision of capitalization in headings. | Kaz Kylheku | 2023-08-16 | 3 | -189/+195 |
* | doc: typo in *stdnull* example. | Kaz Kylheku | 2023-08-16 | 1 | -1/+1 |
* | doc: capitalize User-defined in heading. | Kaz Kylheku | 2023-08-16 | 1 | -1/+1 |
* | math: tofloat and toint in user-defined arithmetic. | Kaz Kylheku | 2023-08-14 | 5 | -126/+172 |
* | math: add tests for new user-defined arith functions. | Kaz Kylheku | 2023-08-14 | 1 | -1/+89 |
* | tree: bug: tree-delete-specific-node doesn't use key fun | Kaz Kylheku | 2023-08-14 | 2 | -2/+10 |
* | listener: auto compound expression mode. | Kaz Kylheku | 2023-08-14 | 3 | -2/+39 |