summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use -Wno-unused-value also on other clang compilersReini Urban2013-06-271-1/+1
* [perl #117535, #76910] Fix bogus ambiguity warningsFather Chrysostomos2013-06-263-1/+66
* regen/genpacksizetables.pl: Add commentKarl Williamson2013-06-261-0/+4
* perlguts: NitKarl Williamson2013-06-261-1/+1
* embed.fnc: S_ptr_hash is inlineFather Chrysostomos2013-06-262-2/+2
* Update Digest-SHA to CPAN version 5.85Chris 'BinGOs' Williams2013-06-268-13/+23
* Put all sort arguments in list contextFather Chrysostomos2013-06-262-3/+5
* Fix up f_sort.t for changes in the prev commitFather Chrysostomos2013-06-261-20/+40
* Put sort arguments in lvalue contextFather Chrysostomos2013-06-262-2/+12
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-264-5/+14
* document that it is the operator that determines the operationMoritz Lenz2013-06-261-0/+16
* Increase $if::VERSION to 0.0603if-0.0603Father Chrysostomos2013-06-251-1/+1
* Added example usage and SEE ALSO links to similar modules in doc for if.pmNeil Bowers2013-06-252-4/+48
* op.c:S_simplify_sort: remove redundant OPf_STACKED checkFather Chrysostomos2013-06-251-2/+0
* op.c:ck_sort: Restore HINT_LOCALIZE_HH checkFather Chrysostomos2013-06-251-1/+2
* Revert "Use UTF8f in more places"Karl Williamson2013-06-255-53/+69
* Revert "UTF8f"Karl Williamson2013-06-254-18/+4
* Add tests for a backreference following a literal, which is a different codepathYves Orton2013-06-261-11/+13
* Fix rules for parsing numeric escapes in regexesYves Orton2013-06-254-17/+46
* Document and clean up -s option to xsubppSteffen Mueller2013-06-252-13/+23
* Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXSDaniel Dragan2013-06-255-9/+79
* EU::ParseXS: Test cleanupSteffen Mueller2013-06-2519-45/+12
* EU::ParseXS: Move several constants out of the runtime objectSteffen Mueller2013-06-252-30/+33
* EU::ParseXS: Cosmetics; more explicitness in *_handlerSteffen Mueller2013-06-251-32/+26
* EU::ParseXS: Use OO version of ExtUtils::ParseXS in testSteffen Mueller2013-06-251-0/+3
* EU::ParseXS: Simplify output typemap code generation (targetable)Steffen Mueller2013-06-251-20/+16
* EU::ParseXS: Cosmetics; better variable namingSteffen Mueller2013-06-251-7/+7
* EU::ParseXS: Fix targetable size detectionSteffen Mueller2013-06-253-9/+196
* EU::ParseXS: Drop dup'd code: make_targetable moves to EU::TypemapsSteffen Mueller2013-06-255-223/+3
* EU::ParseXS: Update changelogSteffen Mueller2013-06-251-0/+5
* EU::ParseXS: Attempt to canonicalize C++ types in tidy_typeSteffen Mueller2013-06-256-85/+61
* EU::ParseXS: Update ChangelogSteffen Mueller2013-06-251-0/+8
* EU::Typemaps: Document special typemap variablesSteffen Mueller2013-06-251-2/+20
* EU::ParseXS: Stop using global state; an OO interfaceSteffen Mueller2013-06-257-184/+309
* EU::ParseXS: Don't inherit from Exporter; import 'import' insteadSteffen Mueller2013-06-251-2/+1
* EU::ParseXS: Only initialize some parser regexps onceSteffen Mueller2013-06-251-12/+14
* EU::Typemaps: Implement API for typemap cloningSteffen Mueller2013-06-253-5/+87
* ExtUtils::ParseXS version bump to 3.21Steffen Mueller2013-06-259-9/+9
* [perl #75186] Remove obsolete references to vi supportTony Cook2013-06-251-8/+1
* [perl #118561] failures loading modules are ignored when sub-package existsGraham Knop2013-06-253-3/+9
* Remove spaces from a (copy of) a proto when used. The logic that uses prototy...Peter Martini2013-06-253-0/+30
* podcheck.t: Re-enable --add_linkKarl Williamson2013-06-241-5/+7
* Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a.Nicholas Clark2013-06-251-1/+1
* Update autodie to CPAN version 2.20Chris 'BinGOs' Williams2013-06-247-143/+194
* [perl #113926] fix a hash randomization bugTony Cook2013-06-241-2/+2
* [perl #113926] add tests for Pod::Html::anchorify()James E Keenan2013-06-242-0/+97
* perldelta for changes to perlexperimentRicardo Signes2013-06-231-2/+4
* perlexperiment: mark lvalue subroutines acceptedRicardo Signes2013-06-231-6/+8
* perlexperiment: (?{}) and (??{}) are not experimentalRicardo Signes2013-06-232-18/+53
* perlexperiment: mark regexp backtracking verbs as acceptedRicardo Signes2013-06-232-13/+8