summaryrefslogtreecommitdiff
path: root/input.c (unfollow)
Commit message (Expand)Author
2014-12-16Add missing err_cantopen.Simon Tatham
2014-12-16Fix segfault when a source file doesn't exist.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
2012-02-24Allow macro definitions to be terminated by tok_eof as well asSimon Tatham
2010-02-27A user recently reported that Halibut's font-file handling doesn'tSimon Tatham
2009-10-24Enable Halibut to read a .but file from standard input, by supplyingSimon Tatham
2008-11-21Correct mishandling of paragraphs beginning with "\#{".Simon Tatham
2007-02-03Add support for using TrueType fonts, including embedding in PostScript butBen Harris
2007-01-27Add support for PFB files. This seems to have caused me to completelyBen Harris
2006-12-07I've just noticed some unacceptably long lines in code paragraphs inSimon Tatham
2006-12-05Distingush font files from other input by magic number rather than name.Ben Harris
2006-05-14Fairly ropey font-embedding support. In particular, the PDF output isBen Harris
2006-05-13Initial support for adding fonts at run-time. Currently we only supportBen Harris
2005-11-13Just to be on the safe side about avoiding other portability hazardsSimon Tatham
2005-09-29Remove the error message `no text found in paragraph'. Aaron BrownSimon Tatham
2005-04-12input.c was capable of generating a paragraph structure with no textSimon Tatham
2005-01-24`origtext' was not getting set correctly for escaped tokens (\\, \{,Simon Tatham
2004-11-17Allow macros to work (a) at the very start of a paragraph, and (b)Simon Tatham
2004-08-20Forgot to set a file position on characters being returned fromSimon Tatham
2004-07-16Right; I'm finally sick of typing \q{\cw{foo}}, so I've invented aSimon Tatham
2004-06-27Sort out error handling everywhere a charset name is converted intoSimon Tatham
2004-06-12Enforce that \q may not be used anywhere within \c. It shouldn't beSimon Tatham
2004-06-12Switch the memory allocation macros from the Halibut onesSimon Tatham
2004-04-23Enhance the text backend to support configurable quote characters,Simon Tatham
2004-04-20Infrastructure changes for character set support. ustrtoa,Simon Tatham
2004-04-19Support for \cfg{input-charset}. Input files can now be in ASCII,Simon Tatham
2004-04-15Support the \W{...}\i\c{...} combination used in the NASM manual.Simon Tatham
2004-04-10Info backend now takes care to avoid magic characters in node namesSimon Tatham
2004-03-30\lcont and \quote were being confused by whitespace (in particular,Simon Tatham
2004-03-30Make \ii work!Simon Tatham
2004-03-25Introduce \. as a NOP command. The purpose of this is to act as aSimon 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-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
2002-08-23Just had a play with this newfangled `valgrind' memory debuggerSimon Tatham
2002-08-12Arrange for multiple \cfg, \IM and \BR paragraphs to not requireSimon Tatham
2002-08-05Rename Buttress to Halibut. I _think_ I've caught everything in this pass.Simon Tatham
2001-12-14Buttress was dealing poorly with \r in input files (though not _too_Simon Tatham
2001-12-04This update should bring the Windows Help back end up toSimon Tatham
2001-12-04Replace Buttress's old tree23 routines with my shiny new countedSimon Tatham
2001-10-25Fix segfault on \W{URL}\cw{link text} construction.Simon Tatham
2000-11-22Add nonbreaking space as \_Simon Tatham
1999-11-12Daft error in input.c was causing messy aux fields and misgenerated emphasisSimon Tatham
1999-11-07First stab at text backend configurabilitySimon Tatham
1999-11-07Configurability backbone, and first use of itSimon Tatham
1999-11-07Added \q{...} for quoted textSimon Tatham
1999-10-24Macros; \- for nonbreaking hyphenSimon Tatham
1999-10-22Fix a couple of segfaults in error handling codeSimon Tatham