summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/libmdoc.h
AgeCommit message (Expand)Author
2015-04-02Third step towards parser unification:Ingo Schwarze
2015-04-02Second step towards parser unification:Ingo Schwarze
2015-02-02Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze
2014-11-29Provide a helper function macro_or_word() and use it to prune theIngo Schwarze
2014-11-28Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze
2014-11-28Retire support for CSRG supplementary document titles. These areIngo Schwarze
2014-11-28Remove bulky, irrelevant library description string tablesIngo Schwarze
2014-11-28Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze
2014-11-28Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze
2014-11-28Simplify code by making mdoc validation handlers void.Ingo Schwarze
2014-11-27remove unneccessary inclusion protection; ok schwarzeTheo de Raadt
2014-11-17Multiple fixes with respect to in-line macros:Ingo Schwarze
2014-08-08demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()Ingo Schwarze
2014-08-08Simplify: replace one global flag by one local variableIngo Schwarze
2014-07-09mark defos as const; nobody needs to change it,Ingo Schwarze
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-01-05Add an option -Q (quick) to mandocdb(8)Ingo Schwarze
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-07-18Fix handling of paragraph macros inside lists:Ingo Schwarze
2012-05-24Support -Ios='OpenBSD 5.1' to override uname(3) as the source of theIngo Schwarze
2011-12-02In man(7), when no explicit volume name is given, use the defaultIngo Schwarze
2011-09-18sync to version 1.11.5:Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2010-12-01Merge mdoc_action.c into mdoc_validate.c, because having two places to doIngo Schwarze
2010-08-20Implement a simple, consistent user interface for error handling.Ingo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-01In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze
2010-06-29Support for badly nested blocks, written around the time ofIngo Schwarze
2010-06-27Full .nr nS support, unbreaking the kernel manuals.Ingo Schwarze
2010-06-06Merge bsd.lv version 1.10.1 (to be released soon).Ingo Schwarze
2010-05-24Increase performance by saving the list type in struct mdoc_node.Ingo Schwarze
2010-05-23Unified error and warning message system for all of mandoc,Ingo Schwarze
2010-05-15allow non-numeric manual sections in -mdoc;Ingo Schwarze
2010-05-15various improvements regarding errors and warnings Joerg Sonnenberger:Ingo Schwarze
2010-05-15proper handling of quoted tab-separated column listsIngo Schwarze
2010-05-15Distinguish OPEN, MIDDLE and CLOSE delimiters (using an enum).Ingo Schwarze
2010-05-14Merge 1.9.25, keeping local patches;Ingo Schwarze
2010-05-14merge 1.9.24, keeping local patches; some changes:Ingo Schwarze
2010-05-08handle text lines beginning with \." as comments, like groff does,Ingo Schwarze
2010-04-07Merge the good parts of 1.9.23,Ingo Schwarze
2010-04-03When two conflicting list types are specified for the same list,Ingo Schwarze
2010-04-02merge 1.9.22, keeping local patchesIngo Schwarze
2009-12-22sync to 1.9.12, mostly portability and refactoring:Ingo Schwarze
2009-10-21sync to 1.9.9, featuring:Ingo Schwarze
2009-10-19sync to 1.9.6: multiple improvements to references (.Rs)Ingo Schwarze
2009-09-21sync to 1.9.5: lookup hashes are now static tablesIngo Schwarze