2011-04-30 |
Kristaps Dzonsons | Remove enum mcharst, which hasn't been used in quite... |
blob | commitdiff | raw |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 4: merge chars.h into out.h. The functions in... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
blob | commitdiff | raw | diff to current |
2011-02-09 |
Kristaps Dzonsons | EQN blocks are now printed in all modes. This is simpl... |
blob | commitdiff | raw | diff to current |
2011-02-06 |
Kristaps Dzonsons | Add initial libmdoc and libman top-most machinery for... |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Ingo Schwarze | Avoid double blank line before a table preceded by... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
Ingo Schwarze | Fix another regression caused by the reorg of print_man... |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Ingo Schwarze | Refrain from throwing fatal errors for |
blob | commitdiff | raw | diff to current |
2011-01-16 |
Ingo Schwarze | When processing a blank text line, do not break out... |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | Make -man -Tascii not break within literal lines, e.g., |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Kristaps Dzonsons | If the first character of free-form text is whitespace... |
blob | commitdiff | raw | diff to current |
2011-01-11 |
Kristaps Dzonsons | Don't let `in' creep past the right margin. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Ingo Schwarze | Multiple man(7) .IP and .TP fixes started during p2k10: |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Kristaps Dzonsons | For tbl: -man documents print an extra space before... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Turn on -Tascii tbl printing. The output still has... |
blob | commitdiff | raw | diff to current |
2011-01-01 |
Kristaps Dzonsons | Add -man support for tables. Like -mdoc, this consists... |
blob | commitdiff | raw | diff to current |
2010-12-08 |
Kristaps Dzonsons | Remove `i' and `r' macro handlers. These macros, origi... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Add support for `ft' macro found in groff(7). Based... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | My favourite: removing lots of code in favour of smalle... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Header for `PP', `P', and `LP' should never be printed. |
blob | commitdiff | raw | diff to current |
2010-12-05 |
Kristaps Dzonsons | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Kristaps Dzonsons | Allow string lengths to account for escapes. Now all... |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Kristaps Dzonsons | Collapse `nf', `fi', `Vb', and `Ve' into one function... VERSION_1_10_5_PREPDF |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Added `in' macro support for -man -Tascii. This is... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Bring `sp', `Sp', and `br' behaviour for -man in line... |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Have `nf' and `fi' flush lines. This is necessary... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Kristaps Dzonsons | Initial chunks for variable-width fonts. Pushes all... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Ingo Schwarze | Fix a regression that crept in in man_term.c 1.73 and... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Kristaps Dzonsons | Have the standard manpage header and footer print on... |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Kristaps Dzonsons | First check-in of PostScript output. This does not... |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Kristaps Dzonsons | Allow bad -man dates to flow verbatim into the front... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Enable the unified error/warning enumeration in mandoc... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Joerg Sonnenberger | Add support for .AT. Properly implement .UC. Add regres... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Joerg Sonnenberger | groff uses three vspaces before the footer too. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Remove `am', `ami', `de', `dei', and `.' from -man... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Pull `ig' out of -man and leave it the roff preparser. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Joerg Sonnenberger | For .IP groff requires a single space only after the... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Joerg Sonnenberger | Make the output width an option for ascii_alloc and... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | Removed restriction on integer manual sections in ... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kristaps Dzonsons | End-of-sentence spacing for -man -Tascii. |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Kristaps Dzonsons | Back out OpenBSD special case (ok Ingo Schwarze). |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Kristaps Dzonsons | Proper leading spaces for new- and old-groff in -man... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Kristaps Dzonsons | -man also now has unbound margins for literal context. |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Kristaps Dzonsons | Using man_node_delete() instead of man_node_free()... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Fixed two very subtle bugs in retaining overstep and... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Support for pod2man standard header macros (Vb, Ve... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Kristaps Dzonsons | Accomodate (libman) for next-line macros followed by... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Fixed \c support for all input and output modes (docume... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Deprecated ".i <notext>" support (nobody uses it -... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Basically re-wrote -Tascii font handling: instead of... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Kristaps Dzonsons | Noted that -man text decoration is re-set when exiting... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Kristaps Dzonsons | Disable metafonts when printing document footer. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Kristaps Dzonsons | Consolidated `RI' and `IR' handlers (-man -Tascii). |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Kristaps Dzonsons | Fixed `RI' (was reversed). |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | More lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | Removed dynamic allocations of header/footer data. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Full `%U' support. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Kristaps Dzonsons | Added `PD' to -man (doesn't do anything, yet). |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Kristaps Dzonsons | Fixed maddening mismatch between groff and strftime... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Kristaps Dzonsons | Fixed strftime stray %d -> %e (pointed out by Ulrich... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Made sure devices and formats recognise that -man and... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Arbitrary horizontal and vertical scaling widths now... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Fitted -man -Tascii with scaling units (.5i, etc.). |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Added horizontal scaling units to -Tman -Tascii. |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Kristaps Dzonsons | Moved output definitions into main.h. |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Kristaps Dzonsons | Consolidated some -man -Tascii functions. |
blob | commitdiff | raw | diff to current |
2009-10-07 |
Kristaps Dzonsons | Header buffers in -man -Tascii are static. |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Kristaps Dzonsons | Structural components of -man -Thtml in place (note... |
blob | commitdiff | raw | diff to current |
2009-10-03 |
Kristaps Dzonsons | Added initial -man framework for -Thtml. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Kristaps Dzonsons | Made tree/term/out() functions return void. |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Kristaps Dzonsons | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Kristaps Dzonsons | Added `UC' libman macro (has no effect). |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Kristaps Dzonsons | FreeBSD fix (uqs@spoerlein.net). |
blob | commitdiff | raw | diff to current |
2009-08-20 |
Kristaps Dzonsons | Added `DT' macro (pointed out by joerg@netbsd.org). |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | `RS' blocks correctly formatting in output device. |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Kristaps Dzonsons | Added RS/RE macro pair (had to adjust closing rules... |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Kristaps Dzonsons | Small updates to man.7 (next-line break-exclusions... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Kristaps Dzonsons | `IP' and `TP' correctly handle width arguments. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Kristaps Dzonsons | Finished correct `IP' handling. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Kristaps Dzonsons | Added proper `TP' support. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Kristaps Dzonsons | Added full `HP' libman macro support. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Kristaps Dzonsons | Significant overhaul in libman. Macros are now block... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Kristaps Dzonsons | Moved indentation size into *term.c files. |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Kristaps Dzonsons | Added `sp' support to libman. |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Kristaps Dzonsons | Added nchild decrement in libman (not used, but better... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Kristaps Dzonsons | Fixed libman .br to be a newline, not a .PP alias. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Kristaps Dzonsons | Removed MAN___: moved MAN_br to its index (comments... |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Kristaps Dzonsons | Removed superfluous ifdef around strftime (schwarze... |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Kristaps Dzonsons | Backed-out .IP changes for libman (needs work). |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Kristaps Dzonsons | Documented some un-clear parts of main.c. |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Kristaps Dzonsons | Fixed email address in manual AUTHOR reference. |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Kristaps Dzonsons | Fixed license email address. |
blob | commitdiff | raw | diff to current |
2009-04-12 |
Kristaps Dzonsons | Using proper license template (const). |
blob | commitdiff | raw | diff to current |
next |