Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo ↵ | Kristaps Dzonsons | 2010-05-09 | 1 | -1/+0 | |
| | | | | Schwarze, too. | |||||
* | Lint fixes. | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | Using man_node_delete() instead of man_node_free()/man_node_freelist() and ↵ | Kristaps Dzonsons | 2010-03-24 | 1 | -0/+6 | |
| | | | | | | | friends (much simpler). Split blk_imp() into blk_exp() (explicit macros), blk_dotted() (roff macros), and the original. Added de, dei, am, ami, and ig roff macros (for now, these are discarded within the parse). | |||||
* | libman using enum mant instead of #defines for macros. | Kristaps Dzonsons | 2010-03-23 | 1 | -37/+39 | |
| | | | | | Clean-ups, better documentation in man_hash.c. Added extra space for "." in man_hash.c (unused for the time being). | |||||
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ↵ | Kristaps Dzonsons | 2010-03-23 | 1 | -1/+4 | |
| | | | | set of patches by Ingo Schwarze. | |||||
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+1 | |
| | ||||||
* | Added `PD' to -man (doesn't do anything, yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -1/+2 | |
| | ||||||
* | Fixed superfluous function declaration (spotted by Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-07 | 1 | -1/+0 | |
| | ||||||
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -1/+2 | |
| | | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used. | |||||
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+2 | |
| | ||||||
* | 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/+10 | |
| | | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman. | |||||
* | Added `sp' support to libman. | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+2 | |
| | | | | Added `\c' to known escapes (only used in man, but still). | |||||
* | Moved escape validation into libmandoc.h/mandoc.c (common between ↵ | Kristaps Dzonsons | 2009-07-04 | 1 | -0/+1 | |
| | | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently. | |||||
* | Added -fno-ign-chars support to libman. | Kristaps Dzonsons | 2009-06-18 | 1 | -1/+3 | |
| | | | | | | | man_validate.c checks for non-tab/isprint words. libman hashtable fixed (was ignoring .br). Added ncount field to man_node, deprecating count() functions. Documented use of tabs in man.7. | |||||
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 1 | -5/+4 | |
| | | | | Fix: hashtable not fully formed after removal of MDOC___. | |||||
* | 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 | -1/+2 | |
| | | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. | |||||
* | Proper resetting of memory. | Kristaps Dzonsons | 2009-04-03 | 1 | -1/+1 | |
| | | | | Array boundary fixed (-W). | |||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -1/+2 | |
| | | | | Initial man hashtab (BROKEN). | |||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -1/+2 | |
| | | | | Support for .br in libman. | |||||
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -1/+2 | |
| | ||||||
* | Added pflags to man_alloc. | Kristaps Dzonsons | 2009-03-25 | 1 | -1/+3 | |
| | | | | Abstract fflags -> pflags in main.c. | |||||
* | Actions in place for prologue parsing. | Kristaps Dzonsons | 2009-03-25 | 1 | -2/+2 | |
| | ||||||
* | Added man validator, renamed mdoc validator. | Kristaps Dzonsons | 2009-03-25 | 1 | -1/+7 | |
| | ||||||
* | -man printing linked to -Ttree. | Kristaps Dzonsons | 2009-03-23 | 1 | -7/+2 | |
| | ||||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -0/+97 | |
Abstraction of mdoc. |