summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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