<feed xmlns='http://www.w3.org/2005/Atom'>
<title>halibut/winhelp.c, branch master</title>
<subtitle>My halibut tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/'/>
<entry>
<title>Quell warnings about declared but undefined static functions by not declaring</title>
<updated>2007-02-04T23:41:42+00:00</updated>
<author>
<name>Ben Harris</name>
<email>bjh21@bjh21.me.uk</email>
</author>
<published>2007-02-04T23:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=74d333c2100599b88878202de63d87a76eb691ba'/>
<id>74d333c2100599b88878202de63d87a76eb691ba</id>
<content type='text'>
them either.

[originally from svn r7219]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
them either.

[originally from svn r7219]
</pre>
</div>
</content>
</entry>
<entry>
<title>Put all the pieces together: introduce a secondary test mode for</title>
<updated>2006-12-09T20:25:00+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2006-12-09T20:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=68ede351bebf4384518159e29203bad82b813812'/>
<id>68ede351bebf4384518159e29203bad82b813812</id>
<content type='text'>
winhelp.c which uses all my new library code to import an arbitrary
PNG and embed it into the test help file.

[originally from svn r6984]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
winhelp.c which uses all my new library code to import an arbitrary
PNG and embed it into the test help file.

[originally from svn r6984]
</pre>
</div>
</content>
</entry>
<entry>
<title>Support, in the winhelp module only, for adding pictures to .HLP</title>
<updated>2006-12-09T18:03:18+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2006-12-09T18:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=54b3f1e9c08c91e07a87cf57282490a546b93a44'/>
<id>54b3f1e9c08c91e07a87cf57282490a546b93a44</id>
<content type='text'>
files. Halibut does not make use of this feature, but I hope that
one day it might.

[originally from svn r6980]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
files. Halibut does not make use of this feature, but I hope that
one day it might.

[originally from svn r6980]
</pre>
</div>
</content>
</entry>
<entry>
<title>Just to be on the safe side about avoiding other portability hazards</title>
<updated>2005-11-13T13:07:52+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2005-11-13T13:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=87e8a5e8983edf5dc47e0651fddaa0ee89e45dae'/>
<id>87e8a5e8983edf5dc47e0651fddaa0ee89e45dae</id>
<content type='text'>
in future, add `-ansi -pedantic' to the Halibut default compile
options and fix the few resulting warnings (mostly signed/unsigned
char mismatches and commas at the ends of enums). The one remaining
warning I'm still seeing is `missing initializer' for the big table
in charset/iso2022.c, but I think the code genuinely is more
readable this way, and I haven't found a gcc option to disable that
specific warning.

[originally from svn r6458]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in future, add `-ansi -pedantic' to the Halibut default compile
options and fix the few resulting warnings (mostly signed/unsigned
char mismatches and commas at the ends of enums). The one remaining
warning I'm still seeing is `missing initializer' for the big table
in charset/iso2022.c, but I think the code genuinely is more
readable this way, and I haven't found a gcc option to disable that
specific warning.

[originally from svn r6458]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an explicit cast to prevent a compiler warning.</title>
<updated>2004-08-04T16:26:02+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2004-08-04T16:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=b75127515b10322081512606885af6d913117ee4'/>
<id>b75127515b10322081512606885af6d913117ee4</id>
<content type='text'>
[originally from svn r4399]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[originally from svn r4399]
</pre>
</div>
</content>
</entry>
<entry>
<title>More careful context hash calculation which doesn't depend on size</title>
<updated>2004-07-30T13:21:40+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2004-07-30T13:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=f7eeb51d4e3e44f5bd46fcd19d5695540f084560'/>
<id>f7eeb51d4e3e44f5bd46fcd19d5695540f084560</id>
<content type='text'>
of `unsigned long'. Should help Debian build problems (bug#259504).

[originally from svn r4377]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of `unsigned long'. Should help Debian build problems (bug#259504).

[originally from svn r4377]
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch the memory allocation macros from the Halibut ones</title>
<updated>2004-06-12T20:31:03+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2004-06-12T20:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=a5d800d080a9eb557082042216636ac872eac7ec'/>
<id>a5d800d080a9eb557082042216636ac872eac7ec</id>
<content type='text'>
(mknew/mknewa/resize) to the PuTTY ones (snew/snewn/sresize). snewn
and mknewa have their arguments opposite ways round; this may make
the change initially painful but in the long term will free me of a
nasty context switch every time I move between codebases. Also
sresize takes an explicit type operand which is used to cast the
return value from realloc, thus enforcing that it must be correct,
and arranging that if anyone tries to compile Halibut with a C++
compiler there should be a lot less pain.

[originally from svn r4276]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(mknew/mknewa/resize) to the PuTTY ones (snew/snewn/sresize). snewn
and mknewa have their arguments opposite ways round; this may make
the change initially painful but in the long term will free me of a
nasty context switch every time I move between codebases. Also
sresize takes an explicit type operand which is used to cast the
return value from realloc, thus enforcing that it must be correct,
and arranging that if anyone tries to compile Halibut with a C++
compiler there should be a lot less pain.

[originally from svn r4276]
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Buttress to Halibut. I _think_ I've caught everything in this pass.</title>
<updated>2002-08-05T10:31:35+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2002-08-05T10:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=c478f3d9469c09773097eba89342c311ee70a319'/>
<id>c478f3d9469c09773097eba89342c311ee70a319</id>
<content type='text'>
[originally from svn r1800]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[originally from svn r1800]
</pre>
</div>
</content>
</entry>
<entry>
<title>In winhelp.c: allowed user to configure the Font section to their</title>
<updated>2001-12-04T22:21:06+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2001-12-04T22:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=5f69ebcb18554873c58d8532bcc38c603cd135ee'/>
<id>5f69ebcb18554873c58d8532bcc38c603cd135ee</id>
<content type='text'>
liking, as planned. In bk_whlp.c, this has now allowed me to stop
emphasis and code from looking silly in section titles, and also
allowed me to implement an ersatz horizontal rule in the form of
eighty centred nonbreaking spaces in a strike-through font. I know
it's vile, but better suggestions are welcome.
I think the Windows Help backend is now pretty much Go: I was
getting intermittent screwups earlier but I think those were Samba
cache persistence problems rather than evil segfaults. All that's
really missing now is external context references.

[originally from svn r1453]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
liking, as planned. In bk_whlp.c, this has now allowed me to stop
emphasis and code from looking silly in section titles, and also
allowed me to implement an ersatz horizontal rule in the form of
eighty centred nonbreaking spaces in a strike-through font. I know
it's vile, but better suggestions are welcome.
I think the Windows Help backend is now pretty much Go: I was
getting intermittent screwups earlier but I think those were Samba
cache persistence problems rather than evil segfaults. All that's
really missing now is external context references.

[originally from svn r1453]
</pre>
</div>
</content>
</entry>
<entry>
<title>This update should bring the Windows Help back end up to</title>
<updated>2001-12-04T21:12:40+00:00</updated>
<author>
<name>Simon Tatham</name>
<email>anakin@pobox.com</email>
</author>
<published>2001-12-04T21:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/halibut/commit/?id=5e3a21913b6a47e78d3e4edd4238d028b90827b7'/>
<id>5e3a21913b6a47e78d3e4edd4238d028b90827b7</id>
<content type='text'>
near-complete functionality. All that's missing now is indexing and
horizontal rules.

[originally from svn r1449]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
near-complete functionality. All that's missing now is indexing and
horizontal rules.

[originally from svn r1449]
</pre>
</div>
</content>
</entry>
</feed>
