This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: Consider thread 0 always locale-safe
[perl5.git] / t / opbasic /
2020-10-14 Richard Leacht/opbasic/arith.t - extra tests to better exercise...
2018-08-29 David Mitchellmulticoncat: mutator not seen in (lex = ...) .= ...
2018-08-02 Craig A. BerryAvoid extra newlines on VMS in t/opbasic/arith.t
2018-02-19 David Mitchellredo magic/overload handing in pp_multiconcat
2017-12-25 David Mitchellmutlitconcat: fix non-folding adjacent consts
2017-11-11 Todd RinaldoReplace multiple 'use vars' by 'our' in t
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-09-15 Nicolas Rtests - remove useless setting in BEGIN
2017-07-13 Karl WilliamsonMove test from t/opbasic to t/uni
2017-07-13 Karl WilliamsonRevert: Restrict code points to <= IV_MAX
2017-06-12 David Mitchellfix utf char > IV_MAX on 32-bit platforms
2016-10-29 Jarkko HietaniemiUse the new metalevel definitions for fp inf/nan/range
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-02 Jarkko HietaniemiVAX: test changes for VAX floats
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-08-01 Karl Williamsont/opbasic/cmp.t: Add test for NUL
2015-03-26 Father Chrysostomos[perl #124160] Disable targlex for state var init
2015-03-04 Jarkko HietaniemiIRIX: floating point: do not flush to zero
2015-02-17 Hugo van der Sandenfix handling of non-strict \x{}
2014-12-31 David Mitchellfix more -IV_MIN negations
2014-09-02 Jarkko HietaniemiBasic string-to-nv should equal floating point literals.
2013-12-25 David Mitchell[perl #120426] atof() small value rounding errors
2012-12-08 James E KeenanAdd or amplify inline comments as to placement of file...
2012-12-08 James E KeenanCreate subdirectory t/opbasic. Move 5 test files there.