summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sum-each, mul-each: handle no vars case.Kaz Kylheku2022-01-114-10/+111
* Copyright year bump 2022.Kaz Kylheku2022-01-11134-136/+136
* unwind: fix malformed #define.Kaz Kylheku2022-01-111-1/+1
* parser: bug: carriage returns in JSON causing errors.Kaz Kylheku2022-01-102-356/+347
* parser: remove unreachable scanner rule.Kaz Kylheku2022-01-101-5/+0
* json: add tests with multi-line literals.Kaz Kylheku2022-01-101-0/+10
* Casts have crept into the code not wrapped by macros.Kaz Kylheku2022-01-0612-47/+56
* num_ex: eliminate ill-considered cast.Kaz Kylheku2022-01-061-1/+1
* quips: new one about C++ protected members.Kaz Kylheku2022-01-051-0/+1
* build: support CPPFLAGS.Kaz Kylheku2022-01-051-2/+2
* configure: more nuanced time_t treatment.Kaz Kylheku2022-01-041-1/+47
* lazy-str-get-trailing-list: spurious empty string issue.Kaz Kylheku2022-01-044-28/+242
* freeform: bug: account for consumed prefix.Kaz Kylheku2022-01-043-1/+13
* sysif: rlim constants: use signed/unsigned-agnostic macro.Kaz Kylheku2022-01-022-3/+5
* ffi: allow enumed bitfield.Kaz Kylheku2022-01-023-22/+64
* rlimit: var init problem due to large file offset.Kaz Kylheku2022-01-022-0/+17
* configure: support 64 bit time_t on glibc.Kaz Kylheku2021-12-301-11/+36
* configure: broken file offset bits detection.Kaz Kylheku2021-12-301-1/+1
* configure: file offset test: don't change config.hKaz Kylheku2021-12-301-2/+0
* doc: "sme" typo under :delegate.Kaz Kylheku2021-12-301-1/+1
* configure: detect warning opts missing in older compilers.Kaz Kylheku2021-12-301-2/+16
* Eliminate declaration-after-statement everywhere.Kaz Kylheku2021-12-2920-151/+215
* Makefile: way to clean only C sources.Kaz Kylheku2021-12-291-1/+3
* help: fix preprocessor directive in macro call.Kaz Kylheku2021-12-291-3/+10
* doc: spurious reference to car in search tree section.Kaz Kylheku2021-12-281-1/+0
* Version 273.txr-273Kaz Kylheku2021-12-286-915/+1002
* doc: document *struct-clause-expander*.Kaz Kylheku2021-12-272-0/+31
* doc: stray reference to *place-macro*.Kaz Kylheku2021-12-271-1/+1
* match: allow bound variables with regex modifier.Kaz Kylheku2021-12-273-1/+37
* match: bad compile-error call in quasi matcher.Kaz Kylheku2021-12-271-1/+1
* doc: problems in qualisiteral pattern section.Kaz Kylheku2021-12-271-4/+2
* txr: do not ignore regex in positive match.Kaz Kylheku2021-12-273-44/+40
* txr: function span variable must match existing value.Kaz Kylheku2021-12-273-22/+278
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-265-7/+95
* new feature: :mass-delegate struct clause macro.Kaz Kylheku2021-12-234-0/+213
* eval: fix optional parameter bug from 2014.Kaz Kylheku2021-12-232-4/+17
* new feature: defstruct clause macros.Kaz Kylheku2021-12-225-18/+313
* defstruct: refactor with local function.Kaz Kylheku2021-12-221-147/+146
* The pairlis function comes to TXR Lisp.Kaz Kylheku2021-12-226-0/+87
* New functions: subq, subql, subqual and subst.Kaz Kylheku2021-12-227-5/+181
* product/arithmetic each: missing block nil.Kaz Kylheku2021-12-203-63/+91
* maprodo: bugfix: spurious return value.Kaz Kylheku2021-12-201-9/+7
* less: bug, vectors not supported.Kaz Kylheku2021-12-202-1/+23
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-185-0/+156
* tree: bugfix wrong tree-count.Kaz Kylheku2021-12-182-2/+14
* tree: support for duplicate keys.Kaz Kylheku2021-12-179-28/+309
* tree-count: new function.Kaz Kylheku2021-12-175-2/+33
* iter-reset: gc problem.Kaz Kylheku2021-12-171-0/+3
* iter-begin: gc problem.Kaz Kylheku2021-12-171-4/+8
* compiler: fix broken (compile '(lambda ...)).Kaz Kylheku2021-12-141-15/+17