summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* add test for [perl #131522] and fix test for (related) [perl #127581]Yves Orton2017-06-181-2/+2
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-06-161-1/+12
* Avoid ++ in test.plDagfinn Ilmari Mannsåker2017-06-151-2/+2
* Update JSON-PP to CPAN version 2.94Chris 'BinGOs' Williams2017-06-141-4/+0
* Update File-Path to CPAN version 2.14Chris 'BinGOs' Williams2017-06-141-2/+0
* Allow bitwise & ^ | to accept trailing UTF-8Karl Williamson2017-06-141-1/+8
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-127-37/+16
* Update test skips for no fchdir.Craig A. Berry2017-06-082-3/+3
* t/op/bop.t: Re-add in some testsKarl Williamson2017-06-071-6/+7
* t/op/bop.t: Verify complement downgrades UTF-8.Karl Williamson2017-06-071-1/+3
* t/op/bop.t: Verify bitwise & ^ | retain UTF-8Karl Williamson2017-06-071-1/+21
* Make setting ${^ENCODING} to a defined value fatalDagfinn Ilmari Mannsåker2017-06-076-74/+10
* add some sprintf benchmarksDavid Mitchell2017-06-071-0/+69
* Perl_sv_vcatpvfn_flags: simpler special formatsDavid Mitchell2017-06-071-0/+2
* Perl_sv_vcatpvfn_flags: simpler redundant arg testDavid Mitchell2017-06-072-58/+57
* op/infnam.t: skip unportable testsDavid Mitchell2017-06-071-2/+2
* Perl_sv_vcatpvfn_flags: avoid wrap on precisionDavid Mitchell2017-06-072-1/+15
* Perl_sv_vcatpvfn_flags: width/precis arg wrapDavid Mitchell2017-06-071-0/+38
* Perl_sv_vcatpvfn_flags: warn on missing %v argDavid Mitchell2017-06-072-2/+5
* Perl_sv_vcatpvfn_flags: warn on missing width argDavid Mitchell2017-06-071-0/+3
* S_expect_number(): return STRLEN not I32David Mitchell2017-06-072-6/+12
* Perl_sv_vcatpvfn_flags: %p and Inf/NanDavid Mitchell2017-06-073-4/+10
* Perl_sv_vcatpvfn_flags: make %n missing arg fatalDavid Mitchell2017-06-071-8/+7
* Perl_sv_vcatpvfn_flags: remove redundant codeDavid Mitchell2017-06-071-0/+10
* Perl_sv_vcatpvfn_flags: better calc f/p buf sizeDavid Mitchell2017-06-071-2/+0
* sprintf: handle sized int-ish formats with Inf/NanDavid Mitchell2017-06-071-0/+34
* sprintf(): handle mangled formats better with utf8David Mitchell2017-06-072-1/+25
* sprintf(): add memory wrap testsDavid Mitchell2017-06-071-0/+26
* [perl #131263] clear the UTF8 flag on a glob if it isn't UTF8Tony Cook2017-06-071-1/+9
* Fatalize the use of code points above 0xFF for bitwise operators.Abigail2017-06-074-151/+26
* Fatalize inheriting AUTOLOAD for non-methods.Abigail2017-06-063-27/+25
* Forbid out of range Unicode code points.Abigail2017-06-066-129/+7
* make OP_REF support boolean contextDavid Mitchell2017-06-053-2/+80
* Forbid setting $/ to a reference to a non-postive integerDagfinn Ilmari Mannsåker2017-06-053-33/+31
* Forbid use of bare << to mean <<""Dagfinn Ilmari Mannsåker2017-06-054-27/+25
* Disallow opening the same symbol as both a file and directory handleDagfinn Ilmari Mannsåker2017-06-054-108/+62
* closure.t: fix typoDavid Mitchell2017-06-051-1/+1
* FREETMPS when leaving eval, even when void/dyingDavid Mitchell2017-06-051-1/+33
* S_require_tie_mod(): use a new stackDavid Mitchell2017-06-051-1/+19
* t/TEST: warn about unknown files deparse-skips.txtDavid Mitchell2017-06-051-1/+2
* t/TEST -deparse: list unexpectedly passing scriptsDavid Mitchell2017-06-051-1/+16
* make porting/cmp_version.t clearer what happensDavid Mitchell2017-06-051-0/+7
* remove unneeded an unwelcome dependencyYves Orton2017-06-021-1/+0
* Add support for deleting key/value slices (RT#131328)Dagfinn Ilmari Mannsåker2017-06-023-17/+31
* t/op/vec.t: White space only.Karl Williamson2017-06-011-11/+11
* Deprecate vec() with above-FF code points.Karl Williamson2017-06-012-0/+11
* set up catchable runloops early enoughZefram2017-06-011-0/+50
* silence warning in gv.tYves Orton2017-06-011-0/+2
* RT #127742: Hash keys are limited to 2 GB - throw an exception if hash keys a...Aaron Crane2017-06-011-0/+33
* Fatalize \N{}Karl Williamson2017-06-012-34/+4