summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-12/+13
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-33/+34
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-17/+17
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-9/+10
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-7/+7
* Double magic with substrVincent Pit2009-03-251-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-0/+4
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2009-03-061-1/+1
* Take code that occurs in three places to take a scalar and ready it toNicholas Clark2009-03-051-7/+1
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2009-01-261-7/+4
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+5
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-2/+2
* Integrate:Robin Barker2008-11-031-5/+5
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Ben Morrow2008-09-041-9/+12
* Integrate:Dave Mitchell2008-05-281-1/+3
* Integrate:Dave Mitchell2008-05-241-26/+16
* Integrate:Dave Mitchell2008-04-251-1/+1
* Integrate:Nicholas Clark2008-01-311-2/+2
* Integrate:Nicholas Clark2008-01-301-36/+19
* Integrate:Nicholas Clark2008-01-301-26/+26
* Re: overload64.t failuresRick Delaney2007-10-211-9/+17
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-87/+87
* pp_int should treat refs as UVs (not IVs)Jerry D. Hedden2007-10-111-3/+3
* Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer resultsRick Delaney2007-10-081-0/+2
* Re: [perl #46011] overload "0+" doesn't handle integer resultsRick Delaney2007-10-071-9/+25
* Remove the 'err' keywordRafael Garcia-Suarez2007-09-071-1/+1
* Make state $zok = slosh(); behave as the Perl 6 design with an implicitNicholas Clark2007-09-061-0/+13
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-0/+5
* misc blead stuffJarkko Hietaniemi2007-08-301-1/+1
* Re: [PATCH] Optimize split //Ævar Arnfjörð Bjarmason2007-08-121-14/+24
* Optimize split //Ævar Arnfjörð Bjarmason2007-08-091-0/+37
* Fix [perl #43207] lc() or uc() inside sort affect the return value.Rafael Garcia-Suarez2007-06-141-3/+3
* Re: mro status, etcBrandon Black2007-04-301-0/+9
* Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,Nicholas Clark2007-04-211-6/+6
* [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) Patrick Dugnolle2007-04-201-0/+4
* fix casting warning in pp_ord()Dave Mitchell2007-04-151-1/+1
* Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bugNicholas Clark2007-04-121-3/+6
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-4/+6
* Re: pmdynflags and thread safetyYves Orton2007-04-041-8/+8
* Back out changes 30762 and 30763Rafael Garcia-Suarez2007-03-291-4/+3
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-271-1/+1
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-4/+4
* Nit to change 30762 by Gisle.Rafael Garcia-Suarez2007-03-261-1/+1
* Re: substr($megabytes, 30) = Yitzchak Scott-Thoennes2007-03-261-3/+4
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-2/+1
* These casts to GV are no longer needed.Nicholas Clark2007-02-101-3/+3
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-1/+1
* Refactor the common soft-reference code from pp_rv2sv and pp_rv2avNicholas Clark2007-01-211-27/+47