summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-07-221-2/+1
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-2/+2
* Added missing prototypes.Brian Fraser2014-02-051-0/+21
* universal.c: include vutil.hFather Chrysostomos2014-01-041-0/+1
* Extract version routines into two new filesFather Chrysostomos2014-01-041-405/+5
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-2/+2
* Also build PerlIO_get_layers with -DusesfioNicholas Clark2013-12-271-2/+2
* Remove constant.pm-specific behaviour from Internals::SvREADONLYFather Chrysostomos2013-12-261-9/+32
* Sprinkle diag_listed_asFather Chrysostomos2013-11-171-0/+3
* Make the details array in universal.c staticFather Chrysostomos2013-10-241-1/+1
* isa should fall back to checking @UNIVERSAL::ISA in all casesJesse Luehrs2013-10-171-4/+8
* Sync core with CPAN version.pm releaseJohn Peacock2013-09-031-2/+12
* Use SSize_t for arraysFather Chrysostomos2013-08-251-5/+5
* universal.c: Ignore SvIsCOW in XS_Internals_SvREADONLYFather Chrysostomos2013-08-111-2/+4
* Don’t let list const modification affect future retvalsFather Chrysostomos2013-08-041-0/+9
* [perl #113932] Make UNIVERSAL::can("STDOUT"...) workFather Chrysostomos2013-07-121-0/+3
* [perl #113932] UNIVERSAL::can with globs and globrefsFather Chrysostomos2013-07-081-2/+8
* 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