This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make utf8::encode respect magic
[perl5.git] / t / op / length.t
2012-01-18 Father Chrysostomos[perl #106726] Don’t crash on length(@arr) warning
2011-03-06 David LeadbeaterFix [perl #85508] regression in print length undef
2010-08-20 Ben MorrowFix my $x = 3; $x = length(undef);.
2010-07-12 Nicholas ClarkPerl_sv_len_utf8 can use the UTF-8 offset cache to...
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2003-07-03 Jarkko HietaniemiExtra light testing for the UTF-8 cache
2002-02-13 Jarkko HietaniemiDuh.
2002-02-11 Jarkko HietaniemiEBCDIC: pack U bytes change.
2001-08-04 Jarkko HietaniemiThe #11572 didn't up the test count.
2001-08-04 Daniel P. BerrangeUTF-8 bugs in string length & single line regex matches
2001-03-19 Nick Ing-SimmonsMore EBCDIC fixes.
2001-02-28 Jarkko HietaniemiUndo qu. Retract #8814, rewrite op/each part of #8615,
2001-01-24 Charles BaileySYN SYN
2001-01-15 Jarkko HietaniemiMore UTF-8 patches from Inaba Hiroto.
2001-01-09 Jarkko HietaniemiMake explicit our assumption that (for now) "\x{80...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Jarkko HietaniemiStart migrating bits of pragma/utf8 to elsewhere