platform/upstream/perl.git
2014-03-07 David Mitchellmake core safe against HvAUX() realloc
2014-03-07 David Mitchellsv.h: add some more flag usage commentary
2014-03-07 Steffen MuellerData::Dumper update/changelog and version bump
2014-03-07 Steffen MuellerFilter::Simple update/changelog and version bump
2014-03-07 Steffen MuellerAttribute::Handlers update/changelog and version bump
2014-03-07 Craig A. BerrySmarter handling of escaped semicolons in vmsify.
2014-03-06 Steve HayUpdate META files and remove blead customizations follo...
2014-03-06 Steve HayUpgrade CPAN::Meta from version 2.140630 to 2.140640
2014-03-06 Ricardo Signesofficially discourage the use of threads
2014-03-06 Ricardo Signesnote that the ~~ operator is experimental
2014-03-05 Steffen MuellerMaintainers.pl: Refer to recent EU::ParseXS release
2014-03-05 Steffen MuellerEU::ParseXS: Code cleanup
2014-03-05 Steve HayTemporary fixes for test failures after (Parse::)CPAN...
2014-03-05 Steve HayUpgrade Locale-Codes from version 3.29 to 3.30
2014-03-05 Steve HayUpdate META files following previous two commits
2014-03-05 Steve HayUpgrade Parse-CPAN-Meta from version 1.4413 to 1.4414
2014-03-05 Steve HayUpgrade CPAN-Meta from version 2.133380 to 2.140630
2014-03-05 Karl Williamsonregcomp.c: Use minimal struct formal parameter
2014-03-05 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-03-04 Karl Williamsondist/IO: Allow to be dual-lived
2014-03-04 David Mitchell[perl #121362] overload optimisation added a SEGV
2014-03-03 Chris 'BinGOs... Bump Carp to version 1.33
2014-03-03 Chris 'BinGOs... Bump autouse version to 1.08
2014-03-03 Craig A. BerryRefactor and reduce VMS-specific workarounds in POSIX.xs.
2014-03-02 Craig A. Berrytbuffer_t no longer exists on VMS.
2014-03-02 Nicholas ClarkMerge changes to make_ext.pl that build simple extensio...
2014-03-02 Nicholas ClarkOn VMS, lib is lib.DIR, etc. make_ext.pl needs to accou...
2014-03-02 Nicholas ClarkDescribe the improvements to make_ext.pl in perldelta.
2014-03-02 Nicholas ClarkGenerate fallback shell cleanup code for the extensions...
2014-03-02 Nicholas Clarkmake_ext.pl can handle 4 extensions in dist/ which...
2014-03-02 Nicholas Clarkmake_ext.pl can also handle extensions with a module...
2014-03-02 Nicholas Clarkmake_ext.pl can also handle extensions with a module...
2014-03-02 Nicholas ClarkFor simple extensions make_ext.pl can emulate the entir...
2014-03-02 Nicholas ClarkChange the test to use itself as test file, instead...
2014-03-02 Nicholas ClarkExtract fallback_cleanup() to hold the code that writes...
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
next