This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fix for perl5db
[perl5.git] / universal.c
2013-03-07 John PeacockBring core up to version-0.9902
2012-11-23 Daniel Draganremove an EXTEND from XS_re_regexp_pattern
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-12 Daniel Draganpv->pvn for literals in pp_require and Perl_sv_derived_...
2012-11-12 Daniel Draganadd items checking to Internals::SvREFCNT
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-10-22 Steffen MuellerMove more X's off the PUSH into EXTEND's
2012-10-10 Steve HayFix VC compilation of universal.c as C++ following...
2012-10-10 Daniel Draganadd const to Perl_boot_core_UNIVERSAL's xsub registrati...
2012-10-01 Father ChrysostomosMake utf8::decode respect set-magic
2012-10-01 Father ChrysostomosMake utf8::encode respect magic
2012-07-29 Father ChrysostomosRemove some redundant magical flag checks
2012-06-23 Jesse Luehrsalso make sure ->isa works on undeclared packages
2012-06-23 Jesse Luehrsall packages can do methods in UNIVERSAL [perl #47113]
2012-06-07 Father ChrysostomosMake UNIVERSAL::can treats str and num the same way
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosDon’t incr PL_amagic_generation in universal.c
2012-02-04 Father Chrysostomos[perl #109762] Stop !$^V from leaking
2012-01-23 Father Chrysostomosuniversal.c:XS_utf8_decode: rmv redundant code
2012-01-06 Father Chrysostomosperlop: remove triple-dot
2012-01-06 Father Chrysostomos[perl #91850] utf8::decode: croak for ro scalars
2011-12-25 Father ChrysostomosPerlIO::get_layers: Treat numbers as strings
2011-12-25 Father Chrysostomos[perl #97956] PerlIO::get_layers: call get-magic
2011-12-12 John PeacockSet all version object math ops to noop
2011-12-09 John PeacockUse syntax from perlguts for testing objects
2011-12-09 John PeacockRevert 9bf41c1d to UNIVERSAL::VERSION
2011-11-24 Father ChrysostomosProduce right error msg for $ver < "version"
2011-11-23 Father ChrysostomosUNIVERSAL::VERSION should treat "version" as a string
2011-11-20 Father ChrysostomosRemove comment added by mistake in c7abbf64
2011-11-14 Tony CookInternals::SvREFCNT() now treats reference counts as...
2011-11-14 Tony Cook[rt #103222] make Internals::SvREFCNT set/get consistent
2011-10-07 Father ChrysostomosUse HEKf
2011-10-06 Brian Fraseruniversal.c: VERSION UTF8 cleanup
2011-10-06 Brian Fraseruniversal.c: Make croak_xs_usage account for UTF8
2011-10-06 Father ChrysostomosDocument sv_does_pvn
2011-10-06 Father ChrysostomosCorrect name of sv_does_sv apidoc entry
2011-10-06 Brian Fraseruniversal.c: sv_does() UTF8 cleanup.
2011-10-06 Brian Fraseruniversal.c: ->can UTF8 cleanup.
2011-10-06 Brian Fraseruniversal.c: ->isa, sv_derived_from UTF8 cleanup.
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-07-28 Father Chrysostomos[perl #95544] Make UNIVERSAL::VERSION return $VERSION
2011-07-12 Father ChrysostomosMake Internals::SvREADONLY smarter
2011-06-06 Father ChrysostomosRemove two pointless uses of sv_2mortal
2011-05-30 Father Chrysostomos2nd try: [perl #91834] utf8::decode does not respect...
2011-05-30 Father ChrysostomosRevert "[perl #91834] utf8::decode does not respect...
2011-05-29 Father Chrysostomos[perl #91834] utf8::decode does not respect copy-on...
2011-05-19 Johan Vromans[perl #90054] Fix typo in universal.c
2011-01-17 Karl WilliamsonCH] Change usage of regex/op common to common names
2011-01-16 Karl WilliamsonUse multi-bit field for regex character set
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-11-01 Father ChrysostomosRemove S_get_isa_hash
2010-10-30 Father ChrysostomosMove the meta->isa code from UNIVERSAL::isa to mro_get_...
2010-10-30 Father ChrysostomosSwitch UNIVERSAL::isa over to HvENAME
2010-10-14 Nicholas ClarkMove remaining Tie::Hash::NamedCapture XS code to Named...
2010-10-14 Nicholas ClarkMove Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedC...
2010-10-14 Nicholas ClarkConvert lib/Tie/Hash/NamedCapture.pm to an XS module...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_STORE into S_named_captu...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_CLEAR into S_named_captu...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_DELETE into S_named_capt...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capt...
2010-10-14 Nicholas ClarkMerge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into...
2010-10-14 Nicholas ClarkExpand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedC...
2010-10-13 Nicholas ClarkConsistent stack handling for XS_re_regnames_*
2010-10-13 Nicholas ClarkConsistent usage messages for XS_Tie_Hash_NamedCapture_*
2010-10-13 Nicholas ClarkIn XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any...
2010-10-13 Nicholas ClarkConsistent stack handling for XS_Tie_Hash_NamedCapture_*
2010-10-13 Nicholas ClarkXS_Tie_Hash_NamedCapture_DELETE should return a value.
2010-10-12 Nicholas ClarkXS_Tie_Hash_NamedCapture_STORE should always croak...
2010-09-23 Steve HayFix code-before-declaration problem in universal.c
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-11 Ævar Arnfjörð Bjar... segfault on &Internals::* due to missing SvROK()
2010-08-31 Nicholas ClarkRemove unneeded use of INT2PTR() in the XS for Tie...
2010-08-29 Yves Ortoncreate the "mauve" temporary namespace for things like...
2010-06-29 gfxStop leaking temporary version objects from XS
2010-06-29 John PeacockPrevent object methods called as class methods
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-05-31 Karl WilliamsonPATCH: teach diag.t new warning function names
2010-05-29 Karl WilliamsonUse sizeof instead of hard-coded array size
2010-05-29 Karl WilliamsonTypo
2010-05-28 Nicholas ClarkInPerl_boot_core_UNIVERSAL() use a data structure for...
2010-04-25 gfxFix utf8::is_utf8 to respect GMAGIC (e.g. $1)
2010-01-21 David Goldeninitialize undefined version objects with zero, not...
2010-01-14 David GoldenOmnibus strict and lax version parsing
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2009-11-12 Gerard GoossenAdd missing LEAVE to universal.c sv_does
2009-07-02 Jerry D. HeddenUnused 'cv'
2009-06-28 John PeacockIntegrate version.pm-0.77 into bleadperl
2009-03-31 Nicholas ClarkNote why we need a seemingly useless empty &Regexp...
2009-03-29 Nicholas ClarkChange Regexp::DESTROY to be a constant subroutine...
2009-03-08 Rafael Garcia-SuarezRemove declaration of XS_Internals_inc_sub_generation
2009-03-07 Vincent PitMake PerlIO::get_layers really test flgok before readin...
2009-01-03 Nicholas Clarkget_isa_hash() is only used in S_isa_lookup(), so it...
2009-01-03 Nicholas ClarkFollowing change 34356, which decoupled get_isa_hash...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
next