This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Add comment, reorder conditional branches
[perl5.git] / ext / PerlIO-scalar /
2018-08-09 Tony Cook(perl #133422) handle Off_t smaller than size_t
2017-07-16 Lukas MaiPerlIO::scalar: check invariant at compile time
2017-07-04 Tony Cookbump $PerlIO::scalar::VERSION
2017-07-04 Tony Cook(perl #131546) return a reasonable error code opening...
2017-06-12 David MitchellPerlIO-scalar: fix 32-bit compiler warning
2016-12-22 Karl WilliamsonPerlIO-scalar: Bump version to 0.26
2016-12-22 David MitchellPerlIOScalar_eof(): silence compiler warning:
2016-12-11 Christian HansenPerlIO-scalar: Fix fail to detect incomplete seqs at EOF
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-06-27 James E KeenanIncrement $VERSION in 4 .pm files whose .xs has changed.
2015-06-27 Jarkko HietaniemiThere is no SSize_t_size.
2015-01-27 Tony CookPerlIO::scalar write() at large file position
2014-12-20 Tony CookPerlIO::scalar: skip the 4GB seek test if off_t is...
2014-12-18 Tony Cookfix PerlIO::scalar get_cnt when the file position is...
2014-12-17 Tony Cookdon't allow a negative file position on a PerlIO::scala...
2014-12-17 Tony Cook[perl #123443] avoid overflowing got into a negative...
2014-11-03 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.20
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-06-12 Tony Cookbump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2013-11-18 David MitchellPerlIO::scalar: silence some compiler warnings
2013-11-10 Father ChrysostomosStop open fh, ">>", \$undef from warning
2013-10-25 Father ChrysostomosMake sure truncated in-memory files have trailing null
2013-10-25 Father ChrysostomosIncrease PerlIO::scalar::VERSION to 0.18
2013-10-25 Father ChrysostomosBetter fix for #119529
2013-10-17 David MitchellPerlIO::scalar: stringify refs
2013-01-27 Tony Cookavoid PERL_UNICODE interfering with the new PerlIO...
2013-01-24 Tony Cookwarn and fail on writes to SVf_UTF8 SVs
2013-01-24 Tony CookTODO tests for writing to a SVf_UTF8 scalar
2013-01-24 Tony Cookhandle reading from a SVf_UTF8 scalar
2013-01-24 Tony CookTODO tests for reads from a scalar changed to upgraded...
2013-01-24 Tony Cookbump PerlIO::scalar's version
2013-01-24 Tony Cookfail to open scalars containing characters that don...
2013-01-24 Tony CookTODO tests for opening upgraded scalars
2012-06-21 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.15
2012-06-21 Father Chrysostomos[perl #113764] Make &= duping work with PerlIO::scalar
2012-05-08 Father ChrysostomosFix test failure
2012-05-08 Father Chrysostomos[perl #112780] Don’t set cloned in-memory handles to ""
2012-05-07 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.14
2012-02-12 David LeadbeaterFix skip count for B using tests in PerlIO::Scalar
2012-02-03 Eric BrineFor the sake or robustness, avoid reproducing Perl...
2012-01-24 Eric BrineFix bad pointer size in has_trailing_nul
2012-01-20 Father ChrysostomosPerlIO::scalar: tests for trailing null
2012-01-20 Eric Brine(PerlIO::)scalar.t: Add function for testing trailing...
2012-01-20 Bo Lindbergh[perl #108398] Make PerlIO::scalar add null terminator
2012-01-06 Father ChrysostomosPerlIO::scalar: allow writing to SvIOK SVs
2012-01-06 Father ChrysostomosIn PerlIO::Scalar’s write, stringify refs
2012-01-06 Father ChrysostomosIncrease $PerlIO::scalar::VERSION to 0.13
2012-01-06 Father Chrysostomos[perl #92706] In PerlIO::Scalar::seek, don’t assume...
2011-06-06 Father Chrysostomos[perl #92258] <$fh> hangs on a glob copy
2011-06-05 Father ChrysostomosGet PerlIO::scalar to write to COWs
2011-01-27 Leon TimmermansMade binmode $fh, ':scalar' DWIM
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-27 Father ChrysostomosIncrease PerlIO::scalar’s version
2010-11-27 Father Chrysostomos[perl #78716] Bogus read after seek beyond end of string
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-09-19 Steve HayBump VERSION in PerlIO-scalar
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-05-06 Nicholas ClarkMove code to after the variable declarations.
2010-05-05 David Mitchellbump PerlIO::scalar version
2010-05-05 David MitchellRT 43789: "in memory" files don't call STORE
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas Clarkmake_ext.pl's automatic Makefile.PL generation can...
2009-02-09 Nicholas ClarkRename ext/PerlIO/scalar to ext/PerlIO-scalar