| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: fix unused variable situations | Kaz Kylheku | 2023-03-20 | 1 | -34/+28 |
* | compiler: recognize t as synonym for :warn. | Kaz Kylheku | 2023-03-20 | 1 | -1/+1 |
* | compiler: source-loc propagation in tree-bind, lambda | Kaz Kylheku | 2023-03-20 | 2 | -89/+95 |
* | compiler: recognize use function as constant-foldable | Kaz Kylheku | 2023-03-20 | 1 | -1/+1 |
* | compiler: implement unused warning | Kaz Kylheku | 2023-03-20 | 2 | -8/+21 |
* | compiler: compiler options mechanism. | Kaz Kylheku | 2023-03-20 | 2 | -4/+71 |
* | configure: note about ccname in --help text. | Kaz Kylheku | 2023-03-19 | 1 | -1/+3 |
* | ffi: c++: several C-style casts have snuck in | Kaz Kylheku | 2023-02-28 | 1 | -4/+4 |
* | txr: bugfix, allow lazy lists in multi match. | Kaz Kylheku | 2023-02-27 | 1 | -0/+1 |
* | New audio-related quip. | Kaz Kylheku | 2023-02-21 | 1 | -0/+1 |
* | Support gmtoff and zone in time formatting. | Kaz Kylheku | 2023-02-13 | 1 | -20/+22 |
* | time: respect gmtoff in calculating numeric time. | Kaz Kylheku | 2023-02-13 | 2 | -3/+49 |
* | quips: new one about floating-point. | Kaz Kylheku | 2023-02-08 | 1 | -0/+1 |
* | bugfix: gc issue in parser interface. | Kaz Kylheku | 2023-01-22 | 1 | -0/+2 |
* | fix --no-gen-gc configuration. | Kaz Kylheku | 2023-01-20 | 3 | -4/+6 |
* | fix --no-debug-support configuration. | Kaz Kylheku | 2023-01-20 | 4 | -1/+10 |
* | doc: * function not mentioned in heading. | Kaz Kylheku | 2023-01-02 | 2 | -75/+75 |
* | doc: awk: mention res in clause descriptions. | Kaz Kylheku | 2023-01-02 | 1 | -6/+14 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 136 | -138/+138 |
* | doc: fix date for 284 release. | Kaz Kylheku | 2022-12-30 | 1 | -1/+1 |
* | Version 284.txr-284 | Kaz Kylheku | 2022-12-30 | 7 | -1096/+1153 |
* | android, cygwin: do not try to test crypt. | Kaz Kylheku | 2022-12-30 | 1 | -0/+3 |
* | crypt: fix for platforms that lack crypt_r. | Kaz Kylheku | 2022-12-30 | 2 | -1/+5 |
* | doc: spurious plural in JSON section. | Kaz Kylheku | 2022-12-30 | 1 | -1/+1 |
* | doc: grammar under awk. | Kaz Kylheku | 2022-12-30 | 1 | -1/+1 |
* | doc: trim-left: don't document string case as fixed regex | Kaz Kylheku | 2022-12-30 | 1 | -2/+2 |
* | doc: clarify @(repeat) is @(collect :vars nil) | Kaz Kylheku | 2022-12-30 | 1 | -1/+11 |
* | awk: new feature, res variable. | Kaz Kylheku | 2022-12-30 | 5 | -2/+58 |
* | doc: consistency of condition-pattern term for awk. | Kaz Kylheku | 2022-12-30 | 1 | -2/+2 |
* | doc: fix nonexistent macro name. | Kaz Kylheku | 2022-12-30 | 2 | -2/+2 |
* | doc: improve span-str, compl-span-str, break-str | Kaz Kylheku | 2022-12-10 | 1 | -0/+32 |
* | doc: abc_function typo. | Kaz Kylheku | 2022-12-10 | 1 | -1/+1 |
* | quips: new one. | Kaz Kylheku | 2022-12-10 | 1 | -0/+1 |
* | compiler: runaway recursion in constant folding call. | Kaz Kylheku | 2022-11-26 | 1 | -1/+4 |
* | compiler: bug: some functions mustn't be constant-folded | Kaz Kylheku | 2022-11-25 | 1 | -5/+5 |
* | streams: fixes in few type error diagnostics. | Kaz Kylheku | 2022-11-21 | 1 | -5/+7 |
* | expt: zero exponent yields 1.0. | Kaz Kylheku | 2022-11-20 | 2 | -0/+9 |
* | hash: floating: handle negative zero. | Kaz Kylheku | 2022-11-20 | 1 | -3/+5 |
* | crypt: reduce ridiculous stack usage. | Kaz Kylheku | 2022-11-17 | 1 | -4/+9 |
* | structs: use type-error rather than error. | Kaz Kylheku | 2022-11-11 | 1 | -5/+5 |
* | read-once: support globals properly. | Kaz Kylheku | 2022-11-10 | 3 | -15/+42 |
* | ftw: default flags to ftw-phys | Kaz Kylheku | 2022-11-10 | 2 | -4/+24 |
* | New feature: struct preludes. | Kaz Kylheku | 2022-11-03 | 6 | -4/+150 |
* | crypt: remove dubious validator. | Kaz Kylheku | 2022-10-31 | 3 | -71/+37 |
* | listener: drop security checks on windows. | Kaz Kylheku | 2022-10-27 | 1 | -1/+14 |
* | command line: set self-path for --compile. | Kaz Kylheku | 2022-10-27 | 2 | -3/+33 |
* | txrtags: maintain due to new defstruct syntax. | Kaz Kylheku | 2022-10-27 | 1 | -2/+3 |
* | compiler: optimizations in catch. | Kaz Kylheku | 2022-10-27 | 1 | -46/+63 |
* | lib: or2: define in GCC-specific way. | Kaz Kylheku | 2022-10-26 | 1 | -1/+5 |
* | cat-str/join/join-with: allow nested sequences | Kaz Kylheku | 2022-10-25 | 3 | -96/+111 |