]> git.cameronkatri.com Git - mandoc.git/history - man.c
Fix man.7 to include AT and UC in its syntax table.
[mandoc.git] / man.c
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-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-16 Kristaps DzonsonsFix allowing silly '\'' control character.
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-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-12 Kristaps DzonsonsPut the eos-checker into libmandoc.h.
2010-05-12 Kristaps DzonsonsEnd-of-sentence spacing for -man -Tascii.
2010-05-08 Kristaps DzonsonsFix asserts on stripping end-of-line whitespace.
2010-05-08 Kristaps DzonsonsStrip trailing, unescaped whitespace from free-form...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-05-07 Kristaps DzonsonsDe-chunking of text removed from parsers. This is...
2010-04-08 Kristaps DzonsonsSync'd mdoc.c's function names with man.c.
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 DzonsonsLast fix for tabs/spaces between control character... VERSION_1_9_18
2010-03-27 Kristaps Dzonsons*** empty log message ***
2010-03-27 Kristaps DzonsonsFixed re-adjustment of scope in exiting roff instructio...
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
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 DzonsonsClarify -man -T[x]html handling of `br' within `B'.
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
2010-01-07 Kristaps DzonsonsCheck for white-space at the end of free-form text...
2010-01-07 Kristaps DzonsonsCheck for white-space at end of stand-alone macro line.
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-02 Kristaps DzonsonsFix in junking dot lines in -man (from PR by Alex Kozlov).
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-27 Kristaps Dzonsonsbzero() -> memset() (noted by Joerg Sonnenberger).
2009-10-26 Kristaps Dzonsons-man also prints unknown macro (noted by Joerg Sonnenbe...
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-09-23 Kristaps DzonsonsFreeBSD compile fixes (uqs@spoerlein.net).
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-22 Kristaps DzonsonsAdded `UC' libman macro (has no effect).
2009-08-22 Kristaps DzonsonsAdded check for graphable characters in initial-line...
2009-08-21 Kristaps DzonsonsFix of MAN_NEXT when removing next-line dupes. VERSION_1_9_1
2009-08-21 Kristaps DzonsonsRemoved superfluous XXX.
2009-08-21 Kristaps DzonsonsFixed `nf' behaviour (had broken with de-chunking).
2009-08-21 Kristaps DzonsonsOpen explicit scope on libman exit now only generates...
2009-08-20 Kristaps DzonsonsAdded `DT' macro (pointed out by joerg@netbsd.org).
2009-08-19 Kristaps DzonsonsLinux compat fix.
2009-08-19 Kristaps DzonsonsMoved MDOC_NEXT_SIBLING into mdoc_word (libmdoc).
2009-08-19 Kristaps DzonsonsAdded RS/RE macro pair (had to adjust closing rules...
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-07-24 Kristaps DzonsonsAdded `sp' support to libman.
2009-07-07 Kristaps DzonsonsTabularised error strings in libman.
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...
2009-06-22 Kristaps Dzonsonslibman documents require `TH' and at least one node.
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-18 Kristaps DzonsonsMoved all formatted libman warn/error into man.c/libman.h.
2009-06-18 Kristaps DzonsonsAdded -fno-ign-chars support to libman.
2009-06-16 Kristaps DzonsonsRemoved MAN___: moved MAN_br to its index (comments...
2009-06-16 Kristaps DzonsonsModernised comment handling: text following \" is throw...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsSpelling "preceed" -> "precede" (naddy).
2009-04-05 Kristaps Dzonsonsman(3) doesn't use err.h anymore.
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-27 Kristaps DzonsonsAdded some new manuals (mdoc.3 mandoc_char.7).
2009-03-26 Kristaps DzonsonsFixed after-NLINE-error assertion.
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-26 Kristaps DzonsonsFixed reading whitespace for man.7 `. TH'.
2009-03-25 Kristaps Dzonsons*** empty log message ***
2009-03-25 Kristaps DzonsonsAdded pflags to man_alloc.
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 DzonsonsFirst addition of -man macro support.