summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bugfix: LDFLAGS not pulled in.Kaz Kylheku2018-12-121-1/+1
* Eliminate various unneeded header inclusions.Kaz Kylheku2018-12-124-7/+0
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-1125-25/+1
* Version 203.txr-203Kaz Kylheku2018-11-296-593/+611
* doc: bad formatting under --noninteractiveKaz Kylheku2018-11-281-1/+3
* New range testing functions.Kaz Kylheku2018-11-274-0/+76
* case macros: bugfixes for evaluated keys.Kaz Kylheku2018-11-271-5/+5
* doc: caseql* macro expands cases in global envKaz Kylheku2018-11-271-1/+1
* doc: avoid "empty lexical environment".Kaz Kylheku2018-11-271-4/+5
* case macros: stricter syntactic check.Kaz Kylheku2018-11-271-0/+3
* case macros: bugfix empty case.Kaz Kylheku2018-11-271-2/+3
* doc: clarify pretty printing.Kaz Kylheku2018-11-251-3/+34
* print: keep colon in keyword symsKaz Kylheku2018-11-252-2/+14
* doc: refresh documentation of make-lazy-consKaz Kylheku2018-11-251-8/+34