aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-2014-182/+393
* style cleanup, no functional changeIngo Schwarze2015-10-191-56/+59
* Simplify, no functional change:Ingo Schwarze2015-10-191-36/+52
* including <ohash.h> requires including <stdint.h> beforehand;Ingo Schwarze2015-10-191-1/+2
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-174-45/+82
* Delete two preprocessor constants that are no longer used.Ingo Schwarze2015-10-152-7/+2
* Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze2015-10-151-73/+28
* When blk_full() handles an .It line in .Bl -column and indirectlyIngo Schwarze2015-10-151-1/+6
* Reject the escape sequences \[uD800] to \[uDFFF] in the parser.Ingo Schwarze2015-10-131-1/+4
* Major character table cleanup:Ingo Schwarze2015-10-1322-653/+490
* Reduce the amount of code by moving the three copies of the ohashIngo Schwarze2015-10-137-135/+113
* Delete an assignment that is unconditionally overwritten two lines later;Ingo Schwarze2015-10-121-2/+1
* Garbage collect an unused variable, no functional change;Ingo Schwarze2015-10-121-4/+3
* Check the right pointer against NULL;Ingo Schwarze2015-10-121-2/+2
* Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists.Ingo Schwarze2015-10-121-2/+2
* Clear dform and dsec when exiting a first-level directory in treescan().Ingo Schwarze2015-10-121-20/+23
* Fix an obvious bug found during the /* FALLTHROUGH */ cleanup:Ingo Schwarze2015-10-121-2/+2
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-1221-307/+25
* Drop tags containing a blank character:Ingo Schwarze2015-10-111-2/+2
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-1114-139/+259
* Mention that the first argument of .Pf does not need escaping.Ingo Schwarze2015-10-111-6/+10
* Decide whether to use_pager as early as possible,Ingo Schwarze2015-10-101-4/+6
* modernize style: "return" is not a functionIngo Schwarze2015-10-0665-928/+932
* improve wording and start a new sentence on a new line; from jmc@Ingo Schwarze2015-10-061-4/+5
* Theo found a stray blank in HTML output.Ingo Schwarze2015-09-291-1/+7
* briefly document -T tree outputIngo Schwarze2015-09-261-2/+42
* Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS.Ingo Schwarze2015-09-261-8/+18
* /* NOTREACHED */ after abort() is silly, delete itIngo Schwarze2015-09-2614-42/+16
* resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze2015-09-261-9/+5
* Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze2015-09-261-3/+4
* typos; found and fixed by sobrado@Ingo Schwarze2015-09-242-10/+10
* Trailing whitespace is significant when determining the width of a tagIngo Schwarze2015-09-214-14/+21
* no more _subdir; Jan Stary <hans at stare dot cz>Ingo Schwarze2015-09-211-20/+2
* for portability, use (char *)NULL in execlp(3) as discussed on tech@ OpenBSDIngo Schwarze2015-09-161-3/+3
* Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze2015-09-141-3/+3
* Remove the warning about children of .Vt blocks because actually,Ingo Schwarze2015-09-144-38/+6
* The .Dv macro actually forces normal font.Ingo Schwarze2015-09-141-2/+2
* Fill mode changes don't break next-line scope in all cases,Ingo Schwarze2015-09-042-4/+18
* Recommend an unambiguous escape for minus signs instead of \-.Ingo Schwarze2015-09-021-7/+7
* Drop leading, internal, and trailing blank characters in \o (overstrike)Ingo Schwarze2015-08-301-2/+8
* If an .Fo macro lacks its mandatory argument, don't die on an assertion.Ingo Schwarze2015-08-301-4/+3
* If we have to reparse the text line because we spring an input line trap,Ingo Schwarze2015-08-291-17/+18
* Parse and ignore the escape sequences \, and \/ (italic corrections).Ingo Schwarze2015-08-292-3/+13
* Implement the escape sequence \\$*, expanding to all argumentsIngo Schwarze2015-08-292-18/+31
* Minimal implementation of the read-only number register \n(.$Ingo Schwarze2015-08-291-9/+19
* Including <ohash.h> requires including <stdint.h> before,Ingo Schwarze2015-08-291-1/+4
* tedu@ reports tbl(7) issues in synaptics(4)Ingo Schwarze2015-08-291-1/+15
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-283-84/+99
* Simplify and make tag_put() more efficient by integrating tag_get()Ingo Schwarze2015-07-253-46/+19
* implement tagging for .ErIngo Schwarze2015-07-251-2/+16