]> git.cameronkatri.com Git - mandoc.git/history - man_macro.c
Implement end-of-sentence spacing at the end of man(7) macro lines.
[mandoc.git] / man_macro.c
2013-12-22 Ingo SchwarzeImplement end-of-sentence spacing at the end of man...
2013-11-11 Ingo SchwarzeIn the parser, when closing an explicit block that...
2013-10-17 Ingo SchwarzeImplement the .UR/.UE block (uniform resource identifie...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-06-12 Kristaps DzonsonsFix an assert() raised by `RS' when following `TP'.
2012-06-03 Ingo SchwarzeClose a preceding implicit block before opening an...
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-11-18 Joerg SonnenbergerFix condition. Not enough tea.
2011-11-18 Joerg SonnenbergerSlightly adjust last: return successful as some times...
2011-11-18 Joerg SonnenbergerConvert an assert into an explicit check. man_unscope...
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-07 Kristaps DzonsonsFix a bug in the -man parser where deleting nodes ...
2011-06-18 Kristaps DzonsonsAllow RS/RE blocks to nest. This requires first the...
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-04-17 Kristaps DzonsonsGet mdoc_argv.c ready to use [some of] mandoc_getarg...
2011-03-23 Kristaps DzonsonsMerge man_args() into man_macro.c, the only place where...
2011-03-23 Kristaps DzonsonsFirst, make -man ARGS_EOLN et al. be an enum. Second...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-17 Kristaps DzonsonsClean-up in libman: make all calls to man_*msg not...
2011-01-12 Kristaps DzonsonsDowngrade -man message of ignored empty paragraph to...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-11-30 Kristaps DzonsonsKill man_action.c.
2010-07-31 Ingo SchwarzeSync to OpenBSD: add missing Copyright years.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-06-26 Kristaps DzonsonsMechanical diff allowing the const struct regset to...
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-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-03-29 Kristaps DzonsonsFinal (?) fix to issue pointed out by Sascha Wildner...
2010-03-29 Kristaps DzonsonsInitial step in fixing badness reported by Sascha Wildn...
2010-03-27 Kristaps DzonsonsLint fixes.
2010-03-27 Kristaps DzonsonsLint fixes.
2010-03-27 Kristaps DzonsonsFixed re-adjustment of scope in exiting roff instructio...
2010-03-25 Kristaps DzonsonsLint fixes. VERSION_1_9_17
2010-03-25 Kristaps DzonsonsFixed up some documentation in man.7: only documenting...
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-24 Kristaps Dzonsonsenum-ised rew_* return values (type-safety).
2010-03-23 Kristaps Dzonsonslibman using enum mant instead of #defines for macros.
2010-03-23 Kristaps DzonsonsSupport for pod2man standard header macros (Vb, Ve...
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-08-22 Kristaps DzonsonsAdded `UC' libman macro (has no effect).
2009-08-21 Kristaps DzonsonsFixed next-line scoping of `.HP nnn' (has both next...
2009-08-21 Kristaps DzonsonsOpen explicit scope on libman exit now only generates...
2009-08-20 Kristaps DzonsonsFixed next-line scope error in libman block macros.
2009-08-20 Kristaps DzonsonsFixed (not documented anywhere of course) that `SH...
2009-08-20 Kristaps DzonsonsAdded `DT' macro (pointed out by joerg@netbsd.org).
2009-08-19 Kristaps Dzonsonslibman checks for open explicit scopes on exit.
2009-08-19 Kristaps DzonsonsAdded RS/RE macro pair (had to adjust closing rules...
2009-08-18 Kristaps DzonsonsSmall updates to man.7 (next-line break-exclusions...
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-07-24 Kristaps DzonsonsAdded `sp' support to libman.
2009-06-18 Kristaps DzonsonsMoved all formatted libman warn/error into man.c/libman.h.
2009-06-16 Kristaps DzonsonsRemoved MAN___: moved MAN_br to its index (comments...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-05 Kristaps Dzonsonsman(3) doesn't use err.h anymore.
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-27 Kristaps DzonsonsAdded some new manuals (mdoc.3 mandoc_char.7).
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.
2009-03-26 Kristaps DzonsonsFixed inheritence of initial macro into man_macro.
2009-03-25 Kristaps DzonsonsActions in place for prologue parsing.
2009-03-25 Kristaps DzonsonsAdded man_action.c, renamed mdoc_action.c.
2009-03-25 Kristaps DzonsonsAdded man validator, renamed mdoc validator.
2009-03-23 Kristaps Dzonsons-man linked to mandoc in documentation.
2009-03-23 Kristaps Dzonsons-man printing linked to -Ttree.
2009-03-23 Kristaps DzonsonsLinux fixes.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.