]> git.cameronkatri.com Git - mandoc.git/history - libmdoc.h
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
[mandoc.git] / libmdoc.h
2011-07-18 Kristaps DzonsonsFollow-up: forgot to remove useless regset structs.
2011-07-18 Kristaps DzonsonsMake `struct roff' be passed into libmdoc and libman...
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-04-17 Kristaps DzonsonsGet mdoc_argv.c ready to use [some of] mandoc_getarg...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-22 Kristaps Dzonsonsmdoc_argn_free is only used local to mdoc_argv.c, so...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-17 Kristaps DzonsonsClean-up in libmdoc: fix last checks for mdoc_*msg...
2011-03-17 Kristaps DzonsonsKill off some unused function prototypes.
2011-03-17 Kristaps DzonsonsMove mdoc_str2sec() into mdoc_validate.c as a2sec(...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMake args_checkpunct() use mdoc_isdelim() instead of...
2010-11-30 Kristaps Dzonsonsmdoc_action.c is no more. Attic it and remove it from...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-01 Ingo SchwarzeIn the mdoc(7) parser, inspect roff registers early...
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsMechanical diff allowing the const struct regset to...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-03 Kristaps DzonsonsConsolidated list processing to a single loop in mdoc_v...
2010-05-31 Kristaps DzonsonsAdd ability to interpret initial free-form lines as...
2010-05-24 Ingo Schwarzeremove unused enum merr;
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-15 Ingo SchwarzeDistinguish OPEN, MIDDLE and CLOSE delimiters (using...
2010-05-15 Kristaps DzonsonsMore `Bl -column' dancing: It children also inherit...
2010-05-14 Kristaps DzonsonsBacked out check for `Ex' manual sec (ok schwarze@...
2010-05-14 Kristaps DzonsonsProper handling of quoted tab-separated column lists.
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-12 Kristaps Dzonsonsmdoc_atosec -> mdoc_str2sec (consistent with str2 being...
2010-05-09 Kristaps DzonsonsIntroduce ARGS_PEND for `It -column' end-of-line specia...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-05-07 Kristaps DzonsonsInitial ARGS_PPHRASE (partial phrase) framework.
2010-05-07 Kristaps Dzonsonsenum-ised mdoc_argv() return (better return-value safety).
2010-05-07 Kristaps Dzonsonsmargerr -> margserr (getting ready for margverr).
2010-05-07 Kristaps DzonsonsWrangle mdoc_args() and mdoc_zargs() to use enum return...
2010-04-08 Kristaps DzonsonsSync'd mdoc.c's function names with man.c.
2010-04-06 Kristaps DzonsonsMigrating mdoc_node_free() and mdoc_node_freelist(...
2010-04-03 Kristaps DzonsonsMerged Ingo Schwarze's patch (plus documentation) for...
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2009-10-30 Kristaps Dzonsonslibmdoc and libman now using non-recoverable allocation...
2009-10-15 Kristaps DzonsonsAdded warning about specifying list arguments before...
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
2009-09-16 Kristaps DzonsonsLookup hashes are now static tables, ordered first...
2009-08-20 Kristaps DzonsonsDocumented ARGS_ handling in args().
2009-08-20 Kristaps DzonsonsDelimiter whitespace is correctly flagged (required...
2009-08-19 Kristaps DzonsonsIn-line documentation of mdoc_macro file.
2009-08-18 Kristaps Dzonsonslibmdoc accepts whitespace following control character. VERSION_1_9_0
2009-07-29 Kristaps DzonsonsMoved CALLABLE check to lookup_raw().
2009-07-20 Kristaps DzonsonsReplaced ugly TABSEP handling with simpler routine.
2009-07-19 Kristaps DzonsonsFixed and cleaned up "phrase" handling (`Bl -column...
2009-07-17 Kristaps DzonsonsRemoved EARGVPARM (superfluous, overly error-generating).
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 DzonsonsMoved mdoc_a2att() into libmdoc (replacement happens...
2009-07-12 Kristaps DzonsonsFixed mdoc_nwarn/mdoc_nerr considering themselves err...
2009-07-07 Kristaps DzonsonsTabularised error-code lookup in mdoc.c.
2009-07-06 Kristaps DzonsonsConsolidated all err/warnings into mdoc.c via libmdoc.h.
2009-07-06 Kristaps DzonsonsInitial removal of enum mdoc_warn from mdoc warnings...
2009-06-17 Kristaps DzonsonsSection orders are more elegantly handled (MDOC_PBODY...
2009-06-15 Kristaps DzonsonsDeprecated mdoc_msg (not being used anywhere).
2009-06-15 Kristaps DzonsonsRemoved mdoc_nwarn (not being used anywhere).
2009-06-15 Kristaps Dzonsonsmdoc error/warn macros replaced with real functions...
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsMade \(ss render as "ss", documented under COMPATIBILIT...
2009-04-02 Kristaps Dzonsonsmdoc_tokhash -> hash
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-23 Kristaps Dzonsons-man linked to mandoc in documentation.
2009-03-23 Kristaps DzonsonsFirst addition of -man macro support.