summaryrefslogtreecommitdiff
path: root/t/op/tr.t
Commit message (Expand)AuthorAgeFilesLines
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get tr.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ...Jarkko Hietaniemi2014-05-291-1/+1
* Make tr/a/b/ croak on read-only null COWsFather Chrysostomos2013-08-111-1/+9
* Silence encoding.pm deprecation warnings in the core test suiteRafael Garcia-Suarez2013-02-191-0/+1
* SVf_IsCOWFather Chrysostomos2012-11-141-3/+3
* Allow COW copies in aassignFather Chrysostomos2012-10-121-3/+3
* PATCH: [perl #113584] tr/// multiple transliterationsKarl Williamson2012-06-111-1/+11
* delay allocating trans table until neededZefram2012-02-251-1/+10
* Make Internals::SvREADONLY smarterFather Chrysostomos2011-07-121-3/+5
* y///rFather Chrysostomos2010-11-021-1/+22
* [perl #61520] Segfault in debugger with tr// and UTF8David Mitchell2009-07-111-1/+17
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* count-only transliteration needlessly makes copy-on-write Yitzchak Scott-Thoennes2008-03-101-1/+8
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-5/+1
* interpolation of @- (and @+) in patterns ([perl #27940] comes back)SADAHIRO Tomoyuki2006-07-261-1/+11
* Re: [perl #38293] chr(65535) should be allowed in regexesSADAHIRO Tomoyuki2006-04-021-1/+72
* Re: Transliteration operator(tr//)on EBCDIC platformSADAHIRO Tomoyuki2005-08-181-5/+2
* Re: [perl #36622] y/// at end of fileMichael G. Schwern2005-08-011-1/+5
* Fix bug #17823 : non-modifying tr/// stringifies referencesRafael Garcia-Suarez2002-10-091-1/+5
* op/tr.t test is affected by #17962Hugo van der Sanden2002-10-021-1/+1
* The #4 has nothing to do with Unicode.Jarkko Hietaniemi2001-12-061-1/+1
* Cleanup and more counting testsMichael G. Schwern2001-12-061-198/+176
* Re: counting tr thinks it's modifying Rafael Garcia-Suarez2001-12-061-2/+6
* Shared hash keys Nicholas Clark2001-12-021-2/+8
* Mark the test known to be failing in EBCDIC.Jarkko Hietaniemi2001-10-291-0/+3
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-3/+0
* Unnecessary fuzziness undone, noted by Mike Guy.Jarkko Hietaniemi2001-06-051-1/+1
* Re: 'decimal digits' macro? Hugo van der Sanden2001-06-031-1/+1
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-101-1/+7
* Integrate change #9605 from maintperl into mainline.Jarkko Hietaniemi2001-04-071-1/+10
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-1/+7
* Test for #9499.Jarkko Hietaniemi2001-04-011-1/+4
* tr/// UTF-8 tests for Inaba Hiroto's latest patches.Jarkko Hietaniemi2001-03-201-1/+18
* Add tr tests for EBCDIC, from Karsten Sperling.Jarkko Hietaniemi2001-03-051-1/+26
* More tr/// UTF-8 fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-041-1/+11
* UTF8 tr/// fixes from Inaba Hiroto.Jarkko Hietaniemi2001-03-031-3/+22
* Retract #8929,8930,8932,8933 for now.Jarkko Hietaniemi2001-02-251-42/+1
* (Retracted by #8395.)Jarkko Hietaniemi2001-02-251-1/+42
* Patch from Inaba Hiroto:Jarkko Hietaniemi2001-01-281-1/+10
* Test cases for #8385 (from Simon's "torture.pl")Jarkko Hietaniemi2001-01-101-1/+15
* [ID 20001230.003] UTF-8 tr still hurtsJarkko Hietaniemi2001-01-091-1/+93
* An updated EBCDIC tr patch.Peter Prymmer2000-10-121-35/+46
* op/tr tests on OS/390Peter Prymmer2000-10-101-2/+9
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* allow non-variable as lhs of non-updating tr///M. J. T. Guy2000-08-011-1/+18
* integrate cfgperl changes#6325..6373 into mainlineGurusamy Sarathy2000-07-111-1/+39
* integrate cfgperl changes#6252..6260 into mainlineGurusamy Sarathy2000-07-111-1/+48
* counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-011-1/+25
* Change #2483 update.Jarkko Hietaniemi1998-12-211-2/+4