| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing file from change #18774. | Hugo van der Sanden | 2003-02-25 | 1 | -0/+85 |
* | [perl #20682] [fix] @- array not visible in s/// | Adrian M. Enache | 2003-02-25 | 1 | -1/+7 |
* | [perl #20684] [fix] s/// with (??{..}) inside returns wrong count | Adrian M. Enache | 2003-02-25 | 1 | -1/+6 |
* | Re: [perl #21321] local ${"FOO"} does not work | Rafael Garcia-Suarez | 2003-02-25 | 1 | -2/+2 |
* | Patching magic from Inaba-san's keyboard: fix for [perl #8769]: | Jarkko Hietaniemi | 2003-02-24 | 1 | -1/+18 |
* | 'A' is not 65 everywhere. | Jarkko Hietaniemi | 2003-02-19 | 1 | -2/+2 |
* | Support one-parameter unpack(), which unpacks $_. | Chip Salzenberg | 2003-02-19 | 1 | -1/+3 |
* | Re: [perl #20912] UTF8 related glitch + fix | Adrian M. Enache | 2003-02-15 | 1 | -1/+8 |
* | Re: [perl #20933] \substr reuses lvalues (sometimes) | Hugo van der Sanden | 2003-02-15 | 2 | -2/+20 |
* | Re: trying to fix #20154, #20357 | Adrian M. Enache | 2003-02-14 | 1 | -1/+34 |
* | [perl #20654] %*v02x considered invalid in printf | Robin Barker | 2003-02-11 | 1 | -0/+2 |
* | Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf. | Hugo van der Sanden | 2003-02-10 | 1 | -0/+2 |
* | [perl #19767] has become fixed too (by changes #18653 | Jarkko Hietaniemi | 2003-02-05 | 1 | -2/+20 |
* | Comment tweak. | Jarkko Hietaniemi | 2003-02-04 | 1 | -2/+1 |
* | [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch | Rafael Garcia-Suarez | 2003-02-02 | 1 | -2/+12 |
* | Also [perl #3547] has been fixed; add its test case. | Jarkko Hietaniemi | 2003-02-02 | 1 | -2/+9 |
* | The [perl #7471] seems to have been fixed; add its test. | Jarkko Hietaniemi | 2003-02-02 | 1 | -2/+9 |
* | [perl #15397] seems to have been fixed; add its test. | Jarkko Hietaniemi | 2003-02-02 | 1 | -2/+9 |
* | Fix and test for [perl #15549 Empty \Q\E not permitted] | Jarkko Hietaniemi | 2003-02-02 | 1 | -27/+35 |
* | [FIX] Re: UTF-8 failures (surprise!) | Adrian M. Enache | 2003-01-31 | 1 | -2/+8 |
* | Integrate from maint-5.8: | Rafael Garcia-Suarez | 2003-01-28 | 1 | -4/+4 |
* | Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead ... | Nicholas Clark | 2003-01-22 | 1 | -10/+31 |
* | Re: [perl #15439] unreferenced scalar due to double DESTROY | Dave Mitchell | 2003-01-22 | 1 | -1/+26 |
* | Re: [perl #17757] s///g fails when using English & study in 5.8.0 | Hugo van der Sanden | 2003-01-21 | 1 | -3/+9 |
* | Integrate #18447 from maint-5.8 : | Rafael Garcia-Suarez | 2003-01-16 | 1 | -12/+15 |
* | Add a test case for bug [perl #19545] | Rafael Garcia-Suarez | 2003-01-15 | 1 | -1/+5 |
* | isa() and can() didn't work on magic variables | Rafael Garcia-Suarez | 2003-01-15 | 1 | -1/+14 |
* | Re: [perl #19566] Perl 5.8.0 segfault | Stephen McCamant | 2003-01-15 | 1 | -0/+13 |
* | Change the value of ${^TAINT} : 0 without taint checks, | Rafael Garcia-Suarez | 2003-01-06 | 1 | -1/+1 |
* | Re: [perl #19330] Uneffective increment of $\ | Rafael Garcia-Suarez | 2002-12-30 | 1 | -1/+18 |
* | Reverse #18285, for reasons given in: | Hugo van der Sanden | 2002-12-23 | 1 | -71/+1 |
* | Whoops, these are the changes supposed to be in #18318. | Hugo van der Sanden | 2002-12-17 | 1 | -2/+46 |
* | Re: [perl #19017] lexical "my" variables not visible in debugger "x" command | Dave Mitchell | 2002-12-16 | 1 | -1/+27 |
* | Proper fix for CvOUTSIDE weak refcounting | Dave Mitchell | 2002-12-14 | 1 | -2/+57 |
* | Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297 | Rafael Garcia-Suarez | 2002-12-12 | 2 | -5/+64 |
* | Re: Precedence of ? : | Stephen McCamant | 2002-12-11 | 1 | -1/+71 |
* | Integrate from maint-5.8 #18156, #18218. | Hugo van der Sanden | 2002-12-11 | 1 | -1/+4 |
* | Integrate from the maint-5.8/ branch : | Rafael Garcia-Suarez | 2002-12-10 | 4 | -178/+201 |
* | Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex | Abhijit Menon-Sen | 2002-12-09 | 1 | -1/+16 |
* | $0 mofifying part I | Jarkko Hietaniemi | 2002-12-02 | 1 | -1/+1 |
* | SvFAKE lexicals in scope for all of the sub | Dave Mitchell | 2002-12-02 | 1 | -1/+16 |
* | #18221 broke t/op/eval.t | Hugo van der Sanden | 2002-12-02 | 1 | -7/+7 |
* | integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5 | Hugo van der Sanden | 2002-12-02 | 4 | -6/+27 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -8/+110 |
* | UTF8 regexp {n} bug | Inaba Hiroto | 2002-11-25 | 1 | -2/+12 |
* | A new test for $^S, based on a patch by Iain 'Spoon' Truskett. | Rafael Garcia-Suarez | 2002-11-22 | 1 | -3/+4 |
* | Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist... | Gurusamy Sarathy | 2002-11-19 | 1 | -1/+16 |
* | [perl #18065] LFS related bug in perl-5.8.0 testsuite | david@dhaller.de | 2002-11-07 | 1 | -1/+5 |
* | Re: [perl #18038] DESTROY change in 5.8.0? | Yitzchak Scott-Thoennes | 2002-11-07 | 1 | -1/+20 |
* | Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8... | Hugo van der Sanden | 2002-11-07 | 2 | -3/+10 |