2010-11-19 |
Nicholas Clark | Update the perldelta for ExtUtils::Constant.
|
commit | commitdiff | tree |
2010-11-18 |
Nicholas Clark | Refactor newATTRSUB()'s logic for grafting a sub definition...
|
commit | commitdiff | tree |
2010-11-18 |
Nicholas Clark | Test that the stash and file of a sub's definition...
|
commit | commitdiff | tree |
2010-11-18 |
Nicholas Clark | Test that lack of prototype on a sub's definition overrides...
|
commit | commitdiff | tree |
2010-11-17 |
Nicholas Clark | In Perl_cv_undef(), only check potential pads against...
|
commit | commitdiff | tree |
2010-11-17 |
Nicholas Clark | In S_pad_check_dup(), no need to check the 0th name...
|
commit | commitdiff | tree |
2010-11-17 |
Nicholas Clark | Convert newSUB() to a macro wrapping Perl_newATTRSUB()
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | Inline Perl_pad_undef() into its only caller, Perl_cv_undef().
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | Move Perl_cv_undef() from op.c to pad.c
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | Add Grant McLean to AUTHORS, following commit a27417a027da2da0.
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | In Perl_pad_new(), allocate a 2 element array for padlist.
|
commit | commitdiff | tree |
2010-11-16 |
Nicholas Clark | In Perl_pad_new(), avoid calling av_fetch() for something...
|
commit | commitdiff | tree |
2010-11-14 |
Nicholas Clark | Fix multiplicity build, broken by 328552296d8d53b3.
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | In newSVhek(), use sv_usepvn_flags() to avoid a malloc...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Add Perl_bytes_cmp_utf8() to compare character sequences...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Add tests for cmp, eq, ne for UTF-8 vs octet representation.
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Fix errors in the diagnostic output of t/op/cmp.t
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Adjust t/run/switchd-78586.t to work under t/TEST and...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Inline sv_cmp() and sv_cmp_locale() as macros wrapping...
|
commit | commitdiff | tree |
2010-11-11 |
Nicholas Clark | Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale...
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | In S_check_type_and_open() call PerlIO_openn() directly...
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Change S_doopen_pm() and S_check_type_and_open() to...
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Test that Opcode loads without warnings.
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Tidy up ext/Opcode/t/Opcode.t.
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Convert ext/Opcode/t/Opcode.t to Test::More.
|
commit | commitdiff | tree |
2010-11-09 |
Nicholas Clark | Fix error in tryAMAGICunDEREF() introduced in 25a9ffce153b0e67.
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Avoid a declaration after statement, accidentally added...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, remove the now unused first argument from...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, use PPCODE rather than a typemap for output...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | B::MAGIC::LENGTH(), not B::MAGIC::LEN(). Fixes #78864
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs refactor cc_opclassname() to make_op_object().
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::COP::{io,warnings} using...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | In B.xs, refactor make_warnings_object() to take a...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::COP::{filegv,stash}...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::COP::{file,stashpv}...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::BM::TABLE with B::PV...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Remove unneeded PREFIXes from B.xs.
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::PV::PVBM with PVX and...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::PV::{PVX,PV} using ALIAS.
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Refactor B::PV::PV to use newSVpvn_flags() for both...
|
commit | commitdiff | tree |
2010-11-08 |
Nicholas Clark | Merge the implementation of B::REGEXP::{REGEXP,precomp...
|
commit | commitdiff | tree |
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 |
next |