This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
detect sub attributes following a signature
[perl5.git] / t / op / bop.t
2018-01-19 Karl WilliamsonDeprecate above \xFF in bitwise string ops
2018-01-19 Karl Williamsonop/bop.t: Fix typo in test name
2017-12-31 Father ChrysostomosEnable bitwise feature with ‘use v5.28’
2017-06-14 Karl WilliamsonAllow bitwise & ^ | to accept trailing UTF-8
2017-06-07 Karl Williamsont/op/bop.t: Re-add in some tests
2017-06-07 Karl Williamsont/op/bop.t: Verify complement downgrades UTF-8.
2017-06-07 Karl Williamsont/op/bop.t: Verify bitwise & ^ | retain UTF-8
2017-06-06 AbigailFatalize the use of code points above 0xFF for bitwise...
2017-06-06 AbigailForbid out of range Unicode code points.
2016-11-17 Karl Williamsonop/bop.t: Fix test failing on EBCDIC
2016-11-07 Tony Cook(perl #129995) avoid sv_catpvn() in do_vop() when unneeded
2016-09-19 Father Chrysostomosbop.t: Delete $SIG{__WARN__}
2016-09-19 Father Chrysostomos[perl #129287] Make UTF8 & append null
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2015-12-10 Craig A. BerrySuppress overflow warning in bop.t.
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-07-03 Jarkko HietaniemiLeft overshift of negatives under use integer was still...
2015-06-28 Jarkko Hietaniemibop.t -w clean
2015-06-28 Jarkko HietaniemiDefine left/right shift by negative to mean the reverse...
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-03-06 Karl Williamsont/op/bop.t: Generalize for EBCDIC platforms
2015-02-01 Father ChrysostomosTest new string- and num-specific bitops
2014-07-03 David MitchellDeprecate /\C/
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2012-01-18 Father Chrysostomos[perl #108480] $cow |= number undefines $cow
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-02-06 David Mitchellpp_subtr: preserve UTF8 flag in rare cases
2010-10-04 Father Chrysostomos[perl #20661] Constant strings representing a number...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-01-03 Ben MorrowFix a thinko in regression test for [perl #54956]
2009-01-02 Ben Morrow[perl #54956] crash on binary-or lvalue operation on...
2006-04-17 SADAHIRO TomoyukiRe: [PATCH] update to pp_complement() via Coverity
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2005-11-15 SADAHIRO TomoyukiRe: [perl #37616] Bug in &= (string) and/or m//
2004-12-21 Nicholas Clark$#a>>=1 relies on malloc wrap to avoid the segfault...
2004-12-16 Craig A. Berrybop.t follow-up to #23645
2004-12-14 Rafael Garcia-SuarezFix test added in change 23645 with an eval()
2004-12-14 Rafael Garcia-SuarezTest patch for already-solved bug #33003,
2004-01-21 Nicholas ClarkConvert the older parts of op/bop.t over to test.pl
2004-01-19 Gisle AasRe: [perl #24926] chop/~ mangles UTF8 [PATCH]
2004-01-16 Yitzchak Scott-Tho... Re: [perl #24816] Magic vars seem unsure if they are...
2001-03-29 Peter Prymmersome tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-02-26 Jeff OkamotoPATCH: extra tests to check on negative float to unsign...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-05 Jarkko HietaniemiTests for #8329 and #8330.
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-10-20 Charles BaileySYN SYN
2000-10-16 Jarkko HietaniemiOne more ~utf8 tweak.
2000-10-16 Jarkko HietaniemiTweak the test of #7235.
2000-10-15 Simon CozensMake ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-09-14 Simon CozensRe: perl@7078
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-18 Jarkko HietaniemiThe new tests were missing from #6415.
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-24 M. J. T. GuyDo not assume sign propagation.
2000-02-28 Gurusamy Sarathymake stringwise bitops work properly on utf8 strings
1999-02-12 Gurusamy Sarathymake testsuite somewhat location independent
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1996-11-26 Chip SalzenbergFix bitwise op test; clean up a couple of others
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-08-25 Andy Doughertyperl 5.003_03: [patch introduction and re-organisation] perl-5.003_03
1996-08-25 Perl 5 PortersSupport bit operations on strings longer than 15 bytes.