summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* compiler: move parameter parsing to separate file.Kaz Kylheku2019-02-282-38/+68
* asm: getlx, setlx: disassembler bug.Kaz Kylheku2019-02-271-2/+2
* doc: mention lines limitation of listener.Kaz Kylheku2019-02-271-0/+4
* linenoise: raise line length from 1023 to 4095.Kaz Kylheku2019-02-262-4/+3
* doc: grammar in update expander description.Kaz Kylheku2019-02-261-1/+1
* doc: fix references to sys:expand.Kaz Kylheku2019-02-261-9/+9
* linenoise: deal with some lingering line wrap glitch.Kaz Kylheku2019-02-261-0/+6
* linenoise: defensive null pointer check.Kaz Kylheku2019-02-261-1/+2
* build: remove nonexistent config option.Kaz Kylheku2019-02-261-2/+2
* bugfix: :key param expander -- symbol.Kaz Kylheku2019-02-251-0/+5
* doc: reorganize hashing documentation.Kaz Kylheku2019-02-251-85/+123
* Version 212.txr-212Kaz Kylheku2019-02-246-917/+955
* bracket: new function.Kaz Kylheku2019-02-244-0/+87
* ffi: gc bug in cptr type.Kaz Kylheku2019-02-241-0/+1
* ffi: gc bug in enum type.Kaz Kylheku2019-02-241-5/+5
* hash: gc issue in clearhash.Kaz Kylheku2019-02-241-0/+1
* hash: remove redundant assignment from hash_grow.Kaz Kylheku2019-02-241-1/+1
* parser: gc bug in handling circular notation.Kaz Kylheku2019-02-241-1/+3
* path-sep-chars: document first char being special.Kaz Kylheku2019-02-231-0/+4
* printer: revise package prefix decision.Kaz Kylheku2019-02-231-24/+50
* hashing: provide unsafe hash count.Kaz Kylheku2019-02-222-0/+7
* linenoise: Ctrl-X Ctrl-P missing from cheatsheet.Kaz Kylheku2019-02-211-4/+4
* listener: fix hang when stringifying output.Kaz Kylheku2019-02-211-1/+2
* doc: clarification in cptr-int.Kaz Kylheku2019-02-201-2/+2
* doc: wrong word under cptr.Kaz Kylheku2019-02-201-1/+1
* pprof: generate much smaller expansion.Kaz Kylheku2019-02-191-17/+21
* 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