Dag-Erling Smorgrav wrote:
>
> Assar Westerlund <[EMAIL PROTECTED]> writes:
> > Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
> > > + realpat = grep_malloc(strlen(pattern) + sizeof("^(")
> > > + + sizeof(")$") + 1);
> > Why not just use asprintf?
>
> Doesn't matter, thsis code is gone in the latest version. You though
> the linux 'kernel of the day' was bad; now you have the FreeBSD 'grep
> of the minute' :)
You guys need the infamous two-headed-editor from 'Dave-n-Val the two-
headed programmer' at Weber State. It allows two programmers to edit
the same file on two terminals; it displays the line of code the OTHER
user's cursor is on in red and won't let your cursor on that line.
;^)
--
"Where am I, and what am I doing in this handbasket?"
Wes Peters Softweyr LLC
http://softweyr.com/ [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
- Re: Replacement for grep(1) (part 2) Chris G. Demetriou
- Re: Replacement for grep(1) (part 2) Doug Rabson
- Re: Replacement for grep(1) (part 2) Jordan K. Hubbard
- Re: Replacement for grep(1) (part 2) Warner Losh
- Re: Replacement for grep(1) (part 2) Ollivier Robert
- Re: Replacement for grep(1) (part 2) Daniel C. Sobral
- Re: Replacement for grep(1) (part 2) Todd Whitesel
- Re: Replacement for grep(1) (part 2) Archie Cobbs
- Re: Replacement for grep(1) (part 2) Warner Losh
- Re: Replacement for grep(1) (part 2) Dag-Erling Smorgrav
- Re: Replacement for grep(1) (part 2) Wes Peters
- Re: Replacement for grep(1) (part 2) Jamie Howard
- Re: Replacement for grep(1) (part 2) Dag-Erling Smorgrav
- Re: Replacement for grep(1) (part 2) Alan Barrett
- Re: Replacement for grep(1) (part 2) Tony Finch

