]> git.cameronkatri.com Git - mandoc.git/history - libmdoc.h
Only sort the result array if it contains more than one element,
[mandoc.git] / libmdoc.h
2018-12-31 Ingo SchwarzeCleanup, minus 15 LOC, no functional change:
2018-12-30 Ingo SchwarzeCleanup, no functional change:
2018-12-21 Ingo SchwarzeRename mandoc_getarg() to roff_getarg() and pass it...
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2017-05-30 Ingo SchwarzeMacro argument quoting does not prevent recognition...
2017-04-29 Ingo SchwarzeParser unification: use nice ohashes for all three...
2017-04-24 Ingo SchwarzeContinue parser unification:
2017-02-16 Ingo SchwarzeRemove the ENDBODY_NOSPACE flag, simplifying the code.
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-17 Ingo SchwarzeVery tricky diff to fix macro interpretation and spacin...
2015-04-23 Ingo SchwarzeGet rid of two empty wrapper functions. No functional...
2015-04-19 Ingo SchwarzeUnify some node handling functions that use TOKEN_NONE.
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeUnify {mdoc,man}_{alloc,reset,free}() into roff_man_...
2015-04-18 Ingo SchwarzeMove mdoc_hash_init() and man_hash_init() to libmandoc.h
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-02-02 Ingo SchwarzeGet rid of all calls to rew_sub() in blk_exp_close...
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-11-29 Ingo SchwarzeProvide a helper function macro_or_word() and use it...
2014-11-28 Ingo SchwarzeFold the loop around mdoc_argv() into the function...
2014-11-28 Ingo SchwarzeRetire support for CSRG supplementary document titles...
2014-11-28 Ingo SchwarzeSimplify by making the mdoc parser callbacks void,...
2014-11-28 Ingo SchwarzeSimplify the code by making various mdoc parser helper...
2014-11-28 Ingo SchwarzeSimplify code by making mdoc validation handlers void.
2014-11-17 Ingo SchwarzeMultiple fixes with respect to in-line macros:
2014-08-01 Ingo Schwarzedemacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg...
2014-07-30 Ingo Schwarzegarbage collect three unused global flags; no functiona...
2014-07-09 Ingo Schwarzemark defos as const; nobody needs to change it,
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-01-05 Ingo SchwarzeAdd an option -Q (quick) to mandocdb(8)
2013-10-21 Ingo SchwarzeThere are three kinds of input lines: text lines, macro...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-07-18 Ingo SchwarzeFix handling of paragraph macros inside lists:
2012-05-27 Ingo SchwarzeSupport -Ios='OpenBSD 5.1' to override uname(3) as...
2011-12-02 Ingo SchwarzeIn man(7), when no explicit volume name is given, use...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
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.
next