summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compiler: better shared test for sys:switch.Kaz Kylheku2019-04-051-1/+6
* tagbody: code replication bug.Kaz Kylheku2019-04-051-20/+14
* genvim: treatment of comments.Kaz Kylheku2019-04-041-0/+2
* Replace Perl program that came with MPI.Kaz Kylheku2019-04-012-32/+26
* Version 215.txr-215Kaz Kylheku2019-03-307-505/+551
* arith: missing alloca.Kaz Kylheku2019-03-301-0/+1
* c++ maintenance: multiple defs of mod_s and bit_s.Kaz Kylheku2019-03-303-2/+4
* u-d-arithmetic: proper treatment of ceil & round.Kaz Kylheku2019-03-303-40/+35
* u-d-arithmetic: forgotten dispatch cases.Kaz Kylheku2019-03-301-0/+20
* Tests for user-defined arithmetic and fixes.Kaz Kylheku2019-03-304-33/+170
* New feature: user-defined math.Kaz Kylheku2019-03-302-135/+1041
* doc: umax is misdocumented.Kaz Kylheku2019-03-261-6/+60
* listener: ensure history and temp files are rw-------.Kaz Kylheku2019-03-261-3/+10
* plus: missing breaks.Kaz Kylheku2019-03-251-0/+2
* Move numeric functions from lib.c to arith.cKaz Kylheku2019-03-253-441/+445
* Register arithmetic functions in arith module.Kaz Kylheku2019-03-252-47/+50
* Version 214.txr-214Kaz Kylheku2019-03-227-621/+664
* float: fix syntax error involving fplassify.Kaz Kylheku2019-03-221-1/+1
* doc: clarifications under lambda.Kaz Kylheku2019-03-221-1/+21
* doc: update let/let* doc.Kaz Kylheku2019-03-221-14/+117
* take-until: rewrite with seq_info; elide cons.Kaz Kylheku2019-03-201-16/+13
* take: rewrite with seq_info; elide cons.Kaz Kylheku2019-03-202-32/+32
* interpose: eliminate state cons.Kaz Kylheku2019-03-181-9/+5