]> git.cameronkatri.com Git - mandoc.git/history - mdoc_macro.c
Fix man.7 to include AT and UC in its syntax table.
[mandoc.git] / mdoc_macro.c
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Ingo SchwarzeDistinguish OPEN, MIDDLE and CLOSE delimiters (using...
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-15 Kristaps DzonsonsMore `Bl -column' dancing: It children also inherit...
2010-05-14 Kristaps DzonsonsBlock-implicit macros now up-propogate end-of-sentence...
2010-05-14 Kristaps DzonsonsRemoved remaining "1 == ppos" invocations.
2010-05-14 Kristaps DzonsonsProper handling of quoted tab-separated column lists.
2010-05-13 Kristaps DzonsonsLint fix.
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-09 Kristaps DzonsonsIntroduce ARGS_PEND for `It -column' end-of-line specia...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-05-07 Kristaps DzonsonsInitial ARGS_PPHRASE (partial phrase) framework.
2010-05-07 Kristaps Dzonsonsenum-ised mdoc_argv() return (better return-value safety).
2010-05-07 Kristaps Dzonsonsmargerr -> margserr (getting ready for margverr).
2010-05-07 Kristaps DzonsonsProtection against running lookup() against quoted...
2010-05-07 Kristaps DzonsonsWrangle mdoc_args() and mdoc_zargs() to use enum return...
2010-04-06 Kristaps DzonsonsFix mdoc bug found by Claus Assmann: `Pf' should be...
2010-04-05 Kristaps DzonsonsEnum-ised REWIND return values.
2010-04-05 Kristaps DzonsonsTentative fix of quoted punctuation issue noted by...
2010-03-31 Kristaps DzonsonsFixed fatal bug in Xo/Xc patch that caused segfaults...
2010-03-31 Kristaps DzonsonsRe-adjusting UGLY tags.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-03-30 Kristaps DzonsonsModified in_line_eoln() to handle leading punctuation. VERSION_1_9_20
2010-03-30 Kristaps DzonsonsLast remaining bits for leading-punctuation in blk_exp().
2010-03-29 Kristaps DzonsonsFixed segfault with accidentally-munged tree.
2010-03-29 Kristaps DzonsonsIntegrate Ingo Schwarze's patch for mdoc_iscdelim(...
2010-02-17 Kristaps DzonsonsMade `Xr' compatible with groff calling conventions...
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2010-01-01 Kristaps Dzonsons`Fl' has each argument be in a separate scope (thanks...
2009-10-26 Kristaps DzonsonsAdded time.h to various files for FreeBSD compilation...
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-09-20 Kristaps DzonsonsSome extra html tags and near-complete Bl: -tag is...
2009-09-16 Kristaps DzonsonsLintifications.
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-20 Kristaps DzonsonsDelimiter whitespace is correctly flagged (required...
2009-08-19 Kristaps DzonsonsIn-line documentation of mdoc_macro file.
2009-08-19 Kristaps DzonsonsMoved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).
2009-08-13 Kristaps DzonsonsNoted areas that need work in libmdoc.
2009-07-29 Kristaps DzonsonsColumns with `Bl -column' correctly check for CALLABLE...
2009-07-29 Kristaps DzonsonsMoved CALLABLE check to lookup_raw().
2009-07-25 Kristaps DzonsonsPatches and results of LLVM static analysis (thanks...
2009-07-24 Kristaps DzonsonsAllow `An' to accept NULL arguments (-split/-nosplit).
2009-07-21 Kristaps DzonsonsNoted that `Pa' can accept 0 arguments.
2009-07-19 Kristaps DzonsonsFixed and cleaned up "phrase" handling (`Bl -column...
2009-07-19 Kristaps DzonsonsMade `Cd' parseable (too many SYNOPSIS sections do...
2009-07-19 Kristaps DzonsonsExplicit-close macros now only warn when encountering...
2009-07-17 Kristaps DzonsonsDocumented `br' macro in mdoc.7.
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-12 Kristaps Dzonsons`Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd...
2009-07-07 Kristaps DzonsonsMade `In' handling work in new-groff style (see mdoc...
2009-07-07 Kristaps DzonsonsTabularised error-code lookup in mdoc.c.
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-06-17 Kristaps DzonsonsRemoved superfluous FIXMEs (fixed already).
2009-06-16 Kristaps DzonsonsRemoved MDOC___: moved MDOC_Ap to its index (comments...
2009-06-12 Kristaps Dzonsons`Lk' is correctly handled as CALLABLE (note groff munge...
2009-06-11 Kristaps Dzonsons`Ft' and `Ms' are now callable and compat-noted in...
2009-06-11 Kristaps Dzonsons`An' now callable, historic use noted in mdoc.7 (joerg...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
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-27 Kristaps DzonsonsFixes in going over all OpenBSD manuals.
2009-03-23 Kristaps Dzonsons-man linked to mandoc in documentation.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.