]> git.cameronkatri.com Git - mandoc.git/history - mdoc_argv.c
release 1.14.6
[mandoc.git] / mdoc_argv.c
2019-07-11 Ingo SchwarzeWhen parsing a tab character that is not preceded by...
2018-12-21 Ingo SchwarzeRename mandoc_getarg() to roff_getarg() and pass it...
2018-12-14 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2017-05-30 Ingo SchwarzeMacro argument quoting does not prevent recognition...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-03-03 Ingo SchwarzeMarkdown output mode helped us to find the first parser...
2016-08-28 Ingo SchwarzeIf a line inside .Bl -column starts with a tab character
2016-07-15 Ingo Schwarzeadd missing prototypes, no code change;
2015-10-17 Ingo SchwarzeVery tricky diff to fix macro interpretation and spacin...
2015-10-15 Ingo SchwarzeSimplify the part of args() that is handling .Bl -colum...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-19 Ingo SchwarzeDecouple the token code for "no request or macro" from...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-02-04 Ingo Schwarzefix column numbers of macro arguments in messages
2014-11-29 Ingo SchwarzeProvide a helper function macro_or_word() and use it...
2014-11-28 Ingo SchwarzeFold the loop around mdoc_argv() into the function...
2014-11-28 Ingo SchwarzeSimplify the code by making various mdoc parser helper...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2013-12-25 Ingo Schwarzes/[Nn]ull/NUL/ in comments where appropriate;
2013-12-22 Ingo SchwarzeFix end-of-sentence spacing after the DragonFly text...
2013-12-15 Ingo SchwarzeIn quoted macro arguments, double quotes can be quoted...
2012-11-18 Ingo SchwarzeFix four small whitespace issues related to trailing...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-11-16 Ingo SchwarzeTwo more macros (.Ap and .In) do trailing delimiter...
2012-04-15 Ingo SchwarzeThe -width and -offset macro arguments consume the...
2012-03-23 Kristaps DzonsonsMake the `-width' field to `Bl' not puke if it doesn...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-06-18 Kristaps DzonsonsAdd back in a check that the leading `-' exists for...
2011-06-18 Kristaps DzonsonsClean-up: remove a function only called once.
2011-06-18 Kristaps DzonsonsFix an assertion failure raised by the following intere...
2011-05-12 Kristaps DzonsonsLint fixes: remove unused function variables and pass...
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-04-17 Kristaps DzonsonsUse mandoc_getarg() for the regular case of processing...
2011-04-07 Joerg SonnenbergerDon't shadow global identifiers.
2011-03-23 Kristaps DzonsonsAs per joerg@'s suggestion, use const arrays when looki...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-22 Kristaps Dzonsonsmdoc_argn_free is only used local to mdoc_argv.c, so...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-17 Kristaps DzonsonsClean-up in mdoc_argv.c args_checkpunct().
2011-03-17 Kristaps DzonsonsClean-up in mdoc_argv.c: make CPP-defines into an enum...
2011-03-17 Kristaps DzonsonsClean up mdoc_pmsg invocations to make them not check...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMake args_checkpunct() use mdoc_isdelim() instead of...
2011-03-17 Kristaps DzonsonsMove check for closing punctuation into its own functio...
2011-03-16 Kristaps DzonsonsInstead of a series of hard-coded strcmps, make argv_a2...
2010-12-24 Kristaps DzonsonsAs per schwarze@'s suggestions, roll back the refcount...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-09-13 Ingo SchwarzePrevent .Lp from looping endlessly on punctuation.
2010-09-13 Kristaps DzonsonsPrevent `Pp' from looping endlessly on punctuation...
2010-07-21 Kristaps DzonsonsNit-picking assign in decl.
2010-07-21 Kristaps DzonsonsFinally make mdoc argv CPP-defines into a proper enum.
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-05-31 Kristaps DzonsonsGetting args() function ready to handle no-context...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsHave mdoc_args() use enum mdoc_list instead of scanning.
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Ingo SchwarzeDistinguish OPEN, MIDDLE and CLOSE delimiters (using...
2010-05-15 Kristaps DzonsonsMore `Bl -column' dancing: It children also inherit...
2010-05-14 Kristaps DzonsonsProper handling of quoted tab-separated column lists.
2010-05-09 Kristaps DzonsonsExplicitly account for \*(Ba when checking for delims...
2010-05-09 Kristaps DzonsonsIntroduce ARGS_PEND for `It -column' end-of-line specia...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-05-07 Kristaps DzonsonsDe-chunking of text removed from parsers. This is...
2010-05-07 Kristaps DzonsonsInitial ARGS_PPHRASE (partial phrase) framework.
2010-05-07 Kristaps Dzonsonsenum-ised mdoc_argv() return (better return-value safety).
2010-05-07 Kristaps Dzonsonsmargerr -> margserr (getting ready for margverr).
2010-05-07 Kristaps DzonsonsWrangle mdoc_args() and mdoc_zargs() to use enum return...
2010-04-03 Kristaps DzonsonsMerged Ingo Schwarze's patch (plus documentation) for...
2010-03-31 Kristaps DzonsonsRe-adjusting UGLY tags.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-03-29 Kristaps DzonsonsIntegrate Ingo Schwarze's patch for mdoc_iscdelim(...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-28 Kristaps DzonsonsSlow movement of internal allocations to fail completely.
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-19 Kristaps DzonsonsFixed `-file' argument to `Bd', which is NOT a type...
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-10-07 Kristaps DzonsonsFix operator overloading (submitted by Ulrich Sporlein...
2009-09-24 Kristaps Dzonsons-offset string can now be blank (supplied with 6n as...
2009-08-20 Kristaps DzonsonsUpdated manual structure in mdoc.7.
2009-08-20 Kristaps DzonsonsDocumented ARGS_ handling in args().
2009-08-20 Kristaps DzonsonsDelimiter whitespace is correctly flagged (required...
2009-08-19 Kristaps DzonsonsRemoved already-fixed FIXME.
2009-07-20 Kristaps DzonsonsMore cleanups for TABSEP handling.
next