This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-11-02 brian d foyAdd more English equivalents, index all names in perlvar
2010-11-02 brian d foyI think I have perlvar ordered and proper now
2010-11-02 brian d foyPutting the variables in order, mostly, but not complet...
2010-11-02 brian d foy* mjd rewrites the $", cleans up minor bits
2010-11-02 brian d foy* Add the missing $"
2010-11-02 brian d foy* The first draft of a perlvar reorganization
2010-11-02 Jan DuboisAvoid buffer overflow in dl_win32.c
2010-11-01 Nicholas ClarkCorrect the return type for B::MAGIC::MOREMAGIC.
2010-11-01 Nicholas ClarkTidy B interpreter struct accessors in B.xs
2010-11-01 David Mitchelltidy code in Perl_sighandler()
2010-11-01 David MitchellRT #76248: double-freed SV with nested sig-handler
2010-11-01 David MitchellRT 75254: Slow GC after Scalar::Util::weaken
2010-11-01 Nicholas ClarkMerge B's interpreter structure accesses for SV* types...
2010-11-01 Nicholas ClarkAll callers of get_op_bitspec() in Opcode.xs pass len...
2010-11-01 Nicholas ClarkSmall refactoring of op_names_init() and put_op_bitspec...
2010-11-01 Nicholas ClarkRefactor Storable::{net_,}pstore to return undef/true...
2010-11-01 Nicholas ClarkMerge the implementation of B::sv_{undef,no,yes} using...
2010-11-01 Nicholas ClarkRefactor the error handling logic in Storable::_store().
2010-11-01 Father ChrysostomosRemove S_get_isa_hash
2010-11-01 David GoldenAllow push/pop/keys/etc to act on references
2010-11-01 Father Chrysostomos[perl #78580] Stop a simple *glob from calling get...
2010-11-01 Chris 'BinGOs... Update parent to CPAN version 0.224
2010-10-31 Karl Williamsonperlunicode.pod: Add detail on utf8/locale conflicts
2010-10-31 Karl Williamsonregcomp.h: Remove unused #define
2010-10-31 Karl Williamsonreginclass: Remove redundant test
2010-10-31 Karl Williamsonreginclass: Reorder fastest first
2010-10-31 Karl Williamsonreginclass: Remove unnecessary test
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_*
next