]> git.cameronkatri.com Git - mandoc.git/history - mdoc_validate.c
Correctly make quotes around `Lk' link-name argument. Noted by Aldis
[mandoc.git] / mdoc_validate.c
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...
2009-10-15 Kristaps DzonsonsAdded warning about specifying list arguments before...
2009-09-24 Kristaps DzonsonsFixed segfault in `Rs' empty block.
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
2009-08-20 Kristaps DzonsonsUpdated manual structure in mdoc.7.
2009-07-25 Kristaps DzonsonsPatches and results of LLVM static analysis (thanks...
2009-07-24 Kristaps Dzonsons`An' gives correct error message in encountering argume...
2009-07-23 Kristaps DzonsonsBl -column now accepts columns = (1 + stated columns...
2009-07-20 Kristaps DzonsonsUndocumented behaviour in groff: `Bl -column' implies...
2009-07-18 Kristaps DzonsonsMore clarity fixes in mdoc.7.
2009-07-17 Kristaps Dzonsons`sp' documented: validates & produces correct output.
2009-07-17 Kristaps DzonsonsRemoved EARGVPARM (superfluous, overly error-generating).
2009-07-17 Kristaps DzonsonsDocumented `br' macro in mdoc.7.
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-13 Kristaps DzonsonsErr/warn fix (schwarze@openbsd.org).
2009-07-12 Kristaps DzonsonsReplacement of `Lb' in mdoc_action.c.
2009-07-12 Kristaps DzonsonsMoved mdoc_a2st() out of mdoc.h -> libmdoc.h (replaceme...
2009-07-12 Kristaps DzonsonsCheck for NAME sanity fixed (last named section ->...
2009-07-12 Kristaps DzonsonsAdded back in MDOC_TEXT stipulation in NAME check ...
2009-07-12 Kristaps Dzonsons`Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd...
2009-07-12 Kristaps DzonsonsFixed mdoc_nwarn/mdoc_nerr considering themselves err...
2009-07-07 Kristaps DzonsonsMade `In' handling work in new-groff style (see mdoc...
2009-07-07 Kristaps DzonsonsSmall clean-ups in error message usage. VERSION_1_7_23
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-06 Kristaps DzonsonsFix in MDOC_IGN_CHARS ref.
2009-07-06 Kristaps DzonsonsConsolidated mdoc_validate.c pwarn into perr (slowly...
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-07-04 Kristaps DzonsonsRemoved WDEPCOL (schwarze@openbsd.org).
2009-07-04 Kristaps DzonsonsMoved escape validation into libmandoc.h/mandoc.c ...
2009-06-27 Kristaps DzonsonsRemoved escape-deprecation note (better solution in...
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-17 Kristaps DzonsonsLint fixes.
next