summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 216.txr-216Kaz Kylheku2019-05-207-1025/+1111
* doc: missing deindent under Function FiltersKaz Kylheku2019-05-201-1/+1
* compile-file: input path harmonized with load.Kaz Kylheku2019-05-202-31/+101
* load: always bind *load-path* to actual path.Kaz Kylheku2019-05-202-15/+28
* oop: derived hook.Kaz Kylheku2019-05-153-13/+75
* oop: new new* and lnew* macros.Kaz Kylheku2019-05-153-26/+64
* oop: new function: struct-type-name.Kaz Kylheku2019-05-153-0/+22
* structs: eliminate declaration of nonexistent var.Kaz Kylheku2019-05-111-1/+1
* debugger: use window-mapdo.Kaz Kylheku2019-05-031-2/+2
* interpreter: small code tidying in me_interp_macro.Kaz Kylheku2019-05-021-2/+1
* interpreter: don't bother with dot position.Kaz Kylheku2019-05-021-6/+1
* bugfix: apply regression.Kaz Kylheku2019-05-021-1/+1
* C99: get rid of useless inline instantiations.Kaz Kylheku2019-05-024-36/+0
* loading: try unsuffixed files directly last.Kaz Kylheku2019-05-012-96/+145
* lib: more nuanced file access errors.Kaz Kylheku2019-05-019-66/+144
* build: allow $(pwd)/configure to work.Kaz Kylheku2019-04-292-2/+13
* debugger: expand frames.Kaz Kylheku2019-04-295-37/+93
* backtrace: check next frame for nil.Kaz Kylheku2019-04-291-1/+1
* debugger: move uw-* symbols into sys package.Kaz Kylheku2019-04-291-9/+9
* bugfix: source lineno off by one under hash bang.Kaz Kylheku2019-04-214-4/+20
* parser: always use stream-associated parser for parse_once.Kaz Kylheku2019-04-216-26/+29
* New function: window-mapdo.Kaz Kylheku2019-04-214-13/+51
* debugger: eval frames.Kaz Kylheku2019-04-214-32/+97
* unwind: use allocate-struct in frame reification.Kaz Kylheku2019-04-203-12/+8
* defun: record source loc info.Kaz Kylheku2019-04-201-4/+4
* doc: document --backtraceKaz Kylheku2019-04-201-0/+12
* New function: allocate-struct.Kaz Kylheku2019-04-192-0/+41
* backtrace: adjust backtrace formatting.Kaz Kylheku2019-04-191-2/+6
* No-op optimization in substring.Kaz Kylheku2019-04-191-0/+2
* Support max length and depth for object printing.Kaz Kylheku2019-04-186-36/+356
* doc: wrongly formatted with-resources example.Kaz Kylheku2019-04-171-7/+8
* streams: force-off indent mode.Kaz Kylheku2019-04-166-32/+93
* debugger: initial backtrace support.Kaz Kylheku2019-04-1611-26/+355
* cmdline: intercept errors from compiled files.Kaz Kylheku2019-04-161-1/+9
* cmdline: use handler instead of catch for errors.Kaz Kylheku2019-04-163-8/+21
* compiler: frame level mismatch bug.Kaz Kylheku2019-04-161-1/+1
* compiler: stray debug print.Kaz Kylheku2019-04-161-1/+0
* New catch** macro.Kaz Kylheku2019-04-103-2/+44
* exceptions: allow description field in catch frames.Kaz Kylheku2019-04-108-22/+49
* debug support: crude debugger removed.Kaz Kylheku2019-04-0911-744/+40
* protsym: missing update.Kaz Kylheku2019-04-091-210/+208
* repl: groundwork for recursive listener invocation.Kaz Kylheku2019-04-083-9/+19
* doc: update debug session.Kaz Kylheku2019-04-071-59/+147
* doc: fix overlong lines.Kaz Kylheku2019-04-061-19/+43
* doc: split .cblk into .verb and .monoKaz Kylheku2019-04-062-2093/+2119
* unwind: rename env frames.Kaz Kylheku2019-04-063-36/+36
* New function: cptr-size-hint.Kaz Kylheku2019-04-064-0/+29
* doc: forgotten cptr functions.Kaz Kylheku2019-04-061-0/+29
* mpi: use integer math for radix length.Kaz Kylheku2019-04-054-59/+42
* @(output): bugfix: lazy evaluation doesn't work.Kaz Kylheku2019-04-051-4/+15