| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
the latter.
[originally from svn r6316]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
rather than 32, which might make it possible to use it inside another
decoder. All the tests still pass.
[originally from svn r6315]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
| |
wake of r3713.
[originally from svn r6314]
[r3713 == 9392c7ecb6da984e144ce00dfb8c7cb725ad0a61 in timber repository]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
nearly a year and not checked it in.
[originally from svn r6309]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
| |
copied mindlessly from whatever man page I read when working out the
format of man pages, has the function of putting `3rd Berkely
Distribution' in one of the footer slots and therefore is probably
inaccurate...
[originally from svn r6146]
|
| |
|
|
|
|
| |
Spotted (indirectly) by Damien Miller.
[originally from svn r5802]
|
| |
|
|
|
|
|
|
|
|
| |
in it, if the input paragraph contained (say) an unrecognised
control command and nothing else. Such paragraphs can confuse back
ends later on, so input.c should refrain from generating them. Added
a check and a polite error message (just in case the user manages to
generate an empty paragraph using otherwise legal syntax).
[originally from svn r5629]
|
| |
|
|
|
|
|
| |
`anonfrag' should be a char[] rather than a char *, or else lenof()
will give the wrong answer.
[originally from svn r5477]
|
| |
|
|
|
|
|
|
|
| |
conceptually const but not declared as such. Halibut is now back to
the practically-speaking-pointless but rather satisfying status of
having no global writable data whatsoever :-)
[originally from svn r5476]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Halibut will output fragment names in all specified formats. (I forget now
precisely why I thought this was necessary, but it seems potentially useful.)
Also ensure that legal fragment names are generated even if none of the
characters from the original turn out to be legal (e.g., %k with an entirely
numeric keyword), and correct an untruth I inserted in the documentation of
this.
(This commit hits more than just the HTML backend as I've generalised an error
message, and fixed a fault in the info backend's error handling while there.)
[originally from svn r5457]
|
| |
|
|
| |
[originally from svn r5454]
|
| |
|
|
|
|
|
|
|
| |
all HTML flavours).
Also add newlines to the contents output so that the source is vaguely
legible.
Couple of extra comments in the code.
[originally from svn r5453]
|
| |
|
|
| |
[originally from svn r5350]
|
| |
|
|
| |
[originally from svn r5349]
|
| |
|
|
| |
[originally from svn r5348]
|
| |
|
|
| |
[originally from svn r5347]
|
| |
|
|
| |
[originally from svn r5346]
|
| |
|
|
|
|
|
|
|
| |
character sets.
(Also make libcharset `return_in_enum' values saner.)
[originally from svn r5341]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
| |
[originally from svn r5339]
|
| |
|
|
| |
[originally from svn r5338]
|
| |
|
|
| |
[originally from svn r5337]
|
| |
|
|
|
|
| |
name.
[originally from svn r5336]
|
| |
|
|
| |
[originally from svn r5334]
|
| |
|
|
| |
[originally from svn r5333]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- After discussion with Simon, change the default input charset back to ASCII,
rather than trying to work it out from the locale, for the sake of promoting
.but file portability.
- Add a new command-line option "--input-charset=csname", which overrides the
ASCII default for all input files (since there's no other way to use a
non-ASCII-compatible input file).
- Output a warning if -Cinput-charset:foo is specified that it has no effect.
- Update the docs to match all this. Also try to clarify some other things in
this area that caught me out.
[originally from svn r5332]
|
| |
|
|
|
|
| |
sections looking for local configuration data.
[originally from svn r5196]
|
| |
|
|
|
|
| |
\}), making it difficult to put CSS fragments in HTML configuration.
[originally from svn r5193]
|
| |
|
|
|
|
| |
put an AppleTitle tag in only one of a set of output HTML files.
[originally from svn r5192]
|
| |
|
|
|
|
|
|
| |
`install' etc) don't get confused by the existence of a file with
the same name. Required in particular for `make install' on OS X,
since otherwise its case-insensitive fs gets confused by INSTALL.
[originally from svn r5189]
|
| |
|
|
| |
[originally from svn r5188]
|
| |
|
|
|
|
|
| |
installation to syntax-highlight the numerous .but files kicking
around the Subversion repository.
[originally from svn r4962]
|
| |
|
|
|
|
|
| |
neutralise a dot at the start of a line) even if there's been an
\fB-type sequence on the line before the dot.
[originally from svn r4867]
|
| |
|
|
|
|
|
|
| |
MODULES top-level directory, which is where the Tartarus website
scripts will (hopefully) start reading them from.
[originally from svn r4813]
[this svn revision also touched charset,enigma,filter,putty,puzzles,pycee,sdlgames,timber]
|
| |
|
|
|
|
|
| |
packages of Halibut. I can't conveniently test it, but it's here if
anyone needs it.
[originally from svn r4812]
|
| |
|
|
|
|
|
|
|
|
|
|
| |
into a subdirectory of `halibut'. It wasn't very good anyway (since
it insisted on loading via an unauthenticated svn:// URL). The
Halibut makefile now expects _either_ a subdir `charset', _or_ a
directory called `charset' as a sibling of `halibut', and will work
with the first of those that it finds. A new release script arranges
to provide the former in source tarballs (so that building if you're
an ordinary user is just as simple as it always was).
[originally from svn r4808]
|
| |
|
|
|
|
|
| |
across files (defining a macro in one source file and invoking it in
a later one).
[originally from svn r4803]
|
| |
|
|
|
| |
[originally from svn r4788]
[this svn revision also touched bmbm,caltrap,charset,enigma,filter,fonts,golem,grunge,html,lj,local,misc,polyhedra,putty,putty-website,putty-wishlist,puzzles,pycee,sdlgames,svn-tools,timber,tweak]
|
| |
|
|
| |
[originally from svn r4758]
|
| |
|
|
|
| |
[originally from svn r4701]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
| |
the AFM files in psdata.c. Also fix a couple of bugs that this revealed.
[originally from svn r4588]
|
| |
|
|
|
|
|
|
|
|
| |
Xutf8TextListToTextProperty reveals that the latter supports JIS X
0212 via the escape sequences ESC $ ( D and ESC $ ) D, although this
is not listed in my copy of ctext.ps. It's easy enough to support
it, though, so now we do.
[originally from svn r4581]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
we've got are wrong, things are going to look horrible either way, so
we may as well apply minimal effort.
[originally from svn r4580]
|
| |
|
|
|
|
|
| |
mis-ordered, and initial charset state failed to specify 8859-1 in GR.
[originally from svn r4579]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
internationalised text in selections is a subset of ISO 2022
containing no base character sets which libcharset doesn't already
support. As such, it isn't too hard to add direct compound text
support into libcharset, so here it is. With any luck I should
eventually be able to integrate this into Unix PuTTY, to deal with
the fact that the useful Xutf8 functions we currently use are
specific to XFree86.
[originally from svn r4578]
[this svn revision also touched charset,filter,timber]
|
| |
|
|
|
|
|
| |
in the new font dictionary for the Metrics entry. This is mentioned in the
first edition of the Red Book, but not the second.
[originally from svn r4577]
|
| |
|
|
|
|
|
|
|
|
| |
from Adobe's official AFM files. These are expressed in integer multiples
of 1/1000 pt (well, 1/1000 of the design size of the font, actually, but that's
always a whole number of points), so use that as our internal unit rather
than 1/4096 pt. This doesn't seem to make a significant difference to
Halibut's output.
[originally from svn r4576]
|
| |
|
|
|
|
|
|
|
| |
on the page (in internal units) and squaring it. This was fine except that
fixed penalties weren't scaled by the size of an internal unit, so the page-
breaking changed when the units were changed. Rather than scaling all the
fixed penalties, scale the space into 1/4096 point units before squaring it.
[originally from svn r4575]
|
| |
|
|
|
|
|
| |
"restore". Quite how GhostScript managed not to give an error on this I
don't know.
[originally from svn r4565]
|
| |
|
|
|
|
|
| |
with a macro. halibut.ps and halibut.pdf are identical (modulo dates) over
this change.
[originally from svn r4564]
|
| |
|
|
|
|
|
| |
enforces page independence, avoids leaking VM on level 1 interpreters, and
speeds things up to boot.
[originally from svn r4561]
|