2010-11-08 |
Nicholas Clark | In B::REGEX::precomp, use newSVpvn_flags() instead...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, move the version dependant regexp code to...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Move the aliasing of B::IV::RV as B::PV::RV from XS...
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | A hack for t/harness to restore the ability to run...
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICO...
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | Avoid creating lots of mortals in B::walkoptree()
|
commit | commitdiff | tree |
2010-11-05 |
Nicholas Clark | B::Concise was failing to traverse some children of...
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Some tests for B::walkoptree.
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Create &B::{IV,PV}::as_string using typeglob assignment...
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Avoid needing to stub B::OPf_KIDS by loading the XS...
|
commit | commitdiff | tree |
2010-11-04 |
Nicholas Clark | Remove two use of dXSI32; superfluous because xsubpp...
|
commit | commitdiff | tree |
2010-11-03 |
Nicholas Clark | Inline tryAMAGICunDEREF_var() into its callers and...
|
commit | commitdiff | tree |
2010-11-03 |
Nicholas Clark | Add Perl_amagic_deref_call() to implement the bulk...
|
commit | commitdiff | tree |
2010-11-03 |
Nicholas Clark | Add tests for tryAMAGICunDEREF_var().
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Inline RvDEEPCP() into its only caller, Perl_amagic_call().
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Implement the loop in tryAMAGICunDEREF_var() using...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Expand AMG_CALLun_var() into all its users, and eliminate it.
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Inline tryAMAGICunW_var() into macros tryAMAGICun{DEREF_var...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Eliminate tryAMAGICunW() by refactoring tryAMAGICun...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Remove unused AMAGIC macros from pp.h. Neither core...
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Reorder struct xpvhv_aux to make two I32s adjacent.
|
commit | commitdiff | tree |
2010-11-02 |
Nicholas Clark | Fix permissions on lib/overload/numbers.pm, accidentally...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Correct the return type for B::MAGIC::MOREMAGIC.
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Tidy B interpreter struct accessors in B.xs
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Merge B's interpreter structure accesses for SV* types...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | All callers of get_op_bitspec() in Opcode.xs pass len...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Small refactoring of op_names_init() and put_op_bitspec...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Refactor Storable::{net_,}pstore to return undef/true...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Merge the implementation of B::sv_{undef,no,yes} using...
|
commit | commitdiff | tree |
2010-11-01 |
Nicholas Clark | Refactor the error handling logic in Storable::_store().
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge Storable::{is_storing,is_retrieving} using ALIAS.
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Storable::{last_op_in_netorder,is_storing,is_retrieving...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge Storable::{,net_}pstore and Storable::{,net_...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge the XS implementation of all B::MG accessors...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::{main_root,main_start...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::{dowarn,sub_generation...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::{minus_c,save_BEGINSs...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Remove the conditional #define of OPpPAD_STATE from...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Remove the variables stash and export_ok from the BOOT...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::HE::{VAL,SVKEY_force...
|
commit | commitdiff | tree |
2010-10-31 |
Nicholas Clark | Merge the implementation of B::CV::{XSUB,XSUBANY} using...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Make B::HV::NAME an ALIAS of B::GV::NAME, as both convert...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge B::BM::PREVIOUS, B::BM::RARE and B::BM::USEFUL...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge B::HV::MAX and B::HV::KES into the common accessor.
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge all B::CV structure accesses into the common...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge B::AV::MAX and B::FM::LINES into the common accessor.
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge all B::IO structure accesses into the common...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge B::GV::{STASH,GvFLAGS} into the common accessor.
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge the direct structure lookup for B::{PV,PVMG,PVLV...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge the direct structure lookup for B::IV:: and B...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge the implementation of B::IV::{needs64bits,packiv...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | 257e0650 used the "wrong" croak() - correct B::GV:SV...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | Merge B::GV::{file,name} using ALIAS.
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | For B's GP accessors, encode the type and offset in...
|
commit | commitdiff | tree |
2010-10-30 |
Nicholas Clark | In B.xs, move the direct COP access for stash and file...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::COP::{cop_seq,hints,line} into the common...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::PADOP::{gv,sv} using the ALIAS mechanism.
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::PADOP::padix into the common B::OP accessor...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Sort the MANIFEST (after change 1222f39eae03eee3)
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::SVOP::{gv,sv} into the common B::OP accessor...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | In B.xs, move conditionally defined PMOP macros to...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::PMOP::precomp and B::PMOP::reflags, using...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::PMOP::pmoffset into the common B::OP accessor...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Reorder parts of B.xs to reduce the amount of conditionally...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge B::PMOP::pmflags into the common B::OP accessor...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | For B's OP accessors, encode the type and offset in...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Merge all B::OP::* accessors returning B::OP objects.
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Math::BigInt::FastCalc doesn't need to set $BASE or...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Math::BigInt::FastCalc doesn't need to override methods...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Refactor FastCalc to initialise BASE and BASE_LEN as...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Reorder the list return of Math::BigInt::Calc::_base_len().
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | B::GV::is_empty and B::GV::isGV_with_GP can be merged...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | B::PV::PV doesn't need a special case for pad names...
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | Use the same XS body for B::IV::RV and B::PV::RV.
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | A clearer implementation of B::SV::object_2svref()
|
commit | commitdiff | tree |
2010-10-29 |
Nicholas Clark | B::SV{REFCNT,FLAGS,SvTYPE,POK,ROK,MAGICAL} can be implemente...
|
commit | commitdiff | tree |
2010-10-28 |
Nicholas Clark | In B.xs, move the definition of PMOP_pmnext adjacent...
|
commit | commitdiff | tree |
2010-10-28 |
Nicholas Clark | The method B::PMOP::pmregexp never existed. Remove...
|
commit | commitdiff | tree |
2010-10-28 |
Nicholas Clark | In S_scan_const(), use the return value of my_sprintf...
|
commit | commitdiff | tree |
2010-10-28 |
Nicholas Clark | Merge the XS implementation of B::OP::name and B::OP...
|
commit | commitdiff | tree |
2010-10-27 |
Nicholas Clark | Remove THREADSV_NAMES, part of 5005 threads that the...
|
commit | commitdiff | tree |
2010-10-27 |
Nicholas Clark | B::Deparse should call B::threadsv_names, instead of...
|
commit | commitdiff | tree |
2010-10-27 |
Nicholas Clark | Get B::Deparse to load on perls back to 5.8.1
|
commit | commitdiff | tree |
2010-10-27 |
Nicholas Clark | Simplify the conditionals in the XS code for B::COP...
|
commit | commitdiff | tree |
2010-10-27 |
Nicholas Clark | Using ALIAS B::OP::{opt,spare,type} can be implemented...
|
commit | commitdiff | tree |
2010-10-26 |
Nicholas Clark | In I18N::Langinfo::langinfo(), use newSVpv(), as it...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In Socket::inet_ntoa(), use Perl_newSVpvf(), instead...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Merge Hash::Util::FieldHash::_test_uvar_{get,set,same...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In Hash::Util::FieldHash::_test_uvar_set, the second...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In FastCalc.xs, use SV * as the return type for _new...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Convert Math::BigInt::FastCalc to XSLoader.
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | In FastCalc.xs, inline the macros CONSTANT_OBJ and...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Reduce repetition in FastCalc.xs by using ALIASes.
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Move some GV tests to gv.t from glob.t - the latter...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Stop sysio.t changing into t/op, and hence creating...
|
commit | commitdiff | tree |
2010-10-25 |
Nicholas Clark | Correct tests for B::{cstring,perlstring,cchar}
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In B.xs, use newSVpvn_flags() instead of sv_newmortal...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Fix SV leak in Perl_emulate_cop_io(), present since...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In B.xs, tidy up make_*_object().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | B::hash() should only work on byte sequences.
|
commit | commitdiff | tree |
next |