summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 209.txr-209Kaz Kylheku2019-02-086-551/+626
* build: get rid of .tlo2 files.Kaz Kylheku2019-02-081-12/+3
* defvar: spectacular bug causing wrong compile.Kaz Kylheku2019-02-081-2/+6
* ffi: closure: clear stale saved exit point.Kaz Kylheku2019-02-071-0/+2
* ffi: use padded return size in closure dispatch.Kaz Kylheku2019-02-071-2/+3
* ffi: don't pad void return size to sizeof (ffi_arg).Kaz Kylheku2019-02-071-1/+1
* bugfix: ffi-make-closure safe-p param.Kaz Kylheku2019-02-061-1/+1
* doc: formatting under ffi-make-closure.Kaz Kylheku2019-02-061-2/+2
* bugfix: deffi-cb-unsafe not autoloaded.Kaz Kylheku2019-02-061-0/+1
* ffi: make-zstruct must ignore padding slots.Kaz Kylheku2019-02-061-2/+4
* ffi: whitespace fix.Kaz Kylheku2019-02-061-1/+1
* parser: security: UTF-8 and NUL handling in literals.Kaz Kylheku2019-02-053-13/+14
* linenoise: bugfix: caret notation in insert-at-end.Kaz Kylheku2019-02-051-1/+10
* linenoise: bugfix: caret notation for NUL.Kaz Kylheku2019-02-051-2/+2
* linenoise: bugfix: regression in mlmode line wrap.Kaz Kylheku2019-02-051-1/+6
* sum and prod take keyfun argument.Kaz Kylheku2019-02-024-21/+66
* pattern lang: diagnose undefined function facing EOF.Kaz Kylheku2019-02-011-3/+10
* style: convert assignment to initialization.Kaz Kylheku2019-02-011-3/+1
* compiler: new dump-compiled-objects function.Kaz Kylheku2019-02-013-7/+124
* doc: document string and bignum merging.Kaz Kylheku2019-01-311-0/+55
* compiler: de-dupe strings and bignum literals.Kaz Kylheku2019-01-311-11/+24
* caseql: generate better code.Kaz Kylheku2019-01-301-9/+7
* 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