about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Expand)AuthorAgeFilesLines
...
* 716 - warn when writing to raw memoryKartik K. Agaram2015-02-081-0/+17
* 715 - support metadata in top-level namesKartik K. Agaram2015-02-081-1/+12
* 714Kartik K. Agaram2015-02-081-8/+11
* 713 - quick 'n' dirty trace parserKartik K. Agaram2015-02-081-1/+52
* 712Kartik K. Agaram2015-02-071-0/+20
* 711 - extract method: string-copyKartik K. Agaram2015-02-071-25/+39
* 708Kartik K. Agaram2015-02-051-1/+2
* 706Kartik K. Agaram2015-02-041-0/+30
* 705 - clean up traces before we try to parse themKartik K. Agaram2015-02-031-22/+25
* 695 - another attempt to handle strings in historyKartik K. Agaram2015-02-011-0/+3
* 693 - color-repl now uses keyboard/screen parametersKartik K. Agaram2015-02-011-6/+23
* 690 - convention: '$' commands for debugging onlyKartik K. Agaram2015-02-011-99/+100
* 688 - <up> for history kinda sorta worksKartik K. Agaram2015-01-311-2/+18
* 687 - some helpers for debuggingKartik K. Agaram2015-01-311-1/+13
* 682Kartik K. Agaram2015-01-291-2/+35
* 677 - more improvements for names in shared spacesKartik K. Agaram2015-01-291-7/+21
* 676 - allow routines to share *names* for localsKartik K. Agaram2015-01-291-1/+13
* 675Kartik K. Agaram2015-01-291-4/+2
* 670 - get rid of integer-bufferKartik K. Agaram2015-01-291-14/+2
* 666 - first-class continuations!Kartik K. Agaram2015-01-281-7/+21
* 665 - hide the ugly memory dump by defaultKartik K. Agaram2015-01-281-2/+2
* 664 - new, wart-like promptKartik K. Agaram2015-01-281-1/+0
* 662 - abort current command cleanly on ctrl-gKartik K. Agaram2015-01-281-0/+9
* 660Kartik K. Agaram2015-01-281-1/+6
* 659Kartik K. Agaram2015-01-281-0/+5
* 651 - new data structure in repl: list of backslash escapesKartik K. Agaram2015-01-281-1/+30
* 643 - bug in use-before-set logicKartik K. Agaram2015-01-271-9/+10
* 638 - quick spike: syntax highlighting in replKartik K. Agaram2015-01-271-4/+48
* 635Kartik K. Agaram2015-01-261-2/+15
* 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