summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* only call amagic_deref_call() if we have toDavid Mitchell2010-12-161-5/+8
* don't upgrade overload IV return values to NVDavid Mitchell2010-12-151-9/+9
* No need to nest printfs. DIE() takes format strings.Rafael Garcia-Suarez2010-11-261-2/+2
* pp.c: tiny performance enhancementKarl Williamson2010-11-221-4/+4
* pp.c, utf8.c: Convert to use TWO_BYTE_UTF8_TO_UNIKarl Williamson2010-11-221-3/+3
* [perl #77926] Glob reification during localisationFather Chrysostomos2010-11-201-4/+4
* Eliminate the newname param from mro_package_movedFather Chrysostomos2010-11-201-1/+1
* Remove redundant conditional added by e530fb81dFather Chrysostomos2010-11-111-1/+1
* undef *glob should update isa(rev)Father Chrysostomos2010-11-111-6/+23
* Inline tryAMAGICunDEREF_var() into its callers and eliminate it.Nicholas Clark2010-11-031-2/+4
* y///rFather Chrysostomos2010-11-021-1/+6
* Expand AMG_CALLun_var() into all its users, and eliminate it.Nicholas Clark2010-11-021-2/+2
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-2/+79
* [perl #78580] Stop a simple *glob from calling get-magicFather Chrysostomos2010-10-311-1/+1
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-291-2/+2
* -$zero should not modify $zeroFather Chrysostomos2010-10-251-1/+1
* [perl #77498] Assignment ignores magick when the RHS holds a globFather Chrysostomos2010-10-251-1/+1
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-241-1/+9
* Make splice invoke set magicFlorian Ragwitz2010-10-151-0/+4
* [perl #20661] Constant strings representing a number can BECOME numbersFather Chrysostomos2010-10-041-0/+8
* [perl #57706] Unary minus on 'numeric' inputs like '-1'Renée Bäcker2010-10-041-0/+5
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-6/+6
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-3/+2
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-0/+4
* use more efficient sv_reftype_len() interfaceYves Orton2010-08-301-2/+3
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-3/+6
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-131-70/+53
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-281-1/+8
* srand: change to return its seedKarl Williamson2010-07-281-3/+3
* add CvGV_set() macro and make CvGV() rvalue onlyDavid Mitchell2010-07-181-1/+1
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-1/+1
* Code for allowing uppercase X/B in hexadecimal/binary numbers (#76296).Bo Lindbergh2010-07-061-2/+2
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-4/+4
* Return DIE(...) to *return*ing Perl_die(...).Nicholas Clark2010-06-271-2/+0
* RT 75902: Add prototypes for tie() and untie() to allow overloadingFather Chrysostomos2010-06-251-0/+8
* uc(): Handle Greek YPOGEGRAMMENIKarl Williamson2010-06-151-26/+34
* rename DM_ARRAY flag to DM_ARRAY_ISADavid Mitchell2010-06-041-1/+1
* Make pp_reverse fetch the lexical $_ from the correct padVincent Pit2010-06-031-8/+1
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-251-1/+2
* Deref ops ignore get-magic when SvROK(sv)Father Chrysostomos (via RT)2010-05-251-11/+2
* followup to magic/overload fixDavid Mitchell2010-05-211-6/+6
* make overload respect get magicDavid Mitchell2010-05-211-174/+221
* shift; optimizationRuslan Zakirov2010-05-031-1/+2
* avoid use of operator name in macroRobin Barker2010-04-261-2/+2
* use cBOOL for bool castsDavid Mitchell2010-04-151-1/+1
* Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-131-0/+1
|\
| * [perl #45167] Taint removal by sprintfDavid Mitchell2010-03-211-0/+1
* | [perl #74168] Assertion failure when emitting a stricture error messageRafael Garcia-Suarez2010-04-091-2/+2
* | Don't initialize end in pp_reverse when begin is NULLVincent Pit2010-03-311-5/+8