about summary refs log tree commit diff stats
path: root/html/subx/062write-byte.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4953Kartik Agaram2019-02-051-298/+0
|
* 4919Kartik Agaram2019-01-101-95/+167
|
* 4914Kartik Agaram2019-01-071-2/+2
|
* 4899Kartik Agaram2018-12-301-4/+4
| | | | 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-58/+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
|
* 4869Kartik Agaram2018-12-161-1/+1
|
* 4842Kartik Agaram2018-12-051-153/+152
|
* 4838Kartik Agaram2018-12-041-10/+10
| | | | Better to use EDI as a mnemonic for 'destination'.
* 4836Kartik Agaram2018-12-041-1/+1
|
* 4835Kartik Agaram2018-12-041-1/+1
|
* 4832Kartik Agaram2018-12-041-84/+86
| | | | | | 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.
* 4828 - writing to buffered-fileKartik Agaram2018-12-031-0/+229
This is likely a sub-optimal interface, but I'm trying not to agonize. The whole point of Mu is to permit radical changes at any point in time.