| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | doc: with-dyn-lib mention other deffi-* macros. | Kaz Kylheku | 2019-01-16 | 1 | -4/+18 |
* | ffi: diagnose missing with-dyn-lib. | Kaz Kylheku | 2019-01-16 | 1 | -24/+23 |
* | Version 205.txr-205 | Kaz Kylheku | 2019-01-15 | 6 | -274/+300 |
* | ffi: arrays: be more forgiving of length mismatches. | Kaz Kylheku | 2019-01-15 | 2 | -9/+38 |
* | ffi: bugfix: char array shouldn't null terminate. | Kaz Kylheku | 2019-01-15 | 1 | -1/+3 |
* | ffi: remove useless loop. | Kaz Kylheku | 2019-01-15 | 1 | -12/+6 |
* | asm: fix wrong level check in operand parsing. | Kaz Kylheku | 2019-01-09 | 1 | -1/+1 |
* | asm: fix incorrect level check in frame opcode. | Kaz Kylheku | 2019-01-09 | 1 | -2/+2 |
* | asm/compiler: fix incorrect frame-related constant. | Kaz Kylheku | 2019-01-09 | 1 | -1/+1 |
* | asm/compiler: rename small level/index constants. | Kaz Kylheku | 2019-01-09 | 2 | -3/+4 |
* | New function: square. | Kaz Kylheku | 2019-01-05 | 4 | -0/+75 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 19 | -22/+22 |
* | Get alloca from stdlib.h, if possible. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Remove HAVE_ALLOCA. | Kaz Kylheku | 2018-12-31 | 1 | -1/+0 |
* | doc: formatting under lop. | Kaz Kylheku | 2018-12-24 | 1 | -2/+2 |
* | doc: grammar fixes under registeer-tentative-def. | Kaz Kylheku | 2018-12-24 | 1 | -4/+2 |
* | doc: formatting under caseql*. | Kaz Kylheku | 2018-12-24 | 1 | -1/+1 |
* | Version 204.txr-204 | Kaz Kylheku | 2018-12-17 | 6 | -464/+491 |
* | UTF-8: fix incorrect decoding of four-byte sequences. | Kaz Kylheku | 2018-12-17 | 1 | -1/+1 |
* | defvar: bugfix: bad state caused by exception. | Kaz Kylheku | 2018-12-14 | 1 | -1/+1 |
* | compiler: move variable down in file. | Kaz Kylheku | 2018-12-13 | 1 | -2/+2 |
* | nzerop: new function. | Kaz Kylheku | 2018-12-13 | 4 | -1/+48 |
* | Use tnil instead of if2 in arithmetic predicates. | Kaz Kylheku | 2018-12-13 | 1 | -9/+9 |
* | plusp: wrong name in error message. | Kaz Kylheku | 2018-12-13 | 1 | -1/+1 |
* | configure: extend some config variable descriptions. | Kaz Kylheku | 2018-12-12 | 1 | -2/+11 |
* | Turn off stack protector gcc option. | Kaz Kylheku | 2018-12-12 | 1 | -1/+1 |
* | bugfix: LDFLAGS not pulled in. | Kaz Kylheku | 2018-12-12 | 1 | -1/+1 |
* | Eliminate various unneeded header inclusions. | Kaz Kylheku | 2018-12-12 | 4 | -7/+0 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 25 | -25/+1 |
* | Version 203.txr-203 | Kaz Kylheku | 2018-11-29 | 6 | -593/+611 |