platform/upstream/perl.git
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes
2013-06-25 Steffen MuellerDocument and clean up -s option to xsubpp
2013-06-25 Daniel DraganStop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal...
2013-06-25 Steffen MuellerEU::ParseXS: Test cleanup
2013-06-25 Steffen MuellerEU::ParseXS: Move several constants out of the runtime...
2013-06-25 Steffen MuellerEU::ParseXS: Cosmetics; more explicitness in *_handler
2013-06-25 Steffen MuellerEU::ParseXS: Use OO version of ExtUtils::ParseXS in...
2013-06-25 Steffen MuellerEU::ParseXS: Simplify output typemap code generation...
2013-06-25 Steffen MuellerEU::ParseXS: Cosmetics; better variable naming
2013-06-25 Steffen MuellerEU::ParseXS: Fix targetable size detection
2013-06-25 Steffen MuellerEU::ParseXS: Drop dup'd code: make_targetable moves...
2013-06-25 Steffen MuellerEU::ParseXS: Update changelog
2013-06-25 Steffen MuellerEU::ParseXS: Attempt to canonicalize C++ types in tidy_type
2013-06-25 Steffen MuellerEU::ParseXS: Update Changelog
2013-06-25 Steffen MuellerEU::Typemaps: Document special typemap variables
2013-06-25 Steffen MuellerEU::ParseXS: Stop using global state; an OO interface
2013-06-25 Steffen MuellerEU::ParseXS: Don't inherit from Exporter; import 'impor...
2013-06-25 Steffen MuellerEU::ParseXS: Only initialize some parser regexps once
2013-06-25 Steffen MuellerEU::Typemaps: Implement API for typemap cloning
2013-06-25 Steffen MuellerExtUtils::ParseXS version bump to 3.21
2013-06-25 Tony Cook[perl #75186] Remove obsolete references to vi support
2013-06-25 Graham Knop[perl #118561] failures loading modules are ignored...
2013-06-25 Peter MartiniRemove spaces from a (copy of) a proto when used. The...
2013-06-25 Karl Williamsonpodcheck.t: Re-enable --add_link
2013-06-24 Nicholas ClarkUpdate B's size/offset for CvFLAGS to U32, following...
2013-06-24 Chris 'BinGOs... Update autodie to CPAN version 2.20
2013-06-24 Tony Cook[perl #113926] fix a hash randomization bug
2013-06-24 James E Keenan[perl #113926] add tests for Pod::Html::anchorify()
2013-06-24 Ricardo Signesperldelta for changes to perlexperiment
2013-06-24 Ricardo Signesperlexperiment: mark lvalue subroutines accepted
2013-06-24 Ricardo Signesperlexperiment: (?{}) and (??{}) are not experimental
2013-06-24 Ricardo Signesperlexperiment: mark regexp backtracking verbs as accepted
2013-06-24 Dagfinn Ilmari... Quote and indent %B::Concise::priv initialisation consi...
2013-06-24 Tony Cook[perl #116781] several small changes to h2xs
2013-06-24 Alexandr Ciorniih2xs: place for license for META.* files
2013-06-24 Alexandr Ciorniih2xs: remove useless compatibility code (VERSION_FROM...
2013-06-24 Alexandr Ciorniih2xs: dependency on XSLoader should be declared even...
2013-06-24 Alexandr Ciorniih2xs: remove indirect object notation
2013-06-23 Father Chrysostomosperldiag: Correct ‘Unknown Unicode option value’
2013-06-23 Father Chrysostomosperldiag: Document ‘SWASHNEW didn't return an HV ref’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Repeated format line...’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Perl %s required’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Pattern subroutine nesting...’
2013-06-23 Father Chrysostomosdiag.t: Tolerate trailing spaces in C code
2013-06-23 Father Chrysostomosperldiag: Document mprotect errors
2013-06-23 Father Chrysostomosperldiag: Correct ‘length() used on %s’
2013-06-23 Father Chrysostomosperldiag: Document ‘internal %<num>p might conflict’
2013-06-23 Father Chrysostomosperldiag: Correct ‘Infinite recursion in regex’
2013-06-23 Father Chrysostomossv.c: Allow COWs through sv_magic unscathed
2013-06-23 Father Chrysostomosperldiag: Correct ‘Don't know how to handle magic’
2013-06-23 Father Chrysostomosperldiag: Add the elliptical variant of strict refs...
2013-06-23 Father ChrysostomosStop undef &foo from crashing on lex subs
2013-06-23 Father Chrysostomosop.c: Refactor calls to bad_type_sv
2013-06-23 Father Chrysostomosgv.c:gv_fetchmethod_pvn_flags: Avoid unnecessary extra SV
2013-06-23 Father ChrysostomosUse UTF8f in more places
2013-06-23 Father ChrysostomosDocument scalarref retvals of @INC hook
2013-06-23 Father Chrysostomosregcomp.c:regdump_intflags: rem unused var
2013-06-23 Father Chrysostomos[Merge] Fix bugs involving compilation and ro SVs
2013-06-23 Father ChrysostomosRemove ‘Can't coerce readonly %s’ error
2013-06-23 Father Chrysostomossv.c: Make sv_force_normal always croak on ro SVs
2013-06-23 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.22
2013-06-23 Father Chrysostomostoke.c: Don’t depend on sv_force_normal’s good graces
2013-06-23 Father ChrysostomosCopy scalar refs returned from @INC filters
2013-06-23 Father ChrysostomosStop SVt_REGEXPs from being upgraded.
2013-06-23 Father Chrysostomosdump.c: Dump PV fields of SVt_PVIOs
2013-06-23 Father Chrysostomosutil.c: Stop ck_index/fbm_compile from abusing readonliness
2013-06-23 Father ChrysostomosStop ck_index from flattening other people’s SVs
2013-06-23 Father Chrysostomossv.h: Correct assertion in BmUSEFUL
2013-06-23 Father ChrysostomosStop fbm_compile from flattening refs
2013-06-23 Father Chrysostomosindex.t: Comment final brace
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::utf8::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease perl5db.pl’s $VERSION to 1.41
2013-06-23 Father ChrysostomosIncrease $integer::VERSION to 1.01
2013-06-23 Father ChrysostomosIncrease $deprecate::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $Tie::Scalar::VERSION to 1.03
2013-06-23 Father ChrysostomosIncrease $Tie::Hash::VERSION to 1.05
2013-06-23 Father ChrysostomosIncrease $Tie::Array::VERSION to 1.06
2013-06-23 Father ChrysostomosIncrease $Getopt::Std::VERSION to 1.09
2013-06-23 Father ChrysostomosIncrease $File::Basename::VERSION to 2.85
2013-06-23 Father ChrysostomosIncrease $ExtUtils::XSSymSet::VERSION to 1.3
2013-06-23 Father ChrysostomosIncrease $English::VERSION to 1.07
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::null::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::int32::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::encode::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::compress::VERSION to 0.03
2013-06-23 Father ChrysostomosIncrease $DBM_Filter::VERSION to 0.06
2013-06-23 Father ChrysostomosIncrease $DB::VERSION to 1.07
2013-06-23 Father ChrysostomosIncrease $Class::Struct::VERSION to 0.65
2013-06-23 Father ChrysostomosIncrease $Benchmark::VERSION to 1.17
2013-06-23 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.54
2013-06-23 Father ChrysostomosIncrease $I18N::Langinfo::VERSION to 0.11
2013-06-23 Father ChrysostomosIncrease $Hash::Util::FieldHash::VERSION to 1.12
2013-06-23 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.12
2013-06-23 Father ChrysostomosIncrease $B::Concise::VERSION to 0.97
2013-06-23 Father ChrysostomosIncrease $Safe::VERSION to 2.37
2013-06-23 Father ChrysostomosIncrease $File::Spec::Win32::VERSION to 3.42
2013-06-23 Father ChrysostomosIncrease $File::Spec::VMS::VERSION to 3.42
2013-06-23 Father ChrysostomosIncrease $strict::VERSION to 1.08
2013-06-23 Father ChrysostomosIncrease $vmsish::VERSION to 1.04
next