summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert change #20462 (except the regression test),SADAHIRO Tomoyuki2006-06-071-2/+0
* strange encodings upsets pp_chrSADAHIRO Tomoyuki2006-05-151-6/+7
* Implement state array and state hashes. Initialisation assignmentRafael Garcia-Suarez2006-05-051-2/+4
* pp.c casting, take twoAndy Lester2006-05-021-10/+10
* signed vs unsigned char * nitJarkko Hietaniemi2006-05-011-6/+6
* Dave noticed that change 28022 was wrong - should read is_indexNicholas Clark2006-04-301-1/+1
* index and rindex couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-301-21/+44
* lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 valuesNicholas Clark2006-04-291-33/+70
* uc plus an 8 bit locale could get confused by UTF-8 values returned byNicholas Clark2006-04-291-64/+80
* lc plus an 8 bit locale could mangle UTF-8 values returned byNicholas Clark2006-04-291-83/+91
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-1/+1
* two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*Jarkko Hietaniemi2006-04-281-1/+1
* Fix bug 34297 (length of overloaded UTF-8 strings)Nicholas Clark2006-04-281-1/+16
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* use NOOP macroAndy Lester2006-04-251-2/+2
* A couple of casts to PADOFFSET.Marcus Holland-Moritz2006-04-241-1/+1
* Re: [PATCH] update to pp_complement() via CoveritySADAHIRO Tomoyuki2006-04-171-9/+11
* Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, whichNicholas Clark2006-04-161-4/+3
* update to pp_complement() via CoverityAndy Lester2006-04-161-10/+15
* Quiet a coverity problemAndy Lester2006-04-111-5/+3
* revisited: pow.t test failures on AIX 5.1 perl588 with -DuselongdoubleJohn L. Allen2006-04-031-0/+40
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-6/+6
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Localising hash slices with UTF-8 encoded keys was also buggy.Nicholas Clark2006-03-301-1/+2
* RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32Jan Dubois2006-03-231-0/+35
* If the scalar has just been upgraded to SVt_RV, there's no way SvPVXNicholas Clark2006-03-201-1/+1
* Re: [perl #38710] localised stash sliceRick Delaney2006-03-201-7/+11