about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Expand)AuthorAgeFilesLines
* 748Kartik K. Agaram2015-02-151-2/+47
* 744 - test cursor movement in trace browserKartik K. Agaram2015-02-111-4/+61
* 742 - turns out chessboard test logs were incompleteKartik K. Agaram2015-02-111-10/+19
* 740Kartik K. Agaram2015-02-101-3/+9
* 731Kartik K. Agaram2015-02-101-0/+33
* 730 - first test for trace browserKartik K. Agaram2015-02-101-2/+2
* 726Kartik K. Agaram2015-02-091-2/+2
* 725 - now support cursor movementKartik K. Agaram2015-02-091-0/+8
* 724 - stop using charterm for printing textKartik K. Agaram2015-02-091-19/+12
* 722 - split at substring, and assorted helpersKartik K. Agaram2015-02-081-1/+50
* 721Kartik K. Agaram2015-02-081-6/+6
* 720 - substring matching and searchingKartik K. Agaram2015-02-081-5/+62
* 718 - disable raw memory warnings in testsKartik K. Agaram2015-02-081-8/+10
* 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