]> git.cameronkatri.com Git - mandoc.git/history - mdoc.c
Simplify the code by making various mdoc parser helper functions void.
[mandoc.git] / mdoc.c
2014-11-28 Ingo SchwarzeSimplify the code by making various mdoc parser helper...
2014-11-28 Ingo SchwarzeSimplify code by making mdoc validation handlers void.
2014-11-19 Ingo SchwarzeEscape sequences terminate high-level macro names,...
2014-10-20 Ingo Schwarzecorrect the spacing after in-line equations
2014-10-20 Ingo Schwarzecorrect spacing before inline equations
2014-10-16 Ingo SchwarzeImplement in-line equations, much needed by Xenocara...
2014-09-06 Ingo SchwarzeSimplify by handling empty request lines at the one...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-08-06 Ingo SchwarzeBring the handling of defective prologues even closer...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-07-30 Ingo Schwarzegarbage collect three unused global flags; no functiona...
2014-07-09 Ingo Schwarzemark defos as const; nobody needs to change it,
2014-07-07 Ingo Schwarzeno need to skip content before first section header
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-07-01 Ingo SchwarzeClean up the warnings related to document structure.
2014-06-20 Ingo SchwarzeStart systematic improvements of error reporting.
2014-04-25 Ingo SchwarzeFix a minor optimization i broke in rev. 1.163 on Augus...
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 SchwarzeIf an .Nd block contains macros, avoid fragmented entri...
2014-03-23 Ingo Schwarzeavoid repetitive code for asprintf error handling
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
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-12-24 Ingo SchwarzeWhen deciding whether two consecutive macros are on...
2013-10-21 Ingo SchwarzeThere are three kinds of input lines: text lines, macro...
2013-10-05 Ingo SchwarzeSupport setting arbitrary roff(7) number registers,
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...
next