summaryrefslogtreecommitdiff
path: root/doop.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #44895] += warning on uninit magic varFather Chrysostomos2012-01-091-1/+1
* Call FETCH once for $tied_ref =~ y/a/b/Father Chrysostomos2011-11-241-1/+1
* Trim dead code in do_kv.Eric Brine2011-08-241-14/+2
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-2/+2
* [perl #82250] fix tainted (s)print formatDavid Mitchell2011-03-141-0/+8
* Move do_chomp() from pp.c to doop.c, and make it static.Nicholas Clark2010-12-271-167/+0
* Merge Perl_do_chop() and Perl_do_chomp().Nicholas Clark2010-12-271-90/+45
* Convert Perl_do_chomp() to the same prototype as Perl_do_chop().Nicholas Clark2010-12-271-15/+12
* Allow push/pop/keys/etc to act on referencesDavid Golden2010-10-311-2/+3
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-241-6/+6
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-131-22/+16
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-3/+3
* SvREFCNT_dec already checks if the SV is non-NULL (continued)Vincent Pit2009-11-081-2/+1
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2009-11-051-2/+1
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-9/+6
* Remove all #ifdef MACOS_TRADITIONAL code in core and non-dual-life XS code.Nicholas Clark2009-04-271-4/+0
* Bump copyright year after previous changeRafael Garcia-Suarez2009-01-021-1/+1
* [perl #54956] crash on binary-or lvalue operation on qr//Ben Morrow2009-01-021-1/+7
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+3
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-3/+3
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-7/+7
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-4/+4
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-6/+6
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Re: [PATCH] Double magic with chopVincent Pit2008-05-151-1/+1
* count-only transliteration needlessly makes copy-on-write Yitzchak Scott-Thoennes2008-03-101-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-6/+31
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-2/+2
* Consting dump.cAndy Lester2007-05-251-1/+1
* make tr/// threadsafe by moving swash into padDave Mitchell2007-01-121-3/+18
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+1
* Re: [perl #41065] Out of memory!, while extending scalarMarcus Holland-Moritz2006-12-111-14/+23
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-1/+4
* dump.c patchesAndy Lester2006-06-071-3/+3
* do_vop() couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-301-6/+25
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-80/+80
* doop.c consting, take 2Andy Lester2006-04-241-73/+64
* Replace some Copy() by Move() calls, because valgrind reportsRafael Garcia-Suarez2006-04-191-3/+3
* Coverity still thinks that there is a route through do_vop that canNicholas Clark2006-04-181-0/+5
* dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move ...Jarkko Hietaniemi2006-04-171-2/+2
* Revert 27856.Nicholas Clark2006-04-171-14/+5
* The danger of piping an mbox to patch is that it contains more thanJarkko Hietaniemi2006-04-171-5/+14
* Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it hasNicholas Clark2006-04-161-1/+1
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-141-7/+13
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-021-5/+7
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-1/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-1/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-3/+3