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 |
2010-10-24 |
Nicholas Clark | Refactor B::hash to use Perl_newSVpvf() instead of...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | More tests for B::hash().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | B::cchar can be implemented as an ALIAS of B::cstring.
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Refactor B::cchar() to create a temporary directly...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Tests for B::cchar().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In B.xs, refactor cstring() to return a mortal, which...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | Test NUL bytes with B::cstring() and B::perlstring().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | B::perlstring can be implemented as an ALIAS of B:...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In cstring() in B.xs, use Perl_sv_catpvf(), instead...
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | More comprehensive tests for B::cstring() and B::perlstring().
|
commit | commitdiff | tree |
2010-10-24 |
Nicholas Clark | In pp_getlogin, use sv_setpv_mg() to avoid needing...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | Convert B to use ExtUtils::Constant::ProxySubs for...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, add an option to push all constants...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, allow an explicit XS_SUBNAME of undef...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | Change concise.t to use Storable to test stash/src...
|
commit | commitdiff | tree |
2010-10-23 |
Nicholas Clark | For PROXYSUBS, also avoid calling get_missing_hash...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Remove cruft from B's Makefile.PL
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, get the hash from the fetch to pass...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, loop with do {} not while, as there...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, avoid calling get_missing_hash() if...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | For PROXYSUBS, give the notfound struct file scope.
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Minor refactor of ExtUtils::Constant::ProxySubs.
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Merge the implementation of B::CV::{ROOT,START}.
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Note the U8-sized space in intrpvar.h created by 737c24fc85e...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | Better diagnostics for XS::APItest::test_cv_getset_call_chec...
|
commit | commitdiff | tree |
2010-10-22 |
Nicholas Clark | S_tokeq()'s fast scan loop should terminate on \\ not \
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | MY_CXT_INIT happens to contain a variable declaration...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Sys::Hostname::ghname should use newSVpv(s, 0), not...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Avoid using #ifdef inside a function call that may...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | buildtoc needs to preserve the mode of any file it...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | SDBM_File::{error,clearerr} can be implemented as XS...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | In [GNO]DBM_File.xs, store the 4 filter functions as...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | In SDBM_File.xs, store the 4 filter functions as 1...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert [GNOS]DBM_File::TIEHASH to safecalloc() from...
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Merge the XS code for Hash::Util::{hidden,legal}_ref_keys.
|
commit | commitdiff | tree |
2010-10-21 |
Nicholas Clark | Convert Hash::Util's XS code to use typemaps for dereferencing.
|
commit | commitdiff | tree |
next |