Change the regression test added by 26410 to use test.pl; this makes
[p5sagit/p5-mst-13.2.git] / t / op / bop.t
2005-11-15 SADAHIRO Tomoyuki Re: [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. Berry bop.t follow-up to #23645
2004-12-14 Rafael Garcia-Suarez Fix test added in change 23645 with an eval()
2004-12-14 Rafael Garcia-Suarez Test patch for already-solved bug #33003,
2004-01-21 Nicholas Clark Convert the older parts of op/bop.t over to test.pl
2004-01-19 Gisle Aas Re: [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 Prymmer some tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-02-26 Jeff Okamoto PATCH: extra tests to check on negative float to unsign...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-05 Jarkko Hietaniemi Tests for #8329 and #8330.
2000-11-13 Yitzchak Scott-Tho... Tweak the definition of the bit complement on UTF-8...
2000-10-20 Charles Bailey SYN SYN
2000-10-16 Jarkko Hietaniemi One more ~utf8 tweak.
2000-10-16 Jarkko Hietaniemi Tweak the test of #7235.
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.