Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change html manual encoding to UTF-8. | Jason Evans | 2016-09-12 | 1 | -0/+1 |
| | | | | | | | | | | | This works around GitHub's broken automatic reformatting from ISO-8859-1 to UTF-8 when serving static html. Remove <parameter/> from e.g. <function>malloc<parameter/></function>, add a custom template that does not append parentheses, and manually specify them, e.g. <function>malloc()</function>. This works around apparently broken XSL formatting that causes <code/> to be emitted in html (rather than <code></code>, or better yet, nothing). | ||||
* | Move repo contents in jemalloc/ to top level. | Jason Evans | 2011-04-01 | 1 | -0/+4 |