summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* Bring core up to version-0.9902John Peacock2013-03-071-1/+1
* remove an EXTEND from XS_re_regexp_patternDaniel Dragan2012-11-231-4/+3
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-41/+0
* pv->pvn for literals in pp_require and Perl_sv_derived_from_pvnDaniel Dragan2012-11-121-1/+1
* add items checking to Internals::SvREFCNTDaniel Dragan2012-11-121-9/+9
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-4/+4
* Move more X's off the PUSH into EXTEND'sSteffen Mueller2012-10-221-10/+13
* Fix VC compilation of universal.c as C++ following commit 613875e219Steve Hay2012-10-101-1/+1
* add const to Perl_boot_core_UNIVERSAL's xsub registration structDaniel Dragan2012-10-091-1/+1
* Make utf8::decode respect set-magicFather Chrysostomos2012-10-011-0/+1
* Make utf8::encode respect magicFather Chrysostomos2012-10-011-0/+1
* Remove some redundant magical flag checksFather Chrysostomos2012-07-291-5/+3
* also make sure ->isa works on undeclared packagesJesse Luehrs2012-06-231-0/+2
* all packages can do methods in UNIVERSAL [perl #47113]Jesse Luehrs2012-06-231-0/+2
* Make UNIVERSAL::can treats str and num the same wayFather Chrysostomos2012-06-071-2/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Don’t incr PL_amagic_generation in universal.cFather Chrysostomos2012-05-211-3/+0
* [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