| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | configure: bogus line preventing errors being shown. | Kaz Kylheku | 2022-09-20 | 1 | -1/+0 |
* | configure: add missing "$@" to early reconfigure. | Kaz Kylheku | 2022-09-19 | 1 | -1/+1 |
* | android: pointer tagging countermeasure. | Kaz Kylheku | 2022-09-17 | 2 | -0/+22 |
* | Version 282.txr-282 | Kaz Kylheku | 2022-09-16 | 6 | -1073/+1109 |
* | nan-boxing: make default on 64 bit. | Kaz Kylheku | 2022-09-16 | 1 | -2/+1 |
* | nan-boxing: warning fix for gcc 12. | Kaz Kylheku | 2022-09-16 | 1 | -0/+2 |
* | doc: notes about boxing of numbers. | Kaz Kylheku | 2022-09-16 | 1 | -0/+38 |
* | nan-boxing: build on older gcc. | Kaz Kylheku | 2022-09-16 | 2 | -14/+16 |
* | seq-iter: bugfix: floating-point ranges. | Kaz Kylheku | 2022-09-15 | 2 | -24/+71 |
* | compiler: bug: bad basic-block merge across end insn. | Kaz Kylheku | 2022-09-15 | 4 | -6/+18 |
* | compiler: bug: scoping of lambda optionals. | Kaz Kylheku | 2022-09-15 | 2 | -17/+20 |
* | build: remove .tlo.tmp file before compiling. | Kaz Kylheku | 2022-09-15 | 1 | -0/+1 |
* | compiler: eliminate rename-var hack. | Kaz Kylheku | 2022-09-15 | 1 | -13/+6 |
* | compiler: unbundle v-reg allocation from env extension | Kaz Kylheku | 2022-09-15 | 1 | -6/+10 |
* | compiler: eliminate uses of cdar. | Kaz Kylheku | 2022-09-14 | 1 | -7/+9 |
* | compiler: test for recent bugfix. | Kaz Kylheku | 2022-09-14 | 1 | -0/+2 |
* | nan-boxing: use GCC pragmas to disable aliasing warnings. | Kaz Kylheku | 2022-09-14 | 3 | -18/+14 |
* | compiler: bugfixes in dead code elimination | Kaz Kylheku | 2022-09-13 | 1 | -2/+2 |
* | configure: fix disabling NaN boxing on 32 bit. | Kaz Kylheku | 2022-09-13 | 1 | -2/+3 |
* | Implement NaN boxing. | Kaz Kylheku | 2022-09-13 | 9 | -76/+347 |
* | Define bit width of NUM type in one place. | Kaz Kylheku | 2022-09-12 | 3 | -14/+11 |
* | Reduce proliferation of TAG_SHIFT. | Kaz Kylheku | 2022-09-12 | 3 | -12/+12 |
* | configure: config groundwork for NaN boxing | Kaz Kylheku | 2022-09-12 | 1 | -0/+28 |
* | doc: format: missing details about precision. | Kaz Kylheku | 2022-09-11 | 1 | -18/+57 |
* | doc: document [. expr] support. | Kaz Kylheku | 2022-09-10 | 1 | -0/+28 |
* | syntax: read and print [. x] and [. @x]. | Kaz Kylheku | 2022-09-08 | 4 | -1163/+1216 |
* | Version 281.txr-281 | Kaz Kylheku | 2022-09-03 | 5 | -147/+176 |
* | vim: fix for #; commented JSON. | Kaz Kylheku | 2022-09-02 | 1 | -0/+1 |
* | vim: simplify #; regions. | Kaz Kylheku | 2022-08-31 | 1 | -16/+13 |
* | vim: improve #; commenting of JSON. | Kaz Kylheku | 2022-08-31 | 1 | -9/+13 |
* | vim: improvement in #; comment. | Kaz Kylheku | 2022-08-30 | 1 | -3/+2 |
* | close-lazy-streams: test. | Kaz Kylheku | 2022-08-30 | 1 | -0/+3 |
* | txr: test for new @(next) behaviors. | Kaz Kylheku | 2022-08-30 | 2 | -0/+17 |
* | vim: deal with bvars and square brackets. | Kaz Kylheku | 2022-08-30 | 1 | -2/+3 |
* | vim: fix quasiliterals. | Kaz Kylheku | 2022-08-30 | 1 | -4/+6 |
* | vim: tweak @ handling. | Kaz Kylheku | 2022-08-30 | 1 | -24/+29 |
* | txr: close streams. | Kaz Kylheku | 2022-08-29 | 3 | -18/+77 |
* | New macro: close-lazy-streams. | Kaz Kylheku | 2022-08-28 | 7 | -1/+102 |
* | New function: search-all | Kaz Kylheku | 2022-08-17 | 6 | -9/+100 |
* | search/rsearch: some test cases. | Kaz Kylheku | 2022-08-17 | 1 | -0/+36 |
* | ffi: check for out-of-range wchar_t. | Kaz Kylheku | 2022-08-13 | 1 | -0/+3 |
* | Version 280.txr-280 | Kaz Kylheku | 2022-08-09 | 4 | -5/+20 |
* | build: handle hard link failure in make install. | Kaz Kylheku | 2022-08-09 | 1 | -1/+1 |
* | listener: bug: history ignored if .txr_profile doesn't exist. | Kaz Kylheku | 2022-08-09 | 1 | -1/+1 |
* | load: fix misleading error message. | Kaz Kylheku | 2022-08-09 | 1 | -1/+1 |
* | Version 279.txr-279 | Kaz Kylheku | 2022-08-08 | 6 | -1051/+1095 |
* | path-components-safe: proc tests only on Linux. | Kaz Kylheku | 2022-07-30 | 1 | -18/+20 |
* | path-components-safe: check symlink link count. | Kaz Kylheku | 2022-07-30 | 1 | -2/+3 |
* | path-components-safe: tighten /proc check | Kaz Kylheku | 2022-07-30 | 2 | -45/+35 |
* | path-components-safe: handle consecutive slashes. | Kaz Kylheku | 2022-07-30 | 1 | -4/+2 |