Upgrade to Test-Simple-0.68. Includes a tweak to
[p5sagit/p5-mst-13.2.git] / ext /
2007-03-13 Nicholas Clark Bump versions of modules that are currently on "dev...
2007-03-13 Nicholas Clark Integrate:
2007-03-13 Nicholas Clark 5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Jarkko Hietaniemi DB_File with g++ and db v1
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-03-12 Nicholas Clark Fix the partially passing TODO test in optree_constants...
2007-03-08 Yves Orton Re: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Jan Dubois RE: $Win32::VERSION problem
2007-03-07 Juerd Waalboer Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
2007-03-06 Steve Hay Reinstate part of #28744 that was accidentally reverted...
2007-03-04 Nicholas Clark Rename exception() to apitest_exception() in XS/APItest...
2007-03-04 Steve Peters Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib...
2007-03-04 Steve Peters Upgrade to Time-HiRes-1.9707
2007-03-03 Rafael Garcia-Suarez Add missing file from change #30454
2007-03-03 Tels Math::BigInt::FastCalc 0.12 (plug leaks)
2007-03-03 Nicholas Clark Must only use dynamic extensions in the Dynaloader...
2007-03-03 Jerry D. Hedden Don't copy DynaLoader.o unnecessarily
2007-03-01 Yves Orton Re: New file: t/op/regexp_email.t
2007-02-28 Yitzchak Scott-Tho... Win32 doc update for Win32CORE changes
2007-02-28 Jerry D. Hedden Fix ext/Win32API/File/t/file.t under test harness
2007-02-28 Jerry D. Hedden Re: [PATCH] Re: Math::BigInt and Win32API::File whines...
2007-02-27 Rafael Garcia-Suarez dmq points out that %+ and %- are not arrays. Fix the...
2007-02-27 Rafael Garcia-Suarez Rework and fix docs for %+, %- and re::Tie::Hash::Named...
2007-02-26 Yves Orton Re: [perl #41565] qr// memory corruption
2007-02-26 Steve Hay Bump $Win32API::File::VERSION for change #30409
2007-02-26 Yitzchak Scott-Tho... Re: [PATCH] Re: Win32 modules & cygwin
2007-02-22 Yitzchak Scott-Tho... Re: Win32 modules & cygwin
2007-02-21 Steve Hay Remove unreferenced local variable
2007-02-20 Rafael Garcia-Suarez Skip test when Encode isn't built
2007-02-19 Tels [PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-19 Rafael Garcia-Suarez Revert change #28980 per Jarkko's suggestion
2007-02-19 Rafael Garcia-Suarez Actually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-Suarez Revert change #30081 at dmq's request, and mark its...
2007-02-18 Nicholas Clark Properly handle the differences in hints in the optree...
2007-02-17 Nicholas Clark Missed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-16 Nicholas Clark Move all the cut...
2007-02-16 Todd C. Miller [perl #41521] Fix for IO::Socket send method
2007-02-15 Ash Berlin Re: Patch for Deep recursion in B::Deparse
2007-02-15 Jerry D. Hedden Use newer 'threads' constructs
2007-02-14 Marcus Holland-Moritz Upgrade to Devel::PPPort 3.11
2007-02-14 Yves Orton Re: [PATCH] Document that m//k works
2007-02-13 Yves Orton add hooks for capture buffers into regex engine.
2007-02-13 Nicholas Clark Change 26487 left some debugging code in, and through...
2007-02-12 Rafael Garcia-Suarez Skip this test if "use open" fails due to an unknown...
2007-02-11 Rafael Garcia-Suarez Explicitly load PerlIO::encoding when testing it.
2007-02-11 Slaven Rezic Re: [perl #41442] segfault (dead loop) with Encoding...
2007-02-07 Steve Peters Upgrade to Time-HiRes-1.9705
2007-02-07 Jerry D. Hedden Fix to Dynaloader.t for missing modules
2007-02-06 Rafael Garcia-Suarez Upgrade to threads.pm 1.59 (doc tweaks)
2007-02-06 Rafael Garcia-Suarez Upgrade to threads::shared 1.07 (doc tweaks)
2007-02-05 Nicholas Clark Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-02-05 Rafael Garcia-Suarez Upgrade to DB_File 1.815
2007-02-02 Slaven Rezic Re: [perl #41421] glob() produces spurious results...
2007-01-31 Yves Orton Improve regex stringification code
2007-01-31 Yves Orton $1 in nested regex EVAL doesnt work correctly.
2007-01-29 Nicholas Clark Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
2007-01-29 Nicholas Clark UNITCHECK for XS code. Turned out to be harder that...
2007-01-29 Nicholas Clark BEGIN blocks in XS should work. (Given that CHECK,...
2007-01-28 Nicholas Clark Convert ext/B/t/debug.t to Test::More. (Diagnostics...
2007-01-26 Steve Peters Fix ext/POSIX/t/sysconf.t failures on Cygwin.
2007-01-26 Jarkko Hietaniemi further Symbian/S90 fixes from alexander smishlajev
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Rafael Garcia-Suarez Upgrade to threads 1.58:
2007-01-25 Joshua ben Jore Re: [perl #41283] B::walkoptree_slow fails for 'our...
2007-01-17 Marcus Holland-Moritz Fix a typo in Dynaloader_pm.PL.
2007-01-16 Yves Orton Make offsets support conditional
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-14 Dave Mitchell make S_ithread_run() call S_ithread_free() in main...
2007-01-14 Dave Mitchell further refinement to #29796 (cleanup veto)
2007-01-13 Dave Mitchell unfreed threads should trigger cleanup veto
2007-01-12 Dave Mitchell Rationalise refcounting of thread structures
2007-01-11 Rafael Garcia-Suarez Fix bug #40407: after a seek on a PerlIO::scalar fileha...
2007-01-09 Nicholas Clark socketpair.t was written in 2001. At that time, Test...
2007-01-08 Nicholas Clark Eliminate pp_threadsv, as it was only ever used by...
2007-01-08 Nicholas Clark do or die; for all the List::Util pure perl tests.
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2007-01-07 Yitzchak Scott-Tho... DynaLoader test failure on cygwin
2007-01-05 Rafael Garcia-Suarez Bump version of PerlIO::via after last change
2007-01-05 Bo Lindbergh ext/PerlIO/via/via.xs freeing the wrong thing
2007-01-05 SADAHIRO Tomoyuki Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-03 Paul Marquess IO::Compress::* 2.003
2007-01-03 Steve Peters Upgrade to Time-HiRes-1.9704
2007-01-02 Nicholas Clark PVMG can be isUV too.
2007-01-02 Nicholas Clark Probably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-31 Nicholas Clark Move SVt_BIND to be the lowest type after SVt_NULL...
2006-12-30 Paul Marquess Update Compress Modules to version 2.002
2006-12-30 Dave Mitchell fix a test failing under -Dmad
2006-12-28 Nicholas Clark Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas Clark Abstract the pad code's overloaded use of SvNVX and...
2006-12-27 Steve Peters Upgrade to Errno-1.10 (!). I have left the core tests...
2006-12-21 Jerry D. Hedden threads 1.57
2006-12-20 Jerry D. Hedden threads::shared 1.06
2006-12-19 Rafael Garcia-Suarez Proper cleanup for Errno.pm
2006-12-19 Rafael Garcia-Suarez Add a regression test to verify that POSIX::AUTOLOAD...
2006-12-19 Rafael Garcia-Suarez Disable strictures in POSIX AUTOLOAD
2006-12-18 Nicholas Clark Ensure that POSIX.pm is strict and warnings compliant...
2006-12-18 Nicholas Clark Given that POSIX already has AutoLoader loaded, move...
next