summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 208.txr-208Kaz Kylheku2019-01-284-4/+28
* @(next): Cover Lisp expressions with :nothrow.Kaz Kylheku2019-01-281-10/+57
* @(next): Diagnose source combined with source-giving option.Kaz Kylheku2019-01-281-3/+3
* @(next): bugfix: nothrow not causing failed match.Kaz Kylheku2019-01-281-6/+14
* command line: support -f in Hash Bang Null Hack.Kaz Kylheku2019-01-282-3/+63
* command line: improve -c option diagnostic.Kaz Kylheku2019-01-281-2/+2
* command line: better diagnosis for --args and --eargsKaz Kylheku2019-01-281-3/+15
* copy-hash: showstopper: seed must be copied.Kaz Kylheku2019-01-281-0/+1
* Version 207.txr-207Kaz Kylheku2019-01-264-5/+23
* configure: problems with 128 bit integer detection.Kaz Kylheku2019-01-262-12/+13
* disassemble: tidier data table.Kaz Kylheku2019-01-261-1/+1
* streams: use Boolean return value for stdio_fseek.Kaz Kylheku2019-01-253-6/+5
* install: broken when using separate build dir.Kaz Kylheku2019-01-251-2/+1
* mul: add forgotten MPI error check.Kaz Kylheku2019-01-251-1/+4
* sysif: take advantage of i64_t in off_t handling.Kaz Kylheku2019-01-251-10/+4
* 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