Age | Commit message (Expand) | Author |
2017-04-29 | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze |
2017-04-24 | Continue parser unification: | Ingo Schwarze |
2017-02-16 | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze |
2015-11-07 | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-04-23 | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze |
2015-04-19 | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze |
2015-04-19 | Unify node handling functions: | Ingo Schwarze |
2015-04-18 | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze |
2015-04-18 | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-02-02 | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze |
2014-11-29 | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze |
2014-11-28 | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze |
2014-11-28 | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze |
2014-11-28 | Remove bulky, irrelevant library description string tables | Ingo Schwarze |
2014-11-28 | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze |
2014-11-28 | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze |
2014-11-28 | Simplify code by making mdoc validation handlers void. | Ingo Schwarze |
2014-11-27 | remove unneccessary inclusion protection; ok schwarze | Theo de Raadt |
2014-11-17 | Multiple fixes with respect to in-line macros: | Ingo Schwarze |
2014-08-08 | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze |
2014-08-08 | Simplify: replace one global flag by one local variable | Ingo Schwarze |
2014-07-09 | mark defos as const; nobody needs to change it, | Ingo Schwarze |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2013-10-21 | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze |
2012-05-24 | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze |
2011-12-02 | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | Ingo Schwarze |
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-01 | In the mdoc(7) parser, inspect roff registers early such that all parts | Ingo Schwarze |
2010-06-29 | Support for badly nested blocks, written around the time of | Ingo Schwarze |
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-05-24 | Increase performance by saving the list type in struct mdoc_node. | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-15 | allow non-numeric manual sections in -mdoc; | Ingo Schwarze |
2010-05-15 | various improvements regarding errors and warnings Joerg Sonnenberger: | Ingo Schwarze |