]> git.cameronkatri.com Git - mandoc.git/history - man_validate.c
Promote section headers that can can be used unmodified as fragment
[mandoc.git] / man_validate.c
2020-10-30 Ingo SchwarzePromote section headers that can can be used unmodified...
2020-04-24 Ingo Schwarzeprovide a STYLE message when mandoc knows the file...
2020-04-18 Ingo SchwarzeWhen a .Tg is attached to a paragraph, attach the permalink
2020-04-04 Ingo Schwarzeautomatically tag .SH and .SS in man(7) terminal output
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-01-19 Ingo SchwarzeAlign to the new, sane behaviour of the groff_mdoc...
2019-06-27 Ingo SchwarzeFix mandoc_normdate() and the way it is used.
2019-03-13 Ingo SchwarzeContrary to what the NetBSD attribute(3) manual page...
2019-03-11 Ingo Schwarzemark check_abort() and post_abort() as __dead;
2018-12-31 Ingo SchwarzeCleanup, no functional change:
2018-12-31 Ingo SchwarzeUse the new flag NODE_NOFILL in the validators, which...
2018-12-31 Ingo SchwarzeMove parsing of the .nf and .fi (fill mode) requests...
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-16 Ingo Schwarzes/OpenBSD/Id/ in CVS Ids
2018-12-14 Ingo SchwarzeAlmost mechanical diff to remove the "struct mparse...
2018-12-14 Ingo SchwarzeMajor cleanup; may imply minor changes in edge cases...
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-08-18 Ingo Schwarzeimplement the GNU man-ext .SY/.YS (synopsis block)...
2018-08-16 Ingo Schwarzeimplement the GNU man-ext .TQ macro in man(7),
2018-08-16 Ingo SchwarzeDo not calculate a pointer to a memory location before...
2018-04-11 Ingo Schwarzepreserve comments before .Dd when converting mdoc(7...
2017-07-26 Ingo SchwarzeFix a typo that caused a non-constant string
2017-06-25 Ingo Schwarzeadd support for the MT and ME mailto macros, used for...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-17 Ingo Schwarzestyle message about missing RCS ids; inspired by mdoclint
2017-06-17 Ingo Schwarzeif .in is used inside the .TP head, it's always relative
2017-06-11 Ingo SchwarzeStyle message about legacy man(7) date format in mdoc...
2017-05-05 Ingo SchwarzeMove .sp to the roff modules. Enough infrastructure...
2017-05-05 Ingo Schwarzemove .ll to the roff modules
2017-05-05 Ingo SchwarzeMove handling of the roff(7) .ft request from the man(7)
2017-05-04 Ingo SchwarzeParser reorg:
2017-04-24 Ingo SchwarzeContinue parser unification:
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
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 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-06 Ingo Schwarzebetter error reporting regarding .OP .RS .UR .TH arguments
2015-02-06 Ingo Schwarzebetter diagnostics about excess arguments to .PD .ft .sp
2015-02-06 Ingo Schwarzebetter error reporting for .br .fi .nf with arguments
2015-02-06 Ingo SchwarzeDelete the legacy generic warning type MANDOCERR_ARGCWARN,
2015-01-24 Ingo SchwarzeStrangely, ignoring the roff(7) .na request was impleme...
2014-12-28 Ingo Schwarzemdoc(7) already uses the mandoc(1) -Ios argument in...
2014-11-28 Ingo SchwarzeSimplify by making many functions in the man(7) parser...
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 SchwarzeSimplify man(7) validation:
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-30 Ingo SchwarzeImprove handling of next-line scope broken by end of...
2014-07-07 Ingo SchwarzeClean up ERROR messages related to document structure...
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-04 Ingo SchwarzeClean up messages regarding excess arguments:
2014-07-02 Ingo SchwarzeClean up warnings related to macros and nesting.
2014-07-02 Ingo SchwarzeImprove "skipping paragraph macro" messages,
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-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 SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-06 Ingo SchwarzeAnother 18% speedup for mandocdb(8) -Q, found by gprof(1).
2013-12-31 Ingo Schwarzeremove assignments that will be overwritten right after...
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-29 Ingo SchwarzeImplement .PD for -Tascii.
2012-07-18 Ingo SchwarzeDrop empty .IP such that is does not cause additional...
2012-07-18 Ingo SchwarzeDrop .sp and .br right after .SH and .SS.
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-12-02 Ingo SchwarzeIn man(7), when no explicit volume name is given, use...
2011-11-07 Ingo SchwarzeWhen the HEAD scope of .TP is broken by another block...
2011-11-03 Ingo SchwarzeWhen .TH sets no data, leave the date field in the...
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-09-06 Kristaps DzonsonsRevert removal of tab warning, suggested by schwarze@.
2011-09-04 Kristaps DzonsonsRemove check for tab. man(7) says tab is Ok.
2011-09-04 Kristaps DzonsonsTeach -man that a literal context should be closed...
2011-07-26 Kristaps DzonsonsMove checking of escapes into roff.c, where we're alrea...
2011-07-24 Kristaps DzonsonsScary-looking but otherwise harmless changes allow...
2011-07-08 Kristaps DzonsonsMake sure that `br' and `sp' don't emit space before...
2011-04-13 Kristaps DzonsonsRemove the warning for empty bodies of `Sh', `Ss',...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-03-22 Kristaps DzonsonsMake empty sections and parts (SH, SS, RS) only produce...
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-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-12 Kristaps DzonsonsDowngrade -man message of ignored empty paragraph to...
2011-01-12 Kristaps DzonsonsMake out-of-context `fi' invocations not cause an error...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
next