summaryrefslogtreecommitdiffstats
path: root/mdoc_argv.c
Commit message (Expand)AuthorAgeFilesLines
* When parsing a tab character that is not preceded by a space characterIngo Schwarze2019-07-111-1/+2
* Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze2018-12-211-12/+18
* Cleanup, no functional change:Ingo Schwarze2018-12-141-1/+1
* Almost mechanical diff to remove the "struct mparse *" argumentIngo Schwarze2018-12-141-6/+4
* Remove more pointer arithmetic passing via regions outside the arrayIngo Schwarze2018-08-171-6/+5
* Macro argument quoting does not prevent recognition of punctuationIngo Schwarze2017-05-301-3/+3
* Move .sp to the roff modules. Enough infrastructure is in placeIngo Schwarze2017-05-051-1/+0
* move .ll to the roff modulesIngo Schwarze2017-05-051-1/+0
* Parser reorg:Ingo Schwarze2017-05-041-1/+0
* Continue parser unification:Ingo Schwarze2017-04-241-4/+6
* Markdown output mode helped us to find the first parser bug (as such,Ingo Schwarze2017-03-031-8/+9
* If a line inside .Bl -column starts with a tab characterIngo Schwarze2016-08-281-1/+1
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-0/+1
* Very tricky diff to fix macro interpretation and spacing around tabsIngo Schwarze2015-10-171-15/+45
* Simplify the part of args() that is handling .Bl -column phrases:Ingo Schwarze2015-10-151-72/+27
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-16/+16
* Decouple the token code for "no request or macro" from the individualIngo Schwarze2015-04-191-1/+1
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-9/+9
* Second step towards parser unification:Ingo Schwarze2015-04-021-3/+3
* First step towards parser unification:Ingo Schwarze2015-04-021-5/+6
* fix column numbers of macro arguments in messagesIngo Schwarze2015-02-041-2/+2
* Provide a helper function macro_or_word() and use it to prune theIngo Schwarze2014-11-291-11/+6
* Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze2014-11-281-70/+77
* Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze2014-11-281-22/+12
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+0
* Clean up messages related to plain text and to escape sequences.Ingo Schwarze2014-07-061-4/+8
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-3/+3
* Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze2014-04-231-4/+4
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-45/+45
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+1
* The files mandoc.c and mandoc.h contained both specialised low-levelIngo Schwarze2014-03-231-0/+1
* s/[Nn]ull/NUL/ in comments where appropriate;Ingo Schwarze2013-12-251-3/+3
* Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze2013-12-221-1/+1
* In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze2013-12-151-0/+12
* Fix four small whitespace issues related to trailing punctuationIngo Schwarze2012-11-181-3/+3
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-29/+29
* Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze2012-11-161-2/+3
* The -width and -offset macro arguments consume the next argumentIngo Schwarze2012-04-151-38/+4
* Make the `-width' field to `Bl' not puke if it doesn't have an argument.Kristaps Dzonsons2012-03-231-1/+1
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Add back in a check that the leading `-' exists for arguments. ThisKristaps Dzonsons2011-06-181-6/+5
* Clean-up: remove a function only called once.Kristaps Dzonsons2011-06-181-37/+16
* Fix an assertion failure raised by the following interesting scenario: aKristaps Dzonsons2011-06-181-191/+163
* Lint fixes: remove unused function variables and pass in proper enumKristaps Dzonsons2011-05-121-7/+6
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-191-170/+156
* Use mandoc_getarg() for the regular case of processing unquotedKristaps Dzonsons2011-04-171-19/+3
* Don't shadow global identifiers.Joerg Sonnenberger2011-04-071-12/+12
* As per joerg@'s suggestion, use const arrays when looking up mdoc argvs.Kristaps Dzonsons2011-03-231-37/+68
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-0/+1
* mdoc_argn_free is only used local to mdoc_argv.c, so make it static.Kristaps Dzonsons2011-03-221-3/+4