about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 545 - graphics mode is now called bringing up a windowKartik K. Agaram2015-01-121-2/+2
* 544 - text modes now called 'retro' & 'cursor'Kartik K. Agaram2015-01-121-2/+2
* 542Kartik K. Agaram2015-01-121-3/+23
* 541Kartik K. Agaram2015-01-111-3/+3
* 540Kartik K. Agaram2015-01-111-1/+1
* 539Kartik K. Agaram2015-01-111-6/+3
* 538 - stdin app now responsiveKartik K. Agaram2015-01-111-1/+6
* 537Kartik K. Agaram2015-01-111-5/+0