| Commit message (Expand) | Author | Age | Files | Lines |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -6/+6 |
* | [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) | Patrick Dugnolle | 2007-04-20 | 1 | -0/+4 |
* | fix casting warning in pp_ord() | Dave Mitchell | 2007-04-15 | 1 | -1/+1 |
* | Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug | Nicholas Clark | 2007-04-12 | 1 | -3/+6 |
* | Turn op_pmreplroot in struct pmop into a real union. | Nicholas Clark | 2007-04-07 | 1 | -4/+6 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -8/+8 |
* | Back out changes 30762 and 30763 | Rafael Garcia-Suarez | 2007-03-29 | 1 | -4/+3 |
* | stop the cargo cult of (MEM_SIZE)~0 | Jarkko Hietaniemi | 2007-03-27 | 1 | -1/+1 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -4/+4 |
* | Nit to change 30762 by Gisle. | Rafael Garcia-Suarez | 2007-03-26 | 1 | -1/+1 |
* | Re: substr($megabytes, 30) = | Yitzchak Scott-Thoennes | 2007-03-26 | 1 | -3/+4 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -2/+1 |
* | These casts to GV are no longer needed. | Nicholas Clark | 2007-02-10 | 1 | -3/+3 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Refactor the common soft-reference code from pp_rv2sv and pp_rv2av | Nicholas Clark | 2007-01-21 | 1 | -27/+47 |
* | Re: [PATCH] fix unicode split /\s+/ | SADAHIRO Tomoyuki | 2007-01-19 | 1 | -16/+20 |
* | fix unicode split /\s+/ | Yves Orton | 2007-01-19 | 1 | -8/+33 |
* | Let the regex parser decide if we have a special pattern or not. | Yves Orton | 2007-01-09 | 1 | -1/+1 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -6/+6 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -1/+1 |
* | Forbid using tainted formats in printf and sprintf | Rafael Garcia-Suarez | 2006-11-07 | 1 | -0/+2 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -2/+2 |
* | Make readpipe() overridable (and also `` and qx//) | Rafael Garcia-Suarez | 2006-10-31 | 1 | -1/+4 |
* | Make prototype("CORE::mkdir") work. That's a special case, | Rafael Garcia-Suarez | 2006-10-19 | 1 | -0/+4 |
* | Make prototype("CORE::foo") return prototypes with _ when it should | Rafael Garcia-Suarez | 2006-10-18 | 1 | -2/+5 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -1/+1 |
* | Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug... | Yves Orton | 2006-09-29 | 1 | -2/+2 |
* | prototype() wasn't working to get the prototype of optional core | Rafael Garcia-Suarez | 2006-09-20 | 1 | -2/+2 |
* | Disable study() for utf-8 strings | Yves Orton | 2006-09-12 | 1 | -1/+1 |
* | ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings | Robin Barker | 2006-09-05 | 1 | -1/+1 |
* | Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal | Nicholas Clark | 2006-08-31 | 1 | -4/+6 |
* | Re: [perl #39882] inconsistent list slice behaviour | Rick Delaney | 2006-08-04 | 1 | -1/+1 |
* | Clear up most of the VC6 compiler warnings in the following smoke: | Steve Hay | 2006-07-27 | 1 | -1/+1 |
* | Proper use of enums | Andy Lester | 2006-06-12 | 1 | -0/+1 |
* | Revert change #20462 (except the regression test), | SADAHIRO Tomoyuki | 2006-06-07 | 1 | -2/+0 |
* | strange encodings upsets pp_chr | SADAHIRO Tomoyuki | 2006-05-15 | 1 | -6/+7 |
* | Implement state array and state hashes. Initialisation assignment | Rafael Garcia-Suarez | 2006-05-05 | 1 | -2/+4 |
* | pp.c casting, take two | Andy Lester | 2006-05-02 | 1 | -10/+10 |
* | signed vs unsigned char * nit | Jarkko Hietaniemi | 2006-05-01 | 1 | -6/+6 |
* | Dave noticed that change 28022 was wrong - should read is_index | Nicholas Clark | 2006-04-30 | 1 | -1/+1 |
* | index and rindex couldn't correctly handle surprises from UTF-8 | Nicholas Clark | 2006-04-30 | 1 | -21/+44 |
* | lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values | Nicholas Clark | 2006-04-29 | 1 | -33/+70 |
* | uc plus an 8 bit locale could get confused by UTF-8 values returned by | Nicholas Clark | 2006-04-29 | 1 | -64/+80 |
* | lc plus an 8 bit locale could mangle UTF-8 values returned by | Nicholas Clark | 2006-04-29 | 1 | -83/+91 |
* | reduce gcc -ansi -pedantic noise plus a suggestion | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char* | Jarkko Hietaniemi | 2006-04-28 | 1 | -1/+1 |
* | Fix bug 34297 (length of overloaded UTF-8 strings) | Nicholas Clark | 2006-04-28 | 1 | -1/+16 |