Re: [perl@gloudon.com: [PATCH] packfile reading]

2002-06-12 Thread Daniel Grunblatt
CTED] > Date: Mon, 10 Jun 2002 19:33:56 -0400 > From: Jason Gloudon <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PATCH] packfile reading > User-Agent: Mutt/1.3.25i > > > This fixes the problem with reading .pbc files on win32. Someone may want to > write

[perl@gloudon.com: [PATCH] packfile reading]

2002-06-12 Thread Jason Gloudon
CTED]> To: [EMAIL PROTECTED] Subject: [PATCH] packfile reading User-Agent: Mutt/1.3.25i This fixes the problem with reading .pbc files on win32. Someone may want to write the code to do something useful with the results of stat() when mmap() is not being used. Index:

Re: [PATCH] packfile reading

2002-06-10 Thread Josh Wilmes
At 19:33 on 06/10/2002 EDT, Jason Gloudon <[EMAIL PROTECTED]> wrote: > Someone may want to write the code to do something useful with the results > of stat() when mmap() is not being used. It's supposed to already do that... did i goof? --Josh

[PATCH] packfile reading

2002-06-10 Thread Jason Gloudon
This fixes the problem with reading .pbc files on win32. Someone may want to write the code to do something useful with the results of stat() when mmap() is not being used. Index: assemble.pl === RCS file: /cvs/public/parrot/assemb