]> git.cameronkatri.com Git - mandoc.git/history - mdoc_validate.c
Fixed my breaking of Ingo's eoln-whitespace detection code, where a
[mandoc.git] / mdoc_validate.c
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.
2009-06-17 Kristaps Dzonsons`Bl -column' now correctly handles tail entries (Bl...
2009-06-17 Kristaps DzonsonsCleaned up .Bf validator.
2009-06-17 Kristaps DzonsonsSection orders are more elegantly handled (MDOC_PBODY...
2009-06-17 Kristaps DzonsonsNoted deprecation of \*( and \* special-character escapes.
2009-06-16 Kristaps DzonsonsRemoved MDOC___: moved MDOC_Ap to its index (comments...
2009-06-12 Kristaps Dzonsons`Lk' is correctly handled as CALLABLE (note groff munge...
2009-06-11 Kristaps DzonsonsClean up validation of field widths.
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsVersion bumped. VERSION_1_7_13
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
2009-04-02 Kristaps DzonsonsAdded -p1003.1-2008 specification.
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-25 Kristaps DzonsonsAdded man validator, renamed mdoc validator.