about summary refs log tree commit diff stats
path: root/html/subx/057stop.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4953Kartik Agaram2019-02-051-279/+0
|
* 4899Kartik Agaram2018-12-301-5/+5
| | | | Bug in my linkify tool introduced in commit 4891.
* 4895Kartik Agaram2018-12-301-1/+1
|
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-57/+53
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4880Kartik Agaram2018-12-281-2/+2
|
* 4879Kartik Agaram2018-12-281-1/+1
|
* 4869Kartik Agaram2018-12-161-1/+1
|
* 4863Kartik Agaram2018-12-101-1/+1
|
* 4846Kartik Agaram2018-12-061-3/+3
| | | | | | | | | | | | | | Clean up a few things: a) Call scan-next-byte in hex.subx with the right number of args. Turns out tests continue to work fine if they never use the other args. b) Tear down a test for 'stop' in the right order. Not important since we have no EBP to restore. But can still be misleading. c) Have 'check-ints-equal' return nothing. Handy for it to not mess up EAX. I never use the result anyway, and the name also is imperative suggesting callers won't expect a return value.
* 4832Kartik Agaram2018-12-041-120/+124
| | | | | | Let's start adding ':end' labels in all functions, just because it helps us visualize where function calls end in traces, thanks to the '--map' commandline argument.
* 4816Kartik Agaram2018-12-021-6/+9
|
* 4814Kartik Agaram2018-12-011-0/+1
|
* 4811Kartik Agaram2018-11-301-3/+4
|
* 4809 - subx: html with 5 colors for commentsKartik Agaram2018-11-301-161/+165
|
* 4796Kartik Agaram2018-11-301-162/+159
|
* 4788Kartik Agaram2018-11-271-1/+1
|
* 4787Kartik Agaram2018-11-271-177/+184
|
* 4782Kartik Agaram2018-11-261-174/+177
|
* 4734Kartik Agaram2018-10-281-6/+6
|
* 4722Kartik Agaram2018-10-241-0/+262