Fix bug 32294 - index()/rindex() ignore UTF8 flag
[p5sagit/p5-mst-13.2.git] / t / comp / parser.t
2004-06-24 Marcus Holland-Moritz Fix for: [perl #2738] perl segfautls on input
2004-02-24 Rafael Garcia-Suarez Enhance test cleanliness by a very small factor.
2004-02-24 Rafael Garcia-Suarez Fix a segfault during optree construction. (bug #27024)
2004-02-15 Dave Mitchell [perl #25824] Segmentation fault with
2003-12-30 Rafael Garcia-Suarez Add a regression test for bug #24762
2003-12-20 Dorner Thomas Perl 5.8.3 patches from the BS2000 port
2003-10-15 Rafael Garcia-Suarez Fix bug [perl #24212] : improper error recovery in the
2003-05-09 Rafael Garcia-Suarez A regression test for the remaining "Final $ should...
2003-04-29 Adrian M. Enache buglet: sub a(;&) { } doesn't work
2003-04-19 Dave Mitchell Re: [PATCH] [perl #21875] Hash ref transformed as a...
2003-03-14 Adrian M. Enache Re: [fix] [perl #21575] Bug with print( followed by...
2003-02-19 Adrian M. Enache Re: [perl #20716] scope error with brackets
2003-02-10 Adrian M. Enache Re: [perl #20716] [FIX] scope error with brackets
2002-12-06 Rafael Garcia-Suarez Fix two cases of buffer overflow in the lexer.
2002-12-02 Rafael Garcia-Suarez Fix bug #18573 : in a double-quoted string, a \c not...
2002-11-22 Rafael Garcia-Suarez Move some tests from t/run/fresh_perl.t
2002-11-21 Rafael Garcia-Suarez Add a test for bug #17920, and a new test file for it.