Up to [cvs.netbsd.org] / pkgsrc / devel / p5-IO-String
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 3 17:35:27 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Update to 1.08: 2005-12-05 Gisle Aas 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 Release 1.07 Make sure read() will not return negative values. <https://rt.cpan.org/Ticket/Display.html?id=13841>
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 23 22:24:26 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add RMD160 digests.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 18 12:57:35 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Update to 1.06: 2004-11-05 Gisle Aas 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 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 Release 1.05 Fix handling of paragraph mode. <https://rt.cpan.org/Ticket/Display.html?id=5425>
Revision 1.3 / (download) - annotate - [select for diffs], Sun Feb 8 21:17:43 2004 UTC (8 years, 3 months ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Update to 1.04: - Documentation fixes - 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. Prerequisite for p5-Image-Info-1.16
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 31 10:53:56 2003 UTC (9 years, 3 months ago) by shell
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Updated to p5-IO-String-1.02 Changes : - 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 <ekolve@attbi.com>. pkgsrc : - fmt on DESCR
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 30 02:02:50 2002 UTC (9 years, 9 months ago) by dmcmahill
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-6-RELEASE-base,
netbsd-1-6
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
initial import of p5-IO-String-1.01 This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 30 02:02:50 2002 UTC (9 years, 9 months ago) by dmcmahill
Branch: MAIN
Initial revision