Add an error check for correct formatting in Deflate uncompressed
[sgt/halibut] / bk_man.c
2009-10-24 simonAllow a hastily selected subset of the output formats...
2009-09-06 jacobRevise r8309 to use \- rather than - when trying to...
2009-09-06 jacobMore portable attempt to get a literal U+0027 than...
2008-11-23 jacobExtend r8309 to try to ensure that single-quote/apostro...
2008-11-21 simonDon't translate hyphens into \(hy inside \c{...} or...
2006-10-11 simon`man', at least on Debian 3.1, will treat a paragraph...
2006-05-07 benFactor out another routine from man_rdaddwc(), this...
2006-05-07 benPull the code to reset the output charset state out...
2006-05-07 benWhen we want a printed backslash, use \e rather than...
2006-05-06 benAdd support for nonbreaking hyphens to the "man" backen...
2006-05-06 benSupport for non-breaking spaces in the "man" backend...
2006-05-06 benImprove rule generation in the "man" backend so that...
2006-05-06 benSupport for TROFF named characters, so we can have...
2006-05-06 benbetter para_Rule implementation for "man" backend,...
2005-07-29 simonBen Hutchings points out that `.UC', which I think...
2005-05-18 benThe heading depth of a para_Subsect is p->aux+1, not...
2004-11-21 simonIt turns out that the man format requires the \& sequen...
2004-11-06 simonman supports `.SS' for subsection headings. Use it.
2004-08-06 simonExplicitly bless in the documentation, and fix in the...
2004-06-27 simonSort out error handling everywhere a charset name is...
2004-06-16 simons/text-quotes/man-quotes/. Damn cut and paste. Thanks...
2004-06-12 simonSwitch the memory allocation macros from the Halibut...
2004-05-23 simonConfigurable bullet and quote characters for the man...
2004-04-21 simonCharset support for the man page backend (\cfg{man...
2004-04-20 simonInfrastructure changes for character set support. ustrtoa,
2004-04-19 simonBetter robustness when backends encounter a Unicode...
2004-04-13 simonInitial work on PS and PDF output. Because these two...
2004-04-12 simonDouble yikes! I meant to check in just biblio.c, but...
2004-04-12 simonYikes! Stack trash I'd never noticed before. Oops.
2004-04-01 simonArrange a mechanism whereby each backend can be passed...
2004-04-01 simonAdd \cfg / -C directives to allow the user to choose...
2004-03-30 simonSimplify treatment of the copyright notice, now I've...
2004-03-25 simonObsoleted the `\preamble' command. Preamble text is...
2004-03-25 simonAdd a \quote{...} directive, working like <blockquote...
2004-03-25 simonApparently we must include the .TH directive in a man...
2004-03-24 simonCleanups to complete the man page backend. Also, an...
2004-03-23 simonMan-page back end for Halibut. Also, a couple of additi...