| Commit message (Expand) | Author | Age | Files | Lines |
* | Macro argument quoting does not prevent recognition of punctuation | Ingo Schwarze | 2017-05-30 | 1 | -1/+0 |
* | Parser unification: use nice ohashes for all three request and macro tables; | Ingo Schwarze | 2017-04-29 | 1 | -1/+0 |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -10/+11 |
* | Remove the ENDBODY_NOSPACE flag, simplifying the code. | Ingo Schwarze | 2017-02-16 | 1 | -1/+1 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -1/+5 |
* | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze | 2015-10-17 | 1 | -3/+1 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 1 | -1/+0 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -5/+0 |
* | Unify node handling functions: | Ingo Schwarze | 2015-04-19 | 1 | -2/+0 |
* | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_{alloc,reset,free}(). | Ingo Schwarze | 2015-04-18 | 1 | -1/+0 |
* | Move mdoc_hash_init() and man_hash_init() to libmandoc.h | Ingo Schwarze | 2015-04-18 | 1 | -1/+0 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -46/+16 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -1/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -23/+23 |
* | Get rid of all calls to rew_sub() in blk_exp_close(); only ten calls | Ingo Schwarze | 2015-02-02 | 1 | -1/+1 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze | 2014-11-29 | 1 | -2/+0 |
* | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze | 2014-11-28 | 1 | -8/+1 |
* | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze | 2014-11-28 | 1 | -1/+0 |
* | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze | 2014-11-28 | 1 | -3/+3 |
* | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze | 2014-11-28 | 1 | -9/+8 |
* | Simplify code by making mdoc validation handlers void. | Ingo Schwarze | 2014-11-28 | 1 | -2/+2 |
* | Multiple fixes with respect to in-line macros: | Ingo Schwarze | 2014-11-17 | 1 | -1/+2 |
* | demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() | Ingo Schwarze | 2014-08-01 | 1 | -4/+0 |
* | garbage collect three unused global flags; no functional change | Ingo Schwarze | 2014-07-30 | 1 | -1/+0 |
* | mark defos as const; nobody needs to change it, | Ingo Schwarze | 2014-07-09 | 1 | -1/+1 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -0/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -4/+4 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -0/+1 |
* | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze | 2013-10-21 | 1 | -2/+6 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -8/+7 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 1 | -0/+1 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -0/+1 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 1 | -1/+0 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Follow-up: forgot to remove useless regset structs. | Kristaps Dzonsons | 2011-07-18 | 1 | -1/+0 |
* | Make `struct roff' be passed into libmdoc and libman upon creation. | Kristaps Dzonsons | 2011-07-18 | 1 | -0/+1 |
* | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" | Kristaps Dzonsons | 2011-04-19 | 1 | -7/+1 |
* | Get mdoc_argv.c ready to use [some of] mandoc_getarg() by giving said | Kristaps Dzonsons | 2011-04-17 | 1 | -10/+10 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+0 |
* | mdoc_argn_free is only used local to mdoc_argv.c, so make it static. | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+20 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -7/+4 |
* | Clean-up in libmdoc: fix last checks for mdoc_*msg return value, then | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | Kill off some unused function prototypes. | Kristaps Dzonsons | 2011-03-17 | 1 | -3/+0 |
* | Move mdoc_str2sec() into mdoc_validate.c as a2sec(), as that's the only | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+0 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -9/+0 |
* | Make args_checkpunct() use mdoc_isdelim() instead of mdoc_iscdelim(), | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | mdoc_action.c is no more. Attic it and remove it from the Makefile. | Kristaps Dzonsons | 2010-11-30 | 1 | -3/+0 |