summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* partition*: optimization.Kaz Kylheku2019-03-181-14/+8
* doc: clarify split/partition difference.Kaz Kylheku2019-03-181-0/+8
* partition, split, split*: eliminate state conses.Kaz Kylheku2019-03-181-30/+31
* partition-by: eliminate state conses.Kaz Kylheku2019-03-171-12/+7
* tuples: eliminate state conses.Kaz Kylheku2019-03-151-8/+6
* flatcar*: eliminate state cons.Kaz Kylheku2019-03-151-5/+5
* flatten*: use lcons for threading state.Kaz Kylheku2019-03-151-5/+6
* append*: save a bit of memory.Kaz Kylheku2019-03-141-9/+8
* New unchecked setter for function environment.Kaz Kylheku2019-03-142-0/+7
* doc: clarifications regarding struct-typeKaz Kylheku2019-03-131-0/+12
* oop: make struct symbol supertype of all structs.Kaz Kylheku2019-03-132-2/+14
* lazy conses: support state in car and cdr.Kaz Kylheku2019-03-134-6/+81