summaryrefslogtreecommitdiffstats
path: root/man.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify by handling empty request lines at the one logical placeIngo Schwarze2014-09-061-7/+0
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Simplify man(7) validation:Ingo Schwarze2014-08-011-3/+4
* mention requests and macros in more messagesIngo Schwarze2014-08-011-2/+2
* garbage collect three unused global flags; no functional changeIngo Schwarze2014-07-301-44/+7
* Simplify: replace one global flag by one local variable.Ingo Schwarze2014-07-301-11/+6
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-2/+2
* Simplify man_unscope(), removing 18 lines of code, that is,Ingo Schwarze2014-07-071-3/+3
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-3/+6
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEIngo Schwarze2014-05-071-3/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-45/+29
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+1
* Skip leading escape sequences in man_deroff(). Helps indexing ofIngo Schwarze2014-03-231-4/+11
* If a man(7) NAME section contains macros, avoid truncated or emptyIngo Schwarze2014-03-231-0/+40
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* Joerg Sonnenberger contributed copyrightable amounts of text toIngo Schwarze2014-01-061-0/+1
* Add an option -Q (quick) to mandocdb(8)Ingo Schwarze2014-01-051-1/+9
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-1/+1
* Ignore blank lines right after .SH and .SS.Ingo Schwarze2013-11-101-5/+11
* Implement the .UR/.UE block (uniform resource identifier) introduced in theIngo Schwarze2013-10-171-1/+2
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-125/+125
* Translate blank input lines to .sp just like in mdoc(7),Ingo Schwarze2012-07-141-2/+3
* Add `cc' support.Kristaps Dzonsons2012-06-121-1/+1
* Minimal implementation of .EX and .EE for GNU compatibility.Ingo Schwarze2012-06-021-1/+1