Peter Rabbitson [Sat, 29 Dec 2012 10:52:10 +0000]
Make sure to abort the test if a thread dies
Peter Rabbitson [Sat, 29 Dec 2012 09:03:25 +0000]
Introduce 5.16/5.17 support
Peter Rabbitson [Sat, 29 Dec 2012 08:36:59 +0000]
Fix Devel::PeekPoke on cygwin perls
Apparently how data is written into a union larger than the variable type is
entirely compiler/paltform dependent. In cases when ivsize > ptrsize we need
to find out exactly which part of the (ivsize sized) svu_pv will hold the
pointer before we go overwriting it. The previous assumption this offset is
always 0 turned out to be false.
Add some extra test suite diags while we are at it as well.
Peter Rabbitson [Tue, 20 Mar 2012 09:51:22 +0000]
Release 0.02
Peter Rabbitson [Tue, 20 Mar 2012 09:53:10 +0000]
Require bugfixed M::I
Peter Rabbitson [Sat, 11 Feb 2012 22:11:48 +0000]
Make D::PP threadsafe with tests
Peter Rabbitson [Mon, 6 Feb 2012 08:49:29 +0000]
More stress testing and switch away from Test::More - the POS leaks >:(
Add a simple nonportable memory meter
Peter Rabbitson [Mon, 6 Feb 2012 08:27:21 +0000]
Use constants where possible
Peter Rabbitson [Thu, 2 Feb 2012 17:48:35 +0000]
Fix memory corruption - use a stack temp-value for the artificial string
Peter Rabbitson [Thu, 2 Feb 2012 17:45:25 +0000]
Use Math::BigInt for describe_bytestring address display
Peter Rabbitson [Thu, 2 Feb 2012 17:43:36 +0000]
Rename basic testfile and add extra test
Peter Rabbitson [Wed, 31 Aug 2011 11:30:06 +0000]
Drop Test::More requirements
Peter Rabbitson [Wed, 31 Aug 2011 11:07:59 +0000]
Off we go (Release 0.01)