about summary refs log tree commit diff stats
path: root/071print.mu
Commit message (Expand)AuthorAgeFilesLines
* 1990 - extra ingredient for 'trace' depthKartik K. Agaram2015-08-131-1/+1
* 1969 - always hide screen before renderingKartik K. Agaram2015-08-101-0/+2
* 1926Kartik K. Agaram2015-08-031-8/+4
* 1883 - type-deducing in more .mu filesKartik K. Agaram2015-07-291-230/+224
* 1881Kartik K. Agaram2015-07-291-102/+102
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-114/+114
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-83/+83
* 1808 - helper to print newlines during debuggingKartik K. Agaram2015-07-171-12/+6
* 1803Kartik K. Agaram2015-07-171-8/+9
* 1802 - cleanupKartik K. Agaram2015-07-171-54/+0
* 1800 - ah, found the bounds-checking bugKartik K. Agaram2015-07-171-32/+30
* 1799 - continue to debug memory corruption of 1795Kartik K. Agaram2015-07-171-10/+95
* 1796 - temporarily undo 1795Kartik K. Agaram2015-07-161-43/+0
* 1795 - still debugging screen-in-screen renderingKartik K. Agaram2015-07-161-0/+43
* 1780 - now we always reclaim local scopesKartik K. Agaram2015-07-131-20/+20
* 1773 - update all mu recipes to new-default-spaceKartik K. Agaram2015-07-131-20/+20
* 1750Kartik K. Agaram2015-07-101-0/+1
* 1708Kartik K. Agaram2015-07-041-3/+3
* 1705 - change background colorKartik K. Agaram2015-07-041-3/+21
* 1671 - better separate setup from code under testKartik K. Agaram2015-06-271-0/+2
* 1656 - smooth refresh doneKartik K. Agaram2015-06-251-0/+26
* 1655 - first attempt at smooth refresh: hide-cursorKartik K. Agaram2015-06-251-0/+26
* 1599Kartik K. Agaram2015-06-191-11/+11
* 1571Kartik K. Agaram2015-06-161-2/+87
* 1569Kartik K. Agaram2015-06-161-3/+27
* 1545 - sketching out a simple editor widgetKartik K. Agaram2015-06-081-0/+28
* 1534 - print results in a different colorKartik K. Agaram2015-06-061-2/+14
* 1481Kartik K. Agaram2015-05-261-5/+5
* 1478Kartik K. Agaram2015-05-261-2/+2
* 1477Kartik K. Agaram2015-05-261-0/+15
* 1476 - fake screens support colorKartik K. Agaram2015-05-261-28/+58
* 1458Kartik K. Agaram2015-05-251-1/+1
* 1374 - chessboard end-to-end test passes!Kartik K. Agaram2015-05-141-0/+9
* 1369Kartik K. Agaram2015-05-141-4/+4
* 1368 - alias carriage-return and newlineKartik K. Agaram2015-05-141-2/+2
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-81/+81
* 1362Kartik K. Agaram2015-05-131-6/+6
* 1357 - temporarily revert floating-point supportKartik K. Agaram2015-05-121-1/+1
* 1356 - snapshot #2: floating point supportKartik K. Agaram2015-05-121-1/+1
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-101-12/+78
* 1298 - better ingredient/product handlingKartik K. Agaram2015-05-071-19/+5
* 1293 - start porting the chessboard app overKartik K. Agaram2015-05-061-6/+70
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+274
463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513