platform/upstream/perl.git
2013-08-12 Karl Williamsonlib/locale.t: Rename some internal elements
2013-08-12 Karl Williamsonlib/locale.t: Add comments; clarify some test names
2013-08-12 Karl Williamsonlib/locale.t: Allow turning on debug via env
2013-08-12 Karl WilliamsonAssume UTF-8 locale if that string occurs anywhere...
2013-08-12 Steve HayExtUtils-ParseXS is now version 3.21
2013-08-12 Ricardo Signesimport CoreList changes from v5.18.1
2013-08-12 SmylersTypo fix in comment
2013-08-12 Father ChrysostomosPeek.t: Fix a test
2013-08-12 Ricardo Signesepigraphs: replace E<0x2014> with literal U+2014 to...
2013-08-12 Ricardo Signesadd epigraphs from v5.18.1
2013-08-12 Steve HayIgnore directories when checking POD encoding
2013-08-12 Father Chrysostomos[perl #92260] Devel::Peek::fill_mstats and non-PVs
2013-08-12 Father Chrysostomosconstant.pm: Note that list constants are not
2013-08-12 Father ChrysostomosMark COWable constants as COWable at compile time
2013-08-12 Father ChrysostomosMake Storable support read-only COWs
2013-08-12 Father Chrysostomossv.c:sv_grow: accept read-only COWs
2013-08-12 Father ChrysostomosDevel::PPPort: force string when testing SvPV_renew
2013-08-12 Father ChrysostomosTest multiline links in diagnostics.t
2013-08-12 Father ChrysostomosAlphabetise perldiag
2013-08-12 Father ChrysostomosIncrease $diagnostics::VERSION to 1.32
2013-08-12 Father Chrysostomosdiagnostics: don’t truncate wrapped links
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.
next