Bug in utoi(), which made it ignore a leading minus sign when
[sgt/halibut] / input.c
2012-02-24 simonAllow macro definitions to be terminated by tok_eof...
2010-02-27 simonA user recently reported that Halibut's font-file handl...
2009-10-24 simonEnable Halibut to read a .but file from standard input...
2008-11-21 simonCorrect mishandling of paragraphs beginning with "...
2007-02-13 benRevert an accidental commit -- we don't have OpenType...
2007-02-13 benAdd a --list-fonts option, since getting PostScript...
2007-02-03 benAdd support for using TrueType fonts, including embeddi...
2007-01-27 benAdd support for PFB files. This seems to have caused...
2006-12-07 simonI've just noticed some unacceptably long lines in code...
2006-12-05 benDistingush font files from other input by magic number...
2006-05-14 benFairly ropey font-embedding support. In particular...
2006-05-13 benInitial support for adding fonts at run-time. Currentl...
2005-11-13 simonJust to be on the safe side about avoiding other portab...
2005-09-29 simonRemove the error message `no text found in paragraph...
2005-04-12 simoninput.c was capable of generating a paragraph structure...
2005-01-24 simon`origtext' was not getting set correctly for escaped...
2004-11-17 simonAllow macros to work (a) at the very start of a paragra...
2004-08-20 simonForgot to set a file position on characters being retur...
2004-07-16 simonRight; I'm finally sick of typing \q{\cw{foo}}, so...
2004-06-27 simonSort out error handling everywhere a charset name is...
2004-06-12 simonEnforce that \q may not be used anywhere within \c...
2004-06-12 simonSwitch the memory allocation macros from the Halibut...
2004-04-23 simonEnhance the text backend to support configurable quote...
2004-04-20 simonInfrastructure changes for character set support. ustrtoa,
2004-04-19 simonSupport for \cfg{input-charset}. Input files can now...
2004-04-15 simonSupport the \W{...}\i\c{...} combination used in the...
2004-04-10 simonInfo backend now takes care to avoid magic characters...
2004-03-30 simon\lcont and \quote were being confused by whitespace...
2004-03-30 simonMake \ii work!
2004-03-25 simonIntroduce \. as a NOP command. The purpose of this...
2004-03-25 simonObsoleted the `\preamble' command. Preamble text is...
2004-03-25 simonAdd a \quote{...} directive, working like <blockquote...
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...
2002-08-23 simonJust had a play with this newfangled `valgrind' memory...
2002-08-12 simonArrange for multiple \cfg, \IM and \BR paragraphs to...
2002-08-05 simonRename Buttress to Halibut. I _think_ I've caught every...