summaryrefslogtreecommitdiff
path: root/sys/src/cmd/htmlroff
AgeCommit message (Collapse)Author
2020-08-01htmlroff: fix out of bounds access (thanks Rei-sen, via plan9port)Ori Bernstein
_readx() uses rune count as its argument and not size, so we should pass nelem() instead of sizeof().
2015-06-13htmlroff: fix wrong newline in \name handling (| -> ||)cinap_lenrek
2013-04-24make all the commands agnostic about Rune width. (from sources)cinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen