summaryrefslogtreecommitdiff
path: root/t/op/tr.t
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #133880] assertion failureKarl Williamson2019-03-211-1/+7
* tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-191-1/+26
* fix "\x{100}..." =~ tr/.../.../cdDavid Mitchell2018-01-191-12/+3
* t/op/tr.t: add tr///c testsDavid Mitchell2018-01-191-1/+411
* PATCH: [perl #130656] tr// failue with UTF-8 across linesKarl Williamson2017-01-311-1/+11
* toke.c: Avoid work for tr/a-a/.../Karl Williamson2017-01-191-1/+4
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-2/+2
* Handle chop(@a =~ tr///)David Mitchell2017-01-021-1/+45
* t/op/tr.t: Fix to pass in EBCDICKarl Williamson2016-08-051-2/+2
* [RT #128574] Fix use of fresh_perl in testsDan Collins2016-08-011-1/+1
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-1/+1
* PATCH: [perl #128734] tr/\N{...}/ failing for 128-255Karl Williamson2016-07-271-1/+10
* The 47918419 mistakenly made miniperl skippage unconditionalJarkko Hietaniemi2016-07-051-1/+1
* If only miniperl, no use utf8 for you.Jarkko Hietaniemi2016-07-011-2/+6
* Refactor tr/// parsing to work on EBCDIC, fix other bugKarl Williamson2015-09-081-5/+100
* t/op/tr.t: Clarify skip tests messageKarl Williamson2015-08-251-1/+1
* Various .t files: Use globals to see if on EBCDICKarl Williamson2015-08-251-5/+3
* t/op/tr.t: Fix commentKarl Williamson2015-08-011-3/+2
* [perl #123759] always count on OPpTRANS_IDENTICALHugo van der Sanden2015-02-091-1/+14
* Fix bad write in pp_transFather Chrysostomos2014-12-281-0/+4
* 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