This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2014-03-02 Nicholas Clarkmake_ext.pl should validate exactly which clean targets...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Forbid non-safe macros for multi...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-03-02 Karl Williamsonperluniprops: Show property name without braces
2014-03-02 Karl Williamsonregen/regcharclass.pl: White-space; comment nits only
2014-03-02 Karl Williamsonregen/regcharclass.pl: Simplify generated safe macros
2014-03-02 Karl WilliamsonUnicode/UCD.t: Fix broken test
2014-03-02 Karl Williamsonmktables: Allow Unicode Unihan files to compile
2014-03-02 Karl Williamsonregen/regcharclass.pl: Warn that macros are internal...
2014-03-01 Nicholas ClarkNo need for code conditional on S_IFMT being defined...
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-03-01 Nicholas ClarkCommit 5c85b638cb45ea2b inadvertently broke the -DDEBUG...
2014-02-28 David Mitchell[MERGE] tweak in-place branch of SAVEt_CLEARSV
2014-02-28 David MitchellSAVEt_CLEARSV: only clear-in-place if RC==1
2014-02-28 David MitchellSAVEt_CLEARSV: handle SvOOK() specially
2014-02-28 David MitchellSAVEt_CLEARSV: expand SvOK_off() macro
2014-02-28 David MitchellSAVEt_CLEARSV: simplify SvREADONLY_off() condition
2014-02-28 David MitchellSAVEt_CLEARSV: reindent after previous commit
2014-02-28 David MitchellSAVEt_CLEARSV: check common flags
2014-02-28 David MitchellS_regmatch(): merge BOL and SBOL branches
2014-02-28 David Mitchellcopy xhv_rand and xhv_last_rand in threads clone
2014-02-28 David Mitchell[perl #121230] fix kill -SIG on win32
2014-02-28 David Mitchellspeed up (non)overloaded derefs
2014-02-28 David MitchellDocument what the gv_check() function does
2014-02-28 David Mitchellgv_check(): use aux flag rather than IsCOW
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-27 David Mitchell[MERGE] optmise pp_entersub code
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2014-02-27 David Mitchellpp_entersub(): simplify XSUB arg cleanup code
2014-02-27 David Mitchellmove PL_defgv nearer the top of intrvar.h
2014-02-27 David Mitchellpp_entersub(): tweak some vars
2014-02-27 David Mitchellpp_entersub(): assign CvDEPTH to a local var
2014-02-27 David Mitchellpp_entersub(): re-indent block
2014-02-27 David Mitchelltweak pp_entersub
2014-02-27 Steffen MuellerRemove spurious assert
2014-02-26 Steve HayRemove leftover Windows 95 / Windows NT4 support code
2014-02-26 Steffen MuellerList-OP removal: Fix compile fail on C90
2014-02-26 Steffen MuellerOptimization: Remove needless list/pushmark pairs from...
2014-02-26 Steffen MuellerMacro for common OP checks: "is this X or was it before...
2014-02-26 Steve HayRemove IO::Socket::IP examples as per Porting/Maintaine...
2014-02-25 Chris 'BinGOs... Update Pod-Perldoc to CPAN version 3.23
2014-02-25 Chris 'BinGOs... Update CPAN-Meta-YAML to CPAN version 0.012
2014-02-25 Chris 'BinGOs... Update IO-Socket-IP to CPAN version 0.29
2014-02-25 Yves OrtonFix RT #121321 - Fencepost error causes infinite loop...
2014-02-25 Nicholas ClarkUse a temporary file instead of $^X when testing stat.
2014-02-25 Steve HaySilence some VC++ compiler warnings
2014-02-25 Karl Williamsonlib/locale.t: Make more tests not fail unless is bad...
2014-02-25 Karl Williamsonlib/locale.t: Change an array to a hash
2014-02-24 Steffen MuellerMissing version bump for Deparse
2014-02-24 Steffen MuellerTest fix: Update list of B::Concise functions
2014-02-24 Steffen MuellerB::Deparse: Padrange deparse fix
2014-02-24 Yves Ortonfix RT #121299 - Inconsistent behavior with backreferen...
2014-02-24 Yves OrtonImprove how regprop dumps REF-like nodes during execution
2014-02-24 Yves Ortoncomments and whitespace fixups to inprove clarity of...
2014-02-24 Craig A. Berrytest nit in CPAN-Meta-YAML/t/31_local_tml.t
2014-02-23 David Mitchellfix win32 build
2014-02-22 Father Chrysostomos[perl #121259] Always allow COW after $input=<>
2014-02-21 Chris 'BinGOs... Module-CoreList 3.07 released to CPAN, bump core versio...
2014-02-21 Steve HayFix syncing of Config-Perl-V with CPAN version 0.20
2014-02-21 Steve HayUpgrade HTTP-Tiny from version 0.042 to 0.043
2014-02-21 Tony Cookperldelta for 257518b902
2014-02-21 Tony Cookbump $base::VERSION to 2.22
2014-02-21 Tony Cook[perl #121196] only examine the name being included
2014-02-21 Tony Cookperldelta for 3e63bed3c5, 58572ed82f
2014-02-20 Chris 'BinGOs... Update Module-Load to CPAN version 0.32
2014-02-20 Craig A. BerryOnly define Perl__get_regclass_nonbitmap_data once.
2014-02-20 Tony Cook[perl #120939] at least fix the leak in const_av_xsub
2014-02-20 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.90
2014-02-20 Karl WilliamsonRestore proper functioning of -Mdiagnostics
2014-02-20 Karl WilliamsonChange 'semantics' to 'rules'
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Karl WilliamsonBump version numbers
2014-02-20 Nicholas ClarkUpdate ribasushi's e-mail address.
2014-02-20 Peter RabbitsonFix pod typo (kentnl++)
2014-02-20 H.Merijn BrandOne typo fix was missed in upgrading Config::Perl:...
2014-02-20 Chris 'BinGOs... Module-CoreList 3.06 released to CPAN
2014-02-20 H.Merijn BrandAmend Porting/core-cpan-diff
2014-02-20 Tony Cookprepare Module::CoreList for next release
2014-02-20 Tony Cookbump to version 5.19.10 and fix the version number...
2014-02-20 Tony Cooknew perldelta for 5.19.10
2014-02-20 Tony Cookavoid leaving the old perldelta as a symlink
2014-02-20 Tony Cookrecord the 5.19.9 epigraph
2014-02-20 Tony Cookmerge 5.19.9 release branch
2014-02-20 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-02-20 Tony Cooknote lib/locale.t rare failure v5.19.9
2014-02-20 Tony Cookupdate perlhist for 5.19.9
2014-02-20 Tony Cookfinalize perldelta for 5.19.9
2014-02-20 Tony CookUpdate Module::CoreList for 5.19.9
2014-02-20 Karl Williamsonlib/locale.t: Remove tests that need UTF-8 locale
2014-02-19 Karl Williamsonlocale.c: Change 'and' to '&&'
2014-02-19 Karl Williamsonrun/locale.t: White-space only
2014-02-19 Karl Williamsonlocale.c: Another POSIX emulation fix on Windows
2014-02-19 Karl Williamson.locale.c: Better emulate POSIX locale setting on Windows
2014-02-19 Karl WilliamsonMake taint checking regex compile time instead of runtime
2014-02-19 Karl Williamsonlib/locale.t: Add some test names
2014-02-19 Karl Williamsonlib/locale.t: Untaint before checking if next thing...
2014-02-19 Karl Williamsonperllocale: Add note about ENVIRONMENT variable
2014-02-19 Karl Williamsonperlsec: Nit
next