11 years agoRelease 0.03 v0.03
Peter Rabbitson [Sat, 29 Dec 2012 11:25:48 +0000]
Release 0.03

11 years agoReduce amount of torture tests - too slow on some OSes
Peter Rabbitson [Sat, 29 Dec 2012 10:02:58 +0000]
Reduce amount of torture tests - too slow on some OSes

11 years agoMake sure to abort the test if a thread dies
Peter Rabbitson [Sat, 29 Dec 2012 10:52:10 +0000]
Make sure to abort the test if a thread dies

11 years agoIntroduce 5.16/5.17 support
Peter Rabbitson [Sat, 29 Dec 2012 09:03:25 +0000]
Introduce 5.16/5.17 support

11 years agoFix Devel::PeekPoke on cygwin perls
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.

12 years agoRelease 0.02 v0.02
Peter Rabbitson [Tue, 20 Mar 2012 09:51:22 +0000]
Release 0.02

12 years agoRequire bugfixed M::I
Peter Rabbitson [Tue, 20 Mar 2012 09:53:10 +0000]
Require bugfixed M::I

12 years agoMake D::PP threadsafe with tests
Peter Rabbitson [Sat, 11 Feb 2012 22:11:48 +0000]
Make D::PP threadsafe with tests

12 years agoMore stress testing and switch away from Test::More - the POS leaks >:(
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

12 years agoUse constants where possible
Peter Rabbitson [Mon, 6 Feb 2012 08:27:21 +0000]
Use constants where possible

12 years agoFix memory corruption - use a stack temp-value for the artificial string
Peter Rabbitson [Thu, 2 Feb 2012 17:48:35 +0000]
Fix memory corruption - use a stack temp-value for the artificial string

12 years agoUse Math::BigInt for describe_bytestring address display
Peter Rabbitson [Thu, 2 Feb 2012 17:45:25 +0000]
Use Math::BigInt for describe_bytestring address display

12 years agoRename basic testfile and add extra test
Peter Rabbitson [Thu, 2 Feb 2012 17:43:36 +0000]
Rename basic testfile and add extra test

12 years agoDrop Test::More requirements v0.01
Peter Rabbitson [Wed, 31 Aug 2011 11:30:06 +0000]
Drop Test::More requirements

12 years agoOff we go (Release 0.01)
Peter Rabbitson [Wed, 31 Aug 2011 11:07:59 +0000]
Off we go (Release 0.01)