aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_argv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix four small whitespace issues related to trailing punctuationIngo Schwarze2012-11-181-4/+4
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-30/+30
* Two more macros (.Ap and .In) do trailing delimiter handling.Ingo Schwarze2012-11-161-3/+4
* The -width and -offset macro arguments consume the next argumentIngo Schwarze2012-04-151-39/+5
* Make the `-width' field to `Bl' not puke if it doesn't have an argument.Kristaps Dzonsons2012-03-231-2/+2
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-2/+2
* Add back in a check that the leading `-' exists for arguments. ThisKristaps Dzonsons2011-06-181-7/+6
* Clean-up: remove a function only called once.Kristaps Dzonsons2011-06-181-38/+17
* Fix an assertion failure raised by the following interesting scenario: aKristaps Dzonsons2011-06-181-192/+164
* Lint fixes: remove unused function variables and pass in proper enumKristaps Dzonsons2011-05-121-8/+7
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-191-171/+157
* Use mandoc_getarg() for the regular case of processing unquotedKristaps Dzonsons2011-04-171-20/+4
* Don't shadow global identifiers.Joerg Sonnenberger2011-04-071-13/+13
* As per joerg@'s suggestion, use const arrays when looking up mdoc argvs.Kristaps Dzonsons2011-03-231-38/+69
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* mdoc_argn_free is only used local to mdoc_argv.c, so make it static.Kristaps Dzonsons2011-03-221-4/+5
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-3/+3
* Clean-up in mdoc_argv.c args_checkpunct().Kristaps Dzonsons2011-03-171-28/+22
* Clean-up in mdoc_argv.c: make CPP-defines into an enum, document, makeKristaps Dzonsons2011-03-171-34/+18
* Clean up mdoc_pmsg invocations to make them not check the return value.Kristaps Dzonsons2011-03-171-14/+7
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-3/+3
* Make args_checkpunct() use mdoc_isdelim() instead of mdoc_iscdelim(),Kristaps Dzonsons2011-03-171-19/+34
* Move check for closing punctuation into its own function. This willKristaps Dzonsons2011-03-171-25/+42
* Instead of a series of hard-coded strcmps, make argv_a2arg() iterateKristaps Dzonsons2011-03-161-74/+43
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-241-2/+2
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-221-3/+2
* Prevent .Lp from looping endlessly on punctuation.Ingo Schwarze2010-09-131-2/+2
* Prevent `Pp' from looping endlessly on punctuation. Bug reported byKristaps Dzonsons2010-09-131-2/+2
* Nit-picking assign in decl.Kristaps Dzonsons2010-07-211-2/+4
* Finally make mdoc argv CPP-defines into a proper enum.Kristaps Dzonsons2010-07-211-4/+4
* correct lots of copyright notices;Ingo Schwarze2010-07-131-2/+2
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-011-2/+3
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-121-2/+2
* Getting args() function ready to handle no-context (*pos can == 0)Kristaps Dzonsons2010-05-311-12/+12
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-2/+10
* Have mdoc_args() use enum mdoc_list instead of scanning.Kristaps Dzonsons2010-05-301-17/+4
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-10/+12
* Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze2010-05-151-3/+4
* More `Bl -column' dancing: It children also inherit in-phrase flags (noted by...Kristaps Dzonsons2010-05-151-4/+4
* Proper handling of quoted tab-separated column lists.Kristaps Dzonsons2010-05-141-20/+40
* Explicitly account for \*(Ba when checking for delims. Noted by Jason McInty...Kristaps Dzonsons2010-05-091-6/+7
* Introduce ARGS_PEND for `It -column' end-of-line special casing.Kristaps Dzonsons2010-05-091-2/+4
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-081-13/+14
* De-chunking of text removed from parsers. This is a significant change (and ...Kristaps Dzonsons2010-05-071-3/+7
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-071-2/+4
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-071-2/+2
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-071-5/+5
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-071-5/+5
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous lis...Kristaps Dzonsons2010-04-031-15/+20