about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 536 - introduce a notion of helper routinesKartik K. Agaram2015-01-111-1/+16
* 535 - reading keyboard input from a channelKartik K. Agaram2015-01-111-2/+23
* 534 - this is how we test blocking channelsKartik K. Agaram2015-01-111-4/+2
* 533Kartik K. Agaram2015-01-111-1/+3
* 532Kartik K. Agaram2015-01-111-4/+6
* 531Kartik K. Agaram2015-01-101-1/+1
* 530Kartik K. Agaram2015-01-101-1/+3
* 529 - 'sleep' can now wait for a routine to completeKartik K. Agaram2015-01-101-0/+5
* 528Kartik K. Agaram2015-01-101-3/+3
* 527Kartik K. Agaram2015-01-101-3/+3
* 526Kartik K. Agaram2015-01-101-2/+0
* 525 - 'fork' now returns a routine idKartik K. Agaram2015-01-101-3/+5
* 523 - debugging aide: dump just one test a timeKartik K. Agaram2015-01-101-0/+3
* 522 - another arg for 'fork'Kartik K. Agaram2015-01-101-1/+2
* 521 - check 'sleep' syntaxKartik K. Agaram2015-01-101-0/+2
* 517Kartik K. Agaram2015-01-101-25/+19
* 516Kartik K. Agaram2015-01-101-20/+6
* 515 - support time limits for threadsKartik K. Agaram2015-01-101-4/+40
* 513Kartik K. Agaram2015-01-091-2/+2
* 511 - make 'sleep' clearerKartik K. Agaram2015-01-081-17/+19
* 505 - simplify tagged-valueKartik K. Agaram2015-01-051-0/+2
* 504 - give up on graphics for nowKartik K. Agaram2015-01-051-28/+20
* 503 - start of a solution for drawing piecesKartik K. Agaram2015-01-051-12/+35
* 502 - start of a graphic chessboard appKartik K. Agaram2015-01-041-5/+28
* 497 - strengthen the concept of 'space'Kartik K. Agaram2015-01-021-36/+37
* 495Kartik K. Agaram2015-01-021-0/+3
* 493Kartik K. Agaram2015-01-021-0/+2