[ANNOUNCE] Devel::Cover 0.28

2003-11-30 Thread Paul Johnson
Changes in this release: - Remove leading whitespace from HTML templates (Gabor Szabo). - Remove obsolete indent option. - Add MD5 checksums (Michael Carman). - Add Html_minimal.pm (Michael Carman) (Obsoleting Gabor's patch before it was released). - Pass unknown cover options to the forma

clean checkout on Win2K

2003-11-30 Thread Matt Fowles
All~ I just ran a completely clean checkout, configure, nmake, nmake test on Win2K. It passed most tests and had fewer warning then previously. Here are the errors that did occur... Hope someone finds this useful, Matt During perl Configure.pl ::snip:: Determining your minimum pointer alignme

Re: [perl #24329] Testing error sys/socket.h for FreeBSD.

2003-11-30 Thread Nicholas Clark
On Wed, Oct 29, 2003 at 10:55:49AM +0100, Leopold Toetsch wrote: > Nick Kostirya <[EMAIL PROTECTED]> wrote: > > > Otherwise, it would be necessary to introduce the idea of 'headers that > > are > > required for testing a header'. > > After a test you have the result in $PConfig{whatever}, so yo

[perl #24576] Some new targets in makefiles/root.in

2003-11-30 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #24576] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=24576 > Hi, this patch introduces a couple of new targets in parrot/Makefile. I not

Re: probing for inline

2003-11-30 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > I was wondering whether it would be feasible to replace macros (some, most > or even all) conditionally with inline functions if the inline keyword is > available. AFAIK the only place where macros are widely used is jit_emit.h. I'm not aware of other m

Re: Properties

2003-11-30 Thread Gordon Henriksen
On Thursday, November 27, 2003, at 04:21 , Larry Wall wrote: (Oh, apparently C# 2.0 is thinking along the same lines with its "partial classes", though I haven't looked at those in detail.) My reading was that C# 2's partial classes were merely a mechanism for placing long method definitions in

Re: Why are .sub and compilation unit one and the same thing?

2003-11-30 Thread Pete Lomax
On Sat, 29 Nov 2003 15:17:11 +0100, Leopold Toetsch <[EMAIL PROTECTED]> wrote: >If you have some small specialized subs, you can always put these inside >.emit/.eom as PASM. > I'll ditch imc then and just use pasm for everything, Thanks, Pete