]> git.cameronkatri.com Git - mandoc.git/history - mdoc_validate.c
On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity.
[mandoc.git] / mdoc_validate.c
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.
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-07-01 Kristaps DzonsonsPrevent validator from puking on ENDBODY `Bl' nodes.
2010-06-28 Kristaps DzonsonsNotes: this must be done later. \b in the input will...
2010-06-27 Ingo Schwarzeminor .Bk fixes:
2010-06-27 Kristaps DzonsonsAllow registers to be unset. Implement and document...
2010-06-13 Kristaps DzonsonsAllow -width for lists to be cached in mdoc_bl. This...
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
2010-06-12 Kristaps DzonsonsMoved `Bl -compact' into cached data. This allowed...
2010-06-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-06-12 Kristaps DzonsonsRemoved stipulation that an empty `Bd -offset' will...
2010-06-12 Kristaps DzonsonsCache all of `Bd's resolved arguments into mdoc_bd...
2010-06-12 Kristaps DzonsonsAdded enum mdoc_disp (similar to enum mdoc_list). ...
2010-06-09 Kristaps DzonsonsSquash bug noted by Ulrich Spoerlein where "-" were...
2010-06-03 Kristaps DzonsonsConsolidated list processing to a single loop in mdoc_v...
2010-05-31 Kristaps DzonsonsCleanup post_bl_head() to use enum mdoc_list (avoid...
2010-05-31 Kristaps DzonsonsClean up the validation code for `It' macros: use...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsMigrate `Bl -column' phrases to be MDOC_BODY instead...
2010-05-30 Kristaps DzonsonsMake check for case a little more intuitive (suggested...
2010-05-30 Kristaps DzonsonsMade `Dt' default to LOCAL and UNKNOWN instead of local...
2010-05-26 Kristaps DzonsonsDocumented `Ud'.
2010-05-26 Kristaps DzonsonsFixed `Lb' to be in_line (reported by Ulrich Spoerlein).
2010-05-25 Kristaps DzonsonsSmarten BADCHAR check to allow ASCII_HYPH.
2010-05-24 Kristaps DzonsonsLifted 64-byte max width for Sh (now BUFSIZ).
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-14 Kristaps DzonsonsRemove in-manual-section warnings for Fd and Lb (ok...
2010-05-14 Kristaps DzonsonsBacked out check for `Ex' manual sec (ok schwarze@...
2010-05-14 Kristaps Dzonsons"Warn on unknown argument for .At and print it like...
2010-05-14 Kristaps Dzonsons"Invalid standard argument should be a warning. Just...
2010-05-14 Kristaps Dzonsons"If the last column wasn't specified, it is auto-sized...
2010-05-12 Kristaps Dzonsonsmdoc_atosec -> mdoc_str2sec (consistent with str2 being...
2010-05-09 Kristaps DzonsonsRemove -fno-ign-chars as well-argued by Ingo Schwarze...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-04-07 Kristaps DzonsonsRemoved manual-section-calling restrictions for `Cd...
2010-04-07 Kristaps DzonsonsAllowing `Cd' to be in section 9 (noted by Joerg Sonnen...
2010-04-06 Kristaps DzonsonsRemoved warning for `Er' when not used in certain secti...
2010-04-06 Kristaps DzonsonsAllow `Bd' to accept (warn about then ignore) in-line...
2010-04-06 Kristaps DzonsonsCleaned up post_bl_head() and fixed erroneous reporting...
2010-04-06 Kristaps DzonsonsLet `Bl' accept arguments on the head line with a warni...
2010-04-03 Kristaps DzonsonsMerged patch by Ingo Schwarze allowing `Xr' to pass...
2010-04-03 Kristaps DzonsonsModified version of Ingo Schwarze's patch so that ...
2010-04-03 Kristaps DzonsonsMerged Ingo Schwarze's patch (plus documentation) for...
2010-04-03 Kristaps DzonsonsMerging patch by Ingo Schwarze.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-02-17 Kristaps DzonsonsMade `Xr' compatible with groff calling conventions...
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2010-01-01 Kristaps Dzonsons`Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze.
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-10-31 Kristaps DzonsonsFixed -Thtml printing of -ohang lists (-mdoc).
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-22 Kristaps DzonsonsFix adding -centred to `Bd' types (thanks to Joerg...
2009-10-19 Kristaps DzonsonsFixed `-file' argument to `Bd', which is NOT a type...
2009-10-19 Kristaps DzonsonsBeginning of mdoc.7 full-reference in place.
2009-10-18 Kristaps DzonsonsRemoved restrictions on `sp' (maybe a warning, someday...
next