This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2011-09-12 Jim Cromiet/TEST: clean up cachegrind.out.$pid intermediate files
2011-09-12 Jim Cromieadd 3 test.valgrind outputs to .gitignore
2011-09-12 Steffen MuellerUpdate CPAN tracking version of ExtUtils::ParseXS
2011-09-12 Steffen Muellerperldelta galore for ExtUtils::ParseXS changes
2011-09-12 Steffen MuellerExtUtils::ParseXS changelog
2011-09-12 Father ChrysostomosMake cpan officially upstream for Text::Balanced
2011-09-12 Father ChrysostomosMake truncate respect get-magic on globs and globrefs
2011-09-11 Chris 'BinGOs... Update Devel-PPPort to CPAN version 3.20
2011-09-11 Steve HayAdd links to Windows documentation of shell and CRT...
2011-09-11 Steve HayRemove Windows 95 support from win32/makefile.mk
2011-09-11 Nicholas ClarkEliminate warnings from XSLoader on 5.005 and 5.004.
2011-09-11 Jesse Vincentupdated podcheck data file to know about the changes...
2011-09-11 Leon TimmermansDoc patch to perlipc
2011-09-11 Steve HayAdd missing win32/config_H.* files to Porting/makerel
2011-09-11 Nicholas ClarkSimplify generated XS code by emitting a compatibility...
2011-09-11 Father ChrysostomosTeach B::Concise about OPpFT_STACKING
2011-09-11 Father ChrysostomosCollapse repetititive code in tie_fetch_count.t
2011-09-11 Father ChrysostomosMake utime handle get-magic correctly for glob(ref)s
2011-09-11 Father ChrysostomosStop filetest ops from calling FETCH on parent op’s arg
2011-09-11 Father ChrysostomosMake filetest ops handle get-magic correctly for glob...
2011-09-10 Father ChrysostomosRestore changelog entry removed by 378eeda
2011-09-10 Father Chrysostomos-l followed by bareword should leave the stack alone
2011-09-10 Chris 'BinGOs... Update Archive-Tar to CPAN version 1.78
2011-09-10 Father ChrysostomosDon’t call get-magic on a referenced array in chdir...
2011-09-10 Steve HayAnother update to comments about regen_config_h target
2011-09-10 Steve HayUpdate comments about regen_config_h target
2011-09-10 Steve HayFix MSWin32 skip in porting/globvar.t
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-09-10 Douglas Christopher... Add plain ~ expansion for Windows system in File::Glob
2011-09-10 Father ChrysostomosAdd Douglas Christopher Wilson to AUTHORS
2011-09-10 Father Chrysostomosch(dir|mod|own) should also call FETCH on refs to tied...
2011-09-10 Father ChrysostomosAdd MAYBE_DEREF_GV macro
2011-09-10 Nicholas ClarkTweaks to tie_fetch_count.t
2011-09-10 Vincent Pit"state" in perlfunc should point to "Persistent Private...
2011-09-10 Nicholas ClarkAdd HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options...
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-10 Jim Cromieimplement OP_IS_NUMCOMPARE like other OP_IS macros
2011-09-10 Father Chrysostomos[perl #92436] Filter::Simple can’t find end of POD
2011-09-10 Walt MankowskiFixed repeated words
2011-09-10 Jim Cromieadjust TEST's valgrind invocation to also work with...
2011-09-10 Jim Cromiet/TEST: collect user, sys cpu times for each testfile
2011-09-10 Jim Cromieif -d HARNESS_TIMER, t/TEST saves timings in Storable...
2011-09-10 Jim Cromiesave elapsed-time-ms in global hash for later reporting
2011-09-10 Jim Cromieadd space after testfile name, and before ok/not ok
2011-09-10 Jerry D. HeddenUpgrade to threads::shared 1.40
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Father ChrysostomosCorrect mro.c typo added by 006d9e7b3
2011-09-09 Zeframrelease Carp-1.23 to CPAN
2011-09-09 Zeframmake Carp::Heavy load Carp for backcompat
2011-09-09 Nicholas ClarkWhen probing strxfrm, consider a consistent return...
2011-09-09 Nicholas ClarkProvide more information in the message for "strxfrm...
2011-09-09 Nicholas ClarkRemove a Devel::DProf error from perldiag.pod
2011-09-09 Nicholas ClarkIn pp_chdir, move SvGETMAGIC(sv) out of the if() condition.
2011-09-09 Father ChrysostomosCollapse some code in shared.xs
2011-09-09 Father Chrysostomos[perl #98204] Shared objects not destoryed
2011-09-09 Father Chrysostomosshared.xs: Refactor to simplify S_get_RV’s callers
2011-09-09 Mark Jason... Simplify example pack code in perlpacktut
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-09 Ricardo Signesremove bogus < in B<> formatting code
2011-09-09 Dave Rolskyadd known issues for new OO docs
2011-09-09 Dave Rolskysome small fixes to make porting/podcheck.t happy
2011-09-09 Dave RolskyTweak line length of comment in verbatim section per...
2011-09-09 Dave RolskyLots of updates based on feedback from sprout, includin...
2011-09-09 Dave RolskySome changes based no sprout's feedback
2011-09-09 Dave Rolskyfix now-broken link to removed section in perlobj
2011-09-09 Dave RolskyAdd perldelta entries for all doc changes
2011-09-09 Dave RolskyRedo all examples using File and File::MP3
2011-09-09 Dave RolskyRemove all references to old OO tutorial docs, and...
2011-09-09 Dave Rolskyremove all old OO tutorials (and perlbot)
2011-09-09 Dave RolskySmall revisions to the text to increase clarity, sugges...
2011-09-09 Dave RolskyAdd more details on inside-out objects from David Golde...
2011-09-09 Dave Rolskyheavily revised perlobj.pod
2011-09-09 Dave RolskyUse same list of "when to use OO" criteria in perlmodst...
2011-09-09 Dave RolskyAdd Damian's list of when to use OO - copied from PBP
2011-09-09 Dave RolskyCheck in new OO tutorial - perlootut
2011-09-09 Father Chrysostomosch(dir|mod|own) should not ignore get-magic on glob...
2011-09-09 Father ChrysostomosCall get-magic once for *glob=$tied
2011-09-08 Chris 'BinGOs... Update perlfaq to CPAN version 5.0150033
2011-09-08 Chris 'BinGOs... Update Module-Load-Conditional to CPAN version 0.46
2011-09-08 Robin Barkerremove unused variables and assignments
2011-09-08 Father ChrysostomosSuppress warning from tie_fetch_count.t
2011-09-08 Tony Cookavoid " in Carp.t test programs, due to Win32 shell...
2011-09-08 Father ChrysostomosIncrease $attributes::version to 0.16
2011-09-08 Keith ThompsonConvert some files from Latin-1 to UTF-8
2011-09-07 Chris 'BinGOs... Update Module-Metadata to CPAN version 1.000007
2011-09-07 Nicholas ClarkIn Dumper.xs, use sv_newmortal() instead of sv_mortalco...
2011-09-07 Nicholas ClarkODBM_File can use the same T_PTROBJ typemap as the...
2011-09-07 Chris 'BinGOs... Update Module-Metadata to CPAN version 1.000006
2011-09-06 Nicholas ClarkIn Glob.xs, use memset() instead of bzero()
2011-09-06 Karl WilliamsonRelease managers guide changed to rmv stale perldeltas
2011-09-06 Karl WilliamsonRemove old odd-numbered releases perldeltas
2011-09-06 David MitchellRT #4682: given() didn't scope $_ correctly
2011-09-06 Nicholas ClarkS_op_integerize() needs a dVAR, else -DPERL_GLOBAL_STRU...
2011-09-06 Steffen MuellerExtUtils::ParseXS: Fix INCLUDE: $cmd |
2011-09-05 Gerard GoossenMove non-constant folding parts of fold_constants into...
2011-09-05 Peter John... [perl #98414] Update Math-BigInt-FastCalc to CPAN versi...
2011-09-05 Craig A. BerryNo more special socket header handling for VMS.
2011-09-05 Shlomi FishAdd enable/disable commands for breakpoints in perl -d
2011-09-04 Florian RagwitzFix a skip count in base's t/fields.t
2011-09-04 Vincent PitPass -Idist/Carp/lib to miniperl
next