]> git.cameronkatri.com Git - mandoc.git/history - man.c
After skipping an escape sequence with incomplete arguments,
[mandoc.git] / man.c
2014-05-07 Ingo SchwarzeDo not segfault in makewhatis -Q if the next .SH after...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeSkip leading escape sequences in man_deroff(). Helps...
2014-03-23 Ingo SchwarzeIf a man(7) NAME section contains macros, avoid truncat...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-06 Ingo SchwarzeJoerg Sonnenberger contributed copyrightable amounts...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2013-12-31 Ingo SchwarzeSimplify: Remove an unused argument from the mandoc_eos...
2013-11-10 Ingo SchwarzeIgnore blank lines right after .SH and .SS.
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-07-14 Ingo SchwarzeTranslate blank input lines to .sp just like in mdoc(7),
2012-06-12 Kristaps DzonsonsAdd `cc' support.
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-11-16 Joerg SonnenbergerCorrectly handle constructs like
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-10-06 Kristaps DzonsonsIf -Tman is specified and input is -man, echo the prepr...
2011-07-28 Kristaps DzonsonsAn implementation of `tr'. This routes allocations...
2011-07-27 Kristaps DzonsonsSimply word allocation in libmdoc and libman.
2011-07-21 Kristaps DzonsonsFinish the eqn syntactic parser. This correctly parses...
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-03-29 Kristaps DzonsonsMake libman use mandoc_getcontrol() for real this time.
2011-03-23 Kristaps DzonsonsAdd MAN_TAIL, which will be used by `UE' (forthcoming...
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-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAllow -man to process EQN as well. Also fix a segfault...
2011-02-08 Kristaps DzonsonsPut tbl_alloc function right into the addspan() one...
2011-02-06 Kristaps DzonsonsUse tbl_span line number for warnings/errors.
2011-02-06 Kristaps DzonsonsLet the line-number of a tbl_span be remembered.
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-03 Kristaps DzonsonsSame treatment for MAN_HALT as for MDOC_HALT.
2011-01-01 Kristaps DzonsonsMake -Ttree spit out table columns.
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2011-01-01 Kristaps DzonsonsClean up {mdoc,man}_pmsg and vmsg invocations (ignore...
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-06 Kristaps DzonsonsAllow multiple ELINE macros without raising a fatal...
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-11-30 Kristaps DzonsonsKill man_action.c.
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-08 Ingo Schwarzesimplify the code copying the macro name, and sync the
2010-08-07 Kristaps DzonsonsClean out the isgraph() checks in mdoc.c and man.c...
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-18 Ingo SchwarzeText ending in a full stop, exclamation mark or questio...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsMechanical diff allowing the const struct regset to...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
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).
next