Re: grep

2010-04-08 Thread Gabor Kovesdan
Hi Alfred, Hello, Where is diff/sdiff projects? there's an incomplete version of diff in my perforce branch. I added wchar support but it introduced some regresssions. No progress since then. As for sdiff, Steven Kreuzer did some progress there but I don't know details. Gabor ___

Re: grep

2010-04-05 Thread Alfred Perlstein
* Gabor Kovesdan [100330 08:52] wrote: > On 30/03/2010 20:00, Mark nesterovych wrote: > >Hi all. > > > >Decided to write BSD licensed grep and provide it to FreeBSD project if > >success. > > > > Dear Mark, > > this project is already completed and is going to be integrated to the > base sys

Re: grep

2010-03-30 Thread Mark nesterovych
On Tue, 2010-03-30 at 11:01 -0400, James P. Howard, II wrote: > 2010/3/30 Dag-Erling Smørgrav : > > Mark nesterovych writes: > >> Decided to write BSD licensed grep and provide it to FreeBSD project if > >> success. > > > > There is one already: textproc/bsdgrep. > > Which is the basis for both N

Re: grep

2010-03-30 Thread Dominic Fandrey
On 30/03/2010 16:15, Mark nesterovych wrote: > Decided to write BSD licensed grep and provide it to FreeBSD project if > success. > But encountered with a problem, which I can resolve. > I looked through the gnu, OpenBSD sources and posix requirements to this > utility, and can't find a solution.

Re: grep

2010-03-30 Thread Gabor Kovesdan
On 30/03/2010 20:00, Mark nesterovych wrote: Hi all. Decided to write BSD licensed grep and provide it to FreeBSD project if success. Dear Mark, this project is already completed and is going to be integrated to the base system once portmgr can run an experimental build to make sure it

Re: grep

2010-03-30 Thread James P. Howard, II
On Tue, Mar 30, 2010 at 10:15, Mark nesterovych wrote: > Decided to write BSD licensed grep and provide it to FreeBSD project if > success. How far along are you in this project? -- James P. Howard, II, MPA MBCS j...@jameshoward.us ___ freebsd-hacker

Re: grep

2010-03-30 Thread James P. Howard, II
2010/3/30 Dag-Erling Smørgrav : > Mark nesterovych writes: >> Decided to write BSD licensed grep and provide it to FreeBSD project if >> success. > > There is one already: textproc/bsdgrep. Which is the basis for both NetBSD's and OpenBSD's implementations. Also, you can get slightly revised sour

Re: grep

2010-03-30 Thread Dag-Erling Smørgrav
Mark nesterovych writes: > Decided to write BSD licensed grep and provide it to FreeBSD project if > success. There is one already: textproc/bsdgrep. DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-hackers@freebsd.org mailing list http://lists.fr

Re: grep out of memory error

2006-04-14 Thread Kris Kennaway
On Sat, Apr 15, 2006 at 12:16:23PM +1000, Dragos Ionita wrote: > Hi, > > not sure that I'm in the right mailing list here, but I got myselft > the 6.1-RC1 amd64 iso yesterday and installed it. > > I've got a minimum system running and just 10 minutes ago, I ran a > 'grep' command and it retur

Re: grep memory footage

2001-10-04 Thread Guido van Rooij
On Thu, Oct 04, 2001 at 11:49:49AM -0700, Mike Smith wrote: > > It's a known bug in grep; there are probably a bunch of PRs outstanding > on it. We need grep to be updated. > >From looking at the source, it seems that the lates version still seems to have the same problem. The problem seems

Re: grep memory footage

2001-10-04 Thread Ruslan Ermilov
On Thu, Oct 04, 2001 at 11:49:49AM -0700, Mike Smith wrote: > > > > When fgrepping a huge file (say 10GB) for a non-existing string, > > fgrep's memory size skyrockets. At a certain point in time its SIZE was 391M > > (RSS was about 30MB) and the system got rather unreponsive. The > > string was

Re: grep memory footage

2001-10-04 Thread Mike Smith
> > When fgrepping a huge file (say 10GB) for a non-existing string, > fgrep's memory size skyrockets. At a certain point in time its SIZE was 391M > (RSS was about 30MB) and the system got rather unreponsive. The > string was about 12 bytes big, and we fail to see why grep would > need so much.