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