summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* Restore the traditional behaviour of the man(7) single-fontIngo Schwarze2022-08-161-10/+9
* Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze2022-04-281-6/+18
* Some high-level block macros have an effect similar to temporarilyIngo Schwarze2019-01-051-5/+5
* Cleanup, no functional change:Ingo Schwarze2018-12-311-19/+0
* Use the new flag NODE_NOFILL in the validators, which is sometimesIngo Schwarze2018-12-311-5/+0
* Move parsing of the .nf and .fi (fill mode) requests from the man(7)Ingo Schwarze2018-12-311-11/+11
* Cleanup, minus 15 LOC, no functional change:Ingo Schwarze2018-12-311-9/+0
* Cleanup, no functional change:Ingo Schwarze2018-12-301-1/+1
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-18/+10
* Support nesting of elements with next-line scope.Ingo Schwarze2018-08-261-19/+17
* If man(7) next-line scope is open and the line ends with \c,Ingo Schwarze2018-08-251-17/+30
* The upcoming .while request will have to re-execute roff(7) linesIngo Schwarze2018-08-231-8/+0
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-9/+9
* fix incomplete handling of roff(7) nodes in man(7) block next-line scope;Ingo Schwarze2017-06-281-3/+6
* correct handling of blank lines after \cIngo Schwarze2017-06-171-7/+26
* ignore blank lines in man(7) next line scope;Ingo Schwarze2017-06-031-5/+6
* Line-breaking roff(7) requests also break man(7) next-line scope.Ingo Schwarze2017-05-081-6/+5
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+1
* A few days ago, a patch from <G dot Branden dot Robinson at gmail dot com>Ingo Schwarze2017-05-011-1/+15
* Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze2017-04-291-17/+10
* Continue parser unification:Ingo Schwarze2017-04-241-19/+4
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-031-1/+1
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-101-4/+4
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-0/+35
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-10/+10
* Fill mode changes don't break next-line scope in all cases,Ingo Schwarze2015-09-041-0/+14
* Unify mdoc_deroff() and man_deroff() into a common function deroff().Ingo Schwarze2015-04-231-46/+0
* Get rid of two empty wrapper functions. No functional change.Ingo Schwarze2015-04-231-7/+0
* Unify trickier node handling functions.Ingo Schwarze2015-04-191-21/+1
* Unify some node handling functions that use TOKEN_NONE.Ingo Schwarze2015-04-191-58/+2
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-10/+10
* Unify node handling functions:Ingo Schwarze2015-04-191-179/+17
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),Ingo Schwarze2015-04-181-14/+0
* Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}().Ingo Schwarze2015-04-181-62/+0
* Move mdoc_hash_init() and man_hash_init() to libmandoc.hIngo Schwarze2015-04-181-2/+0
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-0/+1
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-51/+53
* Third step towards parser unification:Ingo Schwarze2015-04-021-3/+3
* Second step towards parser unification:Ingo Schwarze2015-04-021-34/+33
* First step towards parser unification:Ingo Schwarze2015-04-021-30/+31
* starting a tbl(7) breaks man(7) next-line scope;Ingo Schwarze2015-01-301-58/+65
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-241-1/+1
* Fatal errors no longer exist.Ingo Schwarze2015-01-151-2/+1
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineIngo Schwarze2014-12-281-1/+3
* Simplify by making the eqn and tbl steering functions void;Ingo Schwarze2014-11-281-4/+2
* Simplify by making many functions in the man(7) parser void,Ingo Schwarze2014-11-281-117/+69
* Escape sequences terminate high-level macro names, and when doing so,Ingo Schwarze2014-11-191-6/+21
* Allow the five man(7) font macros to concatenate their line arguments,Ingo Schwarze2014-11-031-0/+15
* correct the spacing after in-line equationsIngo Schwarze2014-10-201-1/+2
* correct spacing before inline equationsIngo Schwarze2014-10-201-0/+2