summaryrefslogtreecommitdiff
path: root/t/opbasic
Commit message (Expand)AuthorAgeFilesLines
* we no longer need to setup @INCTony Cook2021-03-191-10/+0
* Split Config-dependent tests in t/opbasic/arith.t to t/op/arith2.tTony Cook2021-03-191-56/+1
* opbasic/arith.t - make sure we use the right ConfigYves Orton2021-02-121-2/+4
* files in t/opbasic shouldn't load test.plTony Cook2021-02-091-2/+6
* Allow blanks within and adjacent to {...} constructsKarl Williamson2021-01-201-1/+3
* t/opbasic/arith.t - extra tests to better exercise dleft/dright paths in pp_m...Richard Leach2020-10-141-1/+7
* multiconcat: mutator not seen in (lex = ...) .= ...David Mitchell2018-08-291-1/+9
* Avoid extra newlines on VMS in t/opbasic/arith.tCraig A. Berry2018-08-021-8/+10
* redo magic/overload handing in pp_multiconcatDavid Mitchell2018-02-191-1/+14
* mutlitconcat: fix non-folding adjacent constsDavid Mitchell2017-12-251-1/+31
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-111-3/+2
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-5/+646
* tests - remove useless setting in BEGINNicolas R2017-09-151-5/+0
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-121-6/+1
* Use the new metalevel definitions for fp inf/nan/rangeJarkko Hietaniemi2016-10-281-4/+3
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+2
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-12/+12
* VAX: test changes for VAX floatsJarkko Hietaniemi2016-07-011-2/+7
* Deprecate Unicode code points above IV_MAXKarl Williamson2015-11-281-0/+1
* t/opbasic/cmp.t: Add test for NULKarl Williamson2015-08-011-1/+1
* [perl #124160] Disable targlex for state var initFather Chrysostomos2015-03-251-1/+7
* IRIX: floating point: do not flush to zeroJarkko Hietaniemi2015-03-031-0/+1
* fix handling of non-strict \x{}Hugo van der Sanden2015-02-171-2/+6
* fix more -IV_MIN negationsDavid Mitchell2014-12-311-1/+9
* Basic string-to-nv should equal floating point literals.Jarkko Hietaniemi2014-09-021-1/+9
* [perl #120426] atof() small value rounding errorsDavid Mitchell2013-12-251-1/+13
* Add or amplify inline comments as to placement of file in t/opbasic.James E Keenan2012-12-075-6/+22
* Create subdirectory t/opbasic. Move 5 test files there.James E Keenan2012-12-075-0/+1054