summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* comb: bug: missing combinations.Kaz Kylheku2023-12-262-39/+174
* perm: support general sequences.Kaz Kylheku2023-12-261-1/+24
* doc: in Math Library mention User-Defined ArithmeticKaz Kylheku2023-12-201-0/+28
* Makefile: operands reversed in abbreviated output.Kaz Kylheku2023-12-201-1/+1
* json: support Lisp comments.Kaz Kylheku2023-12-204-3594/+3645
* compiler: optimizer must watch for throwing constant exprsKaz Kylheku2023-12-202-11/+27
* compiler: don't retain last form if it's an atom.Kaz Kylheku2023-12-201-1/+2
* New functions: read-objects, file-get-objects, ...Kaz Kylheku2023-12-197-8/+169
* hash: new function, hash-join.Kaz Kylheku2023-12-184-0/+90
* hash: test cases and small doc fix.Kaz Kylheku2023-12-182-1/+22
* hash: rename parameters in declaration.Kaz Kylheku2023-12-181-1/+1
* quips: jealous language quip.Kaz Kylheku2023-12-181-0/+1
* txr: bug in handling @{nil ...} variable match.Kaz Kylheku2023-12-173-1/+7
* hash: small fix in function self name.Kaz Kylheku2023-12-111-1/+1
* listener: fix several bugs in auto compound expr mode.Kaz Kylheku2023-12-111-3/+5
* compiler: handle non-locally-exiting top-level forms.Kaz Kylheku2023-12-111-1/+4
* load: load block value should be exit status.Kaz Kylheku2023-12-117-11/+41
* print: print/read consistency problem with rcons.Kaz Kylheku2023-12-082-1/+11
* quips: adjust Kant joke.Kaz Kylheku2023-12-061-1/+1
* doc: fix "an" typos.Kaz Kylheku2023-12-031-13/+13
* doc: quasiquote: note about special quote splice.Kaz Kylheku2023-12-031-0/+44
* doc: typo under rlink.Kaz Kylheku2023-11-251-1/+1
* sh-esc: clean up mess I made.Kaz Kylheku2023-11-253-31/+113
* glob: suppress consecutive duplicates; fix memleak.Kaz Kylheku2023-11-222-12/+23
* tests: fix FFI libpng setjmp test case for Solaris 10.Kaz Kylheku2023-11-201-1/+2
* Version 292.txr-292Kaz Kylheku2023-11-207-1233/+1412
* time: bug: must subtract gmtoff, not add.Kaz Kylheku2023-11-192-5/+5
* stdlib/error.tl problem rears its head.Kaz Kylheku2023-11-163-36/+37
* doc: incorrect description of rlink.Kaz Kylheku2023-11-151-3/+7
* 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