summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #109762] Stop !$^V from leakingFather Chrysostomos2012-02-031-1/+7
* universal.c:XS_utf8_decode: rmv redundant codeFather Chrysostomos2012-01-231-1/+0
* perlop: remove triple-dotFather Chrysostomos2012-01-051-0/+1
* [perl #91850] utf8::decode: croak for ro scalarsFather Chrysostomos2012-01-051-1/+1
* PerlIO::get_layers: Treat numbers as stringsFather Chrysostomos2011-12-251-1/+1
* [perl #97956] PerlIO::get_layers: call get-magicFather Chrysostomos2011-12-251-7/+3
* Set all version object math ops to noopJohn Peacock2011-12-121-0/+9
* Use syntax from perlguts for testing objectsJohn Peacock2011-12-091-11/+11
* Revert 9bf41c1d to UNIVERSAL::VERSIONJohn Peacock2011-12-091-8/+12
* Produce right error msg for $ver < "version"Father Chrysostomos2011-11-241-1/+1
* UNIVERSAL::VERSION should treat "version" as a stringFather Chrysostomos2011-11-231-2/+2
* Remove comment added by mistake in c7abbf64Father Chrysostomos2011-11-191-1/+1
* Internals::SvREFCNT() now treats reference counts as unsignedTony Cook2011-11-141-3/+3
* [rt #103222] make Internals::SvREFCNT set/get consistentTony Cook2011-11-141-2/+2
* Use HEKfFather Chrysostomos2011-10-071-12/+13
* universal.c: VERSION UTF8 cleanupBrian Fraser2011-10-061-27/+46
* universal.c: Make croak_xs_usage account for UTF8Brian Fraser2011-10-061-6/+8
* Document sv_does_pvnFather Chrysostomos2011-10-061-2/+9
* Correct name of sv_does_sv apidoc entryFather Chrysostomos2011-10-061-3/+3
* universal.c: sv_does() UTF8 cleanup.Brian Fraser2011-10-061-12/+51
* universal.c: ->can UTF8 cleanup.Brian Fraser2011-10-061-3/+1
* universal.c: ->isa, sv_derived_from UTF8 cleanup.Brian Fraser2011-10-061-13/+62
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-2/+7
* [perl #95544] Make UNIVERSAL::VERSION return $VERSIONFather Chrysostomos2011-07-271-11/+8
* Make Internals::SvREADONLY smarterFather Chrysostomos2011-07-121-2/+3
* Remove two pointless uses of sv_2mortalFather Chrysostomos2011-06-051-2/+0
* 2nd try: [perl #91834] utf8::decode does not respect copy-on-writeFather Chrysostomos2011-05-291-1/+3
* Revert "[perl #91834] utf8::decode does not respect copy-on-write"Father Chrysostomos2011-05-291-1/+0
* [perl #91834] utf8::decode does not respect copy-on-writeFather Chrysostomos2011-05-291-0/+1
* [perl #90054] Fix typo in universal.cJohan Vromans2011-05-181-1/+1
* CH] Change usage of regex/op common to common namesKarl Williamson2011-01-161-1/+1
* Use multi-bit field for regex character setKarl Williamson2011-01-161-8/+8
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-3/+3
* Remove S_get_isa_hashFather Chrysostomos2010-10-311-15/+6
* Move the meta->isa code from UNIVERSAL::isa to mro_get_linear_isaFather Chrysostomos2010-10-301-23/+1
* Switch UNIVERSAL::isa over to HvENAMEFather Chrysostomos2010-10-301-3/+6
* Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xsNicholas Clark2010-10-141-78/+0
* Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xsNicholas Clark2010-10-141-42/+0
* Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/Nicholas Clark2010-10-141-15/+0
* Merge XS_Tie_Hash_NamedCapture_{FIRSTK,NEXTK} into S_named_capture_iter_common.Nicholas Clark2010-10-141-27/+13
* Merge XS_Tie_Hash_NamedCapture_STORE into S_named_capture_common.Nicholas Clark2010-10-141-30/+4
* Merge XS_Tie_Hash_NamedCapture_CLEAR into S_named_capture_common.Nicholas Clark2010-10-141-31/+13
* Merge XS_Tie_Hash_NamedCapture_DELETE into S_named_capture_common.Nicholas Clark2010-10-141-27/+12
* Merge XS_Tie_Hash_NamedCapture_SCALAR into S_named_capture_common.Nicholas Clark2010-10-141-29/+8
* Merge XS_Tie_Hash_NamedCapture_{FETCH,EXISTS} into S_named_capture_common.Nicholas Clark2010-10-141-25/+9
* Expand CALLREG_NAMED_BUFF* macros in XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-141-8/+8
* Consistent stack handling for XS_re_regnames_*Nicholas Clark2010-10-131-17/+8
* Consistent usage messages for XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-131-5/+5
* In XS_Tie_Hash_NamedCapture_{CLEAR,STORE}, free any returned value.Nicholas Clark2010-10-131-2/+13
* Consistent stack handling for XS_Tie_Hash_NamedCapture_*Nicholas Clark2010-10-131-34/+19