summaryrefslogtreecommitdiff
path: root/ext/PerlIO-scalar
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-282-2/+12
* (perl #133422) handle Off_t smaller than size_tTony Cook2018-08-092-2/+11
* PerlIO::scalar: check invariant at compile timeLukas Mai2017-07-162-2/+2
* bump $PerlIO::scalar::VERSIONTony Cook2017-07-041-1/+1
* (perl #131546) return a reasonable error code opening a read-only scalarTony Cook2017-07-042-2/+4
* PerlIO-scalar: fix 32-bit compiler warningDavid Mitchell2017-06-122-2/+2
* PerlIO-scalar: Bump version to 0.26Karl Williamson2016-12-221-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-112-2/+15
* XS staticing in ext and distDaniel Dragan2015-10-262-20/+20
* Increment $VERSION in 4 .pm files whose .xs has changed.James E Keenan2015-06-271-1/+1
* There is no SSize_t_size.Jarkko Hietaniemi2015-06-261-1/+1
* PerlIO::scalar write() at large file positionTony Cook2015-01-273-2/+28
* PerlIO::scalar: skip the 4GB seek test if off_t is too smallTony Cook2014-12-201-0/+3
* 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-182-5/+17
* [perl #123443] avoid overflowing got into a negative numberTony Cook2014-12-183-5/+20
* Increase $PerlIO::scalar::VERSION to 0.20Father Chrysostomos2014-11-021-1/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+1
* bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-ProcessTony Cook2014-06-121-1/+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-092-2/+7
* Make sure truncated in-memory files have trailing nullFather Chrysostomos2013-10-252-2/+7
* Increase PerlIO::scalar::VERSION to 0.18Father Chrysostomos2013-10-251-1/+1
* Better fix for #119529Father Chrysostomos2013-10-252-18/+17
* PerlIO::scalar: stringify refsDavid Mitchell2013-10-173-3/+17
* 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-252-1/+6
* TODO tests for writing to a SVf_UTF8 scalarTony Cook2013-01-251-1/+25
* handle reading from a SVf_UTF8 scalarTony Cook2013-01-252-7/+17
* TODO tests for reads from a scalar changed to upgraded after openTony Cook2013-01-251-3/+33
* bump PerlIO::scalar's versionTony Cook2013-01-251-1/+1
* fail to open scalars containing characters that don't fit in a byteTony Cook2013-01-252-8/+8
* TODO tests for opening upgraded scalarsTony Cook2013-01-251-1/+36
* Increase $PerlIO::scalar::VERSION to 0.15Father Chrysostomos2012-06-201-1/+1
* [perl #113764] Make &= duping work with PerlIO::scalarFather Chrysostomos2012-06-202-4/+19
* Fix test failureFather Chrysostomos2012-05-081-1/+1
* [perl #112780] Don’t set cloned in-memory handles to ""Father Chrysostomos2012-05-072-3/+26
* Increase $PerlIO::scalar::VERSION to 0.14Father Chrysostomos2012-05-071-1/+1
* 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