platform/upstream/perl.git
2013-08-12 Tony Cook[perl #117355] [lu]cfirst don't respect 'use bytes'
2013-08-12 Tony Cook[perl #117355] unTODO the [lu]cfirst under bytes tests
2013-08-12 Karl WilliamsonXXX Patch for discussion: [perl #117355] [lu]cfirst...
2013-08-12 Tony Cook[perl #117355] very basic tests for [ul]c(first)? under...
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-08-12 Tony Cookfix several problems in the MY_CXT example in perlxs.pod
2013-08-12 Craig A. BerryForgot d_semctl in a429ddf7a2c14d.
2013-08-12 Ricardo Signesadd Alexander Voronov to AUTHORS file
2013-08-12 Alexander VoronovUpdate perlipc.pod
2013-08-11 Ricardo Signesadd Viktor Turskyi to the AUTHORS file
2013-08-11 Viktor TurskyiFixed typo (protoytpe => prototype)
2013-08-11 Father Chrysostomos[Merge] Fixes to reset("...")
2013-08-11 Father ChrysostomosDon’t taint undef in reset
2013-08-11 Father ChrysostomosRemove special string handling from sv.c:sv_reset
2013-08-11 Father Chrysostomossv.c:sv_reset: Remove %ENV handling; fix for VMS
2013-08-11 Father ChrysostomosStop reset from skipping @ % if $ is read-only
2013-08-11 Father Chrysostomosreset.t: Basic tests for resetting aggregates
2013-08-11 Father Chrysostomossv_reset: Don’t skip THINKFIRST items
2013-08-11 Father ChrysostomosFix threaded build broken by 823ac2c80
2013-08-11 Father ChrysostomosCall get-magic before rejecting non-refs in sv_bless
2013-08-11 Father Chrysostomosgv.c:newGP: assert that PL_curcop is not NULL
2013-08-11 Father Chrysostomosgv.c:newGP: merge some threaded and non-threaded code
2013-08-11 Father ChrysostomosRestore NULL check to gv.c:newGP, removed by 19bad673
2013-08-11 Father ChrysostomosSet PL_curcop to NULL in op.c:S_cop_free
2013-08-11 Father ChrysostomosMake ++ handle regexps and vstrings
2013-08-11 Father ChrysostomosStop -- from crashing on regexps
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-08-11 Father ChrysostomosModifying ${^OPEN} changes the value of $^H:
2013-08-11 Father Chrysostomossv.c: Remove more ro exceptions that c72a4ee missed.
2013-08-11 Father ChrysostomosFix booleanness of regexps
2013-08-11 Father ChrysostomosMake SvPVbyte work on tied non-PV
2013-08-11 Father Chrysostomos[Merge] Handle @INC filter return values better
2013-08-11 Father Chrysostomospp_ctl.c:S_run_user_filter: remove GMAGICAL check
2013-08-11 Father ChrysostomosHandle magical return values from @INC filter
2013-08-11 Father ChrysostomosSetting $_ to multiline glob in @INC filter
2013-08-11 Father Chrysostomosincfilter.t: squelch warning
2013-08-11 Father ChrysostomosTying $_ in @INC filter
2013-08-11 Father ChrysostomosHandle non-PV $_ in @INC filters
2013-08-11 Father Chrysostomosop.c: Force shared hash key optimisation for existing...
2013-08-11 Father Chrysostomos[Merge] Read-only COWs
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
next