Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+26 |
| | | | | | | | | | | | | | | replaced by file) input. This replaces earlier behaviour of doing nothing, which I found unexpected (mandoc should always output). This requires a buffer in read.c that saves the input lines before being parsed, with a special hook if `so' is invoked. This buffer is just flushed to output if -mman is the input. While mucking around doing this, I also alpha-ordered the mandoc.h functions. Ok schwarze@, with no screaming when the polished patch was published. | ||||
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 1 | -1/+2 |
| | |||||
* | Make sure constants in mandoc.3 use the `Dv' macro. | Kristaps Dzonsons | 2011-07-11 | 1 | -5/+13 |
| | |||||
* | Add more documentation for libmandoc. | Kristaps Dzonsons | 2011-06-22 | 1 | -6/+51 |
| | |||||
* | Document that spec2cp never returns 0. | Kristaps Dzonsons | 2011-05-24 | 1 | -3/+1 |
| | |||||
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -24/+0 |
| | | | | the libroff point. This clears up a nice chunk of code. | ||||
* | Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1 | Kristaps Dzonsons | 2011-05-17 | 1 | -0/+2 |
| | | | | | and remove some long-fixed notes in sthe same section. Also, add an `Lb' for the mandoc library to mandoc.3 (noted by Sascha Wildner). | ||||
* | Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go! | Kristaps Dzonsons | 2011-05-17 | 1 | -2/+12 |
| | |||||
* | Documenting the mchars_XXXX part of mandoc.h. | Kristaps Dzonsons | 2011-05-01 | 1 | -0/+86 |
| | |||||
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | Add more documentation bits to mandoc.3. | Kristaps Dzonsons | 2011-04-19 | 1 | -0/+72 |
| | |||||
* | Skeleton of documentation functions, types, and variables in mandoc.h. | Kristaps Dzonsons | 2011-04-09 | 1 | -0/+41 |
| | |||||
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -1/+11 |
| | | | | mparse_strerror() and mparse_strlevel(). | ||||
* | Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+323 |
man.h are now part of libmandoc.h, so remove these from their respective manuals (they're no longer public-facing and we don't need a libmandoc.3 (yet?)). Before that, move the juicy data (parse tree syntax) into new-born mandoc.3. Peck around in Makefile and index.sgml to reflect reality. |