]> git.cameronkatri.com Git - mandoc.git/history - mdoc.c
In keep mode, if any text is printed (even in NOSPACE mode),
[mandoc.git] / mdoc.c
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-11-16 Ingo SchwarzeFix a crash triggered by .Bl -tag .It Xo .El .Sh found...
2012-07-18 Ingo SchwarzeFix handling of paragraph macros inside lists:
2012-07-18 Ingo SchwarzeThe mdoc(7) \*(Ba predefined string actually forces...
2012-07-16 Ingo SchwarzeSeveral -mdoc parser improvements related to vertical...
2012-06-12 Kristaps DzonsonsAdd `cc' support.
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2011-09-30 Ingo Schwarzeimplement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po ...
2011-07-28 Kristaps DzonsonsAn implementation of `tr'. This routes allocations...
2011-07-27 Kristaps DzonsonsSimply word allocation in libmdoc and libman.
2011-07-27 Kristaps DzonsonsDisable in-line eqn processing for a bit.
2011-07-27 Kristaps DzonsonsFirst, roff_res() has no need to invoke ROFF_RERUN...
2011-07-25 Kristaps DzonsonsImplement the first steps of equation parsing from...
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-28 Kristaps DzonsonsHave libman and libmdoc use mandoc_getcontrol() to...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-17 Kristaps DzonsonsClean-up in libmdoc: fix last checks for mdoc_*msg...
2011-03-15 Kristaps DzonsonsPlug memory leak of normalised-date field.
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAllow EQN data to be pushed down into libmdoc via mdoc_...
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-03 Kristaps DzonsonsClarified the role of MDOC_HALT in libmdoc functions...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2011-01-01 Kristaps DzonsonsClean up {mdoc,man}_pmsg and vmsg invocations (ignore...
2010-12-25 Kristaps DzonsonsSpecifying both %T and %J in an `Rs' block causes the...
2010-12-24 Kristaps DzonsonsAs per schwarze@'s suggestions, roll back the refcount...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-16 Kristaps DzonsonsMigrate `An' to use a pointer in its data, like everybo...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-06 Kristaps DzonsonsMerge schwarze@'s relaxation of scope-breaking rules...
2010-12-01 Kristaps DzonsonsMake sure that the manual section defaults to `1' if...
2010-11-30 Kristaps Dzonsonsmdoc_action.c is no more. Attic it and remove it from...
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-08-29 Kristaps DzonsonsAllow `.xx\}' where xx is a macro (e.g., `.br\}') to...
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-08-07 Kristaps Dzonsons"Groff allows the initial macro on a line to be delimit...
2010-07-18 Ingo SchwarzeText ending in a full stop, exclamation mark or questio...
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-01 Kristaps DzonsonsRemove my own dumb FIXME and mark a static function...
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-07-01 Ingo SchwarzeIn the mdoc(7) parser, inspect roff registers early...
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Kristaps DzonsonsAllow registers to be unset. Implement and document...
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-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-05-31 Kristaps DzonsonsFixed my breaking of Ingo's eoln-whitespace detection...
2010-05-31 Kristaps DzonsonsMacro lines now infer an `It' if they immediately follo...
2010-05-31 Kristaps DzonsonsStrengthened constraint for passing into `It'.
2010-05-31 Kristaps DzonsonsAdd ability to interpret initial free-form lines as...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsMade `Dt' default to LOCAL and UNKNOWN instead of local...
2010-05-26 Kristaps DzonsonsFixed `Lb' to be in_line (reported by Ulrich Spoerlein).
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-24 Ingo Schwarzerewrite the main mdoc text parser, mdoc_ptext(),
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-16 Kristaps DzonsonsAllow roff_parseln() to be re-run.
2010-05-16 Kristaps DzonsonsFix allowing silly '\'' control character.
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-14 Kristaps DzonsonsBacked out check for `Ex' manual sec (ok schwarze@...
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-12 Kristaps DzonsonsPut the eos-checker into libmandoc.h.
2010-05-12 Kristaps DzonsonsTiny EOS patch. Back-end cues front-end through flag...
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-04-08 Kristaps DzonsonsProperly checked in Ingo Schwarze' prologue/body-breaki...
2010-04-06 Kristaps DzonsonsMigrating mdoc_node_free() and mdoc_node_freelist(...
2010-04-05 Kristaps DzonsonsCommited relaxation of title-less document error-out...
2010-04-03 Kristaps DzonsonsMerging patch by Ingo Schwarze.
2010-03-31 Kristaps DzonsonsRe-adjusting UGLY tags.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
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-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 `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-15 Kristaps DzonsonsAdded warning about specifying list arguments before...
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
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 check for graphable characters in initial-line...
next