]> git.cameronkatri.com Git - mandoc.git/history - mdoc.c
Remove some stray argument names from function prototypes,
[mandoc.git] / mdoc.c
2018-12-31 Ingo SchwarzeCleanup, no functional change:
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2017-08-11 Ingo SchwarzeMake the "new sentence, new line" check stricter, allow...
2017-06-17 Ingo Schwarzecorrect handling of blank lines after \c
2017-06-07 Ingo SchwarzeAlso catch "new sentence, new line" if there are three...
2017-06-07 Ingo SchwarzeMake "new sentence, new line" detection stricter:
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-04-29 Ingo SchwarzeParser unification: use nice ohashes for all three...
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-03-03 Ingo Schwarzeremove a few redundant conditions that jsg@ found with...
2017-02-16 Ingo SchwarzeRemove the ENDBODY_NOSPACE flag, simplifying the code.
2017-01-28 Ingo SchwarzeAdd a warning "new sentence, new line".
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2016-08-20 Ingo SchwarzeIf a column list starts with implicit rows (that is...
2015-10-30 Ingo SchwarzeIf a .Bd block has no arguments at all, drop the block...
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-23 Ingo SchwarzeGet rid of two empty wrapper functions. No functional...
2015-04-19 Ingo SchwarzeUnify trickier node handling functions.
2015-04-19 Ingo SchwarzeUnify some node handling functions that use TOKEN_NONE.
2015-04-19 Ingo SchwarzeDecouple the token code for "no request or macro" from...
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeUnify {mdoc,man}_{alloc,reset,free}() into roff_man_...
2015-04-18 Ingo SchwarzeMove mdoc_hash_init() and man_hash_init() to libmandoc.h
2015-04-18 Ingo SchwarzeProfit from the unified struct roff_man and reduce...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-02-12 Ingo SchwarzeDo not confuse .Bl -column lists that just broken anoth...
2015-02-12 Ingo SchwarzeDelete the mdoc_node.pending pointer and the function...
2015-02-05 Ingo SchwarzeSimplify by deleting the "lastline" member of struct...
2015-02-02 Ingo SchwarzeGet rid of all calls to rew_sub() in blk_exp_close...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
2014-11-28 Ingo SchwarzeSimplify by making the eqn and tbl steering functions...
2014-11-28 Ingo SchwarzeSimplify by making the mdoc parser callbacks void,...
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...
next