]> git.cameronkatri.com Git - mandoc.git/history - mdoc.h
Implement the roff(7) .shift and .return requests,
[mandoc.git] / mdoc.h
2017-04-24 Ingo SchwarzeContinue parser unification:
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-02-12 Ingo SchwarzeDelete the mdoc_node.pending pointer and the function...
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-01-31 Ingo SchwarzeUse relative offsets instead of absolute pointers for...
2014-12-18 Ingo SchwarzeThe code is already careful to not add items to lists...
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-07-29 Ingo SchwarzePartial implementation of .Bd -centered.
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-31 Ingo SchwarzeSupport the CONTEXT section for kernel manual pages...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeIf an .Nd block contains macros, avoid fragmented entri...
2013-12-24 Ingo SchwarzeWhen deciding whether two consecutive macros are on...
2012-11-16 Ingo SchwarzeImprove formatting of badly nested font blocks.
2012-07-10 Ingo Schwarze* implement -Tman .Bl -item -inset -diag -ohang -dash...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsAdd some documentation and clean up mdoc.h/man.h.
2011-03-22 Kristaps DzonsonsStep 1 of restructuring: libmandoc.h. Move all compile...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-25 Kristaps DzonsonsIf %B is specified, quote %T. Noted by schwarze@ in...
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2010-12-26 Kristaps DzonsonsWhack MDOC_ACTED and MAN_ACTED (these no longer exist).
2010-12-25 Kristaps DzonsonsImplement schwarze@'s much more elegant version of...
2010-12-25 Kristaps DzonsonsSpecifying both %T and %J in an `Rs' block causes the...
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-12-16 Kristaps DzonsonsMigrate `An' to use a pointer in its data, like everybo...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-15 Kristaps DzonsonsIn-progress move from -T[x]html using DIVs for its...
2010-10-04 Kristaps DzonsonsRevert merging of {mdoc,man}.h -> mandoc.h.
2010-10-02 Kristaps DzonsonsUnify mdoc and man enums and structs into mandoc.h...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
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-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
2010-07-02 Kristaps DzonsonsCached `An' arguments in struct mdoc_an. Note that...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-02 Kristaps DzonsonsLint fixes.
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-26 Kristaps DzonsonsFirst step of adding register support. This is inspire...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-13 Kristaps DzonsonsAllow -width for lists to be cached in mdoc_bl. This...
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
2010-06-12 Kristaps DzonsonsMoved `Bl -compact' into cached data. This allowed...
2010-06-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-06-12 Kristaps DzonsonsCache all of `Bd's resolved arguments into mdoc_bd...
2010-06-12 Kristaps DzonsonsAdded enum mdoc_disp (similar to enum mdoc_list). ...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-12 Kristaps DzonsonsTiny EOS patch. Back-end cues front-end through flag...
2010-05-12 Kristaps Dzonsonsmdoc_atosec -> mdoc_str2sec (consistent with str2 being...
2010-05-09 Kristaps DzonsonsRemove -fno-ign-chars as well-argued by Ingo Schwarze...
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-08-20 Kristaps DzonsonsSynchronised man.7, mdoc.7, mdoc.template manual structure.
2009-08-20 Kristaps DzonsonsUpdated manual structure in mdoc.7.
2009-07-24 Kristaps DzonsonsRemoved superfluous FIXMEs.
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-12 Kristaps DzonsonsReplacement of `Lb' in mdoc_action.c.
2009-07-12 Kristaps DzonsonsMoved mdoc_a2st() out of mdoc.h -> libmdoc.h (replaceme...
2009-07-12 Kristaps DzonsonsMoved mdoc_a2att() into libmdoc (replacement happens...
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-17 Kristaps DzonsonsSection orders are more elegantly handled (MDOC_PBODY...
2009-06-16 Kristaps DzonsonsRemoved MDOC___: moved MDOC_Ap to its index (comments...
2009-06-15 Kristaps DzonsonsDeprecated mdoc_msg (not being used anywhere).
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.
2009-03-21 Kristaps Dzonsons`Em' accepts empty tokens.
2009-03-21 Kristaps DzonsonsAdded %Q macro.
2009-03-19 Kristaps DzonsonsMany more ASCII escapes added.
2009-03-16 Kristaps DzonsonsChanged e-mail address to @openbsd.
2009-03-16 Kristaps DzonsonsFixed mdoc_phrase escape handling.
2009-03-12 Kristaps DzonsonsAdded -nested (doesn't do anything).
2009-03-11 Kristaps DzonsonsExpanded perfect htab to use 27 * 26 * 3 space.
next