summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compiler: prof instruction tries to modify t0.Kaz Kylheku2019-02-191-2/+2
* struct: optimizations in new operator.Kaz Kylheku2019-02-191-2/+4
* structs: optimize struct creating functions.Kaz Kylheku2019-02-191-7/+19
* mpi/arith: optimize "highest bit" with GCC builtins.Kaz Kylheku2019-02-192-2/+14
* Version 211.txr-211Kaz Kylheku2019-02-186-909/+949
* structs: bugfix: slot_cache null check.Kaz Kylheku2019-02-181-6/+7
* RELNOTES: repair bad dates.Kaz Kylheku2019-02-181-1/+2
* gc: bug: finalized objects not reclaimed.Kaz Kylheku2019-02-181-1/+11
* doc: clarify that ftw takes a list or path.Kaz Kylheku2019-02-171-50/+46
* save-exe: new function.Kaz Kylheku2019-02-174-80/+86
* scan-until-match, count-until-match: new functions.Kaz Kylheku2019-02-163-9/+83
* fill-buf-adjust: new function.Kaz Kylheku2019-02-163-1/+34
* buf-alloc-size: new function.Kaz Kylheku2019-02-163-0/+18
* buf: fix wrong function name string.Kaz Kylheku2019-02-161-1/+1
* sysrooting: trailing slash needed on directory.Kaz Kylheku2019-02-161-0/+4
* txr-exe-path: New variable.Kaz Kylheku2019-02-152-4/+4
* linenoise: preserve too-large-to-read file.Kaz Kylheku2019-02-151-2/+11
* listener: fix buffer overflow reading external file.Kaz Kylheku2019-02-151-6/+1
* linenoise: bugfix: vertical skip problem.Kaz Kylheku2019-02-141-1/+3
* structs: derive type id from pointer.Kaz Kylheku2019-02-151-54/+8
* structs: fix poorly maintained bitfield size.Kaz Kylheku2019-02-151-1/+1
* structs: recycle IDs of dead struct types.Kaz Kylheku2019-02-151-7/+71
* Version 210.txr-210Kaz Kylheku2019-02-146-619/+642
* linenoise: fix multi-line mode regression.Kaz Kylheku2019-02-141-5/+16
* Optimize hash operation with unsafe car/cdr.Kaz Kylheku2019-02-147-115/+132
* gethash_c: review uses and improve or replace.Kaz Kylheku2019-02-145-35/+32
* gethash_f: removing function.Kaz Kylheku2019-02-143-45/+33
* symdiff: new function.Kaz Kylheku2019-02-144-9/+70
* optimizing diff, isec and uni for non-lists.Kaz Kylheku2019-02-134-41/+109
* num: reduce duplicate code.Kaz Kylheku2019-02-131-3/+1
* Framework for iterating over sequences.Kaz Kylheku2019-02-132-0/+94
* hash-from-alist: new function.Kaz Kylheku2019-02-133-1/+33
* hash-symdiff: new function.Kaz Kylheku2019-02-133-1/+57
* hash-uni: bugfix.Kaz Kylheku2019-02-131-2/+6
* doc: fix reference to nonexistent load-value.Kaz Kylheku2019-02-111-2/+2
* 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