| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -2/+2 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -2/+2 |
* | A couple of casts to PADOFFSET. | Marcus Holland-Moritz | 2006-04-24 | 1 | -1/+1 |
* | Re: [PATCH] update to pp_complement() via Coverity | SADAHIRO Tomoyuki | 2006-04-17 | 1 | -9/+11 |
* | Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which | Nicholas Clark | 2006-04-16 | 1 | -4/+3 |
* | update to pp_complement() via Coverity | Andy Lester | 2006-04-16 | 1 | -10/+15 |
* | Quiet a coverity problem | Andy Lester | 2006-04-11 | 1 | -5/+3 |
* | revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble | John L. Allen | 2006-04-03 | 1 | -0/+40 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -6/+6 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -1/+1 |
* | Localising hash slices with UTF-8 encoded keys was also buggy. | Nicholas Clark | 2006-03-30 | 1 | -1/+2 |
* | RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32 | Jan Dubois | 2006-03-23 | 1 | -0/+35 |
* | If the scalar has just been upgraded to SVt_RV, there's no way SvPVX | Nicholas Clark | 2006-03-20 | 1 | -1/+1 |
* | Re: [perl #38710] localised stash slice | Rick Delaney | 2006-03-20 | 1 | -7/+11 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -9/+9 |
* | Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc... | SADAHIRO Tomoyuki | 2006-02-25 | 1 | -5/+10 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -1/+3 |
* | Replace direct flags tests & manipulations for SVpad_TYPED and | Nicholas Clark | 2006-02-23 | 1 | -1/+2 |
* | Fix typos and a missing bracket. | Nicholas Clark | 2006-02-22 | 1 | -1/+1 |
* | Avoid C<study>ing any strings that might change underneath us, such | Nicholas Clark | 2006-02-22 | 1 | -6/+15 |
* | Re: [perl #38485] use integer; 0x80000000/-1; # coredump | Yitzchak Scott-Thoennes | 2006-02-17 | 1 | -6/+21 |
* | One shouldn't be able to dereference a GLOB as a SCALAR. | Yitzchak Scott-Thoennes | 2006-02-14 | 1 | -0/+2 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -0/+2 |
* | Die when integer overflow condition is detected in division under | Steve Peters | 2006-02-11 | 1 | -2/+6 |
* | assert() that we can't reach two unreachable code paths | Nicholas Clark | 2006-02-11 | 1 | -2/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -1/+1 |
* | Borland's C compiler warns that the & is unnecessary. | Nicholas Clark | 2006-02-08 | 1 | -5/+5 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 1 | -31/+13 |