summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* perlmroapi: suggest HvNAME as a fallbackFather Chrysostomos2010-10-291-6/+8
* Add test for the crashes fixed in 00169e2Father Chrysostomos2010-10-291-1/+28
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-296-20/+41
* Add HvENAMEFather Chrysostomos2010-10-292-5/+16
* In S_hv_delete_common, call mro_package_moved after the deletionFather Chrysostomos2010-10-291-9/+33
* Fix Math::BigInt::FastCalc build under Win32 with croak_xs_usage().George Greer2010-10-291-1/+1
* Merge B::COP::{cop_seq,hints,line} into the common B::OP accessor XS code.Nicholas Clark2010-10-291-17/+16
* Merge B::PADOP::{gv,sv} using the ALIAS mechanism.Nicholas Clark2010-10-291-11/+18
* Merge B::PADOP::padix into the common B::OP accessor XS code.Nicholas Clark2010-10-291-5/+3
* Sort the MANIFEST (after change 1222f39eae03eee3)Nicholas Clark2010-10-291-1/+1
* Add test for [perl #78674]Father Chrysostomos2010-10-292-0/+22
* Merge B::SVOP::{gv,sv} into the common B::OP accessor XS code.Nicholas Clark2010-10-291-15/+11
* In B.xs, move conditionally defined PMOP macros to their points of use.Nicholas Clark2010-10-291-8/+3
* [perl #78674] Fix stack pointer corruption in pp_concat() with 'use encoding'Niko Tyni2010-10-291-0/+3
* Use STDOUT in defout.t to suppress that ‘#foo’ under TEST/harnessFather Chrysostomos2010-10-291-5/+9
* Merge B::PMOP::precomp and B::PMOP::reflags, using the ALIAS mechanism.Nicholas Clark2010-10-291-23/+25
* Merge B::PMOP::pmoffset into the common B::OP accessor XS code.Nicholas Clark2010-10-291-5/+18
* Reorder parts of B.xs to reduce the amount of conditionally compiled code.Nicholas Clark2010-10-291-30/+11
* Merge B::PMOP::pmflags into the common B::OP accessor XS code.Nicholas Clark2010-10-291-4/+7
* For B's OP accessors, encode the type and offset in the XS alias integer.Nicholas Clark2010-10-291-42/+52
* Merge all B::OP::* accessors returning B::OP objects.Nicholas Clark2010-10-291-54/+36
* Math::BigInt::FastCalc doesn't need to set $BASE or $BASE_LEN.Nicholas Clark2010-10-291-4/+2
* Math::BigInt::FastCalc doesn't need to override methods in a BEGIN block.Nicholas Clark2010-10-291-5/+2
* Refactor FastCalc to initialise BASE and BASE_LEN as part of bootstrap.Nicholas Clark2010-10-292-17/+9
* Reorder the list return of Math::BigInt::Calc::_base_len().Nicholas Clark2010-10-295-12/+10
* Fix NAMECOUNT output format in dump.cFather Chrysostomos2010-10-291-2/+2
* hv_ename_delete should not delete the HvNAMEFather Chrysostomos2010-10-291-2/+4
* B::GV::is_empty and B::GV::isGV_with_GP can be merged using ALIAS.Nicholas Clark2010-10-292-11/+10
* Update CPANPLUS to CPAN version 0.9010Chris 'BinGOs' Williams2010-10-298-6/+21
* B::PV::PV doesn't need a special case for pad names post 5.9.xNicholas Clark2010-10-291-2/+5
* Use the same XS body for B::IV::RV and B::PV::RV.Nicholas Clark2010-10-292-15/+24
* A clearer implementation of B::SV::object_2svref()Nicholas Clark2010-10-291-5/+5
* B::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be implemented via ALIAS.Nicholas Clark2010-10-292-23/+54
* Update CPANPLUS-Dist-Build to CPAN version 0.50Chris 'BinGOs' Williams2010-10-295-4/+11
* Recommend a more reliable way of identifying magicFlorian Ragwitz2010-10-291-2/+14
* Teach dump.c about all magic flagsFlorian Ragwitz2010-10-291-5/+11
* Teach dump.c about ENAMEsFather Chrysostomos2010-10-281-0/+31
* add SAVEFREECOPHH()Zefram2010-10-284-1/+13
* File::CheckTree.t: @INC should be change for chdirKarl Williamson2010-10-281-11/+5
* In B.xs, move the definition of PMOP_pmnext adjacent to its usage.Nicholas Clark2010-10-281-1/+1
* The method B::PMOP::pmregexp never existed. Remove it from the documentation.Nicholas Clark2010-10-282-3/+0
* In S_scan_const(), use the return value of my_sprintf() to avoid a strlen().Nicholas Clark2010-10-281-4/+4
* Merge the XS implementation of B::OP::name and B::OP::descNicholas Clark2010-10-281-7/+3
* perldelta up to 0b6a3b5adbe83Father Chrysostomos2010-10-281-5/+75
* Increase Hash::Util::FieldHash’s versionFather Chrysostomos2010-10-281-1/+1
* Defer to perlfunc on \G and pos()brian d foy2010-10-281-13/+15
* Merge branch 'briandfoy/pos' into bleadbrian d foy2010-10-281-9/+15
|\
| * Note that pos() only affects the next match RT #78636brian d foy2010-10-281-9/+15
* | Type- and think-o’sFather Chrysostomos2010-10-271-4/+3
* | perldelta for 2acc3314e31Father Chrysostomos2010-10-271-1/+47