Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
[p5sagit/p5-mst-13.2.git] / t / op / bop.t
2000-10-15 Simon Cozens Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
2000-09-14 Simon Cozens Re: perl@7078
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-08-18 Jarkko Hietaniemi The new tests were missing from #6415.
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-24 M. J. T. Guy Do not assume sign propagation.
2000-02-28 Gurusamy Sarathy make stringwise bitops work properly on utf8 strings
1999-02-12 Gurusamy Sarathy make testsuite somewhat location independent
1998-08-02 Jarkko Hietaniemi support OE/MVS
1996-11-26 Chip Salzenberg Fix 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 Dougherty perl 5.003_03: [patch introduction and re-organisation]
1996-08-25 Perl 5 Porters Support bit operations on strings longer than 15 bytes.