| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -0/+1 |
* | Allow bad -man dates to flow verbatim into the front-ends. Noted by | Kristaps Dzonsons | 2010-05-26 | 1 | -3/+12 |
* | Plug second meta.source leak in `UT' handling. | Kristaps Dzonsons | 2010-05-24 | 1 | -0/+3 |
* | Fixed memory leak for `AT' (-man input). | Kristaps Dzonsons | 2010-05-24 | 1 | -0/+3 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -3/+4 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 1 | -1/+83 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -20/+0 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+0 |
* | Fixed memory leak introduced in last checkin of man_action TH parsing (only i... | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+3 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -11/+3 |
* | Fixed re-adjustment of scope in exiting roff instructions (libman). | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+0 |
* | Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr... | Kristaps Dzonsons | 2010-03-24 | 1 | -3/+27 |
* | enum-ised rew_* return values (type-safety). | Kristaps Dzonsons | 2010-03-24 | 1 | -2/+0 |
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ... | Kristaps Dzonsons | 2010-03-23 | 1 | -0/+3 |
* | Clarify -man -T[x]html handling of `br' within `B'. | Kristaps Dzonsons | 2010-03-22 | 1 | -18/+2 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
* | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -32/+11 |
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -2/+0 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -7/+4 |
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 1 | -1/+1 |
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -0/+1 |
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -0/+1 |
* | Fixed `nf' behaviour (had broken with de-chunking). | Kristaps Dzonsons | 2009-08-21 | 1 | -13/+39 |
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -0/+1 |
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 1 | -1/+3 |
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -2/+3 |
* | Added `sp' support to libman. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
* | Moved all formatted libman warn/error into man.c/libman.h. | Kristaps Dzonsons | 2009-06-18 | 1 | -9/+6 |
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 1 | -2/+1 |
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -0/+1 |
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -0/+1 |
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -5/+6 |
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+1 |
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -8/+6 |
* | Fixed reading whitespace for man.7 `. TH'. | Kristaps Dzonsons | 2009-03-26 | 1 | -6/+14 |
* | Linux fix (prototype). | Kristaps Dzonsons | 2009-03-25 | 1 | -0/+3 |
* | Actions in place for prologue parsing. | Kristaps Dzonsons | 2009-03-25 | 1 | -87/+74 |
* | Added man_action.c, renamed mdoc_action.c. | Kristaps Dzonsons | 2009-03-25 | 1 | -0/+196 |