]> git.cameronkatri.com Git - mandoc.git/history - mdoc_validate.c
avoid repetitive code for asprintf error handling
[mandoc.git] / mdoc_validate.c
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...
2013-10-06 Ingo SchwarzeWe don't do hyphenation, but we allow breaking the...
2013-10-06 Ingo SchwarzeIf there is random stuff inside a .Bl block body before...
2013-10-05 Ingo SchwarzeSupport setting arbitrary roff(7) number registers,
2013-09-16 Ingo SchwarzeOne of the WARNING messages has to use the word "sectio...
2013-08-05 Ingo SchwarzePut .%C before .%D in .Rs output
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-11-16 Ingo SchwarzeWarn about unknown volume or arch in Dt macro arguments;
2012-07-18 Ingo SchwarzeFix handling of paragraph macros inside lists:
2012-07-16 Ingo SchwarzeSeveral -mdoc parser improvements related to vertical...
2012-07-12 Ingo SchwarzeThe post_nm() validation function crashed when the...
2012-07-11 Ingo Schwarzefix position and formatting of %U;
2012-07-10 Ingo Schwarze* implement -Tman .Bl -item -inset -diag -ohang -dash...
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-03-23 Kristaps DzonsonsMake the `-width' field to `Bl' not puke if it doesn...
2011-12-03 Ingo SchwarzeWhen processing .Sh HEAD, as soon as we know which...
2011-12-02 Ingo SchwarzeIn man(7), when no explicit volume name is given, use...
2011-11-19 Ingo SchwarzeImprove misleading comment:
2011-11-18 Joerg SonnenbergerBail out explicitly on invalid .Rs content like:
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-09-02 Kristaps DzonsonsMake -man check for tabs correctly print the column. VERSION_1_11_7
2011-08-19 Kristaps DzonsonsAvoid incorrect casting by using an implicit cast....
2011-08-16 Kristaps DzonsonsFixed mingw compatibility where the "z" printf() modifi...
2011-08-10 Kristaps DzonsonsAllow `Sx' and `Ss' to have child nodes. Fixes manuals...
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-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-13 Kristaps DzonsonsRemove the warning for empty bodies of `Sh', `Ss',...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-04-03 Kristaps DzonsonsMake uname have its return value checked for -1 (POSIX...
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 DzonsonsNote that mdoc_valids[] is static.
2011-03-17 Kristaps DzonsonsClean-up in libmdoc: fix last checks for mdoc_*msg...
2011-03-17 Kristaps DzonsonsMove mdoc_macro2len() into mdoc_validate.c as macro2len...
2011-03-17 Kristaps DzonsonsMove mdoc_str2sec() into mdoc_validate.c as a2sec(...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
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-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-25 Kristaps DzonsonsPush capitalisation of `Bx' second argument into valida...
2011-01-25 Kristaps DzonsonsIf %B is specified, quote %T. Noted by schwarze@ in...
2011-01-22 Ingo SchwarzeCheck argument count validation for all in_line() macros.
2011-01-03 Ingo SchwarzePartial cleanup of argument count validation in mdoc(7):
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2010-12-25 Kristaps DzonsonsImplement schwarze@'s much more elegant version of...
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 Ingo SchwarzeAt the beginning of .Bl, .Sm is allowed,
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-16 Kristaps DzonsonsBack out last: apparently `Bl', `It', and `Pp' need...
2010-12-16 Kristaps DzonsonsAllow `It' to have a trailing paragraph if the surround...
2010-12-16 Kristaps DzonsonsFirst, make `Pp' (next to `Sm') be allowed as the first...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-09 Kristaps DzonsonsAllow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', ...
2010-12-05 Kristaps DzonsonsRemove repeat notification of -width omission. From...
2010-12-05 Kristaps DzonsonsRemove long-standing FIXME regarding the consolidation...
2010-12-05 Kristaps DzonsonsMerge schwarze@'s patch to allow uname() to fail withou...
2010-12-05 Kristaps DzonsonsMerge schwarze@'s changes allowing nested displays...
2010-12-01 Kristaps DzonsonsFixed a goddamn subtle error causing MDOC_LITERAL to...
2010-11-30 Kristaps DzonsonsSimplify the many if ( ! mdoc_nmsg()) return(0) etc...
2010-11-30 Kristaps DzonsonsMoved all prologue actions from mdoc_action.c into...
2010-11-30 Kristaps DzonsonsMove post_bl() and subfunctions from mdoc_action.c...
2010-11-30 Kristaps DzonsonsMove -column list validation and normal-formisation...
2010-11-29 Kristaps DzonsonsMigrate `Nm' and `Pa' handling from mdoc_action.c into...
2010-11-29 Kristaps DzonsonsRemove left-over rsord[] in mdoc_actions.c.
2010-11-29 Kristaps DzonsonsMove `Lb' handling from mdoc_action.c into mdoc_validate.c.
2010-11-29 Kristaps DzonsonsMove `At' handling from mdoc_action.c into mdoc_validate.c.
2010-11-29 Kristaps DzonsonsMove `Sh' validation from mdoc_action.c. into mdoc_vali...
2010-11-29 Kristaps DzonsonsClarifying role of pre_pp (now pre_par), which was...
2010-11-29 Kristaps DzonsonsMove `Mt', `Ar', and `Li' handling from mdoc_action...
2010-11-29 Kristaps DzonsonsMigrate action for `Rs' into mdoc_validate.c.
2010-10-11 Kristaps DzonsonsUse proper error for `An' multiple arguments.
2010-10-11 Kristaps DzonsonsInitial commit of cleaned-up validation code for -mdoc...
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-09-27 Kristaps DzonsonsConsider both `Lp' and `Pp' when stripping prior paragr...
2010-09-27 Kristaps DzonsonsIgnore double-`Pp' and `Pp' before `Bd' and `Bl' (unles...
2010-08-29 Kristaps DzonsonsMade -mdoc `Pp', `Lp', and `br' not FATAL when having...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-26 Kristaps DzonsonsNote that `Dd' can be empty. This found following...
2010-07-21 Kristaps DzonsonsFinally make mdoc argv CPP-defines into a proper enum.
2010-07-20 Kristaps DzonsonsStrip non-graphable input characters from input. The...
2010-07-19 Kristaps DzonsonsRemove some FIXMEs: `Ms' accepts arbitrary text, so...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
2010-07-02 Ingo SchwarzeNot only for -tag lists, but for -hang, -ohang, -inset...
2010-07-02 Kristaps DzonsonsCached `An' arguments in struct mdoc_an. Note that...
2010-07-02 Kristaps DzonsonsFix: was checking HEAD for arguments.
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
next