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