about summary refs log tree commit diff stats
path: root/mu.arc.t
Commit message (Expand)AuthorAgeFilesLines
* 881Kartik K. Agaram2015-03-101-0/+1
* 742 - turns out chessboard test logs were incompleteKartik K. Agaram2015-02-111-9/+4
* 722 - split at substring, and assorted helpersKartik K. Agaram2015-02-081-0/+70
* 720 - substring matching and searchingKartik K. Agaram2015-02-081-0/+169
* 718 - disable raw memory warnings in testsKartik K. Agaram2015-02-081-0/+2
* 712Kartik K. Agaram2015-02-071-0/+14
* 711 - extract method: string-copyKartik K. Agaram2015-02-071-0/+1
* 708Kartik K. Agaram2015-02-051-10/+10
* 706Kartik K. Agaram2015-02-041-0/+83
* 705 - clean up traces before we try to parse themKartik K. Agaram2015-02-031-14/+16
* 689Kartik K. Agaram2015-01-311-1/+3
* 677 - more improvements for names in shared spacesKartik K. Agaram2015-01-291-1/+54
* 676 - allow routines to share *names* for localsKartik K. Agaram2015-01-291-0/+26
* 675Kartik K. Agaram2015-01-291-2/+2
* 635Kartik K. Agaram2015-01-261-1/+39
* 634Kartik K. Agaram2015-01-261-0/+35
* 630 - routines can now allocate unlimited memoryKartik K. Agaram2015-01-261-0/+2
* 629Kartik K. Agaram2015-01-261-1/+33
* 628Kartik K. Agaram2015-01-261-0/+27
* 627Kartik K. Agaram2015-01-261-0/+25
* 626 - start eliminating the memory-per-routine limitKartik K. Agaram2015-01-261-0/+23
* 625 - guard against errors with input-output argsKartik K. Agaram2015-01-251-0/+30
* 624 - no, that's all wrong, scratch 623Kartik K. Agaram2015-01-251-53/+23
* 623 - 'nochange' to guard against race conditionsKartik K. Agaram2015-01-251-23/+53
* 616 - buffered-stdin handles backspaceKartik K. Agaram2015-01-251-0/+34
* 604 - new function to buffer stdinKartik K. Agaram2015-01-241-0/+72
* 600 - fake keyboardKartik K. Agaram2015-01-221-3/+31
* 599Kartik K. Agaram2015-01-211-1/+0
* 598 - clear up a minor mysteryKartik K. Agaram2015-01-211-0/+1
* 597Kartik K. Agaram2015-01-211-0/+14
* 592Kartik K. Agaram2015-01-181-2/+5
* 582 - first tests for printing to screenKartik K. Agaram2015-01-171-0/+26
* 576 - helper for printing integersKartik K. Agaram2015-01-171-0/+35
* 569 - ah, the right way to do generic functionsKartik K. Agaram2015-01-141-0/+2
* 564Kartik K. Agaram2015-01-141-679/+679
* 542Kartik K. Agaram2015-01-121-0/+52
* 529 - 'sleep' can now wait for a routine to completeKartik K. Agaram2015-01-101-0/+26
* 528Kartik K. Agaram2015-01-101-3/+4
* 525 - 'fork' now returns a routine idKartik K. Agaram2015-01-101-0/+30
* 524Kartik K. Agaram2015-01-101-14/+14
* 522 - another arg for 'fork'Kartik K. Agaram2015-01-101-5/+23
* 519 - ooh, use metadata to disambiguate argsKartik K. Agaram2015-01-101-5/+5
* 515 - support time limits for threadsKartik K. Agaram2015-01-101-0/+124
* 514Kartik K. Agaram2015-01-091-16/+18
* 512 - update html renderingKartik K. Agaram2015-01-091-191/+227
* 511 - make 'sleep' clearerKartik K. Agaram2015-01-081-13/+13
* 510Kartik K. Agaram2015-01-081-2/+2
* 509Kartik K. Agaram2015-01-081-23/+23
* 506 - continue 505Kartik K. Agaram2015-01-061-21/+27
* 505 - simplify tagged-valueKartik K. Agaram2015-01-051-37/+26
f='#n517'>517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691