summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* conda/condlet: fix broken scope.Kaz Kylheku2023-04-061-8/+9
* unwind: fix backtrace-blocking issue.Kaz Kylheku2023-04-061-3/+4
* quips: new car/cdr humor.Kaz Kylheku2023-04-041-0/+2
* hash: replace modulus with mask.Kaz Kylheku2023-04-031-26/+26
* Version 285.txr-285Kaz Kylheku2023-03-287-841/+914
* doc: compiler-opts typo.Kaz Kylheku2023-03-272-10/+10
* range/range*: tests.Kaz Kylheku2023-03-271-0/+103
* vim: syntax highlighting for ... decimal integers?Kaz Kylheku2023-03-271-0/+1
* vim: fix highlighting for uninterned symbolsKaz Kylheku2023-03-271-4/+3
* doc: range, range*: fix and maintain.Kaz Kylheku2023-03-271-22/+139
* range, range*: use arithp.Kaz Kylheku2023-03-261-63/+45
* New function: arithp.Kaz Kylheku2023-03-268-2/+55
* range/range*: connect with non-arithmetic rangesKaz Kylheku2023-03-261-7/+165
* doc: recommendations about unused warnings.Kaz Kylheku2023-03-251-0/+143
* compiler/doc: document compiler-opts and enable unused warningKaz Kylheku2023-03-233-2/+158
* doc: no such symbol as macroexpand-place-1Kaz Kylheku2023-03-231-2/+2
* match: support @nil in predicates.Kaz Kylheku2023-03-233-5/+35
* printer: print tree as #T(...) beyond max depth.Kaz Kylheku2023-03-231-0/+3
* printer: [] shouldn't print as [. nil].Kaz Kylheku2023-03-232-3/+11
* tests: squelch unused variable warnings.Kaz Kylheku2023-03-236-25/+29
* lib: address remaining unused variable warnings.Kaz Kylheku2023-03-2226-129/+152
* ffi: gc bugfix in ffi_type_struct.Kaz Kylheku2023-03-221-2/+2
* ffi: gc bug in ffi_enum_type.Kaz Kylheku2023-03-221-0/+1
* compiler: dohash: source location propagationKaz Kylheku2023-03-221-8/+10
* compiler: forward source location for defun and defmacroKaz Kylheku2023-03-221-11/+15
* asm: unused variables.Kaz Kylheku2023-03-211-8/+37
* lib: switch from use function to ignore functionKaz Kylheku2023-03-213-20/+19
* compiler: recognize ignore and use functionsKaz Kylheku2023-03-211-2/+9
* New function: ignore, synonym of nilf.Kaz Kylheku2023-03-214-5/+32
* copy-file: fix unused warnings.Kaz Kylheku2023-03-211-13/+32
* ignerr: fix unused warningKaz Kylheku2023-03-213-2/+11
* compiler: unused warnings in optimizer.Kaz Kylheku2023-03-211-62/+62
* compiler: bug: unmatchable pattern in optimizer.Kaz Kylheku2023-03-211-1/+1
* compiler: fix remaining unused variable warningsKaz Kylheku2023-03-211-66/+69
* time: crash: glibc overwrites time zone with literalKaz Kylheku2023-03-211-13/+21
* Allow t symbol in macro parameter lists.Kaz Kylheku2023-03-214-28/+80
* compiler: fix unused variable situationsKaz Kylheku2023-03-201-34/+28
* compiler: recognize t as synonym for :warn.Kaz Kylheku2023-03-201-1/+1
* compiler: source-loc propagation in tree-bind, lambdaKaz Kylheku2023-03-202-89/+95
* compiler: recognize use function as constant-foldableKaz Kylheku2023-03-201-1/+1
* compiler: implement unused warningKaz Kylheku2023-03-202-8/+21
* compiler: compiler options mechanism.Kaz Kylheku2023-03-202-4/+71
* configure: note about ccname in --help text.Kaz Kylheku2023-03-191-1/+3
* ffi: c++: several C-style casts have snuck inKaz Kylheku2023-02-281-4/+4
* txr: bugfix, allow lazy lists in multi match.Kaz Kylheku2023-02-271-0/+1
* New audio-related quip.Kaz Kylheku2023-02-211-0/+1
* Support gmtoff and zone in time formatting.Kaz Kylheku2023-02-131-20/+22
* time: respect gmtoff in calculating numeric time.Kaz Kylheku2023-02-132-3/+49
* quips: new one about floating-point.Kaz Kylheku2023-02-081-0/+1
* bugfix: gc issue in parser interface.Kaz Kylheku2023-01-221-0/+2