aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/htmlroff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29htmlroff: fix array boundsXiao-Yong Jin1-2/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross26-137/+117
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-02cmd/htmlroff: fix buffer overflow in t2.c getqargNeven Sajko1-1/+1
This is actually from 2016: https://plan9port-review.googlesource.com/c/plan9/+/1590 Change-Id: I6f2a3d71a9dd589eff7ab15b3c1d3997254b3c35
2008-11-11htmlroff: ignore \X... text; allow delims besides quoteRuss Cox1-3/+9
2007-04-21warn about \w no argrsc1-1/+6
2006-05-20ti fix (Michael Teichgräber)rsc1-0/+3
2006-05-09fix font-size (Michael Teichgräber)rsc1-1/+1
2006-05-06correct utfmap (Michael Teichgräber)rsc1-1/+1
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc6-6/+6
2006-02-21addrsc28-0/+4580