From: Perl 5 Porters Date: Thu, 10 Oct 1996 02:29:44 +0000 (-0400) Subject: perl 5.003_07: MANIFEST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=87839c5a26a0a5e913dfc765b8c655fd87c999eb;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_07: MANIFEST Date: Tue, 8 Oct 1996 22:24:48 -0400 From: "Randy J. Ray" Subject: PATCH: untaint method for IO::Handle, 5.003_06 version This is a re-post of my patch to Graham's IO library to add a method in IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object that is of or inherits from IO::Handle. With this flag set, data read from said handle is not tainted, whether running under -T, suid or sgid. This patch adds the method to IO.xs, adds documentation and warning to the pod of IO/Handle.pm, creates a new test in t/lib called io_taint.t, and adds mention of the new file to MANIFEST. Add mention of t/lib/io_taint.t Date: Wed, 9 Oct 1996 22:29:44 -0400 (EDT) From: Ilya Zakharevich os2/Changes added. --- diff --git a/MANIFEST b/MANIFEST index 5e368d7..801ffeb 100644 --- a/MANIFEST +++ b/MANIFEST @@ -390,6 +390,7 @@ op.c Opcode syntax tree code op.h Opcode syntax tree header opcode.h Automatically generated opcode header opcode.pl Opcode header generatore +os2/Changes Changelog for OS/2 port os2/Makefile.SHs Shared library generation for OS/2 os2/OS2/ExtAttr/Changes EA access module os2/OS2/ExtAttr/ExtAttr.pm EA access module @@ -577,6 +578,7 @@ t/lib/hostname.t See if Sys::Hostname works t/lib/io_dup.t See if dup()-related methods from IO work t/lib/io_pipe.t See if pipe()-related methods from IO work t/lib/io_sock.t See if INET socket-related methods from IO work +t/lib/io_taint.t See if the untaint method from IO works t/lib/io_tell.t See if seek()/tell()-related methods from IO work t/lib/io_udp.t See if UDP socket-related methods from IO work t/lib/io_xs.t See if XSUB methods from IO work