platform/upstream/perl.git
2010-10-31 Karl Williamsonreginclass: Make explicit the length assumptions
2010-10-31 Karl Williamsonreginclass: Rename variable for clarity
2010-10-31 Karl Williamsonregcomp.h: Clean up some comments
2010-10-31 Karl WilliamsonANYOF_LARGE is now the same as ANYOF_CLASS
2010-10-31 Karl Williamsonregexec.c: reorder statements for speed
2010-10-31 Karl Williamsonregexec.c: Add clarifying comment
2010-10-31 Karl Williamsonreginclass: add some consts to prototype
2010-10-31 Karl Williamsonregexec.c: Remove redundant line.
2010-10-31 Karl Williamsonreginclass: Return matched length even if not utf8
2010-10-31 Karl Williamsonreginclass: Change variable name for clarity.
2010-10-31 Karl Williamsonregexec.c: Document existing reginclass behavior
2010-10-31 Father Chrysostomosperldelta up to 7cb18e1b02
2010-10-31 Nicholas ClarkMerge Storable::{is_storing,is_retrieving} using ALIAS.
2010-10-31 Nicholas ClarkStorable::{last_op_in_netorder,is_storing,is_retrieving...
2010-10-31 Nicholas ClarkMerge Storable::{,net_}pstore and Storable::{,net_...
2010-10-31 Karl WilliamsonAdd l1_char_class_tab.h to Make dependencies
2010-10-31 Karl Williamsonregcomp.c: No longer need _C_C_T_ and variant macro
2010-10-31 Karl Williamson[:posix:] now works under /u
2010-10-31 Karl Williamsonl1_char_class_tab.h: Wrong for ALNUMC
2010-10-31 Karl WilliamsonNits in re pods
2010-10-31 Karl WilliamsonDOCs: Clarify that \w matches marks and \Pc
2010-10-31 Karl WilliamsonAdd consistent synonyms for \p{PosxFOO}
2010-10-31 Father ChrysostomosRevert "Add consistent synonyms for \p{PosxFOO}"
2010-10-31 Nicholas ClarkMerge the XS implementation of all B::MG accessors...
2010-10-31 Rafael Garcia... Bump Safe's version to 2.29
2010-10-31 Rafael Garcia... Add &version::vxs::VCMP to Safe's default share
2010-10-31 Karl WilliamsonAdd consistent synonyms for \p{PosxFOO}
2010-10-31 Karl Williamsonperlrecharclass: Nits
2010-10-31 Karl Williamsonmktables: Clarify \d description for perluniprops
2010-10-31 Karl Williamsonmktables: Add tests for wrong equivalence attempts
2010-10-31 David MitchellRT 75082: recv() with MSG_TRUNC flag SEGV
2010-10-31 Nicholas ClarkMerge the implementation of B::{main_root,main_start...
2010-10-31 David MitchellRT 72246: rcatline memory leak on bad $/
2010-10-31 David Mitchelladjust output of -Dm
2010-10-31 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.64
2010-10-31 Nicholas ClarkMerge the implementation of B::{dowarn,sub_generation...
2010-10-31 Nicholas ClarkMerge the implementation of B::{minus_c,save_BEGINSs...
2010-10-31 Nicholas ClarkRemove the conditional #define of OPpPAD_STATE from...
2010-10-31 Nicholas ClarkRemove the variables stash and export_ok from the BOOT...
2010-10-31 Nicholas ClarkMerge the implementation of B::HE::{VAL,SVKEY_force...
2010-10-31 Nicholas ClarkMerge the implementation of B::CV::{XSUB,XSUBANY} using...
2010-10-31 Father ChrysostomosTests for [perl #77358]
2010-10-31 Father Chrysostomos[perl #77358] ISA warnings after aliasing packages
2010-10-30 Father ChrysostomosSet stash names before calling mro_isa_changed_in3
2010-10-30 Nicholas ClarkMake B::HV::NAME an ALIAS of B::GV::NAME, as both conve...
2010-10-30 Nicholas ClarkMerge B::BM::PREVIOUS, B::BM::RARE and B::BM::USEFUL...
2010-10-30 David MitchellMerge branch 'blead' of perl5.git.perl.org:/gitroot...
2010-10-30 Nicholas ClarkMerge B::HV::MAX and B::HV::KES into the common accessor.
2010-10-30 David MitchellRT #63790: &{PL_sv_yes} corrupted mark stack
2010-10-30 Nicholas ClarkMerge all B::CV structure accesses into the common...
2010-10-30 Nicholas ClarkMerge B::AV::MAX and B::FM::LINES into the common accessor.
2010-10-30 Nicholas ClarkMerge all B::IO structure accesses into the common...
2010-10-30 Father ChrysostomosComment typo
2010-10-30 Father ChrysostomosMove the meta->isa code from UNIVERSAL::isa to mro_get_...
2010-10-30 Nicholas ClarkMerge B::GV::{STASH,GvFLAGS} into the common accessor.
2010-10-30 Father ChrysostomosSwitch UNIVERSAL::isa over to HvENAME
2010-10-30 Father ChrysostomosSuppress warning from gv.t
2010-10-30 Father ChrysostomosA plethora of isarev tests
2010-10-30 Father ChrysostomosCorrect reference to get_linear_isa in get_isarev’...
2010-10-30 Father ChrysostomosTo-do tests for isarev (more to come)
2010-10-30 Father ChrysostomosIncrease mro’s version
2010-10-30 Nicholas ClarkMerge the direct structure lookup for B::{PV,PVMG,PVLV...
2010-10-30 Nicholas ClarkMerge the direct structure lookup for B::IV:: and B...
2010-10-30 Nicholas ClarkMerge the implementation of B::IV::{needs64bits,packiv...
2010-10-30 Nicholas Clark257e0650 used the "wrong" croak() - correct B::GV:SV...
2010-10-30 Nicholas ClarkMerge B::GV::{file,name} using ALIAS.
2010-10-30 Nicholas ClarkFor B's GP accessors, encode the type and offset in...
2010-10-30 Nicholas ClarkIn B.xs, move the direct COP access for stash and file...
2010-10-30 Father ChrysostomosMacros are not called with aTHX_
2010-10-30 Father ChrysostomosSwitch S_mro_get_linear_isa_c3 to HvENAME
2010-10-30 Father ChrysostomosRemove the #ifdef PERL_CORE surrounding the HvENAME...
2010-10-30 Father ChrysostomosAdd HvENAME_HEK
2010-10-30 Father ChrysostomosAdd docs for hv_ename_*
2010-10-30 Father Chrysostomosperlmroapi: suggest HvNAME as a fallback
2010-10-30 Father ChrysostomosAdd test for the crashes fixed in 00169e2
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-30 Father ChrysostomosAdd HvENAME
2010-10-30 Father ChrysostomosIn S_hv_delete_common, call mro_package_moved after...
2010-10-30 George GreerFix Math::BigInt::FastCalc build under Win32 with croak...
2010-10-29 Nicholas ClarkMerge B::COP::{cop_seq,hints,line} into the common...
2010-10-29 Nicholas ClarkMerge B::PADOP::{gv,sv} using the ALIAS mechanism.
2010-10-29 Nicholas ClarkMerge B::PADOP::padix into the common B::OP accessor...
2010-10-29 Nicholas ClarkSort the MANIFEST (after change 1222f39eae03eee3)
2010-10-29 Father ChrysostomosAdd test for [perl #78674]
2010-10-29 Nicholas ClarkMerge B::SVOP::{gv,sv} into the common B::OP accessor...
2010-10-29 Nicholas ClarkIn B.xs, move conditionally defined PMOP macros to...
2010-10-29 Niko Tyni[perl #78674] Fix stack pointer corruption in pp_concat...
2010-10-29 Father ChrysostomosUse STDOUT in defout.t to suppress that ‘#foo’ under...
2010-10-29 Nicholas ClarkMerge B::PMOP::precomp and B::PMOP::reflags, using...
2010-10-29 Nicholas ClarkMerge B::PMOP::pmoffset into the common B::OP accessor...
2010-10-29 Nicholas ClarkReorder parts of B.xs to reduce the amount of condition...
2010-10-29 Nicholas ClarkMerge B::PMOP::pmflags into the common B::OP accessor...
2010-10-29 Nicholas ClarkFor B's OP accessors, encode the type and offset in...
2010-10-29 Nicholas ClarkMerge all B::OP::* accessors returning B::OP objects.
2010-10-29 Nicholas ClarkMath::BigInt::FastCalc doesn't need to set $BASE or...
2010-10-29 Nicholas ClarkMath::BigInt::FastCalc doesn't need to override methods...
2010-10-29 Nicholas ClarkRefactor FastCalc to initialise BASE and BASE_LEN as...
2010-10-29 Nicholas ClarkReorder the list return of Math::BigInt::Calc::_base_len().
2010-10-29 Father ChrysostomosFix NAMECOUNT output format in dump.c
2010-10-29 Father Chrysostomoshv_ename_delete should not delete the HvNAME
next