| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 285.txr-285 | Kaz Kylheku | 2023-03-28 | 7 | -841/+914 |
* | doc: compiler-opts typo. | Kaz Kylheku | 2023-03-27 | 2 | -10/+10 |
* | range/range*: tests. | Kaz Kylheku | 2023-03-27 | 1 | -0/+103 |
* | vim: syntax highlighting for ... decimal integers? | Kaz Kylheku | 2023-03-27 | 1 | -0/+1 |
* | vim: fix highlighting for uninterned symbols | Kaz Kylheku | 2023-03-27 | 1 | -4/+3 |
* | doc: range, range*: fix and maintain. | Kaz Kylheku | 2023-03-27 | 1 | -22/+139 |
* | range, range*: use arithp. | Kaz Kylheku | 2023-03-26 | 1 | -63/+45 |
* | New function: arithp. | Kaz Kylheku | 2023-03-26 | 8 | -2/+55 |
* | range/range*: connect with non-arithmetic ranges | Kaz Kylheku | 2023-03-26 | 1 | -7/+165 |
* | doc: recommendations about unused warnings. | Kaz Kylheku | 2023-03-25 | 1 | -0/+143 |
* | compiler/doc: document compiler-opts and enable unused warning | Kaz Kylheku | 2023-03-23 | 3 | -2/+158 |
* | doc: no such symbol as macroexpand-place-1 | Kaz Kylheku | 2023-03-23 | 1 | -2/+2 |
* | match: support @nil in predicates. | Kaz Kylheku | 2023-03-23 | 3 | -5/+35 |
* | printer: print tree as #T(...) beyond max depth. | Kaz Kylheku | 2023-03-23 | 1 | -0/+3 |
* | printer: [] shouldn't print as [. nil]. | Kaz Kylheku | 2023-03-23 | 2 | -3/+11 |
* | tests: squelch unused variable warnings. | Kaz Kylheku | 2023-03-23 | 6 | -25/+29 |
* | lib: address remaining unused variable warnings. | Kaz Kylheku | 2023-03-22 | 26 | -129/+152 |
* | ffi: gc bugfix in ffi_type_struct. | Kaz Kylheku | 2023-03-22 | 1 | -2/+2 |
* | ffi: gc bug in ffi_enum_type. | Kaz Kylheku | 2023-03-22 | 1 | -0/+1 |
* | compiler: dohash: source location propagation | Kaz Kylheku | 2023-03-22 | 1 | -8/+10 |
* | compiler: forward source location for defun and defmacro | Kaz Kylheku | 2023-03-22 | 1 | -11/+15 |
* | asm: unused variables. | Kaz Kylheku | 2023-03-21 | 1 | -8/+37 |
* | lib: switch from use function to ignore function | Kaz Kylheku | 2023-03-21 | 3 | -20/+19 |
* | compiler: recognize ignore and use functions | Kaz Kylheku | 2023-03-21 | 1 | -2/+9 |
* | New function: ignore, synonym of nilf. | Kaz Kylheku | 2023-03-21 | 4 | -5/+32 |
* | copy-file: fix unused warnings. | Kaz Kylheku | 2023-03-21 | 1 | -13/+32 |
* | ignerr: fix unused warning | Kaz Kylheku | 2023-03-21 | 3 | -2/+11 |
* | compiler: unused warnings in optimizer. | Kaz Kylheku | 2023-03-21 | 1 | -62/+62 |
* | compiler: bug: unmatchable pattern in optimizer. | Kaz Kylheku | 2023-03-21 | 1 | -1/+1 |
* | compiler: fix remaining unused variable warnings | Kaz Kylheku | 2023-03-21 | 1 | -66/+69 |
* | time: crash: glibc overwrites time zone with literal | Kaz Kylheku | 2023-03-21 | 1 | -13/+21 |
* | Allow t symbol in macro parameter lists. | Kaz Kylheku | 2023-03-21 | 4 | -28/+80 |
* | 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 |