On 16 May 2014 22:52:23 BST, Michael Drake wrote:
>Anyway, I think it's worth investigating the ami_font_width_glyph
>function's behaviour with ' ' and '\0' for char2.
Sounds plausible, I'll have a look at it when I get chance.
>[1] I tried to register an account there a few hours ago, but perh
Hi Chris,
In response [1] to
http://www.amigans.net/modules/xforum/viewtopic.php?post_id=90725#forumpost90725
I had another look at it and couldn't see anything wrong with the
nsfont_split function. I cleaned it up slightly in [2], which should not
have changed the behaviour at all.
I think it
On Fri, 16 May 2014 12:11:32 +0200, François Revol wrote:
> > X-Mailer: MicroDot-II/Amiga 1.4.17 [#00013D85] - http://www.vapor.com/
>
> Could you please ask your MUA vendor to implement proper support for
> "References" and "In-reply-to" headers, so it doesn't break threading
> for others? For n
NetSurf has had a memory based source object cache (the low level
cache) for a long time. It was implemented by John-Mark Bell in a
pretty elegant way and continues to serve the browser well.
I have recently extended the low level cache with the ability to use a
persistent backing store. What this
On 16/05/2014 12:00, Chris Young wrote:
> On Fri, 16 May 2014 10:49:19 +0100, Vincent Sanders wrote:
>
>> Right, I added
>>
>> utils/time.h
>>
>> which declares and documents
>>
>> nserror nsc_snptimet(char *str, size_t size, time_t *timep);
>> int nsc_sntimet(char *str, size_t size, time_t *time
Hi,
On 16/05/2014 12:04, Vincent Sanders wrote:
> This will need to be combined with a donation of a G5 or similar as a
> build box as our mac-mini is also now showing issues as mentioned in
> the previous updates.
If you're in the US, that later point could be arranged maybe:
http://armenzg.blog
Unfortunately it seems that despite some pretty vigorous efforts [1]
to get a Java 1.6 or later running on out PPC Mac OS X system
(chimera) that it is not within my capabilities.
A recent jenkins update necessary for security fixes has resulted in
the git module *requiring* features from Java 1.6
On Fri, 16 May 2014 10:49:19 +0100, Vincent Sanders wrote:
> Right, I added
>
> utils/time.h
>
> which declares and documents
>
> nserror nsc_snptimet(char *str, size_t size, time_t *timep);
> int nsc_sntimet(char *str, size_t size, time_t *timep);
>
> Hope thats acceptable to everyone. They
On Tue, May 13, 2014 at 06:28:20PM +0100, Chris Young wrote:
> Hi Vince
>
> > add strptime compatability
>
> str(p|f)time "%s" appears to be a non-standard extension. Certainly
> it doesn't work here, and I can't see it in any documentation. It
> might be better to use %c, even though that