summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar/scalar.xs
Commit message (Expand)AuthorAgeFilesLines
* (perl #133422) handle Off_t smaller than size_tTony Cook2018-08-091-1/+10
* PerlIO::scalar: check invariant at compile timeLukas Mai2017-07-161-1/+1
* (perl #131546) return a reasonable error code opening a read-only scalarTony Cook2017-07-041-1/+1
* PerlIO-scalar: fix 32-bit compiler warningDavid Mitchell2017-06-121-1/+1
* PerlIOScalar_eof(): silence compiler warning:David Mitchell2016-12-221-2/+1
* PerlIO-scalar: Fix fail to detect incomplete seqs at EOFChristian Hansen2016-12-111-1/+14
* XS staticing in ext and distDaniel Dragan2015-10-261-19/+19
* There is no SSize_t_size.Jarkko Hietaniemi2015-06-261-1/+1
* PerlIO::scalar write() at large file positionTony Cook2015-01-271-0/+15
* fix PerlIO::scalar get_cnt when the file position is beyond 2GBTony Cook2014-12-181-1/+1
* don't allow a negative file position on a PerlIO::scalar handleTony Cook2014-12-181-4/+9
* [perl #123443] avoid overflowing got into a negative numberTony Cook2014-12-181-3/+9
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* PerlIO::scalar: silence some compiler warningsDavid Mitchell2013-11-181-2/+2
* Stop open fh, ">>", \$undef from warningFather Chrysostomos2013-11-091-1/+1
* Make sure truncated in-memory files have trailing nullFather Chrysostomos2013-10-251-0/+1
* Better fix for #119529Father Chrysostomos2013-10-251-16/+4
* PerlIO::scalar: stringify refsDavid Mitchell2013-10-171-1/+6
* warn and fail on writes to SVf_UTF8 SVsTony Cook2013-01-251-0/+6
* handle reading from a SVf_UTF8 scalarTony Cook2013-01-251-1/+15
* fail to open scalars containing characters that don't fit in a byteTony Cook2013-01-251-0/+8
* [perl #113764] Make &= duping work with PerlIO::scalarFather Chrysostomos2012-06-201-3/+8
* [perl #112780] Don’t set cloned in-memory handles to ""Father Chrysostomos2012-05-071-2/+11
* [perl #108398] Make PerlIO::scalar add null terminatorBo Lindbergh2012-01-191-5/+7
* PerlIO::scalar: allow writing to SvIOK SVsFather Chrysostomos2012-01-051-2/+2
* In PerlIO::Scalar’s write, stringify refsFather Chrysostomos2012-01-051-1/+2
* [perl #92706] In PerlIO::Scalar::seek, don’t assume SvPOKpFather Chrysostomos2012-01-051-18/+11
* [perl #92258] <$fh> hangs on a glob copyFather Chrysostomos2011-06-051-3/+10
* Get PerlIO::scalar to write to COWsFather Chrysostomos2011-06-041-1/+2
* Made binmode $fh, ':scalar' DWIMLeon Timmermans2011-01-271-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-1/+8
* [perl #78716] Bogus read after seek beyond end of stringFather Chrysostomos2010-11-271-1/+2
* [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
* RT 43789: "in memory" files don't call STOREDavid Mitchell2010-05-051-3/+39
* Rename ext/PerlIO/scalar to ext/PerlIO-scalarNicholas Clark2009-02-091-0/+312