This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove unreferenced local variable
[perl5.git] / ext /
2007-02-21 Steve HayRemove unreferenced local variable
2007-02-20 Rafael Garcia-SuarezSkip test when Encode isn't built
2007-02-19 Tels[PATCH] integrate Math::BigInt 1.79 and Math::BigInt...
2007-02-19 Rafael Garcia-SuarezRevert change #28980 per Jarkko's suggestion
2007-02-19 Rafael Garcia-SuarezActually, only changes to regexec.c from #30081 needed...
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-18 Nicholas ClarkProperly handle the differences in hints in the optree...
2007-02-17 Nicholas ClarkMissed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas ClarkSplit the storage of the layers specificied by open...
2007-02-16 Nicholas ClarkMove all the cut&paste open TODO logic into OptreeCheck...
2007-02-16 Todd C. Miller[perl #41521] Fix for IO::Socket send method
2007-02-15 Ash BerlinRe: Patch for Deep recursion in B::Deparse
2007-02-15 Jerry D. HeddenUse newer 'threads' constructs
2007-02-14 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.11
2007-02-14 Yves OrtonRe: [PATCH] Document that m//k works
2007-02-13 Yves Ortonadd hooks for capture buffers into regex engine.
2007-02-13 Nicholas ClarkChange 26487 left some debugging code in, and through...
2007-02-12 Rafael Garcia-SuarezSkip this test if "use open" fails due to an unknown...
2007-02-11 Rafael Garcia-SuarezExplicitly load PerlIO::encoding when testing it.
2007-02-11 Slaven RezicRe: [perl #41442] segfault (dead loop) with Encoding...
2007-02-07 Steve PetersUpgrade to Time-HiRes-1.9705
2007-02-07 Jerry D. HeddenFix to Dynaloader.t for missing modules
2007-02-06 Rafael Garcia-SuarezUpgrade to threads.pm 1.59 (doc tweaks)
2007-02-06 Rafael Garcia-SuarezUpgrade to threads::shared 1.07 (doc tweaks)
2007-02-05 Nicholas ClarkMake a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-02-05 Rafael Garcia-SuarezUpgrade to DB_File 1.815
2007-02-02 Slaven RezicRe: [perl #41421] glob() produces spurious results...
2007-01-31 Yves OrtonImprove regex stringification code
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-29 Nicholas ClarkAlso check BEGIN/UNITCHECK/CHECK/INIT/END for require.
2007-01-29 Nicholas ClarkUNITCHECK for XS code. Turned out to be harder that...
2007-01-29 Nicholas ClarkBEGIN blocks in XS should work. (Given that CHECK,...
2007-01-28 Nicholas ClarkConvert ext/B/t/debug.t to Test::More. (Diagnostics...
2007-01-26 Steve PetersFix ext/POSIX/t/sysconf.t failures on Cygwin.
2007-01-26 Jarkko Hietaniemifurther Symbian/S90 fixes from alexander smishlajev
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Rafael Garcia-SuarezUpgrade to threads 1.58:
2007-01-25 Joshua ben JoreRe: [perl #41283] B::walkoptree_slow fails for 'our...
2007-01-17 Marcus Holland-MoritzFix a typo in Dynaloader_pm.PL.
2007-01-16 Yves OrtonMake offsets support conditional
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-14 Dave Mitchellmake S_ithread_run() call S_ithread_free() in main...
2007-01-14 Dave Mitchellfurther refinement to #29796 (cleanup veto)
2007-01-13 Dave Mitchellunfreed threads should trigger cleanup veto
2007-01-12 Dave MitchellRationalise refcounting of thread structures
2007-01-11 Rafael Garcia-SuarezFix bug #40407: after a seek on a PerlIO::scalar fileha...
2007-01-09 Nicholas Clarksocketpair.t was written in 2001. At that time, Test...
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2007-01-08 Nicholas Clarkdo or die; for all the List::Util pure perl tests.
2007-01-08 Nicholas Clarkdo $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-SuarezBump version of PerlIO::via after last change
2007-01-05 Bo Lindberghext/PerlIO/via/via.xs freeing the wrong thing
2007-01-05 SADAHIRO TomoyukiRe: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2007-01-05 Steve HaySilence various VC6 warnings
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-03 Paul MarquessIO::Compress::* 2.003
2007-01-03 Steve PetersUpgrade to Time-HiRes-1.9704
2007-01-02 Nicholas ClarkPVMG can be isUV too.
2007-01-02 Nicholas ClarkProbably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-31 Nicholas ClarkMove SVt_BIND to be the lowest type after SVt_NULL...
2006-12-30 Paul MarquessUpdate Compress Modules to version 2.002
2006-12-30 Dave Mitchellfix a test failing under -Dmad
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-12-27 Steve PetersUpgrade to Errno-1.10 (!). I have left the core tests...
2006-12-21 Jerry D. Heddenthreads 1.57
2006-12-20 Jerry D. Heddenthreads::shared 1.06
2006-12-19 Rafael Garcia-SuarezProper cleanup for Errno.pm
2006-12-19 Rafael Garcia-SuarezAdd a regression test to verify that POSIX::AUTOLOAD...
2006-12-19 Rafael Garcia-SuarezDisable strictures in POSIX AUTOLOAD
2006-12-18 Nicholas ClarkEnsure that POSIX.pm is strict and warnings compliant...
2006-12-18 Nicholas ClarkGiven that POSIX already has AutoLoader loaded, move...
2006-12-18 Ilya ZakharevichOS/2-specific fixes, round II
2006-12-18 Ilya ZakharevichFixes for the test suite on OS/2
2006-12-18 Jarkko HietaniemiC++: regcomp.c and ext/Time/Piece/Piece.xs
2006-12-18 Nicholas ClarkPOSIX::SigAction::new can be moved into the AUTOLOAD...
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
2006-12-16 Jerry D. Heddenthreads 1.56
2006-12-15 Yves OrtonRe: [PATCH] Errno doesnt rebuild when things it depends...
2006-12-15 Jerry D. Heddenthreads 1.54 - Adds ->error() method
2006-12-14 Steve HaySilence a warning from (MinGW's) gcc
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas ClarkCorrect some assumptions about PVBM table offset in...
2006-12-12 Jan Duboisget ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Rafael Garcia-SuarezMove files from ext/Compress/IO to ext/IO/Compress
2006-12-11 Bo LindberghRe: [PATCH] Deparse.pm bugfix
2006-12-11 Jan Duboisre: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan DuboisSecond patch from:
2006-12-11 Jan DuboisFirst patch from:
2006-12-10 Graham BarrRestore change 27486 accidently removed (also added...
2006-12-10 Graham BarrUpgrade to Scalar-List-Utils-1.19
2006-12-09 Steve PetersUpgrade to Time-HiRes-1.9703
2006-12-07 Steve HayMake use of $Config{d_pseudofork} in a couple of core...
2006-12-07 Jan DuboisMove Win32 from win32/ext/Win32 to ext/Win32
2006-12-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-12-06 Steve HayUpgrade to Time-HiRes 1.9702
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-12-06 Craig A. BerryAvoid my_regdupe type mismatch warning after #29430
2006-12-04 Rafael Garcia-SuarezBetter version of last patch, by Yves Orton.
next