| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement .PD for -Tascii. | Ingo Schwarze | 2012-07-29 | 1 | -1/+2 |
* | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze | 2012-07-18 | 1 | -1/+21 |
* | Drop .sp and .br right after .SH and .SS. | Ingo Schwarze | 2012-07-18 | 1 | -6/+19 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -0/+2 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -2/+6 |
* | In man(7), when no explicit volume name is given, use the default | Ingo Schwarze | 2011-12-02 | 1 | -0/+4 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -25/+10 |
* | When .TH sets no data, leave the date field in the page footer blank, | Ingo Schwarze | 2011-11-03 | 1 | -3/+5 |
* | Remove a bunch of useless assignments, | Ingo Schwarze | 2011-10-16 | 1 | -6/+5 |
* | Revert removal of tab warning, suggested by schwarze@. | Kristaps Dzonsons | 2011-09-06 | 1 | -2/+17 |
* | Remove check for tab. man(7) says tab is Ok. | Kristaps Dzonsons | 2011-09-04 | 1 | -17/+2 |
* | Teach -man that a literal context should be closed by SS/SH in the | Kristaps Dzonsons | 2011-09-04 | 1 | -9/+19 |
* | Move checking of escapes into roff.c, where we're already stepping | Kristaps Dzonsons | 2011-07-26 | 1 | -36/+6 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -1/+2 |
* | Make sure that `br' and `sp' don't emit space before the initial `SH' in | Kristaps Dzonsons | 2011-07-08 | 1 | -4/+19 |
* | Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. This | Kristaps Dzonsons | 2011-04-13 | 1 | -7/+4 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -24/+30 |
* | Make empty sections and parts (SH, SS, RS) only produce a warning if it | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+4 |
* | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -9/+12 |
* | Clean-up in libman: make all calls to man_*msg not check return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -3/+2 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -23/+15 |
* | Allow -man to process EQN as well. Also fix a segfault in missing case | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+2 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+2 |
* | Refrain from throwing fatal errors for | Ingo Schwarze | 2011-01-17 | 1 | -33/+23 |
* | Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. The | Kristaps Dzonsons | 2011-01-12 | 1 | -30/+19 |
* | Make out-of-context `fi' invocations not cause an error, but just a | Kristaps Dzonsons | 2011-01-12 | 1 | -1/+1 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -3/+11 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 1 | -2/+0 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -0/+55 |
* | Make return(man_nmsg(...)) by a simple declaration. | Kristaps Dzonsons | 2010-12-06 | 1 | -18/+20 |
* | Allow HP/IP/etc. to have no arguments, as they're optional. From a field- | Kristaps Dzonsons | 2010-12-06 | 1 | -3/+1 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 1 | -4/+0 |
* | Move all man_action.c routines into man_validate.c | Kristaps Dzonsons | 2010-11-30 | 1 | -8/+191 |
* | Quiesce Linux header-inclusion warnings. | Kristaps Dzonsons | 2010-10-11 | 1 | -0/+1 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -6/+2 |
* | Sync to OpenBSD: add missing Copyright years. | Ingo Schwarze | 2010-07-31 | 1 | -1/+1 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -4/+5 |
* | Strip non-graphable input characters from input. The manuals | Kristaps Dzonsons | 2010-07-20 | 1 | -19/+25 |
* | Notes: this must be done later. \b in the input will cause havoc. | Kristaps Dzonsons | 2010-06-28 | 1 | -0/+5 |
* | 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 | -3/+3 |
* | Smarten BADCHAR check to allow ASCII_HYPH. | Kristaps Dzonsons | 2010-05-25 | 1 | -1/+1 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -29/+38 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+1 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -23/+0 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 1 | -3/+1 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+1 |
* | Pulled back in mysterious lost le1 <-> eq0 for Sp macro. | Kristaps Dzonsons | 2010-05-14 | 1 | -1/+1 |
* | Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz... | Kristaps Dzonsons | 2010-05-09 | 1 | -3/+1 |