Current File : //proc/thread-self/root/usr/share/doc/perl-IO-String/Changes
2005-12-05   Gisle Aas <[email protected]>

   Release 1.08

   The untie code in close() just seemed wrong, so just
   remove it.  The object still seems to get cleaned up
   on various versions perl.



2005-10-24   Gisle Aas <[email protected]>

   Release 1.07

   Make sure read() will not return negative values.
   <https://rt.cpan.org/Ticket/Display.html?id=13841>



2004-11-05   Gisle Aas <[email protected]>

   Release 1.06

   Make seek() return TRUE when it succeed.  It used to
   return the new position, but we want to be compatible with
   the builtin seek().
   Patch contributed by Kurt M. Brown <[email protected]>

   Make print() and printf() return TRUE even when printing
   the empty string.  The used to return the lenght of the string
   printed, but now they always return 1 to be compatible with
   the builtins.

   Make binmode() return TRUE unless layers are provided.



2004-04-01   Gisle Aas <[email protected]>

   Release 1.05

   Fix handling of paragraph mode.
   <https://rt.cpan.org/Ticket/Display.html?id=5425>



2004-01-08   Gisle Aas <[email protected]>

   Release 1.04

   Documentation fixes by Paul Croome <[email protected]>.



2003-10-06   Gisle Aas <[email protected]>

   Release 1.03

   Seek will not reset the input_line_number (aka $.) for the IO::String
   object any more.

   Workaround for core dump in close() in perl-5.6.x.



2002-12-27   Gisle Aas <[email protected]>

   Release 1.02

   Complemented the tiehandle interface with SEEK/TELL/EOF/BINMODE.

   Make close($io) untie the object.  This make it possible
   to avoid memory leaks in perl-5.8 which seems to have problems
   with self-ties.  Based on patch by Eric Kolve <[email protected]>.



2000-01-28   Gisle Aas <[email protected]>

   Release 1.01

   The eof() method had opposite logic.  Bug spotted by
   Daniel Gruhl <[email protected]>



1999-04-12   Gisle Aas <[email protected]>

   Release 1.00

   Perl version 5.005_03 or better is now needed, because that
   perl has Chip's no-memory-leak-on-self-tie-patch.

   Documentation update



1998-10-14   Gisle Aas <[email protected]>

   Release 0.03

   Loading of the SEEK_xxx constants from the IO::Handle module
   is now optional.  The previous way did not work with IO-1.20.



1998-10-12   Gisle Aas <[email protected]>

   Release 0.02

   Added some documentation.

   Fixed $io->stat

   Fixed $io->pad to return the default if it is set to ""



1998-10-07   Gisle Aas <[email protected]>

   Release 0.01