]> git.cameronkatri.com Git - mandoc.git/history - mdoc_action.c
Added `%U' to -mdoc (doesn't render in a nice way yet).
[mandoc.git] / mdoc_action.c
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-22 Kristaps DzonsonsAdded ability to set OS name at compile-time with ...
2009-09-25 Kristaps DzonsonsLint check (noop).
2009-09-24 Kristaps DzonsonsFixed segfault in `Rs' empty block.
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
2009-09-24 Kristaps Dzonsons-offset string can now be blank (supplied with 6n as...
2009-09-16 Kristaps DzonsonsLintifications.
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-20 Kristaps DzonsonsUpdated manual structure in mdoc.7.
2009-07-26 Kristaps DzonsonsMade out-of-order prologue macros not cause an error.
2009-07-25 Kristaps DzonsonsPatches and results of LLVM static analysis (thanks...
2009-07-24 Kristaps DzonsonsAdded `St -ieee1275-94'.
2009-07-21 Kristaps DzonsonsAdded default print of `~' with empty `Pa' (not documen...
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-16 Kristaps DzonsonsSubtle fixes correcting vis count with erroneously...
2009-07-15 Kristaps DzonsonsRemoved assertion (disregarded blank literal lines).
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-07 Kristaps DzonsonsMade `In' handling work in new-groff style (see mdoc...
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-06 Kristaps DzonsonsConsolidated mdoc_action pwarn->perr.
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-06-25 Kristaps DzonsonsUpdating web-page to be a bit more compact.
2009-06-22 Kristaps DzonsonsNoted .Cd tabs-ok issue (will fix later).
2009-06-22 Kristaps DzonsonsAdded "Spacing" part of "Punctuation and Spacing" in...
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-17 Kristaps DzonsonsClean-up.
2009-06-17 Kristaps DzonsonsLint fixes.
2009-06-17 Kristaps Dzonsons`Bl -column' now correctly handles tail entries (Bl...
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-12 Kristaps DzonsonsLint fixes (no effect).
2009-06-12 Kristaps Dzonsons`Lk' is correctly handled as CALLABLE (note groff munge...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-06 Kristaps DzonsonsRemoved forgotten printfs.
2009-04-06 Kristaps DzonsonsFix bogus use of mdoc->last in action pre-handler ...
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-04-02 Kristaps DzonsonsAdded -p1003.1-2008 specification.
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-25 Kristaps DzonsonsAdded man_action.c, renamed mdoc_action.c.