summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #108398] Make PerlIO::scalar add null terminatorBo Lindbergh2012-01-191-5/+7
* PerlIO::scalar: allow writing to SvIOK SVsFather Chrysostomos2012-01-052-4/+16
* In PerlIO::Scalar’s write, stringify refsFather Chrysostomos2012-01-052-3/+9
* Increase $PerlIO::scalar::VERSION to 0.13Father Chrysostomos2012-01-051-1/+1
* [perl #92706] In PerlIO::Scalar::seek, don’t assume SvPOKpFather Chrysostomos2012-01-052-20/+21
* [perl #92258] <$fh> hangs on a glob copyFather Chrysostomos2011-06-051-3/+10
* Get PerlIO::scalar to write to COWsFather Chrysostomos2011-06-043-3/+12
* Made binmode $fh, ':scalar' DWIMLeon Timmermans2011-01-271-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-1/+8
* Increase PerlIO::scalar’s versionFather Chrysostomos2010-11-271-1/+1
* [perl #78716] Bogus read after seek beyond end of stringFather Chrysostomos2010-11-272-3/+11
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Bump VERSION in PerlIO-scalarSteve Hay2010-09-191-1/+1
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-131-0/+7
* Move code to after the variable declarations.Nicholas Clark2010-05-061-2/+5
* bump PerlIO::scalar versionDavid Mitchell2010-05-051-1/+1
* RT 43789: "in memory" files don't call STOREDavid Mitchell2010-05-052-5/+89
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-2/+0
* make_ext.pl's automatic Makefile.PL generation can write these five for us.Nicholas Clark2009-03-261-7/+0
* Rename ext/PerlIO/scalar to ext/PerlIO-scalarNicholas Clark2009-02-095-0/+629