This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let taint.t run under miniperl
[perl5.git] / t / op / tr.t
2014-05-29 Jarkko HietaniemiFixes for running a clean minitest (at least in OS...
2013-08-11 Father ChrysostomosMake tr/a/b/ croak on read-only null COWs
2013-02-19 Rafael Garcia-SuarezSilence encoding.pm deprecation warnings in the core...
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-10-13 Father ChrysostomosAllow COW copies in aassign
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-02-25 Zeframdelay allocating trans table until needed
2011-07-12 Father ChrysostomosMake Internals::SvREADONLY smarter
2010-11-03 Father Chrysostomosy///r
2009-07-11 David Mitchell[perl #61520] Segfault in debugger with tr// and UTF8
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-03-10 Yitzchak Scott-Tho... count-only transliteration needlessly makes copy-on...
2007-05-03 Ævar Arnfjörð Bjar... FETCH/STORE/LENGTH callbacks for numbered capture variables
2006-07-26 SADAHIRO Tomoyukiinterpolation of @- (and @+) in patterns ([perl #27940...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2005-08-18 SADAHIRO TomoyukiRe: Transliteration operator(tr//)on EBCDIC platform
2005-08-01 Michael G. SchwernRe: [perl #36622] y/// at end of file
2002-10-09 Rafael Garcia-SuarezFix bug #17823 : non-modifying tr/// stringifies references
2002-10-02 Hugo van der Sandenop/tr.t test is affected by #17962
2001-12-06 Jarkko HietaniemiThe #4 has nothing to do with Unicode.
2001-12-06 Michael G. SchwernCleanup and more counting tests
2001-12-06 Rafael Garcia-SuarezRe: counting tr thinks it's modifying
2001-12-02 Nicholas ClarkShared hash keys
2001-10-29 Jarkko HietaniemiMark the test known to be failing in EBCDIC.
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
2001-06-05 Jarkko HietaniemiUnnecessary fuzziness undone, noted by Mike Guy.
2001-06-03 Hugo van der SandenRe: 'decimal digits' macro?
2001-05-10 Robin HoustonExtend tr/\0-\377/blah/c support
2001-04-07 Jarkko HietaniemiIntegrate change #9605 from maintperl into mainline.
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-01 Jarkko HietaniemiTest for #9499.
2001-03-20 Jarkko Hietaniemitr/// UTF-8 tests for Inaba Hiroto's latest patches.
2001-03-05 Nick Ing-SimmonsIntegrate mainline (mostly - holding of on Encode.pm...
2001-03-05 Jarkko HietaniemiAdd tr tests for EBCDIC, from Karsten Sperling.
2001-03-04 Jarkko HietaniemiMore tr/// UTF-8 fixes from Inaba Hiroto.
2001-03-03 Jarkko HietaniemiUTF8 tr/// fixes from Inaba Hiroto.
2001-02-25 Jarkko HietaniemiRetract #8929,8930,8932,8933 for now.
2001-02-25 Jarkko Hietaniemi(Retracted by #8395.)
2001-02-08 Charles BaileySYN SYN
2001-01-28 Jarkko HietaniemiPatch from Inaba Hiroto:
2001-01-24 Charles BaileySYN SYN
2001-01-10 Jarkko HietaniemiTest cases for #8385 (from Simon's "torture.pl")
2001-01-09 Jarkko Hietaniemi[ID 20001230.003] UTF-8 tr still hurts
2000-10-20 Charles BaileySYN SYN
2000-10-12 Peter PrymmerAn updated EBCDIC tr patch.
2000-10-10 Peter Prymmerop/tr tests on OS/390
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 M. J. T. Guyallow non-variable as lhs of non-updating tr///
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6252..6260 into mainline
2000-07-11 Mark-Jason DominusBe less forgiving about ambiguous and illegal tr ranges.
2000-06-28 Simon Cozenstr///, help wanted.
2000-06-01 Gurusamy Sarathycounting tr/// corrupts later operation (from M.J.T...
1998-12-21 Jarkko HietaniemiChange #2483 update.
1998-12-14 Jarkko Hietaniemilib was missing from @INC.
1998-12-04 Gurusamy Sarathytweak test for UTEST
1998-10-15 Gurusamy Sarathyadd missing tr.t to repository