| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gethash_f: removing function. | Kaz Kylheku | 2019-02-14 | 3 | -45/+33 |
* | symdiff: new function. | Kaz Kylheku | 2019-02-14 | 4 | -9/+70 |
* | optimizing diff, isec and uni for non-lists. | Kaz Kylheku | 2019-02-13 | 4 | -41/+109 |
* | num: reduce duplicate code. | Kaz Kylheku | 2019-02-13 | 1 | -3/+1 |
* | Framework for iterating over sequences. | Kaz Kylheku | 2019-02-13 | 2 | -0/+94 |
* | hash-from-alist: new function. | Kaz Kylheku | 2019-02-13 | 3 | -1/+33 |
* | hash-symdiff: new function. | Kaz Kylheku | 2019-02-13 | 3 | -1/+57 |
* | hash-uni: bugfix. | Kaz Kylheku | 2019-02-13 | 1 | -2/+6 |
* | doc: fix reference to nonexistent load-value. | Kaz Kylheku | 2019-02-11 | 1 | -2/+2 |
* | Version 209.txr-209 | Kaz Kylheku | 2019-02-08 | 6 | -551/+626 |
* | build: get rid of .tlo2 files. | Kaz Kylheku | 2019-02-08 | 1 | -12/+3 |
* | defvar: spectacular bug causing wrong compile. | Kaz Kylheku | 2019-02-08 | 1 | -2/+6 |
* | ffi: closure: clear stale saved exit point. | Kaz Kylheku | 2019-02-07 | 1 | -0/+2 |
* | ffi: use padded return size in closure dispatch. | Kaz Kylheku | 2019-02-07 | 1 | -2/+3 |
* | ffi: don't pad void return size to sizeof (ffi_arg). | Kaz Kylheku | 2019-02-07 | 1 | -1/+1 |
* | bugfix: ffi-make-closure safe-p param. | Kaz Kylheku | 2019-02-06 | 1 | -1/+1 |
* | doc: formatting under ffi-make-closure. | Kaz Kylheku | 2019-02-06 | 1 | -2/+2 |
* | bugfix: deffi-cb-unsafe not autoloaded. | Kaz Kylheku | 2019-02-06 | 1 | -0/+1 |
* | ffi: make-zstruct must ignore padding slots. | Kaz Kylheku | 2019-02-06 | 1 | -2/+4 |
* | ffi: whitespace fix. | Kaz Kylheku | 2019-02-06 | 1 | -1/+1 |
* | 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 |