summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* PERL_GLOBAL_STRUCT_PRIVATE: fix PL_isa_DOESDavid Mitchell2017-03-171-6/+1
* fix some comment typos about PL_isa_DOESDavid Mitchell2017-01-071-3/+4
* Clean up warnings uncovered by 'clang -Weverything'.Andy Lester2016-12-051-4/+0
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-5/+5
* Cleanup PERL_VERSION checks in .c filesNicolas R2016-11-151-5/+0
* remove DOES's usage of SvSCREAMDavid Mitchell2016-11-121-5/+12
* universal.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-3/+3
* restore Internals::hv_clear_placeholders for nowYves Orton2016-08-251-0/+15
* Move hash introspection routines into Hash::Util/Util.xs and out of universal.cYves Orton2016-08-141-65/+0
* s/XS_hash_util_/XS_Hash_Util_/gYves Orton2016-08-141-9/+9
* move a declaration so that the Internals:: functions are grouped togetherYves Orton2016-08-141-1/+1
* move Internals::hv_clear_placeholders() to Hash::Util::_clear_placeholders()Yves Orton2016-08-141-15/+0
* universal.c:XS_re_regnames_count: redundant codeFather Chrysostomos2016-08-121-3/+0
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-0/+64
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* utf8::unicode_to_native() should return UV, not an IVKarl Williamson2015-09-021-2/+2
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-6/+0
* clean up sv_isobject usageDaniel Dragan2015-06-111-1/+1
* perlapi: Wrap long verbatim lines to 79 columnsKarl Williamson2015-04-231-1/+2
* fix some minor compiler warningsDavid Mitchell2015-04-181-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* universal.c: remove all trace of op_siblingDavid Mitchell2015-03-191-5/+7
* universal.c: PERL_OP_PARENT supportFather Chrysostomos2015-03-181-3/+3
* Optimize out unicode_to_native(), native_to_unicode()Karl Williamson2015-03-121-0/+63
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-1/+1
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+1
* [perl #123458] list cx re::regexp_pattern($nonre)Father Chrysostomos2014-12-191-1/+1
* universal.c:re_regexp_pattern: Mention GIMME_V onceFather Chrysostomos2014-12-191-2/+3
* make more use of NOT_REACHEDLukas Mai2014-11-291-1/+1
* optimize Perl_boot_core_UNIVERSAL and Perl_nextargvDaniel Dragan2014-11-071-2/+4
* Implement the bipolar read-only systemFather Chrysostomos2014-09-201-2/+2
* universal.c:croak_xs_usage: Don’t fetch context twiceFather Chrysostomos2014-09-151-1/+1
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-2/+5
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-1/+2
* universal.c gv_stashpv -> gv_stashpvsDaniel Dragan2014-07-031-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-24/+0
* universal.c - utf8::downgrade($x,FAIL_OK) is not supposed to treat FAIL_OK as...Yves Orton2014-06-021-1/+1
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-1/+1
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-05-281-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