summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* hash-eql: regression: always returns zero.Kaz Kylheku2024-02-012-1/+7
* quips: new bad pun.Kaz Kylheku2024-01-201-0/+1
* We need a length-< special method.Kaz Kylheku2024-01-197-5/+67
* mmap: bug: low length diagnosed as "zero-sized element type"Kaz Kylheku2024-01-181-1/+1
* doc: mmap: document source parameter.Kaz Kylheku2024-01-181-0/+34
* Copyright year bump 2024.Kaz Kylheku2024-01-18138-140/+140
* lib: avoid realloc with zero size.Kaz Kylheku2024-01-161-3/+13
* ppc64/clang: save/restore vector register vr31.Kaz Kylheku2024-01-112-1/+22
* lib: review cobj calls for gc incorrectness and fix.Kaz Kylheku2024-01-064-2/+13
* eval: potential gc problem in binding.Kaz Kylheku2024-01-061-1/+1
* gc: bug in sub-str on lazy string argument.Kaz Kylheku2024-01-061-0/+1
* sysif: unused parameter warning on solaris.Kaz Kylheku2024-01-051-0/+1
* tests: fix tests/007/except-4.txr for Solaris, BSD.Kaz Kylheku2024-01-052-5/+2
* openbsd: more tests fixes.Kaz Kylheku2024-01-055-5/+5
* build: wrong build order of STDLIB_EARLY_TLOS.Kaz Kylheku2024-01-051-5/+2
* tests: fix on OpenBSD.Paul A. Patience2024-01-054-5/+11
* sysif: fix build on OpenBSD.Paul A. Patience2024-01-041-0/+2
* doc: formatting under compiler-let.Kaz Kylheku2024-01-041-1/+1
* doc: clarification regarding sort stability.Kaz Kylheku2024-01-031-1/+3
* configure: capitalize diagnostic line.Paul A. Patience2024-01-031-1/+1
* configure: normalize spacing in diagnosticsPaul A. Patience2024-01-011-14/+14
* iter_begin: gc problem.Kaz Kylheku2024-01-011-0/+2
* configure: fix for BSD grep.Paul A. Patience2024-01-011-2/+2
* Version 293.txr-293Kaz Kylheku2023-12-286-659/+709
* 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