]> git.cameronkatri.com Git - mandoc.git/history - tree.c
Delete a sentence pointing to "the Predefined Strings subsection
[mandoc.git] / tree.c
2020-04-08 Ingo SchwarzeUse a separate node->tag attribute rather than abusing...
2020-04-07 Ingo SchwarzeSeparate the place to put the <a href> permalink (now...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-02-27 Ingo SchwarzeFully support explicit tagging of .Sh and .Ss.
2020-01-11 Ingo SchwarzePrint more tbl(7) details to help debugging:
2019-01-01 Ingo Schwarzedisplay the NODE_NOFILL flag indicating no-fill mode
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-13 Ingo SchwarzeCleanup, no functional change:
2018-12-12 Ingo SchwarzeCleanup, no functional change:
2018-11-25 Ingo SchwarzeIn tbl(7) -T html output,
2018-08-14 Ingo Schwarzesupport tail arguments on the .ME and .UE macros,
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-07-07 Ingo Schwarzegarbage collect unused enum member EQN_ROOT
2017-07-05 Ingo SchwarzeThe EQN_LISTONE box type is pointless.
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-02-10 Ingo SchwarzeIn -Ttree output mode, show the BROKEN node flag and
2017-01-12 Ingo Schwarzeshow meta data for -Ttree output
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2017-01-10 Ingo SchwarzeIntroduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-09-26 Ingo SchwarzeShow the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS,...
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
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 SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-02-03 Ingo Schwarzereduce indentation for better readability
2014-11-28 Ingo SchwarzeSimplify by making many functions in the man(7) parser...
2014-10-20 Ingo Schwarzeshow the {MDOC,MAN}_EQN node, it contains interesting...
2014-10-10 Ingo Schwarzesync Copyright years after merge to OpenBSD; no code...
2014-10-10 Ingo SchwarzeMake eqn(7) -Ttree output more useful:
2014-10-10 Kristaps DzonsonsRe-write of eqn(7) parser and MathML output.
2014-09-28 Kristaps DzonsonsMake eqn tree output a bit more useful.
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-07-02 Ingo SchwarzeChange column display in -Ttree to be 1-based instead...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-08 Ingo SchwarzeTo find out whether .TP head arguments are same-line...
2013-12-24 Ingo SchwarzeWhen deciding whether two consecutive macros are on...
2013-09-15 Ingo SchwarzeFor some mdoc(7) macros, it is (unfortunately) semantic...
2013-05-18 Ingo SchwarzeRemove the variable sz because it's invariantly == 0,
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-23 Kristaps DzonsonsAdd matrix support. Also remove "above" notion, as...
2011-07-22 Kristaps DzonsonsGive lists their own eqn function.
2011-07-21 Kristaps DzonsonsComplete eqn.7 parsing. Features all productions from...
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-21 Kristaps DzonsonsFull support for eqn positionals (above, over, sup...
2011-07-21 Kristaps DzonsonsAdd eqn subexpression fonts.
2011-07-21 Kristaps DzonsonsAdd support for markers. These decorate the last box...
2011-07-21 Kristaps DzonsonsSupport nested `{, }' subexpressions in eqn. Document...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-03-23 Kristaps DzonsonsAdd MAN_TAIL, which will be used by `UE' (forthcoming...
2011-02-09 Kristaps DzonsonsAllow -man to process EQN as well. Also fix a segfault...
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-10 Kristaps DzonsonsFirst, make extra data cells be thrown away. This...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-02 Kristaps DzonsonsFix table to print nicely (merging error). Also have...
2011-01-01 Kristaps DzonsonsAdd a warning if a data cell has no layout. Also make...
2011-01-01 Kristaps DzonsonsMake some bit-flags into enums as they should be. ...
2011-01-01 Kristaps DzonsonsMake -Ttree a bit more readable.
2011-01-01 Kristaps DzonsonsMake -Ttree spit out table columns.
2011-01-01 Kristaps DzonsonsAdd basic -Ttree support for tables.
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-26 Kristaps DzonsonsAdded time.h to various files for FreeBSD compilation...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
2009-03-19 Kristaps DzonsonsNetBSD lintified.
2009-03-19 Kristaps DzonsonsSplit mdocterm.c -> main.c terminal.c.
2009-02-23 Kristaps Dzonsonstermact.c -> term.c
2009-02-21 Kristaps DzonsonsSplit mdocml -> mdocterm, mdoctree (new manuals, etc.).
2009-02-20 Kristaps DzonsonsMore flesh in terminal-encoder.
2009-02-20 Kristaps DzonsonsRe-added tree.c (for now).
2009-02-20 Kristaps DzonsonsRemoved (moving) tree.c.
2009-01-17 Kristaps DzonsonsSeparating output filters.
2009-01-16 Kristaps DzonsonsInitial separation of tree/mdocml.1.