summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [PATCH] fix unicode split /\s+/SADAHIRO Tomoyuki2007-01-191-16/+20
* fix unicode split /\s+/Yves Orton2007-01-191-8/+33
* Let the regex parser decide if we have a special pattern or not.Yves Orton2007-01-091-1/+1
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-1/+1
* The first three patches from:Marcus Holland-Moritz2007-01-041-1/+1
* Cleanup regexp flags and structureYves Orton2006-11-231-6/+6
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+1
* Forbid using tainted formats in printf and sprintfRafael Garcia-Suarez2006-11-071-0/+2
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-2/+2
* Make readpipe() overridable (and also `` and qx//)Rafael Garcia-Suarez2006-10-311-1/+4
* Make prototype("CORE::mkdir") work. That's a special case,Rafael Garcia-Suarez2006-10-191-0/+4
* Make prototype("CORE::foo") return prototypes with _ when it shouldRafael Garcia-Suarez2006-10-181-2/+5
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-291-2/+2
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-201-2/+2
* Disable study() for utf-8 stringsYves Orton2006-09-121-1/+1
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-1/+1
* Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortalNicholas Clark2006-08-311-4/+6
* Re: [perl #39882] inconsistent list slice behaviourRick Delaney2006-08-041-1/+1
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+1
* Proper use of enumsAndy Lester2006-06-121-0/+1