[sword-devel] 1.5.3 + optimizations

2002-02-13 Thread Troy A. Griffitts
Hello all, We're finishing up 1.5.3, currently. My standing todo list consists of Joachim's locale bug and zLD debugging. Then I will start an optimization pass. Seems we really need this as our .4 second, complete bible search is up to about 2.9 seconds on my 1.13GHz laptop :) We'll g

Re: [sword-devel] 1.5.3 + optimizations

2002-02-13 Thread Jerry Hastings
> > If there is anything else pressing that anyone wants to get in, > please >send me a patch soon, I should send you the latest help file. My password doesn't work. Should I email it to you? Jerry

Re: [sword-devel] 1.5.3 + optimizations

2002-02-13 Thread Keith Ralston
Troy, Sounds like you're very busy. I'm just writing to see if you've received any of my previous mail and to determine Crosswire's level of interest in a Java port. I am about to sign a new contract. I would like to allocate time for this volunteer work as well. If you're interested, but

Re: [sword-devel] 1.5.3 + optimizations

2002-02-14 Thread Helmer Krämer
On Wed, 13 Feb 2002 16:48:12 -0700 "Troy A. Griffitts" <[EMAIL PROTECTED]> wrote: Hi, After being quite busy due to my lectures, my semester is almost over now and I'll have some spare time that needs to be spent somehow... > We're finishing up 1.5.3, currently. My standing todo list >

Re: [sword-devel] 1.5.3 + optimizations

2002-02-14 Thread David Trotz
ry 13, 2002 3:48 PM Subject: [sword-devel] 1.5.3 + optimizations > Hello all, > We're finishing up 1.5.3, currently. My standing todo list consists of > Joachim's locale bug and zLD debugging. Then I will start an > optimization pass. Seems we really need this as our .4 s

RE: [sword-devel] 1.5.3 + optimizations

2002-02-15 Thread Stephen Denne
> There still is a problem with commentaries being displayed. When I go, for > example, to MHC in Philippians 4:1 The commentary text is all > real small and > there are some RTF formatting tags in there.But go to Phillipians 3:1 and > all is fine. This is a very consistent problem, I am suprised

Re: [sword-devel] 1.5.3 + optimizations

2002-02-15 Thread Troy A. Griffitts
> Troy, > > Sounds like you're very busy. I'm just writing to see if you've > received any of my previous mail and to determine Crosswire's level of > interest in a Java port. I am about to sign a new contract. I would > like to allocate time for this volunteer work as well. If you're > inter

Re: [sword-devel] 1.5.3 + optimizations

2002-02-16 Thread David Trotz
> Did you have other examples? JFB Galatians 6:1 There are others just go through each module for a few chapters. You will see the problem areas. Chris told me it was module errors but I think he said sword should be able to compenssate for these errors without rewriting the modules. It seems li

Re: [sword-devel] 1.5.3 + optimizations

2002-02-19 Thread David Blue
On Wednesday 13 February 2002 06:48 pm, you wrote: > Hello all, > If there is anything else pressing that anyone wants to get in, please > send me a patch soon, or suggest it here on the list and see if anyone > is willing to do it. Not so much as code that needs to go in but will 1.5.3 be

Re: [sword-devel] 1.5.3 + optimizations

2002-02-19 Thread David White
This is likely because in C++, all C runtime functions (isalpha, isdigit, strcmp, strncpy and so on and so forth) are meant to be in the std namespace, rather than in the global namespace. So, you have to use std::isalpha instead of isalpha (and likewise for all C runtime functions). Many C++ com

Re: [sword-devel] 1.5.3 + optimizations

2002-02-19 Thread Gregg Stubbendieck
ge - From: "David White" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 2:20 AM Subject: Re: [sword-devel] 1.5.3 + optimizations > This is likely because in C++, all C runtime functions (isalpha, > isdigit, strcmp, strncpy and so on and s

Re: [sword-devel] 1.5.3 + optimizations

2002-02-20 Thread Brook Humphrey
On Wednesday 13 February 2002 15:48, you wrote: > Hello all, > We're finishing up 1.5.3, currently. My standing todo list consists of > Joachim's locale bug and zLD debugging. Then I will start an > optimization pass. Seems we really need this as our .4 second, complete > bible search is

Re: [sword-devel] 1.5.3 + optimizations

2002-02-20 Thread David White
if you're cross > compiling, right? If I'm compiling for my system using a locally compiled > version of the compiler (or at least one native to my processor) I should be > able to leave those options off, I think. > > Gregg > > - Original Message - > From: