| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -2/+2 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze | 2015-10-22 | 1 | -1/+2 |
* | Get rid of two empty wrapper functions. No functional change. | Ingo Schwarze | 2015-04-23 | 1 | -1/+0 |
* | Unify trickier node handling functions. | Ingo Schwarze | 2015-04-19 | 1 | -2/+0 |
* | Unify some node handling functions that use TOKEN_NONE. | Ingo Schwarze | 2015-04-19 | 1 | -2/+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 | -32/+11 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -1/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -12/+12 |
* | Simplify by almost halving the number of macro flags: | Ingo Schwarze | 2015-03-20 | 1 | -8/+5 |
* | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze | 2014-12-28 | 1 | -0/+1 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 1 | -10/+9 |
* | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze | 2014-11-03 | 1 | -0/+3 |
* | Simplify man(7) validation: | Ingo Schwarze | 2014-08-01 | 1 | -1/+0 |
* | 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 | -2/+0 |
* | Simplify: replace one global flag by one local variable. | Ingo Schwarze | 2014-07-30 | 1 | -1/+0 |
* | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze | 2014-07-07 | 1 | -2/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -2/+2 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -0/+1 |
* | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze | 2012-11-17 | 1 | -5/+5 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -0/+1 |
* | 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 |
* | Merge man_args() into man_macro.c, the only place where it's called, and | Kristaps Dzonsons | 2011-03-23 | 1 | -7/+0 |
* | First, make -man ARGS_EOLN et al. be an enum. Second, remove | Kristaps Dzonsons | 2011-03-23 | 1 | -6/+8 |
* | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be | Kristaps Dzonsons | 2011-03-23 | 1 | -0/+1 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+0 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -6/+3 |
* | Clean-up in libman: make all calls to man_*msg not check return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+1 |
* | Kill man_action.c. | Kristaps Dzonsons | 2010-11-30 | 1 | -2/+0 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -1/+0 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+0 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -1/+1 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -7/+7 |
* | Mechanical diff allowing the const struct regset to propogate through | Kristaps Dzonsons | 2010-06-26 | 1 | -2/+7 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+1 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Squash bug noted by Ulrich Spoerlein where "-" were being converted to | Kristaps Dzonsons | 2010-06-09 | 1 | -1/+1 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -38/+8 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -4/+0 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+0 |