about summary refs log tree commit diff stats
path: root/html/024jump.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 3990Kartik K. Agaram2017-09-031-2/+2
|
* 3927Kartik K. Agaram2017-06-191-13/+13
|
* 3900Kartik K. Agaram2017-06-021-9/+9
|
* 3897 - various updates to documentationKartik K. Agaram2017-05-291-7/+7
|
* 3895Kartik K. Agaram2017-05-291-123/+132
|
* 3877Kartik K. Agaram2017-05-261-8/+8
|
* 3810Kartik K. Agaram2017-04-041-8/+8
| | | | | | | Stop naming 'jump' instructions in their errors since they're so often rewritten from 'break' or 'loop' instructions. Thanks Lakshman Swaminathan for running into this issue.
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-4/+5
|
* 3761Kartik K. Agaram2017-03-071-26/+27
|
* 3750Kartik K. Agaram2017-03-021-13/+13
|
* 3749Kartik K. Agaram2017-03-021-13/+13
|
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-28/+28
|
* 3710Kartik K. Agaram2016-12-261-155/+155
| | | | | 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 htmlKartik K. Agaram2016-12-261-159/+183
| | | | | | 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.
* 3544Kartik K. Agaram2016-10-221-1/+1
|
* 3543Kartik K. Agaram2016-10-221-1/+1
|
* 3431Kartik K. Agaram2016-09-301-16/+17
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-5/+5
|
* 3158Kartik K. Agaram2016-07-271-3/+3
|
* 2996Kartik K. Agaram2016-05-211-11/+13
|
* 2812Kartik K. Agaram2016-03-271-27/+36
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-3/+3
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-51/+43
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2706 - update htmlKartik K. Agaram2016-02-251-3/+3
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-0/+191