On Fri, 2011-09-02 at 20:49 +0100, John-Mark Bell wrote:
> On Fri, 2011-09-02 at 18:37 +0100, Chris Young wrote:
> > I've tried Save Complete a couple of times recently and it always
> > crashes in lwc_calculate_lcase_hash()
> >
> > Looking at the stack trace (attached) there is a possibility that
On Fri, 2011-09-02 at 18:37 +0100, Chris Young wrote:
> I've tried Save Complete a couple of times recently and it always
> crashes in lwc_calculate_lcase_hash()
>
> Looking at the stack trace (attached) there is a possibility that my
> regexec() function is the problem, but I don't have time to
>
In article
,
Chris Young wrote:
> I've tried Save Complete a couple of times recently and it always
> crashes in lwc_calculate_lcase_hash()
I can't reproduce it on RISC OS. I tried:
http://www.netsurf-browser.org/
http://www.netsurf-browser.org/welcome/
http://www.bbc.co.uk/news
I've tried Save Complete a couple of times recently and it always
crashes in lwc_calculate_lcase_hash()
Looking at the stack trace (attached) there is a possibility that my
regexec() function is the problem, but I don't have time to
investigate currently so I thought I'd throw it out there first t
On Mon, 29 Aug 2011 16:55:24 +0100, Michael Drake wrote:
> > On Mon, 29 Aug 2011 15:57:33 +0100, Michael Drake wrote:
>
> > > We're planning a NetSurf 2.8 release.
>
> > I would be grateful if this could be delayed slightly (although I'm
> > not aware of the schedule, so it might not be necessar
In article
,
James Montgomerie wrote:
> the params argument to css_stylesheet_create could be const
Thanks. Commited as r12697.
Best regards,
--
Michael Drake (tlsa) http://www.netsurf-browser.org/
Hello,
A small thing, so not worth a patch to the list: it strikes me that the params
argument to css_stylesheet_create could be const (I noticed it wasn't when, as
a client, making a const css_stylesheet_params to pass to it for use with
inline styles).
Not a big deal, certainly, but would he