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