This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Swap if/else clauses
[perl5.git] / dist /
2014-09-01 Jarkko HietaniemiIgnore warning about unused result since it is desperat...
2014-09-01 Alberto SimõesUpdate ExtUtils::CBuilder to version 0.280219. Correct...
2014-08-28 Jerry D. HeddenUpgrade to threads 1.96
2014-08-26 Father Chrysostomosconstant.pm: Document fully-qualified constant names
2014-08-26 Father Chrysostomosconstant.pm: Remove doc reference to compile-time checking
2014-08-26 Father Chrysostomosconstant.pm: Remove redundant truth checks
2014-08-26 Father Chrysostomosconstant.pm: outdated comment
2014-08-26 Father ChrysostomosIncrease $constant::VERSION to 1.32
2014-08-26 Father ChrysostomosAllow package name in ‘use constant’ constants
2014-08-25 Father ChrysostomosRemove compile-time checking of rv2?v with const kid
2014-08-25 Steve HayUpdate Module-CoreList for 5.20.1
2014-08-24 Karl Williamsonperlxs: Add text about dealing with locales, etc
2014-08-21 Peter MartiniModule::CoreList version number bump
2014-08-20 Peter MartiniUpdate Module::CoreList for 5.21.3
2014-08-20 Peter MartiniRevert Test::Builder changes in prep for 5.21.3
2014-08-16 Chad GranumUpdate to include latest Test::Builder alpha
2014-08-09 Brian FraserExtUtils::CBuilder: On Android, link to both -lperl...
2014-08-08 Chris 'BinGOs' Wil... Move ExtUtils-Install to cpan/
2014-08-07 Chris 'BinGOs' Wil... Move ExtUtils-Manifest to cpan/
2014-08-07 Chris 'BinGOs' Wil... Move ExtUtils-Command to cpan/
2014-08-05 Rafael Garcia-SuarezRegenerate local Safe MANIFEST
2014-08-05 Rafael Garcia-SuarezFix MANIFEST and Safe's changelog
2014-08-05 syberCritical bugfix in module Safe (Opcode). Version increa...
2014-07-23 Chad GranumFix ok() that should be a like()
2014-07-23 Chad GranumDelay loading Test::More
2014-07-20 AbigailUpped version numbers for ModuleList
2014-07-20 AbigailUpdate Module::CoreList for 5.21.2
2014-07-15 Karen Etheridgeuse just the import sub from Exporter
2014-07-15 James E KeenanNeed to increment $VERSION in ExtUtils::Manifest.
2014-07-15 Karen Etheridgeuse warnings; convert "use vars" to "our"
2014-07-15 Karen Etheridgeadd vim swap files to the ignored list for MANIFEST...
2014-07-15 brian d foyRT 72933: Ignore files from prove
2014-07-14 Daniel Draganoptimize PathTools to not try to load XS on miniperl
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-07 Daniel Draganstatic misc things in /dist/threads/threads.xs
2014-07-04 David MitchellFilter::Simple: eliminate /\C/
2014-07-04 James E KeenanDon't add unnecessary linespace.
2014-07-04 James E KeenanSupply description for only test lacking one.
2014-07-03 David MitchellDeprecate /\C/
2014-07-02 Abhijit Menon-SenUpdate ChangeLog before release
2014-07-02 Daniel DraganModule::CoreList::TieHashDelta stop massive recursion
2014-06-25 Tony Cookbump dist/Math-BigInt/ $VERSIONS to 1.9996
2014-06-25 Peter John AcklamCPAN RT 96254 and 96329: Correct the handling of subcla...
2014-06-24 Tony Cookremove extraneous setting of $TODO
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2014-06-20 Matthew Horsfall... Update Module::CoreList for 5.21.2
2014-06-20 Matthew Horsfall... Update Module::CoreList for 5.21.1
2014-06-17 Michael BunkCorrect two subtle typos.
2014-06-16 Steffen MuellerExtUtils::ParseXS: doc typo fix
2014-06-15 James E KeenanRebreak lines to achieve <80 recommended line length.
2014-06-15 James E KeenanRebreak lines to achieve <80 recommended line length.
2014-06-15 James E KeenanRebreak lines to achieve <80 recommended line length.
2014-06-12 Dagfinn Ilmari Man... Change sv_catpvn(…, "…", …) to sv_catpvs(…, "…")
2014-06-12 Tony Cooktest for the Data::Dumper bug fixed by "Change newSVpvn...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2014-06-12 kafkaBring a few lines in Storable.pm under 80 cols.
2014-06-12 kafkaBring a few lines in SelfLoader.pm under 80 cols.
2014-06-05 Karl WilliamsonData::Dumper: Fix wrong #if
2014-06-05 Karl WilliamsonAdd parameters to "use locale"
2014-06-04 kafkaBring a long line in threads.pm under 80 cols
2014-06-04 kafkaBring all lines in CoreList.pod under 80 cols
2014-06-03 Chris 'BinGOs' Wil... Reduce env var calls to one in ExtUtils::Install
2014-06-03 Chris 'BinGOs' Wil... Add quietening env var option to pm_to_blib in ExtUtils...
2014-05-31 Chris 'BinGOs' Wil... Added core-only version check to Module-CoreList
2014-05-31 Todd RinaldoCorrect illegal use of >> in Exporter POD.
2014-05-29 Jarkko HietaniemiFurther simplify the sockatmark().
2014-05-29 Jarkko HietaniemiBuild fixes for Win32 after the Coverity smoke.
2014-05-29 Jarkko HietaniemiVersion bumping thanks to the Coverity deluge.
2014-05-29 Jarkko Hietaniemifcntl receiving -1 from fileno, fcntl failing.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-29 Brian FraserFix for [perl #121963] 5.20.0-RC1 can't compile on...
2014-05-29 pjacklamFix RT #62052: Math::BigFloat -> bdiv() in list context
2014-05-29 pjacklamFix RT #43692: Math::BigFloat -> blog() is sometimes...
2014-05-28 Tony Cookbump dist/Math-BigInt/ $VERSIONs
2014-05-28 Peter John AcklamSync Math-BigInt blead vs. CPAN
2014-05-28 Jarkko HietaniemiAnnotate intentional case fallthrough, or add breaks.
2014-05-28 Alex SoloveyMemory leak in Storable::dclone with STORABLE_freeze...
2014-05-28 Tony Cookbump Math::BigRat $VERSION
2014-05-28 Peter John AcklamSync Math-BigRat blead vs. CPAN
2014-05-28 Karen EtheridgeIgnore mismatched versions between Carp and Carp::Heavy...
2014-05-27 Ricardo Signesupdate Module::CoreList for 5.21.1
2014-05-27 Ricardo Signesupdate corelist for 5.21.0
2014-05-27 Ricardo Signesmatch Module::CoreList version to perl version
2014-05-27 Ricardo Signesremove Module-Build from core perl distribution
2014-05-27 Ricardo Signesadd 5.21.0 to corelist, bump version
2014-05-26 Ricardo Signesupdate v5.20.0 release date in Module::CoreList
2014-05-16 Ricardo Signesupdate CoreList for 5.20.0
2014-05-13 Chris 'BinGOs' Wil... Correct v5.19.12-isms in Module-CoreList
2014-05-13 Ricardo Signesreplace 5.19.12 (never happening) with 5.20.0 in corelist
2014-05-07 Karl WilliamsonFix remaining too-long verbatim lines in perlxstut.pod
2014-05-07 kafkaBring a few lines in perlxstut.pod under 80 cols
2014-05-04 Chris 'BinGOs' Wil... Removed two other ghost modules from Module::CoreList
2014-05-04 Chris 'BinGOs' Wil... Archaeology completed for OS2::* modules
2014-05-03 Chris 'BinGOs' Wil... Reinstate OS2::* modules to Module::CoreList
2014-05-03 Chris 'BinGOs' Wil... Remove PathTools::Cwd entries from Module::CoreList
2014-04-30 Chris 'BinGOs' Wil... Resolve [perl #121770] Win32 did indeed ship with v5.8.3
2014-04-30 Chris 'BinGOs' Wil... Resolve [perl #121769] with regards consistency of...
2014-04-27 Chris 'BinGOs' Wil... Fixed regressions in corelist with display of 0 ending...
2014-04-20 Steve HayPrepare Module::CoreList for 5.19.12 (not that it's...
2014-04-20 Steve HayUpdate Module::CoreList for 5.19.11
next