summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: automate clean-up of shipped scanner and parserKaz Kylheku2023-12-285-9/+44
* read-objects: clean up working, but odd code.Kaz Kylheku2023-12-281-3/+2
* cygwin: run, sh: mangle termination status word.Kaz Kylheku2023-12-281-0/+10
* perm, rperm, comb, rcomb: test generic sequences, bugfixes.Kaz Kylheku2023-12-272-28/+36
* rcomb: support general sequences.Kaz Kylheku2023-12-271-1/+17
* comb: support general sequences.Kaz Kylheku2023-12-271-1/+16
* comb: eliminate comb_hash_while_fun.Kaz Kylheku2023-12-271-8/+3
* rperm: support general sequences.Kaz Kylheku2023-12-271-6/+23
* rperm: change state representation to vector.Kaz Kylheku2023-12-271-8/+15
* rcomb, perm, rperm: test.Kaz Kylheku2023-12-271-0/+317
* doc: fix comb reference under rcomb.Kaz Kylheku2023-12-271-1/+1
* 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