This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #47359] Deparse method {$object} correctly
[perl5.git] / dist /
2011-12-07 Father Chrysostomos[perl #47359] Deparse method {$object} correctly
2011-12-07 Father ChrysostomosDeparse: detect hh changes properly
2011-12-07 Father ChrysostomosDeparse funny keys/values in hh properly
2011-12-07 Father ChrysostomosFix deparsing of undefined hint hash values
2011-12-06 Rafael Garcia-SuarezUpgrade to Safe 2.30
2011-12-03 Father ChrysostomosIncrease $threads::VERSION to 1.86
2011-12-03 Mark Dootson[perl #104776] Fix threads for latest 64bit mingw-w64...
2011-12-01 Tony Cookavoid conflicting static / dllexport on legacy perls too
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosOptimise __SUB__ to a constant
2011-11-24 Father ChrysostomosIncrease $SelfLoader::VERSION to 1.19
2011-11-24 Dominic HargreavesUpdate references to the FSF's postal address
2011-11-24 Father ChrysostomosIncrease $IO::File::VERSION to 1.16
2011-11-24 Father ChrysostomosRemove ‘use File::Spec’ from IO::File
2011-11-24 Father ChrysostomosUse correct err msg in XS version check
2011-11-24 Father ChrysostomosRemove $SIG{__WARN__} from XSLoader.t
2011-11-23 jkeenan[RT #36079] Where sensible, replace consecutive single...
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-11-22 Father ChrysostomosMake Data::Dumper UTF8- and null-clean with GVs
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-21 Father Chrysostomosautouse.t: suppress warnings
2011-11-21 Father ChrysostomosRestore autouse’s exemption from redef warnings
2011-11-21 Father ChrysostomosRemove version checks from B::Deparse’s imports
2011-11-21 Father ChrysostomosRevert "$XS::APItest::VERSION = '0.34'"
2011-11-20 Father Chrysostomos$XS::APItest::VERSION = '0.34'
2011-11-20 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.10
2011-11-20 Father ChrysostomosDeparse sort(foo(bar)) correctly
2011-11-20 Steve HayUpdate Module::CoreList (to 2.58) for 5.15.5.
2011-11-20 Steve HayFix up B::Deparse following recent version bumps
2011-11-20 Steve HayUpdate Locale-Maketext to 1.20
2011-11-16 Zeframavoid some test-time warnings
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-04 Father ChrysostomosDeparse ()[()]
2011-11-03 Father ChrysostomosMake Storable load even with %INC modified
2011-10-29 Father ChrysostomosMove the do() test in Deparse’s core.t
2011-10-27 Father ChrysostomosDeparse CORE::do
2011-10-27 Father ChrysostomosDeparse CORE::glob
2011-10-27 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.09
2011-10-27 Father ChrysostomosFile::Glob: Eliminate the doglob alias to bsd_glob
2011-10-20 Florian RagwitzUpdate Module::CoreList for 5.14.4
2011-10-20 Steffen MuellerDocument the new, fixed AV/etc typemaps
2011-10-06 Father ChrysostomosIncrease $constant::VERSION from 1.22 to 1.23
2011-10-06 Father Chrysostomosconstant.pm: Disable the UTF8 downgrade when unnecessary
2011-10-05 Steffen MuellerUpgrade ExtUtils::ParseXS to 3.05
2011-09-22 David Goldenbase.pm: remove unused variable
2011-09-22 David Goldenbase.pm no longer tracks loaded modules
2011-09-22 David Goldenbase.pm no longer modifies $VERSION
2011-09-20 Stevan LittleUpdate Module::CoreList for 5.15.3
2011-09-19 Tony Cookuse :raw to avoid interference from PERL_UNICODE when...
2011-09-19 Florian RagwitzFix the version of CoreList that'll ship with 5.14.2
2011-09-19 Florian RagwitzUpdate Module::CoreList for 5.14.2
2011-09-18 Father Chrysostomos[perl #95034] Make perldoc <url> use a reasonabe name
2011-09-18 Father ChrysostomosDBFile -> DB_File
2011-09-18 Chris 'BinGOs' Wil... Noted recent changes to Module::CoreList and added...
2011-09-18 Father ChrysostomosIncrease $VERSIONs for Text::Abbrev and Search::Dict
2011-09-18 Robin Barkerfix NAME section in Text::Abbrev and Search::Dict
2011-09-18 Father ChrysostomosDeparse "${#}a"
2011-09-18 Father ChrysostomosDeparse $#{/} correctly
2011-09-17 Father ChrysostomosMake IO::Handle::getline(s) respect the open pragma
2011-09-16 Zeframmake B::Deparse handle $[ for older perls
2011-09-14 Father Chrysostomos[perl #92436] Make Filter::Simple match variables better
2011-09-14 Father ChrysostomosDear CoreList: Please note that 5.12.3 included VMS...
2011-09-14 Father ChrysostomosDear CoreList: FYI, Errno was included in 5.6.0 and .1.
2011-09-14 Father ChrysostomosDear CoreList: 5.8.2 *did* include DB_File.
2011-09-14 Nicholas ClarkSimplify Storable.xs by providing a fallback definition...
2011-09-14 Nicholas ClarkChange Storable's code.t to serialise a subroutine...
2011-09-14 Nicholas ClarkRemove from Storable.xs all compatibility code that...
2011-09-14 Nicholas ClarkRestore 5.004 and 5.005 support in Storable.
2011-09-14 Nicholas ClarkRemove Symbian compatibility macros from Storable,...
2011-09-13 Nicholas ClarkBump $Module::CoreList::VERSION after 77cc041da6484066.
2011-09-13 Chris 'BinGOs' Wil... Corrected the version of Module::CoreList shipped with...
2011-09-12 Steffen MuellerExtUtils::ParseXS changelog
2011-09-11 Nicholas ClarkEliminate warnings from XSLoader on 5.005 and 5.004.
2011-09-11 Nicholas ClarkSimplify generated XS code by emitting a compatibility...
2011-09-10 Father Chrysostomos[perl #92436] Filter::Simple can’t find end of POD
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Zeframrelease Carp-1.23 to CPAN
2011-09-09 Zeframmake Carp::Heavy load Carp for backcompat
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-08 Tony Cookavoid " in Carp.t test programs, due to Win32 shell...
2011-09-07 Nicholas ClarkIn Dumper.xs, use sv_newmortal() instead of sv_mortalco...
2011-09-06 Steffen MuellerExtUtils::ParseXS: Fix INCLUDE: $cmd |
2011-09-05 Peter John Acklam[perl #98414] Update Math-BigInt-FastCalc to CPAN versi...
2011-09-04 Florian RagwitzFix a skip count in base's t/fields.t
2011-09-04 Steffen MuellerExtUtils::ParseXS: Allow users to enforce linkage of...
2011-09-04 Zeframimprove Carp portability to earlier perls
2011-09-04 Zeframdual-life Carp
2011-09-03 Jerry D. HeddenUpgrade to threads::shared 1.39
2011-09-03 Jerry D. HeddenUpgrade to threads 1.85
2011-09-03 Father ChrysostomosBump threads(::shared) versions again
2011-09-03 Jerry D. HeddenUpgrade to threads 1.84
2011-09-03 Jerry D. HeddenUpgrade to threads::shared 1.38
2011-09-02 Peter John Acklam[perl #98280] Use same version number 1.997 in all...
2011-09-01 Peter John Acklam[perl #98256] Add POD for the bsgn() method.
next