summaryrefslogtreecommitdiff
path: root/t/op/lc.t
Commit message (Expand)AuthorAgeFilesLines
* lc.t: Add tests for previously broken IN_UNI_8_BITKarl Williamson2012-01-291-1/+10
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-2/+70
* Change a few tests to use new test.pl EBCDIC stuffKarl Williamson2010-05-251-19/+2
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-3/+3
* Add a test for "lc(LATIN CAPITAL LETTER SHARP S)"Rafael Garcia-Suarez2008-04-301-1/+4
* Test that lc, uc, etc on undef return ""Rafael Garcia-Suarez2008-01-281-1/+6
* Fix [perl #43207] lc() or uc() inside sort affect the return value.Rafael Garcia-Suarez2007-06-141-1/+8
* We had no tests that covered the grow paths in pp_uc and pp_lc.Nicholas Clark2006-04-301-1/+7
* Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc...SADAHIRO Tomoyuki2006-02-251-1/+37
* s/Nick Clark/Nicholas Clark/Nicholas Clark2005-11-071-1/+1
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-3/+2
* Add more comments so that one can see what is supposed to happen.Jarkko Hietaniemi2003-08-231-1/+7
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-101-84/+91
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexAbhijit Menon-Sen2002-12-091-1/+16
* Retract #14666.Jarkko Hietaniemi2002-02-131-4/+4
* (retracted by #14667)Jarkko Hietaniemi2002-02-131-4/+4
* EBCDIC: t/op/lc.t now passes.Jarkko Hietaniemi2002-01-301-4/+21
* Tests for #14098.Jarkko Hietaniemi2002-01-061-1/+14
* Let's not assume ASCII.Jarkko Hietaniemi2001-10-291-26/+26
* Small test nits.Jarkko Hietaniemi2001-10-231-2/+2
* Upping the test count is a good idea.Jarkko Hietaniemi2001-10-231-1/+1
* Fix multicharacter titlecase (ucfirst).Jarkko Hietaniemi2001-10-231-0/+15
* Implement multicharacter case mappings where a singleJarkko Hietaniemi2001-10-211-47/+81
* Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.Jarkko Hietaniemi2001-08-111-0/+59