This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-06-26 Karl Williamsonregen/genpacksizetables.pl: Add comment
2013-06-26 Karl Williamsonperlguts: Nit
2013-06-26 Father Chrysostomosembed.fnc: S_ptr_hash is inline
2013-06-26 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.85
2013-06-26 Father ChrysostomosPut all sort arguments in list context
2013-06-26 Father ChrysostomosFix up f_sort.t for changes in the prev commit
2013-06-26 Father ChrysostomosPut sort arguments in lvalue context
2013-06-26 Father ChrysostomosIn-place sort should not leave array read-only
2013-06-26 Moritz Lenzdocument that it is the operator that determines the...
2013-06-26 Father ChrysostomosIncrease $if::VERSION to 0.0603 if-0.0603
2013-06-26 Neil BowersAdded example usage and SEE ALSO links to similar modul...
2013-06-26 Father Chrysostomosop.c:S_simplify_sort: remove redundant OPf_STACKED...
2013-06-26 Father Chrysostomosop.c:ck_sort: Restore HINT_LOCALIZE_HH check
2013-06-26 Karl WilliamsonRevert "Use UTF8f in more places"
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-25 Yves OrtonAdd tests for a backreference following a literal,...
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes origin/yves/for_karl_backrefs
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
next