Explicitly check that our $_; is special, and forced to main::
[p5sagit/p5-mst-13.2.git] / t / op / lc.t
2009-10-19 Yves Orton somewhat fix failing regex tests. but break lots of...
2008-04-30 Rafael Garcia-Suarez Add a test for "lc(LATIN CAPITAL LETTER SHARP S)"
2008-01-28 Rafael Garcia-Suarez Test that lc, uc, etc on undef return ""
2007-06-14 Rafael Garcia-Suarez Fix [perl #43207] lc() or uc() inside sort affect the...
2006-04-30 Nicholas Clark We had no tests that covered the grow paths in pp_uc...
2006-02-25 SADAHIRO Tomoyuki Re: [perl #38619] Bug in lc and uc (interaction between...
2005-11-07 Nicholas Clark s/Nick Clark/Nicholas Clark/
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2003-08-23 Jarkko Hietaniemi Add more comments so that one can see what is supposed...
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-12-09 Abhijit Menon-Sen Re: [perl #18107] lc(), uc() and ucfirst() broken insid...
2002-02-13 Jarkko Hietaniemi Retract #14666.
2002-02-13 Jarkko Hietaniemi (retracted by #14667)
2002-02-01 Nick Ing-Simmons Integrate mainline
2002-01-30 Jarkko Hietaniemi EBCDIC: t/op/lc.t now passes.
2002-01-06 Jarkko Hietaniemi Tests for #14098.
2001-10-29 Jarkko Hietaniemi Let's not assume ASCII.
2001-10-23 Jarkko Hietaniemi Small test nits.
2001-10-23 Jarkko Hietaniemi Upping the test count is a good idea.
2001-10-23 Jarkko Hietaniemi Fix multicharacter titlecase (ucfirst).
2001-10-21 Jarkko Hietaniemi Implement multicharacter case mappings where a single
2001-08-11 Jarkko Hietaniemi Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quote...