Re: regex(3)

2000-07-10 Thread Daniel C. Sobral

Alfred Perlstein wrote:
> 
> * Daniel C. Sobral <[EMAIL PROTECTED]> [000709 12:46] wrote:
> > I think all bugs with the performance improvements to regex(3) have all
> > been solved now. I haven't heard of any problems for over a week about
> > the first improvement (Boyer-Moore search), and I have now tested the
> > code against the original test suit for Spencer's library.
> >
> > I'd like, thus, to merge the changes. If anyone have objections, please
> > raise them now. :-)
> 
> None other than waiting at least 2 weeks, or for 4.1 to come out.

The idea was having those improvement on 4.1, of course. So I'll take
this as an objection.

-- 
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

 _DES: The Book of Bruce has only one sentence in it, and it says
"the actual directives of my cult are left as an exercise for the
reader. Good luck."
 jkh: does it really include the 'good luck' part?
 EE: OK, I made that part up.
 EE: I figured it should sound a bit more cheery than how Bruce
initially dictated it to me.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: regex(3)

2000-07-09 Thread Kris Kennaway

On Mon, 10 Jul 2000, Daniel C. Sobral wrote:

> I think all bugs with the performance improvements to regex(3) have all
> been solved now. I haven't heard of any problems for over a week about
> the first improvement (Boyer-Moore search), and I have now tested the
> code against the original test suit for Spencer's library.
> 
> I'd like, thus, to merge the changes. If anyone have objections, please
> raise them now. :-)

I'd prefer you waited a bit longer.

Kris

--
In God we Trust -- all others must submit an X.509 certificate.
-- Charles Forsythe <[EMAIL PROTECTED]>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: regex(3)

2000-07-09 Thread Alfred Perlstein

* Daniel C. Sobral <[EMAIL PROTECTED]> [000709 12:46] wrote:
> I think all bugs with the performance improvements to regex(3) have all
> been solved now. I haven't heard of any problems for over a week about
> the first improvement (Boyer-Moore search), and I have now tested the
> code against the original test suit for Spencer's library.
> 
> I'd like, thus, to merge the changes. If anyone have objections, please
> raise them now. :-)

None other than waiting at least 2 weeks, or for 4.1 to come out.

thanks,
-- 
-Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]]
"I have the heart of a child; I keep it in a jar on my desk."


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



regex(3)

2000-07-09 Thread Daniel C. Sobral

I think all bugs with the performance improvements to regex(3) have all
been solved now. I haven't heard of any problems for over a week about
the first improvement (Boyer-Moore search), and I have now tested the
code against the original test suit for Spencer's library.

I'd like, thus, to merge the changes. If anyone have objections, please
raise them now. :-)

People wanting to test it, both sed and more use regex(3), and grep
doesn't.

-- 
Daniel C. Sobral  (8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Worst Vegetable of the Year:
Brussel sprout.  This is also the worst vegetable of next year.
-- Steve Rubenstein


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



regex(3) is leaking memory

2000-07-02 Thread Daniel C. Sobral

I forgot to free the additional memory allocated by regcomp() at
regfree(). So, for now, regex(3) is leaking memory. I'll fix it in a
short while (but not immediately, sorry).

-- 
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

 _DES: The Book of Bruce has only one sentence in it, and it says
"the actual directives of my cult are left as an exercise for the
reader. Good luck."
 jkh: does it really include the 'good luck' part?
 EE: OK, I made that part up.
 EE: I figured it should sound a bit more cheery than how Bruce
initially dictated it to me.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message