| Commit message (Expand) | Author | Age | Files | Lines |
* | parser: security: UTF-8 and NUL handling in literals. | Kaz Kylheku | 2019-02-05 | 3 | -13/+14 |
* | linenoise: bugfix: caret notation in insert-at-end. | Kaz Kylheku | 2019-02-05 | 1 | -1/+10 |
* | linenoise: bugfix: caret notation for NUL. | Kaz Kylheku | 2019-02-05 | 1 | -2/+2 |
* | linenoise: bugfix: regression in mlmode line wrap. | Kaz Kylheku | 2019-02-05 | 1 | -1/+6 |
* | sum and prod take keyfun argument. | Kaz Kylheku | 2019-02-02 | 4 | -21/+66 |
* | pattern lang: diagnose undefined function facing EOF. | Kaz Kylheku | 2019-02-01 | 1 | -3/+10 |
* | style: convert assignment to initialization. | Kaz Kylheku | 2019-02-01 | 1 | -3/+1 |
* | compiler: new dump-compiled-objects function. | Kaz Kylheku | 2019-02-01 | 3 | -7/+124 |
* | doc: document string and bignum merging. | Kaz Kylheku | 2019-01-31 | 1 | -0/+55 |
* | compiler: de-dupe strings and bignum literals. | Kaz Kylheku | 2019-01-31 | 1 | -11/+24 |
* | caseql: generate better code. | Kaz Kylheku | 2019-01-30 | 1 | -9/+7 |
* | Version 208.txr-208 | Kaz Kylheku | 2019-01-28 | 4 | -4/+28 |
* | @(next): Cover Lisp expressions with :nothrow. | Kaz Kylheku | 2019-01-28 | 1 | -10/+57 |
* | @(next): Diagnose source combined with source-giving option. | Kaz Kylheku | 2019-01-28 | 1 | -3/+3 |
* | @(next): bugfix: nothrow not causing failed match. | Kaz Kylheku | 2019-01-28 | 1 | -6/+14 |
* | command line: support -f in Hash Bang Null Hack. | Kaz Kylheku | 2019-01-28 | 2 | -3/+63 |
* | command line: improve -c option diagnostic. | Kaz Kylheku | 2019-01-28 | 1 | -2/+2 |
* | command line: better diagnosis for --args and --eargs | Kaz Kylheku | 2019-01-28 | 1 | -3/+15 |
* | copy-hash: showstopper: seed must be copied. | Kaz Kylheku | 2019-01-28 | 1 | -0/+1 |
* | Version 207.txr-207 | Kaz Kylheku | 2019-01-26 | 4 | -5/+23 |
* | configure: problems with 128 bit integer detection. | Kaz Kylheku | 2019-01-26 | 2 | -12/+13 |
* | disassemble: tidier data table. | Kaz Kylheku | 2019-01-26 | 1 | -1/+1 |
* | streams: use Boolean return value for stdio_fseek. | Kaz Kylheku | 2019-01-25 | 3 | -6/+5 |
* | install: broken when using separate build dir. | Kaz Kylheku | 2019-01-25 | 1 | -2/+1 |
* | mul: add forgotten MPI error check. | Kaz Kylheku | 2019-01-25 | 1 | -1/+4 |
* | sysif: take advantage of i64_t in off_t handling. | Kaz Kylheku | 2019-01-25 | 1 | -10/+4 |
* | ffi: use enhanced 64 bit support in itypes.c. | Kaz Kylheku | 2019-01-25 | 1 | -155/+24 |
* | itypes: take advantage of double_intptr_t. | Kaz Kylheku | 2019-01-25 | 2 | -1/+54 |
* | Extend infrastructure for double_intptr_t. | Kaz Kylheku | 2019-01-25 | 6 | -1/+151 |
* | Provide faster bignum-in-fixed-integer range tests in MPI. | Kaz Kylheku | 2019-01-25 | 4 | -40/+37 |
* | lib: revise wording of integer range errors. | Kaz Kylheku | 2019-01-24 | 2 | -8/+10 |
* | ffi: fix range checks in be/le i64 put ops. | Kaz Kylheku | 2019-01-24 | 1 | -4/+4 |
* | ffi: incorrect big endian int64 get. | Kaz Kylheku | 2019-01-24 | 1 | -2/+2 |
* | ffi: almost bug: 64 bit signed big/little endian type. | Kaz Kylheku | 2019-01-23 | 1 | -4/+4 |
* | Fix some instances of 4 bytes = 32 bits assumption. | Kaz Kylheku | 2019-01-23 | 7 | -42/+48 |
* | sysif: use double-intptr function from arith. | Kaz Kylheku | 2019-01-23 | 3 | -5/+6 |
* | sysif: remove low-level MPI code for off_t conversion. | Kaz Kylheku | 2019-01-23 | 2 | -50/+12 |
* | mpi: put access macros into mp_ namespace | Kaz Kylheku | 2019-01-22 | 5 | -26/+34 |
* | doc: review of Lisp Compilation | Kaz Kylheku | 2019-01-20 | 1 | -3/+14 |
* | Version 206.txr-206 | Kaz Kylheku | 2019-01-18 | 6 | -186/+206 |
* | mpi: some params should be mp_size, not mp_digit. | Kaz Kylheku | 2019-01-18 | 2 | -9/+9 |
* | mpi: remove unused mplogic module. | Kaz Kylheku | 2019-01-18 | 1 | -1/+1 |
* | mpi: hardening; bug found. | Kaz Kylheku | 2019-01-18 | 4 | -10/+15 |
* | mpi: use wchar_t string for text-to-bignum. | Kaz Kylheku | 2019-01-18 | 3 | -8/+5 |
* | int-flo: take advantage of unsigned range. | Kaz Kylheku | 2019-01-18 | 1 | -0/+3 |
* | configure: improvements related to int_ptr_t. | Kaz Kylheku | 2019-01-18 | 1 | -9/+3 |
* | int-flo: fix always-false test. | Kaz Kylheku | 2019-01-18 | 1 | -1/+1 |
* | Fix bug in bignum single-digit addition. | Kaz Kylheku | 2019-01-18 | 1 | -1/+1 |
* | carray: fix vec/list conversion bug. | Kaz Kylheku | 2019-01-17 | 2 | -13/+31 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 107 | -108/+108 |