2017-06-25 |
Ingo Schwarze | add support for the MT and ME mailto macros, used for... |
blob | commitdiff | raw |
2017-06-17 |
Ingo Schwarze | if .in is used inside the .TP head, it's always relative |
blob | commitdiff | raw | diff to current |
2017-06-13 |
Ingo Schwarze | Partial support for the \n[an-margin] number register. |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | move .ll to the roff modules |
blob | commitdiff | raw | diff to current |
2017-05-05 |
Ingo Schwarze | Move handling of the roff(7) .ft request from the man(7) |
blob | commitdiff | raw | diff to current |
2017-05-04 |
Ingo Schwarze | Parser reorg: |
blob | commitdiff | raw | diff to current |
2017-04-24 |
Ingo Schwarze | Continue parser unification: |
blob | commitdiff | raw | diff to current |
2017-01-10 |
Ingo Schwarze | unify names of AST node flags; no change of cpp output |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Ingo Schwarze | Delete the redundant "nchild" member of struct roff_nod... |
blob | commitdiff | raw | diff to current |
2015-10-22 |
Ingo Schwarze | move man(7) validation into the dedicated validation... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-09-04 |
Ingo Schwarze | Fill mode changes don't break next-line scope in all... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Ingo Schwarze | Get rid of two empty wrapper functions. No functional... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify trickier node handling functions. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify some node handling functions that use TOKEN_NONE. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify node handling functions: |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-04-03 |
Ingo Schwarze | Vastly simplify man(7) block unwinding, similar to... |
blob | commitdiff | raw | diff to current |
2015-04-03 |
Ingo Schwarze | It turns out the man(7) parser suffers from unintelligi... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-03-20 |
Ingo Schwarze | The .PD macro can occur in next-line scope. Fixes... |
blob | commitdiff | raw | diff to current |
2015-03-20 |
Ingo Schwarze | Simplify by almost halving the number of macro flags: |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better error reporting regarding .OP .RS .UR .TH arguments |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better diagnostics about excess arguments to .PD .ft .sp |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better error reporting for .br .fi .nf with arguments |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Ingo Schwarze | preserve .PP before .RE; effect found in audio/pms(1) |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Ingo Schwarze | Strangely, ignoring the roff(7) .na request was impleme... |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Ingo Schwarze | Support .RE with an argument; needed for audio/pms(1). |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Ingo Schwarze | Explicit block closure macros clobber next-line block... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify by making many functions in the man(7) parser... |
blob | commitdiff | raw | diff to current |
2014-11-03 |
Ingo Schwarze | Allow the five man(7) font macros to concatenate their... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Ingo Schwarze | When the first child of the node being validated gets... |
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-30 |
Ingo Schwarze | Improve handling of next-line scope broken by end of... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | garbage collect three unused global flags; no functiona... |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Ingo Schwarze | delete forgotten, obsolete rew_warn() prototype |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | Clean up ERROR messages related to document structure... |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | Simplify man_unscope(), removing 18 lines of code,... |
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-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Simplify: Remove an unused argument from the mandoc_eos... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | s/[Nn]ull/NUL/ in comments where appropriate; |
blob | commitdiff | raw | diff to current |
2013-12-22 |
Ingo Schwarze | Implement end-of-sentence spacing at the end of man... |
blob | commitdiff | raw | diff to current |
2013-11-11 |
Ingo Schwarze | In the parser, when closing an explicit block that... |
blob | commitdiff | raw | diff to current |
2013-10-17 |
Ingo Schwarze | Implement the .UR/.UE block (uniform resource identifie... |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Kristaps Dzonsons | Fix an assert() raised by `RS' when following `TP'. |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Ingo Schwarze | Close a preceding implicit block before opening an... |
blob | commitdiff | raw | diff to current |
2012-06-02 |
Ingo Schwarze | Minimal implementation of .EX and .EE for GNU compatibi... |
blob | commitdiff | raw | diff to current |
2012-01-03 |
Kristaps Dzonsons | Add support for `OP', one of the extended man macros... |
blob | commitdiff | raw | diff to current |
2011-12-04 |
Ingo Schwarze | Jumping out of man_unscope() for the root node is a... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Joerg Sonnenberger | Fix condition. Not enough tea. |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Joerg Sonnenberger | Slightly adjust last: return successful as some times... |
blob | commitdiff | raw | diff to current |
2011-11-18 |
Joerg Sonnenberger | Convert an assert into an explicit check. man_unscope... |
blob | commitdiff | raw | diff to current |
2011-11-07 |
Ingo Schwarze | When the HEAD scope of .TP is broken by another block... |
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-07 |
Kristaps Dzonsons | Fix a bug in the -man parser where deleting nodes ... |
blob | commitdiff | raw | diff to current |
2011-06-18 |
Kristaps Dzonsons | Allow RS/RE blocks to nest. This requires first the... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Kristaps Dzonsons | Clean up parsing of delimiters in -mdoc. First, remove... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Kristaps Dzonsons | Get mdoc_argv.c ready to use [some of] mandoc_getarg... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Kristaps Dzonsons | Merge man_args() into man_macro.c, the only place where... |
blob | commitdiff | raw | diff to current |
2011-03-23 |
Kristaps Dzonsons | First, make -man ARGS_EOLN et al. be an enum. Second... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | libmdoc.h and libman.h were including mdoc.h and man... |
blob | commitdiff | raw | diff to current |
2011-03-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Clean-up in libman: make all calls to man_*msg not... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | Downgrade -man message of ignored empty paragraph to... |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Kristaps Dzonsons | Remove `i' and `r' macro handlers. These macros, origi... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Add support for `ft' macro found in groff(7). Based... |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes... |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Kristaps Dzonsons | Kill man_action.c. |
blob | commitdiff | raw | diff to current |
2010-07-31 |
Ingo Schwarze | Sync to OpenBSD: add missing Copyright years. |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Added `in' macro support for -man -Tascii. This is... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Mechanical diff allowing the const struct regset to... |
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-05-17 |
Joerg Sonnenberger | Add support for .AT. Properly implement .UC. Add regres... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Remove `am', `ami', `de', `dei', and `.' from -man... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Pull `ig' out of -man and leave it the roff preparser. |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Kristaps Dzonsons | Final (?) fix to issue pointed out by Sascha Wildner... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Kristaps Dzonsons | Initial step in fixing badness reported by Sascha Wildn... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Kristaps Dzonsons | Lint fixes. |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Kristaps Dzonsons | Lint fixes. |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Kristaps Dzonsons | Fixed re-adjustment of scope in exiting roff instructio... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Kristaps Dzonsons | Lint fixes. VERSION_1_9_17 |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Kristaps Dzonsons | Fixed up some documentation in man.7: only documenting... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Kristaps Dzonsons | Using man_node_delete() instead of man_node_free()... |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Kristaps Dzonsons | enum-ised rew_* return values (type-safety). |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | libman using enum mant instead of #defines for macros. |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Support for pod2man standard header macros (Vb, Ve... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Kristaps Dzonsons | Accomodate (libman) for next-line macros followed by... |
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-24 |
Kristaps Dzonsons | Added `PD' to -man (doesn't do anything, yet). |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Kristaps Dzonsons | Added `UC' libman macro (has no effect). |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Kristaps Dzonsons | Fixed next-line scoping of `.HP nnn' (has both next... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Kristaps Dzonsons | Open explicit scope on libman exit now only generates... |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Fixed next-line scope error in libman block macros. |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Fixed (not documented anywhere of course) that `SH... |
blob | commitdiff | raw | diff to current |
next |