| Commit message (Expand) | Author | Age | Files | Lines |
* | stop lc() etc accidentally modifying in-place. | David Mitchell | 2016-03-24 | 1 | -1/+25 |
* | Various tests: use centralized locale detection | Karl Williamson | 2015-11-20 | 1 | -5/+0 |
* | t/op/lc.t: Generalize for non-ASCII platforms | Karl Williamson | 2015-03-05 | 1 | -10/+9 |
* | t/charset_tools.pl: Improve function names | Karl Williamson | 2015-01-14 | 1 | -3/+3 |
* | Test preamble: unify chdir 't' if -d 't'; | Jarkko Hietaniemi | 2014-10-08 | 1 | -1/+1 |
* | skip_all_without_unicode_tables | Father Chrysostomos | 2014-09-02 | 1 | -4/+1 |
* | Put miniperl @INC logic in test.pl | Father Chrysostomos | 2014-09-02 | 1 | -2/+1 |
* | Skip lc.t under miniperl unless uni tables exist | Father Chrysostomos | 2014-09-02 | 1 | -0/+4 |
* | Get lc.t working under minitest | Father Chrysostomos | 2014-09-02 | 1 | -2/+4 |
* | Create new testing helper file | Karl Williamson | 2014-05-31 | 1 | -1/+1 |
* | Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ... | Jarkko Hietaniemi | 2014-05-29 | 1 | -1/+5 |
* | Don't test locales that are invalid for needed categories | Karl Williamson | 2014-02-04 | 1 | -2/+2 |
* | Work properly under UTF-8 LC_CTYPE locales | Karl Williamson | 2014-01-27 | 1 | -1/+38 |
* | Reënable in-place lc/uc | Father Chrysostomos | 2014-01-01 | 1 | -1/+12 |
* | lc.t: More tests for #43207 | Father Chrysostomos | 2014-01-01 | 1 | -7/+16 |
* | Make constant folding use the right hints | Father Chrysostomos | 2013-08-09 | 1 | -1/+14 |
* | lc.t: Add tests for previously broken IN_UNI_8_BIT | Karl Williamson | 2012-01-29 | 1 | -1/+10 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -2/+70 |
* | Change a few tests to use new test.pl EBCDIC stuff | Karl Williamson | 2010-05-25 | 1 | -19/+2 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -3/+3 |
* | Add a test for "lc(LATIN CAPITAL LETTER SHARP S)" | Rafael Garcia-Suarez | 2008-04-30 | 1 | -1/+4 |
* | Test that lc, uc, etc on undef return "" | Rafael Garcia-Suarez | 2008-01-28 | 1 | -1/+6 |
* | Fix [perl #43207] lc() or uc() inside sort affect the return value. | Rafael Garcia-Suarez | 2007-06-14 | 1 | -1/+8 |
* | We had no tests that covered the grow paths in pp_uc and pp_lc. | Nicholas Clark | 2006-04-30 | 1 | -1/+7 |
* | Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc... | SADAHIRO Tomoyuki | 2006-02-25 | 1 | -1/+37 |
* | s/Nick Clark/Nicholas Clark/ | Nicholas Clark | 2005-11-07 | 1 | -1/+1 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -3/+2 |
* | Add more comments so that one can see what is supposed to happen. | Jarkko Hietaniemi | 2003-08-23 | 1 | -1/+7 |
* | Integrate from the maint-5.8/ branch : | Rafael Garcia-Suarez | 2002-12-10 | 1 | -84/+91 |
* | Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex | Abhijit Menon-Sen | 2002-12-09 | 1 | -1/+16 |
* | Retract #14666. | Jarkko Hietaniemi | 2002-02-13 | 1 | -4/+4 |
* | (retracted by #14667) | Jarkko Hietaniemi | 2002-02-13 | 1 | -4/+4 |
* | EBCDIC: t/op/lc.t now passes. | Jarkko Hietaniemi | 2002-01-30 | 1 | -4/+21 |
* | Tests for #14098. | Jarkko Hietaniemi | 2002-01-06 | 1 | -1/+14 |
* | Let's not assume ASCII. | Jarkko Hietaniemi | 2001-10-29 | 1 | -26/+26 |
* | Small test nits. | Jarkko Hietaniemi | 2001-10-23 | 1 | -2/+2 |
* | Upping the test count is a good idea. | Jarkko Hietaniemi | 2001-10-23 | 1 | -1/+1 |
* | Fix multicharacter titlecase (ucfirst). | Jarkko Hietaniemi | 2001-10-23 | 1 | -0/+15 |
* | Implement multicharacter case mappings where a single | Jarkko Hietaniemi | 2001-10-21 | 1 | -47/+81 |
* | Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work. | Jarkko Hietaniemi | 2001-08-11 | 1 | -0/+59 |