summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Trivial patch to put the roff(7) \g (interpolate format of register)Ingo Schwarze2022-05-313-2/+5
* Dummy implementation of the roff(7) \V (interpolate environment variable)Ingo Schwarze2022-05-307-9/+47
* Re-classify the roff(7) \r (reverse line feed) escape sequenceIngo Schwarze2022-05-206-10/+36
* Test the handling of some additional one-character escape sequencesIngo Schwarze2022-05-203-13/+43
* following the fixed parsing direction of roff_expand() in roff.c rev. 1.388,Ingo Schwarze2022-05-193-29/+29
* Adjust a column number in an error messageIngo Schwarze2022-05-191-1/+1
* fix a wrong column number that got fixed as a side effectIngo Schwarze2022-05-191-1/+1
* remove a bogus warning that went away as a side effectIngo Schwarze2022-05-191-1/+0
* Make roff_expand() parse left-to-right rather than right-to-left.Ingo Schwarze2022-05-196-646/+677
* improve a comment explaining a particularly nasty hack; no code changeIngo Schwarze2022-05-191-1/+6
* Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze2022-05-015-99/+154
* Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze2022-04-309-43/+160
* Add comments to some of the enum roff_tok values;Ingo Schwarze2022-04-301-12/+12
* Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze2022-04-301-16/+9
* The syntax of the roff(7) .mc request is quite specialIngo Schwarze2022-04-289-3/+135
* Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze2022-04-285-9/+59
* The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze2022-04-2712-8/+104
* Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze2022-04-276-7/+58
* typo in example text: unsused -> unused; noticed by tb@Ingo Schwarze2022-04-264-5/+5
* At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze2022-04-266-5/+65
* If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze2022-04-267-7/+67
* When we open a new .while loop, let's not attempt to close outIngo Schwarze2022-04-241-2/+4
* If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze2022-04-247-11/+32
* If the last data row of a tbl(7) contains nothing but a horizontal line,Ingo Schwarze2022-04-231-2/+4
* support for hunting memory leaks;Ingo Schwarze2022-04-1419-66/+848
* some HTML/CSS issues from John GardnerIngo Schwarze2022-04-141-1/+12
* prefer https links in man pagesIngo Schwarze2022-04-141-3/+3
* To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze2022-04-135-19/+94
* Do not die on an assertion if an input file contains no sectionIngo Schwarze2022-04-134-5/+8
* Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze2022-04-135-7/+55
* When calculating the with of spanned columns, which for example mattersIngo Schwarze2022-04-081-2/+5
* new TODO entry: handle Unicode letters in tagsIngo Schwarze2022-03-271-0/+5
* The demandoc(1) program neither reads nor writes any databases, soIngo Schwarze2022-03-201-2/+1
* Avoid legacy CSS2 syntax for the "display" property and use the CSS3Ingo Schwarze2022-03-171-3/+3
* Just say that the databases are intended for use by apropos(1), whatis(1),Ingo Schwarze2022-03-161-4/+2
* In the first example, use "mandoc -a" directly rather "mandoc -l".Ingo Schwarze2022-02-081-1/+1
* remove "please" from manual page;Ingo Schwarze2022-02-081-1/+1
* Tedu support for the -xsh4.2 argument to the mdoc(7) .St macroIngo Schwarze2022-01-132-7/+3
* Only sort the result array if it contains more than one element,Ingo Schwarze2022-01-131-2/+2
* More accurately represent cells containing horizontal lines in -T treeIngo Schwarze2022-01-121-4/+8
* According to the tbl(7) manual, if a data cell contains only theIngo Schwarze2022-01-121-2/+4
* In one of the examples, the tbl(7) source code displayedIngo Schwarze2022-01-121-2/+2
* column width specifications in tbl(7) HTML outputIngo Schwarze2022-01-121-0/+4
* When rendering the \h (horizontal motion) low-level roff(7) escapeIngo Schwarze2022-01-101-5/+7
* merge OpenBSD commit by jmc@:Ingo Schwarze2021-12-061-1/+1
* Make sure that the configuration file is always read, even whenIngo Schwarze2021-11-051-48/+37
* Commit and commit message by deraadt@:Ingo Schwarze2021-11-052-3/+6
* simplify a few accesses to fields of structs, using auxiliary pointerIngo Schwarze2021-10-171-5/+3
* Simplify the code building lists of spans, no output change intended.Ingo Schwarze2021-10-171-6/+7
* better error message if mandocd is not foundIngo Schwarze2021-10-151-1/+1