]> git.cameronkatri.com Git - mandoc.git/history - mdoc_validate.c
Very tricky diff to fix macro interpretation and spacing around tabs
[mandoc.git] / mdoc_validate.c
2015-10-12 Ingo SchwarzeDelete an assignment that is unconditionally overwritte...
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-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-09-14 Ingo SchwarzeRemove the warning about children of .Vt blocks because...
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-20 Ingo SchwarzeAvoid out-of-bounds read access before the beginning...
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 SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-02-23 Ingo Schwarzeoops, in NAME, don't nag about the comma after .Nm
2015-02-23 Ingo Schwarzeimprove NAME section diagnostics;
2015-02-17 Ingo SchwarzeRender \(lq and \(rq as '"' in -Tascii mode but leave...
2015-02-16 Ingo Schwarzeclean up post_dt() validation function;
2015-02-14 Ingo Schwarzeshut up about tabs in SYNOPSIS .Fd lines, there is...
2015-02-12 Ingo SchwarzeDelete the mdoc_node.pending pointer and the function...
2015-02-10 Ingo Schwarzetrim trailing white space, no code change;
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-02-06 Ingo SchwarzeDelete the legacy generic warning type MANDOCERR_ARGCWARN,
2015-02-06 Ingo Schwarzebetter handle .Fo and .Fd without argument
2015-02-06 Ingo Schwarzebetter handle empty .Bd .Bl .D1 .Dl blocks
2015-02-06 Ingo Schwarzebetter handle .In .Sh .Ss .St .Xr without arguments
2015-02-05 Ingo Schwarzefix handling of empty .An macros
2015-02-04 Ingo SchwarzeDiscard excess head arguments for .Bd .Bl .Bk and delet...
2015-02-04 Ingo Schwarzeimprove diagnostics regarding arguments of .An .Pp...
2015-02-04 Ingo Schwarzediscard .Rs head arguments and improve .Rs diagnostics
2015-02-04 Ingo Schwarzemore specific .Nd diagnostics, allowing to get rid...
2015-02-03 Ingo SchwarzeBring .Pp/.Lp handling inside .Nm blocks closer to...
2014-12-18 Ingo SchwarzeOnly keep leading .Sm inside a list when it immediately...
2014-12-18 Ingo SchwarzeWhen the head of a list item is extended with a partial...
2014-11-30 Ingo SchwarzeMultiple fixes with respect to .Pf:
2014-11-28 Ingo SchwarzeRetire support for CSRG supplementary document titles...
2014-11-28 Ingo SchwarzeDrop useless architecture table. Validating architectu...
2014-11-28 Ingo Schwarzekill a pointless assert
2014-11-28 Ingo SchwarzeSimplify code by making mdoc validation handlers void.
2014-11-27 Ingo SchwarzeDowngrade .Bd -file from FATAL to ERROR.
2014-11-27 Ingo SchwarzeFix the obsolete .Db (toggle debug mode) macro to ignor...
2014-11-26 Ingo Schwarzeremove an unreachable warning about .Sm arguments
2014-11-17 Ingo SchwarzeMultiple fixes with respect to in-line macros:
2014-10-30 Ingo SchwarzeMajor bugsquashing with respect to -offset and -width:
2014-10-13 Ingo Schwarzesync with OpenBSD:
2014-10-13 Ingo SchwarzeDo not warn about declarations of functions returning...
2014-10-11 Ingo Schwarzeoops, don't crash when .Fo has no argument
2014-10-11 Ingo Schwarzewarn about parentheses in function names after .Fn...
2014-09-12 Ingo Schwarzewarn about commas in function arguments; inspired by...
2014-09-11 Ingo Schwarzewarn about botched .Xr ordering and punctuation below...
2014-09-07 Ingo Schwarzewarn about AUTHORS sections without .An macros, inspire...
2014-09-07 Ingo SchwarzeAllow .ll in the prologue; Daniel Levai reports Slackwa...
2014-08-19 Ingo SchwarzeDo not dereference a NULL pointer if a .Bl macro has
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-02 Ingo SchwarzeSimplify by allowing only one post-handler.
2014-08-01 Ingo SchwarzeSimplify by allowing only one pre-handler.
2014-08-01 Ingo Schwarzedemacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg...
2014-08-01 Ingo Schwarzemention requests and macros in more messages
2014-07-31 Ingo SchwarzeSplit MANDOCERR_IGNARGV into one message for .An and...
2014-07-31 Ingo SchwarzeIn .Bl -column, if some of the column width declaration...
2014-07-30 Ingo SchwarzeRemove the useless FATAL error "argument count wrong...
2014-07-30 Ingo SchwarzeGet rid of the useless FATAL error "child violates...
2014-07-30 Ingo SchwarzeRemove two useless FATAL errors.
2014-07-30 Ingo Schwarzebetter name and wording for the last two non-generic...
2014-07-30 Ingo SchwarzeVarious improvements related to .Ex and .Rv:
2014-07-29 Ingo SchwarzePartial implementation of .Bd -centered.
2014-07-07 Ingo Schwarzeno need to delete any content from .Rs blocks,
2014-07-06 Ingo SchwarzeClean up messages related to plain text and to escape...
2014-07-05 Ingo SchwarzeCleanup with respect to bad macro arguments.
2014-07-05 Ingo SchwarzeCleanup regarding -offset and -width:
2014-07-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-07-04 Ingo SchwarzeClean up messages related to missing arguments.
2014-07-03 Ingo SchwarzeFix formatting of empty .Bl -inset item heads.
2014-07-02 Ingo SchwarzeImprove and test the messages about empty macros,
2014-07-02 Ingo SchwarzeWhen .Sm is called without an argument, groff toggles...
2014-07-02 Ingo SchwarzeDisentangle the MANDOCERR_CHILD message, which reported...
2014-07-02 Ingo SchwarzeClean up warnings related to macros and nesting.
2014-07-02 Ingo SchwarzeImprove "skipping paragraph macro" messages,
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 SchwarzeAs suggested by jmc@, only include line and column...
2014-06-20 Ingo SchwarzeStart systematic improvements of error reporting.
2014-04-23 Ingo SchwarzeAudit malloc(3)/calloc(3)/realloc(3) usage.
2014-04-23 Ingo SchwarzeAudit strlcpy(3)/strlcat(3) usage.
2014-04-20 Ingo Schwarzestrlen+malloc+snprintf is error prone;
2014-04-20 Ingo Schwarzemake sure static buffers for snprintf(3) are large...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-04-15 Ingo SchwarzeUsing macros in .Sh header lines, or having .Sm off...
2014-03-31 Ingo SchwarzeSupport the CONTEXT section for kernel manual pages...
2014-03-30 Ingo SchwarzeAllow ERRORS in section 4; OpenBSD rev. 1.121.
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-03-23 Ingo SchwarzeRetire the old concat() function.
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-11 Ingo SchwarzeRemove useless use of strnlen(3).
2014-01-07 Ingo SchwarzeCache the result of uname(3) such that we don't need...
2014-01-06 Ingo SchwarzeAnother 18% speedup for mandocdb(8) -Q, found by gprof(1).
2014-01-06 Ingo SchwarzeJoerg Sonnenberger contributed copyrightable amounts...
2013-12-15 Ingo SchwarzeThe "value" argument to the roff(7) .nr requests ends...
2013-10-21 Ingo SchwarzeThere are three kinds of input lines: text lines, macro...
next