| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | minitest wasn't working. (The $^X /miniperl/ test in | Jarkko Hietaniemi | 2003-02-02 | 5 | -1/+23 |
* | 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: truncate using a globref | Slaven Rezic | 2003-01-26 | 1 | -12/+35 |
* | move pad.c warnings to different test file | Dave Mitchell | 2003-01-23 | 2 | -88/+105 |
* | Re: difference between my and our before introduction | Dave Mitchell | 2003-01-22 | 1 | -1/+11 |
* | 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 |
* | Re: 18457 on cygwin/20030113 | Nick Ing-Simmons | 2003-01-17 | 1 | -2/+2 |
* | Integrate #18447 from maint-5.8 : | Rafael Garcia-Suarez | 2003-01-16 | 1 | -12/+15 |
* | Fix 'use encoding' I/O for code points 0x80..0xFF; | Jarkko Hietaniemi | 2003-01-16 | 1 | -2/+1 |
* | 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 |
* | Apparently some stdios have bugs (no! don't tell it is so!) | Jarkko Hietaniemi | 2003-01-14 | 1 | -1/+3 |
* | Encode 1.84 broke the subtest #7, further study required. | Jarkko Hietaniemi | 2003-01-14 | 1 | -1/+2 |
* | Integrate from perlio: | Jarkko Hietaniemi | 2003-01-13 | 1 | -1/+45 |
|\ |
|
| * | Fix #18711 and add test for it (and indeed tell on write | Nick Ing-Simmons | 2003-01-12 | 1 | -1/+45 |
| * | Integrate Mainline | Nick Ing-Simmons | 2003-01-12 | 4 | -6/+12 |
| |\
| |/
|/| |
|
| * | Integrate mainline | Nick Ing-Simmons | 2003-01-01 | 14 | -192/+472 |
| |\ |
|
| * \ | Integrate mainline | Nick Ing-Simmons | 2002-12-04 | 35 | -225/+381 |
| |\ \ |
|
| * \ \ | Integrate mainline | Nick Ing-Simmons | 2002-11-19 | 18 | -24/+448 |
| |\ \ \ |
|
* | | | | | Change the value of ${^TAINT} : 0 without taint checks, | Rafael Garcia-Suarez | 2003-01-06 | 3 | -3/+3 |
* | | | | | VMS test adjustments | Craig A. Berry | 2003-01-06 | 1 | -3/+9 |
| |_|_|/
|/| | | |
|
* | | | | 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 |
* | | | | build | Ilya Zakharevich | 2002-12-17 | 1 | -4/+8 |
* | | | | 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 | 5 | -179/+209 |
* | | | | Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex | Abhijit Menon-Sen | 2002-12-09 | 1 | -1/+16 |
* | | | | Re: [perl #18927] barewords with no errors | Abe Timmerman | 2002-12-08 | 1 | -0/+7 |
* | | | | Re: [perl #18165] "0" fails as right-hand argument to .. | Slaven Rezic | 2002-12-08 | 1 | -1/+6 |
* | | | | Fix two cases of buffer overflow in the lexer. | Rafael Garcia-Suarez | 2002-12-06 | 1 | -1/+16 |
| |_|/
|/| | |
|
* | | | Fix bug #18573 : in a double-quoted string, a \c not followed | Rafael Garcia-Suarez | 2002-12-02 | 1 | -1/+5 |
* | | | $0 mofifying part I | Jarkko Hietaniemi | 2002-12-02 | 1 | -1/+1 |
* | | | Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t | Hugo van der Sanden | 2002-12-02 | 21 | -137/+130 |
* | | | 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 |