summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ffi: use enhanced 64 bit support in itypes.c.Kaz Kylheku2019-01-251-155/+24
* itypes: take advantage of double_intptr_t.Kaz Kylheku2019-01-252-1/+54
* Extend infrastructure for double_intptr_t.Kaz Kylheku2019-01-256-1/+151
* Provide faster bignum-in-fixed-integer range tests in MPI.Kaz Kylheku2019-01-254-40/+37
* lib: revise wording of integer range errors.Kaz Kylheku2019-01-242-8/+10
* ffi: fix range checks in be/le i64 put ops.Kaz Kylheku2019-01-241-4/+4
* ffi: incorrect big endian int64 get.Kaz Kylheku2019-01-241-2/+2
* ffi: almost bug: 64 bit signed big/little endian type.Kaz Kylheku2019-01-231-4/+4
* Fix some instances of 4 bytes = 32 bits assumption.Kaz Kylheku2019-01-237-42/+48
* sysif: use double-intptr function from arith.Kaz Kylheku2019-01-233-5/+6
* sysif: remove low-level MPI code for off_t conversion.Kaz Kylheku2019-01-232-50/+12
* mpi: put access macros into mp_ namespaceKaz Kylheku2019-01-225-26/+34
* doc: review of Lisp CompilationKaz Kylheku2019-01-201-3/+14
* Version 206.txr-206Kaz Kylheku2019-01-186-186/+206
* mpi: some params should be mp_size, not mp_digit.Kaz Kylheku2019-01-182-9/+9
* mpi: remove unused mplogic module.Kaz Kylheku2019-01-181-1/+1
* mpi: hardening; bug found.Kaz Kylheku2019-01-184-10/+15
* mpi: use wchar_t string for text-to-bignum.Kaz Kylheku2019-01-183-8/+5
* int-flo: take advantage of unsigned range.Kaz Kylheku2019-01-181-0/+3
* configure: improvements related to int_ptr_t.Kaz Kylheku2019-01-181-9/+3
* int-flo: fix always-false test.Kaz Kylheku2019-01-181-1/+1
* Fix bug in bignum single-digit addition.Kaz Kylheku2019-01-181-1/+1
* carray: fix vec/list conversion bug.Kaz Kylheku2019-01-172-13/+31
* Copyright year bump 2019.Kaz Kylheku2019-01-16107-108/+108
* doc: with-dyn-lib mention other deffi-* macros.Kaz Kylheku2019-01-161-4/+18
* ffi: diagnose missing with-dyn-lib.Kaz Kylheku2019-01-161-24/+23
* Version 205.txr-205Kaz Kylheku2019-01-156-274/+300
* ffi: arrays: be more forgiving of length mismatches.Kaz Kylheku2019-01-152-9/+38
* ffi: bugfix: char array shouldn't null terminate.Kaz Kylheku2019-01-151-1/+3
* ffi: remove useless loop.Kaz Kylheku2019-01-151-12/+6
* asm: fix wrong level check in operand parsing.Kaz Kylheku2019-01-091-1/+1
* asm: fix incorrect level check in frame opcode.Kaz Kylheku2019-01-091-2/+2
* asm/compiler: fix incorrect frame-related constant.Kaz Kylheku2019-01-091-1/+1
* asm/compiler: rename small level/index constants.Kaz Kylheku2019-01-092-3/+4
* New function: square.Kaz Kylheku2019-01-054-0/+75
* Eliminate ALLOCA_H.Kaz Kylheku2018-12-3119-22/+22
* Get alloca from stdlib.h, if possible.Kaz Kylheku2018-12-311-1/+1
* Remove HAVE_ALLOCA.Kaz Kylheku2018-12-311-1/+0
* doc: formatting under lop.Kaz Kylheku2018-12-241-2/+2
* doc: grammar fixes under registeer-tentative-def.Kaz Kylheku2018-12-241-4/+2
* doc: formatting under caseql*.Kaz Kylheku2018-12-241-1/+1
* Version 204.txr-204Kaz Kylheku2018-12-176-464/+491
* UTF-8: fix incorrect decoding of four-byte sequences.Kaz Kylheku2018-12-171-1/+1
* defvar: bugfix: bad state caused by exception.Kaz Kylheku2018-12-141-1/+1
* compiler: move variable down in file.Kaz Kylheku2018-12-131-2/+2
* nzerop: new function.Kaz Kylheku2018-12-134-1/+48
* Use tnil instead of if2 in arithmetic predicates.Kaz Kylheku2018-12-131-9/+9
* plusp: wrong name in error message.Kaz Kylheku2018-12-131-1/+1
* configure: extend some config variable descriptions.Kaz Kylheku2018-12-121-2/+11
* Turn off stack protector gcc option.Kaz Kylheku2018-12-121-1/+1