summaryrefslogtreecommitdiff
path: root/t/op/length.t
Commit message (Expand)AuthorAgeFilesLines
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get length.t working under miniperlFather Chrysostomos2014-09-021-1/+2
* [perl #115260] Stop length($obj) from returning undefFather Chrysostomos2012-10-161-6/+14
* pp_length should stringify before checking DO_UTF8Father Chrysostomos2012-10-011-1/+7
* [perl #106726] Don’t crash on length(@arr) warningFather Chrysostomos2012-01-171-1/+8
* Fix [perl #85508] regression in print length undefDavid Leadbeater2011-03-061-3/+10
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-1/+16
* Perl_sv_len_utf8 can use the UTF-8 offset cache to reduce its linear scan.Nicholas Clark2010-07-121-1/+8
* For 5.12: saner behaviour for `length`Nicholas Clark2008-01-121-1/+36
* Fix bug whereby length on a tied scalar that returned a UTF-8 valueNicholas Clark2008-01-121-1/+14
* Extra light testing for the UTF-8 cacheJarkko Hietaniemi2003-07-031-1/+16
* Duh.Jarkko Hietaniemi2002-02-131-1/+1
* EBCDIC: pack U bytes change.Jarkko Hietaniemi2002-02-111-4/+4
* The #11572 didn't up the test count.Jarkko Hietaniemi2001-08-041-1/+1
* UTF-8 bugs in string length & single line regex matchesDaniel P. Berrange2001-08-041-0/+18
* More EBCDIC fixes.Nick Ing-Simmons2001-03-191-12/+44
* Undo qu. Retract #8814, rewrite op/each part of #8615,Jarkko Hietaniemi2001-02-281-1/+1
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-2/+1
* Make explicit our assumption that (for now) "\x{80}" produces UTF-8.Jarkko Hietaniemi2001-01-091-0/+1
* Start migrating bits of pragma/utf8 to elsewhereJarkko Hietaniemi2000-12-051-0/+85