about summary refs log tree commit diff stats
path: root/html/subx/059read-byte.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4919Kartik Agaram2019-01-101-1/+1
|
* 4899Kartik Agaram2018-12-301-7/+7
| | | | 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-100/+96
| | | | | | | 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
|
* 4864Kartik Agaram2018-12-101-213/+266
| | | | Our first buffer overflow!
* 4863Kartik Agaram2018-12-101-1/+1
|
* 4842Kartik Agaram2018-12-051-237/+236
|
* 4840Kartik Agaram2018-12-041-14/+15
| | | | New helper: printing a string to a buffered file.
* 4829Kartik Agaram2018-12-031-3/+3
| | | | | Showing the error bit pattern explicitly makes it more clear that it's not possible to generate as a non-error value.
* 4828 - writing to buffered-fileKartik Agaram2018-12-031-193/+192
| | | | | 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.
* 4824Kartik Agaram2018-12-031-157/+154
|
* 4823Kartik Agaram2018-12-031-226/+227
|
* 4819Kartik Agaram2018-12-021-3/+3
|
* 4818Kartik Agaram2018-12-021-1/+1
|
* 4816Kartik Agaram2018-12-021-7/+10
|
* 4814Kartik Agaram2018-12-011-0/+1
|
* 4811Kartik Agaram2018-11-301-6/+7
|
* 4809 - subx: html with 5 colors for commentsKartik Agaram2018-11-301-230/+240
|
* 4796Kartik Agaram2018-11-301-155/+152
|
* 4782Kartik Agaram2018-11-261-0/+310