2014-11-28 |
Ingo Schwarze | Simplify by making many functions in the man(7) parser... |
blob | commitdiff | raw |
2014-10-20 |
Ingo Schwarze | show the {MDOC,MAN}_EQN node, it contains interesting... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Ingo Schwarze | sync Copyright years after merge to OpenBSD; no code... |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Ingo Schwarze | Make eqn(7) -Ttree output more useful: |
blob | commitdiff | raw | diff to current |
2014-10-10 |
Kristaps Dzonsons | Re-write of eqn(7) parser and MathML output. |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Kristaps Dzonsons | Make eqn tree output a bit more useful. |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Change column display in -Ttree to be 1-based instead... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-08 |
Ingo Schwarze | To find out whether .TP head arguments are same-line... |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | When deciding whether two consecutive macros are on... |
blob | commitdiff | raw | diff to current |
2013-09-15 |
Ingo Schwarze | For some mdoc(7) macros, it is (unfortunately) semantic... |
blob | commitdiff | raw | diff to current |
2013-05-18 |
Ingo Schwarze | Remove the variable sz because it's invariantly == 0, |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Kristaps Dzonsons | Add matrix support. Also remove "above" notion, as... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Give lists their own eqn function. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Complete eqn.7 parsing. Features all productions from... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Full support for eqn positionals (above, over, sup... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Add eqn subexpression fonts. |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Add support for markers. These decorate the last box... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support nested `{, }' subexpressions in eqn. Document... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Flip eqn into using parsed nodes. I've temporarily... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Kristaps Dzonsons | Add MAN_TAIL, which will be used by `UE' (forthcoming... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow -man to process EQN as well. Also fix a segfault... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | Allow EQN data to be pushed down into libmdoc via mdoc_... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Let the line-number of a tbl_span be remembered. |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial libmdoc and libman top-most machinery for... |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Kristaps Dzonsons | First, make extra data cells be thrown away. This... |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | Make width calculations occur within tbl_term.c, not... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Fix table to print nicely (merging error). Also have... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add a warning if a data cell has no layout. Also make... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Make some bit-flags into enums as they should be. ... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Make -Ttree a bit more readable. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Make -Ttree spit out table columns. |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add basic -Ttree support for tables. |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Ingo Schwarze | Support for badly nested blocks, written around the... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Enable the unified error/warning enumeration in mandoc... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | More lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Added time.h to various files for FreeBSD compilation... |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Kristaps Dzonsons | Moved output definitions into main.h. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Kristaps Dzonsons | Made tree/term/out() functions return void. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Kristaps Dzonsons | Significant overhaul in libman. Macros are now block... |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Kristaps Dzonsons | Fixed license email address. |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Kristaps Dzonsons | Using proper license template (const). |
blob | commitdiff | raw | diff to current |
2009-04-03 |
Kristaps Dzonsons | Proper resetting of memory. |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Kristaps Dzonsons | -man printing linked to -Ttree. |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Kristaps Dzonsons | NetBSD lintified. |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Kristaps Dzonsons | Split mdocterm.c -> main.c terminal.c. |
blob | commitdiff | raw | diff to current |
2009-02-23 |
Kristaps Dzonsons | termact.c -> term.c |
blob | commitdiff | raw |
2009-02-21 |
Kristaps Dzonsons | Split mdocml -> mdocterm, mdoctree (new manuals, etc.). |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Kristaps Dzonsons | More flesh in terminal-encoder. |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Kristaps Dzonsons | Re-added tree.c (for now). |
blob | commitdiff | raw | diff to current |
2009-02-20 |
Kristaps Dzonsons | Removed (moving) tree.c. |
blob | commitdiff | raw |
2009-01-17 |
Kristaps Dzonsons | Separating output filters. |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Kristaps Dzonsons | Initial separation of tree/mdocml.1. |
blob | commitdiff | raw | diff to current |
|