Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 3820 | Kartik K. Agaram | 2017-04-13 | 1 | -422/+471 |
| | |||||
* | 3813 | Kartik K. Agaram | 2017-04-04 | 1 | -4/+4 |
| | |||||
* | 3792 | Kartik K. Agaram | 2017-03-12 | 1 | -267/+292 |
| | | | | | | | Bugfix: make sure 'print 0, 0' always does the right thing, no matter how it's overloaded. Thanks Ella Couch for reporting this. | ||||
* | 3791 | Kartik K. Agaram | 2017-03-12 | 1 | -410/+375 |
| | | | | Simpler way to do commit 2929. | ||||
* | 3764 - better colors for cross-links | Kartik K. Agaram | 2017-03-08 | 1 | -4/+5 |
| | |||||
* | 3761 | Kartik K. Agaram | 2017-03-07 | 1 | -142/+143 |
| | |||||
* | 3752 - fix a couple of segfaults | Kartik K. Agaram | 2017-03-02 | 1 | -1/+1 |
| | | | | Thanks Ella Couch for running into these. | ||||
* | 3750 | Kartik K. Agaram | 2017-03-02 | 1 | -23/+23 |
| | |||||
* | 3749 | Kartik K. Agaram | 2017-03-02 | 1 | -23/+23 |
| | |||||
* | 3746 | Kartik K. Agaram | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | 3716 | Kartik K. Agaram | 2016-12-26 | 1 | -0/+2 |
| | | | | Make hyperlinks less salient in the rendered html since there's so many of them. | ||||
* | 3713 - cross-link calls with definitions in html | Kartik K. Agaram | 2016-12-26 | 1 | -114/+114 |
| | |||||
* | 3710 | Kartik K. Agaram | 2016-12-26 | 1 | -635/+635 |
| | | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box. | ||||
* | 3709 - line numbers in html | Kartik K. Agaram | 2016-12-26 | 1 | -639/+663 |
| | | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number. | ||||
* | 3685 | Kartik K. Agaram | 2016-11-23 | 1 | -1/+0 |
| | |||||
* | 3684 | Kartik K. Agaram | 2016-11-23 | 1 | -7/+8 |
| | | | | | | | | | | | | | Trying to find examples where a layer includes complexity just so later layers can hook into it. Resolve_stack is the one big one I've found that isn't just a simple function-call indirection that may later get more complex. Conclusion of a conversation with Stephen Malina: Such examples should make one very nervous, because this sort of creep is how we end up with over-engineered abstractions (http://www.joelonsoftware.com/articles/fog0000000018.html). We need to step very carefully anytime we make the outsider reader's comprehension task harder.. | ||||
* | 3667 | Kartik K. Agaram | 2016-11-11 | 1 | -8/+11 |
| | |||||
* | 3558 | Kartik K. Agaram | 2016-10-22 | 1 | -2/+2 |
| | |||||
* | 3544 | Kartik K. Agaram | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | 3543 | Kartik K. Agaram | 2016-10-22 | 1 | -1/+1 |
| | |||||
* | 3524 | Kartik K. Agaram | 2016-10-20 | 1 | -25/+25 |
| | |||||
* | 3431 | Kartik K. Agaram | 2016-09-30 | 1 | -53/+55 |
| | | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files. | ||||
* | 3395 | Kartik K. Agaram | 2016-09-17 | 1 | -58/+57 |
| | |||||
* | 3355 | Kartik K. Agaram | 2016-09-15 | 1 | -4/+22 |
| | |||||
* | 3315 | Kartik K. Agaram | 2016-09-10 | 1 | -3/+2 |
| | |||||
* | 3158 | Kartik K. Agaram | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | 3117 | Kartik K. Agaram | 2016-07-20 | 1 | -1/+0 |
| | |||||
* | 3102 | Kartik K. Agaram | 2016-07-05 | 1 | -6/+7 |
| | |||||
* | 3013 | Kartik K. Agaram | 2016-05-26 | 1 | -10/+6 |
| | |||||
* | 2996 | Kartik K. Agaram | 2016-05-21 | 1 | -0/+659 |