Add a comment to mg.c to clarify that words like "raise" and
[p5sagit/p5-mst-13.2.git] / ext /
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...
2006-12-18 Ilya Zakharevich OS/2-specific fixes, round II
2006-12-18 Ilya Zakharevich Fixes for the test suite on OS/2
2006-12-18 Jarkko Hietaniemi C++: regcomp.c and ext/Time/Piece/Piece.xs
2006-12-18 Nicholas Clark POSIX::SigAction::new can be moved into the AUTOLOAD...
2006-12-16 Nicholas Clark Split out the use of SVp_SCREAM for GVs with GPs into...
2006-12-16 Jerry D. Hedden threads 1.56
2006-12-15 Yves Orton Re: [PATCH] Errno doesnt rebuild when things it depends...
2006-12-15 Jerry D. Hedden threads 1.54 - Adds ->error() method
2006-12-14 Steve Hay Silence a warning from (MinGW's) gcc
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas Clark Correct some assumptions about PVBM table offset in...
2006-12-12 Jan Dubois get ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Rafael Garcia-Suarez Move files from ext/Compress/IO to ext/IO/Compress
2006-12-11 Bo Lindbergh Re: [PATCH] Deparse.pm bugfix
2006-12-11 Jan Dubois re: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan Dubois Second patch from:
2006-12-11 Jan Dubois First patch from:
2006-12-10 Graham Barr Restore change 27486 accidently removed (also added...
2006-12-10 Graham Barr Upgrade to Scalar-List-Utils-1.19
2006-12-09 Steve Peters Upgrade to Time-HiRes-1.9703
2006-12-07 Steve Hay Make use of $Config{d_pseudofork} in a couple of core...
2006-12-07 Jan Dubois Move Win32 from win32/ext/Win32 to ext/Win32
2006-12-06 Yves Orton Re: [PATCH] User pragmas now accessible from B
2006-12-06 Steve Hay Upgrade to Time-HiRes 1.9702
2006-12-06 Joshua ben Jore User pragmas now accessible from B
2006-12-06 Craig A. Berry Avoid my_regdupe type mismatch warning after #29430
next