about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Expand)AuthorAgeFilesLines
...
* 634Kartik K. Agaram2015-01-261-6/+18
* 633Kartik K. Agaram2015-01-261-1/+1
* 631 - temporary: hook into underlying arc 'eval'Kartik K. Agaram2015-01-261-0/+12
* 630 - routines can now allocate unlimited memoryKartik K. Agaram2015-01-261-13/+9
* 629Kartik K. Agaram2015-01-261-14/+12
* 627Kartik K. Agaram2015-01-261-4/+4
* 626 - start eliminating the memory-per-routine limitKartik K. Agaram2015-01-261-5/+8
* 625 - guard against errors with input-output argsKartik K. Agaram2015-01-251-16/+15
* 623 - 'nochange' to guard against race conditionsKartik K. Agaram2015-01-251-9/+17
* 621 - fix race condition in buffered-stdin.muKartik K. Agaram2015-01-251-16/+21
* 620 - fix broken examples and tests againKartik K. Agaram2015-01-251-5/+34
* 619 - chessboard now working rightKartik K. Agaram2015-01-251-3/+10
* 616 - buffered-stdin handles backspaceKartik K. Agaram2015-01-251-0/+7
* 615 - eliminate scheduler non-determinismKartik K. Agaram2015-01-241-2/+5
* 614Kartik K. Agaram2015-01-241-0/+1
* 613 - support for interrupting with ctrl-cKartik K. Agaram2015-01-241-0/+3
* 612 - support for the backspace keyKartik K. Agaram2015-01-241-0/+7
* 610 - all examples working againKartik K. Agaram2015-01-241-3/+3
* 609Kartik K. Agaram2015-01-241-7/+7
* 608Kartik K. Agaram2015-01-241-3/+2
* 607Kartik K. Agaram2015-01-241-3/+9
* 605 - example program for line-oriented inputKartik K. Agaram2015-01-241-2/+15
* 604 - new function to buffer stdinKartik K. Agaram2015-01-241-5/+57
* 603Kartik K. Agaram2015-01-241-9/+12
* 602Kartik K. Agaram2015-01-241-6/+9
* 601 - fix callers of 'read-key'Kartik K. Agaram2015-01-241-1/+2
* 600 - fake keyboardKartik K. Agaram2015-01-221-6/+30
* 598 - clear up a minor mysteryKartik K. Agaram2015-01-211-4/+5
* 597Kartik K. Agaram2015-01-211-8/+0
* 595 - tests can now interrupt and restart routinesKartik K. Agaram2015-01-211-71/+37
* 594 - random snapshot after a lengthy debugKartik K. Agaram2015-01-211-13/+80
* 588Kartik K. Agaram2015-01-181-0/+2
* 582 - first tests for printing to screenKartik K. Agaram2015-01-171-6/+68
* 580Kartik K. Agaram2015-01-171-1/+1
* 578 - switch to non-polymorphic 'print' functionsKartik K. Agaram2015-01-171-43/+78
* 577 - bounds-check on per-routine spaceKartik K. Agaram2015-01-171-7/+19
* 576 - helper for printing integersKartik K. Agaram2015-01-171-0/+125
* 575Kartik K. Agaram2015-01-171-14/+12
* 574 - printing string literals is a hack; hard-code it in for nowKartik K. Agaram2015-01-161-24/+24
* 571 - screen primitives take an explicit terminalKartik K. Agaram2015-01-151-40/+64
* 570 - warn on potential name conflictKartik K. Agaram2015-01-141-0/+2
* 569 - ah, the right way to do generic functionsKartik K. Agaram2015-01-141-1/+4
* 568Kartik K. Agaram2015-01-141-0/+3
* 566Kartik K. Agaram2015-01-141-4/+25
* 565Kartik K. Agaram2015-01-141-10/+4
* 563 - check actual errors during move validationKartik K. Agaram2015-01-141-2/+5
* 559Kartik K. Agaram2015-01-131-1/+0
* 554 - tedious to have to check for routine errors on every forkKartik K. Agaram2015-01-131-1/+1
* 550 - another bugfix, another pending testKartik K. Agaram2015-01-131-0/+4
* 549 - suppress prints in read-moveKartik K. Agaram2015-01-131-1/+11