platform/upstream/perl.git
2013-08-11 Father ChrysostomosDon’t allow read-only COWs to be blessed
2013-08-11 Father ChrysostomosIn sv.c:sv_magic don’t allow tying ro COWs
2013-08-11 Father ChrysostomosStop system select from croaking on read-only COW ""
2013-08-11 Father ChrysostomosRead-only COWs should not be exempt from s/// croaking
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:mg_localize
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:S_save_magic
2013-08-11 Father ChrysostomosDon’t treat COWs specially in locked hashes
2013-08-11 Father ChrysostomosMake tr/a/b/ croak on read-only null COWs
2013-08-11 Father ChrysostomosFix up Peek.t for alternate COW configurations
2013-08-11 Father ChrysostomosMake OLD_COPY_ON_WRITE handle SvLEN==0 scalars
2013-08-11 Father Chrysostomosuniversal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY
2013-08-11 Father Chrysostomosop.c:ck_svconst: Don’t allow ro COWs under old COW
2013-08-11 Nicholas Clarktest.pl's runperl() can now optionally redirect STDIN...
2013-08-11 Nicholas ClarkRemove the two "VMS adjustments" from test.pl's _fresh_perl
2013-08-11 Craig A. BerryProbe for shm* routines in configure.com.
2013-08-11 Karl Williamsont/re/re_tests: Move vim hints to eof
2013-08-11 Karl Williamsonregcomp.h, sv.c, utf8.c: Comment nits
2013-08-10 Lukas Maiadd adjust_size_and_find_bucket to embed.fnc
2013-08-10 Shlomi FishRemove some effect-less code.
2013-08-10 Shlomi FishFix RT #41461 (with a test).
2013-08-10 Craig A. BerryAdd two "ld" variables missing from configure.com.
2013-08-10 Sergey AlekseevFunction name typo in malloc.c
2013-08-10 Father ChrysostomosMake constant folding use the right hints
2013-08-10 Father Chrysostomostoke.c:S_incline: avoid vivifying GV under threads
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-10 Father ChrysostomosRevert "toke.c:incline: Avoid duplicate symbol lookup"
2013-08-10 Father Chrysostomosdump.c: Dump contents of regexps’ mother_re field
2013-08-10 Father Chrysostomosop.c:ck_eval: remove redundant null check
2013-08-10 Father ChrysostomosAvoid assert fail with s// $target = \3 /e
2013-08-10 Father ChrysostomosRespect SvLEN==0 and SvOOK in sv.c:sv_sethek
2013-08-10 Father ChrysostomosDon’t stringify undef hash keys at compile time
2013-08-09 Steffen MuellerExtUtils::ParseXS: Version consistency
2013-08-09 Steve HayUpdate versions and dates in release announcement template
2013-08-09 Tony Cookperldelta for b4bf645b3d
2013-08-09 Darin McBrideCarp now handles objects with string overloads.
2013-08-09 Tony Cookperldelta for da1929e75
2013-08-09 Tony Cook[perl #117793] remove dangerous functions and improve...
2013-08-08 Steve HayUpgrade libnet from 1.22 to 1.22_02
2013-08-08 James E KeenanDocument non-destructive substitution: the '/r' modifier.
2013-08-07 Chris 'BinGOs... Add missing versioned Config to Module::CoreList
2013-08-07 Chris 'BinGOs... Config has a VERSION, corelist.pl should set it
2013-08-07 Nicholas ClarkUpdate the Porting/bisect.pl documentation.
2013-08-07 Nicholas ClarkReport the perl executable path in the error if Config...
2013-08-07 Nicholas ClarkA comment in Storable.xs was words missing two words.
2013-08-07 Steve HayUpgrade IPC::Cmd from 0.82 to 0.84
2013-08-07 James E KeenanClarify documentation re switch expecting an argument...
2013-08-07 Nicholas ClarkMerge the refactoring of B which silences Solaris compi...
2013-08-07 Nicholas ClarkIn B::OP::next, flag special cases with a type, instead...
2013-08-07 Nicholas ClarkRe-indent a switch statement in B::OP::next
2013-08-07 Nicholas ClarkChange all B's unsigned constants from IVs to UVs.
2013-08-07 Nicholas ClarkIn B.xs use I16 to avoid an "initializer will be sign...
2013-08-07 Nicholas ClarkTeach makedef.pl that Perl_allocfilegv does not exist...
2013-08-07 Craig A. BerryDon't multiply define Perl__invlist_dump.
2013-08-06 Steve HayFix t/porting/customized.t --regen not to add DOS EOLs...
2013-08-06 David Mitchellreparse compile-time /(?{})/ in right scope
2013-08-06 Father Chrysostomos[perl #119169] index with __PACKAGE__ for 2nd argument
2013-08-06 Father Chrysostomossv.h: Add comment about gv_check and SvIsCOW
2013-08-06 Peter Martini[perl #2726] Prototype is not applied until BLOCK is...
2013-08-05 Father ChrysostomosStop ‘used once’ warnings from crashing on circularities
2013-08-05 Steve HayUpgrade Scalar-List-Utils from 1.29 to 1.30
2013-08-05 Nicholas ClarkStorable should not assume that sizeof(mg_len) is 4.
2013-08-05 Nicholas ClarkRestore Storable's DEBUGME build after commit 591596833...
2013-08-05 Father Chrysostomosop.c:newCONSTSUB: Stop using CopFILESV for CvFILE
2013-08-05 Father ChrysostomosDon’t use CopFILESV for ‘once’ warnings
2013-08-05 Father Chrysostomosop.c:aassign_common_vars: merge duplicate code
2013-08-05 Father Chrysostomosop.c: correct comment
2013-08-05 Father ChrysostomosRemove SAVEt_STACK_CXPOS
2013-08-05 Father ChrysostomosHandle SAVEt_READONLY_OFF in ss_dup
2013-08-05 Father ChrysostomosHandle SAVEt_ADELETE in ss_dup
2013-08-05 Father ChrysostomosTest that ss_dup handles all savestack items
2013-08-05 Father Chrysostomostoke.c: s/below/above/
2013-08-05 Father Chrysostomostoke.c:incline: Avoid duplicate symbol lookup
2013-08-05 Father Chrysostomostoke.c:incline: Don’t stringify a GV to look it up
2013-08-05 Father ChrysostomosMake eval "#line" account for ${"_<foo"} changes
2013-08-05 Father Chrysostomostoke.c:incline: Move code into the block that uses it
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-08-04 Father ChrysostomosDon’t let list const modification affect future retvals
2013-08-04 Father Chrysostomos[perl #119043] Allow utf8 up/downgrade on ro COWs
2013-08-04 Father ChrysostomosTest that __PACKAGE__ is read-only
2013-08-04 Father ChrysostomosRevert "[perl #119043] Exempt shared hash key consts...
2013-08-02 Chris 'BinGOs... _perl_abs_path() symlink tests fail on QNX Neutrino
2013-08-02 Chris 'BinGOs... Resolve File::Spec test failures on QNX Neutrino
2013-08-02 Chris 'BinGOs... Add note about regenerating META files when updating...
2013-08-02 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.132140
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-08-02 Tony Cookprevent a precedence warning on clang
2013-08-01 Karl Williamsonregcomp.c: Silence clang compiler warning
2013-08-01 Chris 'BinGOs... Update Scalar-List-Utils to CPAN version 1.29
2013-08-01 Karl Williamsondump.c: White-space only
2013-08-01 Karl WilliamsonExtend sv_dump() to dump SVt_INVLIST
2013-08-01 Steve Hayversion's test files are not excluded from blead
2013-08-01 Nicholas ClarkSet a large thread stack when running the regex tests...
2013-08-01 Steve HayUse undef rather than 'undef' for Devel::PPPort's UPSTR...
2013-08-01 Steve HayNote that three more test files are excluded from XSLoader
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-07-31 David MitchellHandle /[#]/ and /[(?#]/ with code blocks
2013-07-31 David Mitchellpp_match(): remove some superfluous braces
2013-07-31 David Mitchellpp_match(): only look up pos() magic once
2013-07-31 David Mitchellpp_match(): remove redundant condition
next