This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cflags.SH was broken: it was compiling a C file for testing available
[perl5.git] / ext /
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.
2006-12-04 Rafael Garcia-SuarezThe new regexp compilation function must be added to...
2006-12-02 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.10_02
2006-12-02 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.10_01
2006-12-01 Joshua ben JoreRe: [PATCH] Make B::Lint use Module::Pluggable
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-12-01 Rafael Garcia-SuarezFix Time-HiRes linker error on Win32 introduced by...
2006-11-30 Steve PetersUpgrade to Time-HiRes-1.96.
2006-11-30 Steve PetersUpgrade to Time-HiRes-1.95
2006-11-29 Rafael Garcia-SuarezPatch by Derek Price to Time::Piece for CPAN bug #21255:
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-11-28 Steve HaySilence 4 "unreferenced local variable" warnings from...
2006-11-28 Ilya ZakharevichRe: [PATCH 5.8.8] Build on OS/2
2006-11-28 Jerry D. Hedden[PATCH[ threads 1.53
2006-11-26 Nicholas ClarkEliminated unitialised clone_params value bug accidenta...
2006-11-26 Steve PetersAdding Time::Piece to the core...again.
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-23 Steve PetersUpgrade to PathTools-3.24.
2006-11-22 Peter DintelmannPOSIX::remove() and directories
2006-11-22 Steve HayVC8 regards 60 seconds as an invalid parameter for...
2006-11-22 Rafael Garcia-SuarezRemove tests for POD or POD coverage -- they're always...
2006-11-21 Jerry D. Heddenthreads 1.52
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 Rafael Garcia-SuarezDoc nits to re.pm
2006-11-17 Yves Ortonadd regmust() to re.pm/re.xs
2006-11-16 Jerry D. Heddenthreads 1.51
2006-11-15 Steve HayFix tests added by #29248 and #29249
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-15 Yves OrtonRe: Fix linker error on Win32
2006-11-13 Rafael Garcia-SuarezThe latest regression test to Scalar::Util doesn't...
2006-11-13 Paul MarquessA new regression test from:
2006-11-13 Rafael Garcia-SuarezPOD fixes and nits in re.pm
2006-11-13 Steve PetersThe DynaLoader test isn't happy with OpenBSD's libc...
next