| Commit message (Expand) | Author |
| 2017-05-14 | Fix two potential buffer under/overruns. | Simon Tatham |
| 2013-03-10 | Add \s for 'strong' text, i.e. bold rather than italics. I've missed | Simon Tatham |
| 2012-08-29 | Revamp of the Halibut error handling mechanism. | Simon Tatham |
| 2009-10-24 | Allow a hastily selected subset of the output formats to also accept | Simon Tatham |
| 2009-09-06 | Revise r8309 to use \- rather than - when trying to emit a literal U+002D; | Jacob Nevins |
| 2009-09-06 | More portable attempt to get a literal U+0027 than r8321, pinched from pod2man | Jacob Nevins |
| 2008-11-23 | Extend r8309 to try to ensure that single-quote/apostrophe characters in code | Jacob Nevins |
| 2008-11-21 | Don't translate hyphens into \(hy inside \c{...} or code paragraphs, | Simon Tatham |
| 2006-10-11 | `man', at least on Debian 3.1, will treat a paragraph beginning with | Simon Tatham |
| 2006-05-07 | Factor out another routine from man_rdaddwc(), this one to add a control | Ben Harris |
| 2006-05-07 | Pull the code to reset the output charset state out of man_rdaddwc() into | Ben Harris |
| 2006-05-07 | When we want a printed backslash, use \e rather than \\, since the former | Ben Harris |
| 2006-05-06 | Add support for nonbreaking hyphens to the "man" backend. man_rdaddwc() is b... | Ben Harris |
| 2006-05-06 | Support for non-breaking spaces in the "man" backend. This has the odd side-... | Ben Harris |
| 2006-05-06 | Improve rule generation in the "man" backend so that if the output | Ben Harris |
| 2006-05-06 | Support for TROFF named characters, so we can have proper bullets in our lists, | Ben Harris |
| 2006-05-06 | better para_Rule implementation for "man" backend, using TROFF's built-in | Ben Harris |
| 2005-07-29 | Ben Hutchings points out that `.UC', which I think I must have | Simon Tatham |
| 2005-05-18 | The heading depth of a para_Subsect is p->aux+1, not p->aux+2. | Ben Harris |
| 2004-11-21 | It turns out that the man format requires the \& sequence (to | Simon Tatham |
| 2004-11-06 | man supports `.SS' for subsection headings. Use it. | Simon Tatham |
| 2004-08-06 | Explicitly bless in the documentation, and fix in the man backend, | Simon Tatham |
| 2004-06-27 | Sort out error handling everywhere a charset name is converted into | Simon Tatham |
| 2004-06-16 | s/text-quotes/man-quotes/. Damn cut and paste. Thanks Jacob. | Simon Tatham |
| 2004-06-12 | Switch the memory allocation macros from the Halibut ones | Simon Tatham |
| 2004-05-23 | Configurable bullet and quote characters for the man backend. | Simon Tatham |
| 2004-04-21 | Charset support for the man page backend (\cfg{man-charset}). | Simon Tatham |
| 2004-04-20 | Infrastructure changes for character set support. ustrtoa, | Simon Tatham |
| 2004-04-19 | Better robustness when backends encounter a Unicode character not | Simon Tatham |
| 2004-04-13 | Initial work on PS and PDF output. Because these two backends share | Simon Tatham |
| 2004-04-01 | Arrange a mechanism whereby each backend can be passed a filename | Simon Tatham |
| 2004-04-01 | Add \cfg / -C directives to allow the user to choose the output file | Simon Tatham |
| 2004-03-30 | Simplify treatment of the copyright notice, now I've also simplified | Simon Tatham |
| 2004-03-25 | Obsoleted the `\preamble' command. Preamble text is now taken to be | Simon Tatham |
| 2004-03-25 | Add a \quote{...} directive, working like <blockquote> in HTML. | Simon Tatham |
| 2004-03-25 | Apparently we must include the .TH directive in a man page even when | Simon Tatham |
| 2004-03-24 | Cleanups to complete the man page backend. Also, an additional new | Simon Tatham |
| 2004-03-23 | Man-page back end for Halibut. Also, a couple of additional markup | Simon Tatham |