| Commit message (Expand) | Author | Age | Files | Lines |
* | bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-Process | Tony Cook | 2014-06-12 | 1 | -1/+1 |
* | Change newSVpvn("…", …) to newSVpvs("…") | Dagfinn Ilmari Mannsåker | 2014-06-12 | 1 | -1/+1 |
* | PerlIO::scalar: silence some compiler warnings | David Mitchell | 2013-11-18 | 1 | -2/+2 |
* | Stop open fh, ">>", \$undef from warning | Father Chrysostomos | 2013-11-09 | 2 | -2/+7 |
* | Make sure truncated in-memory files have trailing null | Father Chrysostomos | 2013-10-25 | 2 | -2/+7 |
* | Increase PerlIO::scalar::VERSION to 0.18 | Father Chrysostomos | 2013-10-25 | 1 | -1/+1 |
* | Better fix for #119529 | Father Chrysostomos | 2013-10-25 | 2 | -18/+17 |
* | PerlIO::scalar: stringify refs | David Mitchell | 2013-10-17 | 3 | -3/+17 |
* | avoid PERL_UNICODE interfering with the new PerlIO-scalar tests | Tony Cook | 2013-01-27 | 1 | -0/+2 |
* | warn and fail on writes to SVf_UTF8 SVs | Tony Cook | 2013-01-25 | 2 | -1/+6 |
* | TODO tests for writing to a SVf_UTF8 scalar | Tony Cook | 2013-01-25 | 1 | -1/+25 |
* | handle reading from a SVf_UTF8 scalar | Tony Cook | 2013-01-25 | 2 | -7/+17 |
* | TODO tests for reads from a scalar changed to upgraded after open | Tony Cook | 2013-01-25 | 1 | -3/+33 |
* | bump PerlIO::scalar's version | Tony Cook | 2013-01-25 | 1 | -1/+1 |
* | fail to open scalars containing characters that don't fit in a byte | Tony Cook | 2013-01-25 | 2 | -8/+8 |
* | TODO tests for opening upgraded scalars | Tony Cook | 2013-01-25 | 1 | -1/+36 |
* | Increase $PerlIO::scalar::VERSION to 0.15 | Father Chrysostomos | 2012-06-20 | 1 | -1/+1 |
* | [perl #113764] Make &= duping work with PerlIO::scalar | Father Chrysostomos | 2012-06-20 | 2 | -4/+19 |
* | Fix test failure | Father Chrysostomos | 2012-05-08 | 1 | -1/+1 |
* | [perl #112780] Don’t set cloned in-memory handles to "" | Father Chrysostomos | 2012-05-07 | 2 | -3/+26 |
* | Increase $PerlIO::scalar::VERSION to 0.14 | Father Chrysostomos | 2012-05-07 | 1 | -1/+1 |
* | Fix skip count for B using tests in PerlIO::Scalar | David Leadbeater | 2012-02-12 | 1 | -1/+1 |
* | For the sake or robustness, avoid reproducing Perl guts in test file | Eric Brine | 2012-02-03 | 1 | -12/+17 |
* | Fix bad pointer size in has_trailing_nul | Eric Brine | 2012-01-23 | 1 | -2/+3 |
* | PerlIO::scalar: tests for trailing null | Father Chrysostomos | 2012-01-19 | 1 | -1/+24 |
* | (PerlIO::)scalar.t: Add function for testing trailing null | Eric Brine | 2012-01-19 | 1 | -0/+14 |
* | [perl #108398] Make PerlIO::scalar add null terminator | Bo Lindbergh | 2012-01-19 | 1 | -5/+7 |
* | PerlIO::scalar: allow writing to SvIOK SVs | Father Chrysostomos | 2012-01-05 | 2 | -4/+16 |
* | In PerlIO::Scalar’s write, stringify refs | Father Chrysostomos | 2012-01-05 | 2 | -3/+9 |
* | Increase $PerlIO::scalar::VERSION to 0.13 | Father Chrysostomos | 2012-01-05 | 1 | -1/+1 |
* | [perl #92706] In PerlIO::Scalar::seek, don’t assume SvPOKp | Father Chrysostomos | 2012-01-05 | 2 | -20/+21 |
* | [perl #92258] <$fh> hangs on a glob copy | Father Chrysostomos | 2011-06-05 | 1 | -3/+10 |
* | Get PerlIO::scalar to write to COWs | Father Chrysostomos | 2011-06-04 | 3 | -3/+12 |
* | Made binmode $fh, ':scalar' DWIM | Leon Timmermans | 2011-01-27 | 1 | -1/+1 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -1/+8 |
* | Increase PerlIO::scalar’s version | Father Chrysostomos | 2010-11-27 | 1 | -1/+1 |
* | [perl #78716] Bogus read after seek beyond end of string | Father Chrysostomos | 2010-11-27 | 2 | -3/+11 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Bump VERSION in PerlIO-scalar | Steve Hay | 2010-09-19 | 1 | -1/+1 |
* | [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copy | Father Chrysostomos | 2010-09-13 | 1 | -0/+7 |
* | Move code to after the variable declarations. | Nicholas Clark | 2010-05-06 | 1 | -2/+5 |
* | bump PerlIO::scalar version | David Mitchell | 2010-05-05 | 1 | -1/+1 |
* | RT 43789: "in memory" files don't call STORE | David Mitchell | 2010-05-05 | 2 | -5/+89 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -2/+0 |
* | make_ext.pl's automatic Makefile.PL generation can write these five for us. | Nicholas Clark | 2009-03-26 | 1 | -7/+0 |
* | Rename ext/PerlIO/scalar to ext/PerlIO-scalar | Nicholas Clark | 2009-02-09 | 5 | -0/+629 |