summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar/t
Commit message (Expand)AuthorAgeFilesLines
* Remove all "configured without perlio" test SKIPs from ext/PerlIO-*Nicholas Clark2021-09-161-5/+1
* document PerlIO::scalar's behavior for read-only scalarsTony Cook2020-08-281-1/+8
* (perl #131546) return a reasonable error code opening a read-only scalarTony Cook2017-07-041-1/+3
* PerlIO::scalar write() at large file positionTony Cook2015-01-271-1/+12
* PerlIO::scalar: skip the 4GB seek test if off_t is too smallTony Cook2014-12-201-0/+3
* don't allow a negative file position on a PerlIO::scalar handleTony Cook2014-12-181-1/+8
* [perl #123443] avoid overflowing got into a negative numberTony Cook2014-12-181-1/+10
* Stop open fh, ">>", \$undef from warningFather Chrysostomos2013-11-091-1/+6
* Make sure truncated in-memory files have trailing nullFather Chrysostomos2013-10-251-2/+6
* Better fix for #119529Father Chrysostomos2013-10-251-2/+13
* PerlIO::scalar: stringify refsDavid Mitchell2013-10-171-1/+10
* avoid PERL_UNICODE interfering with the new PerlIO-scalar testsTony Cook2013-01-271-0/+2
* warn and fail on writes to SVf_UTF8 SVsTony Cook2013-01-251-1/+0
* TODO tests for writing to a SVf_UTF8 scalarTony Cook2013-01-251-1/+25
* handle reading from a SVf_UTF8 scalarTony Cook2013-01-251-6/+2
* TODO tests for reads from a scalar changed to upgraded after openTony Cook2013-01-251-3/+33
* fail to open scalars containing characters that don't fit in a byteTony Cook2013-01-251-8/+0
* TODO tests for opening upgraded scalarsTony Cook2013-01-251-1/+36
* [perl #113764] Make &= duping work with PerlIO::scalarFather Chrysostomos2012-06-201-1/+11
* Fix test failureFather Chrysostomos2012-05-081-1/+1
* [perl #112780] Don’t set cloned in-memory handles to ""Father Chrysostomos2012-05-071-1/+15
* Fix skip count for B using tests in PerlIO::ScalarDavid Leadbeater2012-02-121-1/+1
* For the sake or robustness, avoid reproducing Perl guts in test fileEric Brine2012-02-031-12/+17
* Fix bad pointer size in has_trailing_nulEric Brine2012-01-231-2/+3
* PerlIO::scalar: tests for trailing nullFather Chrysostomos2012-01-191-1/+24
* (PerlIO::)scalar.t: Add function for testing trailing nullEric Brine2012-01-191-0/+14
* PerlIO::scalar: allow writing to SvIOK SVsFather Chrysostomos2012-01-051-2/+14
* In PerlIO::Scalar’s write, stringify refsFather Chrysostomos2012-01-051-2/+7
* [perl #92706] In PerlIO::Scalar::seek, don’t assume SvPOKpFather Chrysostomos2012-01-051-2/+10
* Get PerlIO::scalar to write to COWsFather Chrysostomos2011-06-041-1/+9
* [perl #78716] Bogus read after seek beyond end of stringFather Chrysostomos2010-11-271-2/+9
* RT 43789: "in memory" files don't call STOREDavid Mitchell2010-05-051-2/+50
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* Rename ext/PerlIO/scalar to ext/PerlIO-scalarNicholas Clark2009-02-092-0/+269