summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: fix wrong typesetting of nil and t.Kaz Kylheku2023-11-151-13/+13
* oop: allow del on struct sequences.Kaz Kylheku2023-11-153-4/+63
* oop: segfault in special methods cache.Kaz Kylheku2023-11-152-11/+34
* dwim: correction to error diagnostic.Kaz Kylheku2023-11-151-1/+1
* New accessor: mref.Kaz Kylheku2023-11-156-0/+308
* place: bad indentation.Kaz Kylheku2023-11-131-9/+9
* ref: bugfix in deletion of ref place.Kaz Kylheku2023-11-113-85/+100
* New macro: tap.Kaz Kylheku2023-11-084-1/+82
* quips: philosphy-related joke.Kaz Kylheku2023-11-051-0/+1
* match: translate some match-case forms into casequal.Kaz Kylheku2023-10-222-32/+102
* build: revise build instructions in configure scriptKaz Kylheku2023-10-151-3/+4
* match: bug: missing autloads.Kaz Kylheku2023-10-151-1/+7
* vim: bug: recognize char escapes in quasilit.Kaz Kylheku2023-10-141-1/+1
* build: misspelled PLATFORM_LDLIBS.Kaz Kylheku2023-10-061-1/+1
* New: length-list-<, length-<Kaz Kylheku2023-10-055-0/+138
* doc: small omission in flatcar.Kaz Kylheku2023-10-051-0/+4
* tests for flatcar and flatcar*.Kaz Kylheku2023-10-011-0/+24
* flatten*: fix two bugs.Kaz Kylheku2023-09-303-14/+86
* Integration with setjmp/longjmp.Kaz Kylheku2023-09-279-1/+315
* New hist-sort function.Kaz Kylheku2023-09-255-4/+75
* New T mode for open-file.Kaz Kylheku2023-09-233-4/+70
* New function: rlink.Kaz Kylheku2023-09-233-4/+55
* doc: awk: records and fieldsKaz Kylheku2023-09-221-1/+1
* doc: fix "uninterested symbols".Kaz Kylheku2023-09-221-1/+1
* doc: fix wording problem in hash-map.Kaz Kylheku2023-09-221-5/+9
* build: set DELETE_ON_ERROR in Makefile.Kaz Kylheku2023-09-221-0/+2
* doc: fix instances arguments-apply-to-function wording.Kaz Kylheku2023-09-221-21/+27
* New functions: nested-vec-of and nested-vec.Kaz Kylheku2023-09-217-20/+185
* doc: glob*: spellingKaz Kylheku2023-09-131-2/+2
* glob*: Solaris fixes.Kaz Kylheku2023-09-132-26/+29
* glob*: skip tests on Cygwin.Kaz Kylheku2023-09-131-0/+4
* glob*: fix buggy sort comparison function.Kaz Kylheku2023-09-132-91/+97
* glob*: do not recognize trailing \/**.Kaz Kylheku2023-09-132-1/+31
* New place-mutating macro ensure.Kaz Kylheku2023-09-133-1/+56
* chdir: support stream and fd argument via fchdir.Kaz Kylheku2023-09-123-8/+47
* New glob* function.Kaz Kylheku2023-09-126-5/+610
* Use vargs typedef instead of struct args *.Kaz Kylheku2023-09-0518-257/+256
* crypt: newly proposed test still fails on Musl.Kaz Kylheku2023-09-031-1/+1
* json: allow integers and lists.Kaz Kylheku2023-09-033-9/+30
* crypt: detect error tokens more weakly; drop some tests.Kaz Kylheku2023-09-033-4/+24
* chksum: fix misleading comment.Kaz Kylheku2023-09-011-4/+1
* New functions for shell escaping.Kaz Kylheku2023-09-013-0/+125
* New function: str-esc.Kaz Kylheku2023-09-015-0/+98
* awk: prn returns nil.Kaz Kylheku2023-08-263-1/+17
* New macros opf and lopf.Kaz Kylheku2023-08-234-1/+89
* genman: guard against symbol hash collisions.Kaz Kylheku2023-08-221-6/+10
* genman: move all hashes into do block.Kaz Kylheku2023-08-221-3/+3
* genman: remove special handling of "NAME".Kaz Kylheku2023-08-221-2/+0
* load-args-process: bugfix: :compile action must load.Kaz Kylheku2023-08-222-3/+12
* doc: new hashing scheme for navigation, doc lookup.Kaz Kylheku2023-08-223-2390/+67