summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix --no-gen-gc configuration.Kaz Kylheku2023-01-203-4/+6
* fix --no-debug-support configuration.Kaz Kylheku2023-01-204-1/+10
* doc: * function not mentioned in heading.Kaz Kylheku2023-01-022-75/+75
* doc: awk: mention res in clause descriptions.Kaz Kylheku2023-01-021-6/+14
* Copyright year bump 2023.Kaz Kylheku2023-01-01136-138/+138
* doc: fix date for 284 release.Kaz Kylheku2022-12-301-1/+1
* Version 284.txr-284Kaz Kylheku2022-12-307-1096/+1153
* android, cygwin: do not try to test crypt.Kaz Kylheku2022-12-301-0/+3
* crypt: fix for platforms that lack crypt_r.Kaz Kylheku2022-12-302-1/+5
* doc: spurious plural in JSON section.Kaz Kylheku2022-12-301-1/+1
* doc: grammar under awk.Kaz Kylheku2022-12-301-1/+1
* doc: trim-left: don't document string case as fixed regexKaz Kylheku2022-12-301-2/+2
* doc: clarify @(repeat) is @(collect :vars nil)Kaz Kylheku2022-12-301-1/+11
* awk: new feature, res variable.Kaz Kylheku2022-12-305-2/+58
* doc: consistency of condition-pattern term for awk.Kaz Kylheku2022-12-301-2/+2
* doc: fix nonexistent macro name.Kaz Kylheku2022-12-302-2/+2
* doc: improve span-str, compl-span-str, break-strKaz Kylheku2022-12-101-0/+32
* doc: abc_function typo.Kaz Kylheku2022-12-101-1/+1
* quips: new one.Kaz Kylheku2022-12-101-0/+1
* compiler: runaway recursion in constant folding call.Kaz Kylheku2022-11-261-1/+4
* compiler: bug: some functions mustn't be constant-foldedKaz Kylheku2022-11-251-5/+5
* streams: fixes in few type error diagnostics.Kaz Kylheku2022-11-211-5/+7
* expt: zero exponent yields 1.0.Kaz Kylheku2022-11-202-0/+9
* hash: floating: handle negative zero.Kaz Kylheku2022-11-201-3/+5
* crypt: reduce ridiculous stack usage.Kaz Kylheku2022-11-171-4/+9
* structs: use type-error rather than error.Kaz Kylheku2022-11-111-5/+5
* read-once: support globals properly.Kaz Kylheku2022-11-103-15/+42
* ftw: default flags to ftw-physKaz Kylheku2022-11-102-4/+24
* New feature: struct preludes.Kaz Kylheku2022-11-036-4/+150
* crypt: remove dubious validator.Kaz Kylheku2022-10-313-71/+37
* listener: drop security checks on windows.Kaz Kylheku2022-10-271-1/+14
* command line: set self-path for --compile.Kaz Kylheku2022-10-272-3/+33
* txrtags: maintain due to new defstruct syntax.Kaz Kylheku2022-10-271-2/+3