summaryrefslogtreecommitdiff
path: root/t/op/bop.t
Commit message (Expand)AuthorAgeFilesLines
* t/op/bop.t: Generalize for EBCDIC platformsKarl Williamson2015-03-051-65/+66
* Test new string- and num-specific bitopsFather Chrysostomos2015-01-311-1/+42
* Deprecate /\C/David Mitchell2014-07-031-2/+10
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-1/+1
* [perl #108480] $cow |= number undefines $cowFather Chrysostomos2012-01-171-1/+13
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-1/+5
* pp_subtr: preserve UTF8 flag in rare casesDavid Mitchell2011-02-061-1/+11
* [perl #20661] Constant strings representing a number can BECOME numbersFather Chrysostomos2010-10-041-1/+15
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Fix a thinko in regression test for [perl #54956]Ben Morrow2009-01-031-1/+1
* [perl #54956] crash on binary-or lvalue operation on qr//Ben Morrow2009-01-021-1/+103
* Re: [PATCH] update to pp_complement() via CoveritySADAHIRO Tomoyuki2006-04-171-1/+17
* doop.c: (Coverity) found a bug but not quite what Coverity thought it did (tr...Jarkko Hietaniemi2006-04-141-1/+73
* Re: [perl #37616] Bug in &= (string) and/or m//SADAHIRO Tomoyuki2005-11-151-1/+12
* $#a>>=1 relies on malloc wrap to avoid the segfault, so need toNicholas Clark2004-12-211-2/+6
* bop.t follow-up to #23645Craig A. Berry2004-12-161-1/+1
* Fix test added in change 23645 with an eval()Rafael Garcia-Suarez2004-12-141-1/+1
* Test patch for already-solved bug #33003,Rafael Garcia-Suarez2004-12-141-1/+5
* Convert the older parts of op/bop.t over to test.plNicholas Clark2004-01-211-71/+57
* Re: [perl #24926] chop/~ mangles UTF8 [PATCH]Gisle Aas2004-01-191-1/+6
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-1/+147
* some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-291-7/+22
* PATCH: extra tests to check on negative float to unsigned castJeff Okamoto2001-02-261-1/+7
* Tests for #8329 and #8330.Jarkko Hietaniemi2001-01-051-1/+5
* Tweak the definition of the bit complement on UTF-8 data:Yitzchak Scott-Thoennes2000-11-131-4/+32
* One more ~utf8 tweak.Jarkko Hietaniemi2000-10-161-2/+5
* Tweak the test of #7235.Jarkko Hietaniemi2000-10-161-5/+22
* Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.Simon Cozens2000-10-151-4/+21
* Re: perl@7078Simon Cozens2000-09-141-3/+3
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* The new tests were missing from #6415.Jarkko Hietaniemi2000-08-181-1/+14
* Do not assume sign propagation.M. J. T. Guy2000-04-241-1/+1
* make stringwise bitops work properly on utf8 stringsGurusamy Sarathy2000-02-281-1/+20
* make testsuite somewhat location independentGurusamy Sarathy1999-02-121-1/+1
* support OE/MVSJarkko Hietaniemi1998-08-021-6/+15
* Fix bitwise op test; clean up a couple of othersChip Salzenberg1996-11-261-6/+17
* [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-8/+28
* perl 5.003_03: [patch introduction and re-organisation]perl-5.003_03Andy Dougherty1996-08-251-0/+0
* Support bit operations on strings longer than 15 bytes.Perl 5 Porters1996-08-251-0/+24