Please see the following developer snapshot announcement. The good
news for z/OS is that I get pretty good results from running the test
harness ("cd t && ./perl -I../lib harness |& tee harness.log", a more
detailed report than from "make test"):
Failed 11/631 test scripts, 98.26% okay. 74/54937 subtests failed, 99.87% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
.../ext/B/t/deparse.t 17 1 5.88% 14
.../ext/Data/Dumper/t/dumper.t 321 2 0.62% 311 314
.../ext/IO/lib/IO/t/io_unix.t 5 4 80.00% 2-5
.../lib/utf8.t 94 13 13.83% 27 30-31 43 46 73
76 79 82 85 88 91
94
.../lib/Benchmark.t 1 256 159 1 0.63% 75
.../lib/ExtUtils/t/Embed.t 9 9 100.00% 1-9
.../lib/ExtUtils/t/ExtUtils.t 27 19 70.37% 5-23
op/pat.t 864 9 1.04% 242-243 665 776
785 832-834 845
op/sprintf.t 224 3 1.34% 98 100 136
op/tr.t 97 5 5.15% 63 71-74
uni/fold.t 767 8 1.04% 25-26 62 169 196
648 697-698
60 tests and 384 subtests skipped.
The bad news is that I won't have time to fix all those by the time I
hope 5.8.0 would be coming out. Here's the breakdown: I have some
hope of working on the the deparse, pat, and fold tests, maybe tr.
The sprintf one is a known bug in libc, unlikely to be fixed expect by
IBM, the dumper one is related, as is the Benchmark one. The utf8
ones I may deem unfixable for now for z/OS, I need to look at it more
closely.
The ones I could use z/OS expertise and/or help (that's you, kind
readers) with are the Embed, ExtUtils, and io_unix.
The first two try to test build extensions, but for some reason or
another they aren't happy in z/OS. Perl is able to build its own
extensions so all cannot be broken. Then again, the tests work just
fine in several UNIXes and Microsoft platforms, so the tests cannot be
completely broken, either. If anyone has experience of building Perl
extensions on z/OS, here would be yor chance to help.
The last one, io_unix, is probably very easy if you know something I
don't, namely: is there something special about UNIX domain sockets in
z/OS? The problem is that the accept() call seems to be failing, for
no apparent good reason. The test probably indicates one of three
possibilities: (1) z/OS needs some extra trick for UNIX domain sockets
we are not currently doing (2) z/OS UNIX domain sockets have a known
bug and we can just skip the test (3) z/OS UNIX domain sockets have
an unknown bug and we can just skip the test and IBM needs to be notified
----- Forwarded message from Jarkko Hietaniemi <[EMAIL PROTECTED]> -----
Subject: perl@15300
From: Jarkko Hietaniemi <[EMAIL PROTECTED]>
Date: Mon, 18 Mar 2002 18:18:21 +0200
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
User-Agent: Mutt/1.2.5.1i
http:[EMAIL PROTECTED]
http:[EMAIL PROTECTED]
ftp:[EMAIL PROTECTED]
ftp:[EMAIL PROTECTED]
ftp.funet.fi::perlsnap
Reminder #1: The planned code freeze for 5.8.0 RC1 is Monday the 25th.
That's only one week from now. If you have any bugs that you consider
to be show-stoppers, now it's the time to start ringing the bells.
For example: this snapshot, if I understood correctly, should have
some relief towards the XML::* problems, but I don't think the issues
are fully resolved yet, right? (E.g. does XML::Parser need a new
release?) Any other bugs of 5.7.3 still with us?
Reminder #2: If you have bugs you like to see fixed, I suggest you try
real hard to fix them yourself: my plate is overflowing with UTF-8 bugs,
and I guess I'm the fool who has to try to fix them.
Changes since the last:
____________________________________________________________________________
[ 15299] By: jhi on 2002/03/18 14:53:11
Log: OS/390 update.
Branch: perl
! pod/perldelta.pod
____________________________________________________________________________
[ 15298] By: jhi on 2002/03/18 14:44:19
Log: Forgot from #15288.
Branch: perl
! ext/B/B.xs
____________________________________________________________________________
[ 15297] By: jhi on 2002/03/18 14:39:15
Log: Make regex DEBUGGING faster.
Branch: perl
! perl.c perl.h regexec.c
____________________________________________________________________________
[ 15296] By: jhi on 2002/03/18 14:28:10
Log: Undo accidental perl.h part of #15295 (wait for #15297)
Branch: perl
! perl.h
____________________________________________________________________________
[ 15295] By: jhi on 2002/03/18 14:26:59
Log: Subject: prefix slip
From: [EMAIL PROTECTED] (Andreas J. Koenig)
Date: Mon, 18 Mar 2002 16:24:46 +0100
Message-ID: <[EMAIL PROTECTED]>
(perl.h part accidental, undone by #15296)
Branch: perl
! INSTALL perl.h
____________________________________________________________________________
[ 15294] By: jhi on 2002/03/18 14:19:29
Log: Be tidy.
Branch: perl
! ext/B/t/xref.t
____________________________________________________________________________
[ 15293] By: jhi on 2002/03/18 14:14:17
Log: Subject: [PATCH] re: long double vs. Tru64 UNIX
From: Spider Boardman <[EMAIL PROTECTED]>
Date: Mon, 18 Mar 2002 10:09:50 -0500
Message-Id: <[EMAIL PROTECTED]>
Branch: perl
! README.tru64 hints/dec_osf.sh
____________________________________________________________________________
[ 15292] By: jhi on 2002/03/18 13:57:06
Log: NetWare tweaks from C Aditya <[EMAIL PROTECTED]>
Branch: perl
! NetWare/nwperlsys.c cop.h iperlsys.h op.c
____________________________________________________________________________
[ 15291] By: jhi on 2002/03/18 13:52:40
Log: metaconfig unit change for #15290.
Branch: metaconfig/U/perl
! perlxv.U
____________________________________________________________________________
[ 15290] By: jhi on 2002/03/18 13:52:15
Log: Subject: d_nv_preserves_uv_bits
From: Nicholas Clark <[EMAIL PROTECTED]>
Date: Thu, 14 Mar 2002 22:24:19 +0000
Message-ID: <[EMAIL PROTECTED]>
Branch: perl
! Configure Porting/Glossary Porting/config.sh config_h.SH
! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
! uconfig.sh vos/config.alpha.def vos/config.ga.def
! win32/config.bc win32/config.gc win32/config.vc
! win32/config.win64
____________________________________________________________________________
[ 15289] By: jhi on 2002/03/18 13:44:14
Log: Subject: Re: perl@15244
From: Spider Boardman <[EMAIL PROTECTED]>
Date: Mon, 18 Mar 2002 09:38:55 -0500
Message-Id: <[EMAIL PROTECTED]>
(IA64 work.)
Branch: perl
! hints/hpux.sh perl.h
____________________________________________________________________________
[ 15288] By: jhi on 2002/03/18 13:41:34
Log: Subject: [PATCH B] B::perlstring()
From: Rafael Garcia-Suarez <[EMAIL PROTECTED]>
Date: Sun, 17 Mar 2002 23:06:12 +0100
Message-ID: <20020317230612.A24442@rafael>
Branch: perl
! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
____________________________________________________________________________
[ 15287] By: jhi on 2002/03/18 13:40:28
Log: Subject: [PATCH] another pack "w" thing
From: Nicholas Clark <[EMAIL PROTECTED]>
Date: Sat, 16 Mar 2002 21:52:15 +0000
Message-ID: <[EMAIL PROTECTED]>
Branch: perl
! pp_pack.c t/op/pack.t
____________________________________________________________________________
[ 15286] By: jhi on 2002/03/18 13:39:20
Log: More prototypes blindness in Solaris.
(TODO: readdir64_r really needs to be seen.)
Branch: perl
! hints/solaris_2.sh
____________________________________________________________________________
[ 15285] By: jhi on 2002/03/18 13:24:03
Log: Integrate perlio;
Tidy the "does not map" message for non-characters
(e.g. iso-8859-3 "\xA5").
Branch: perl
!> ext/Encode/Encode.xs
____________________________________________________________________________
[ 15284] By: nick on 2002/03/18 11:00:31
Log: Integrate mainline
Branch: perlio
+> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+> lib/Tie/File/t/32_defer_misc.t
!> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
!> lib/Tie/File.pm lib/Tie/File/t/00_version.t
!> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
!> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
!> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
!> reentr.pl regexec.c t/op/pat.t util.c
____________________________________________________________________________
[ 15283] By: gbarr on 2002/03/18 10:10:55
Log: Sync with Scalar-List-Utils-1.07
Branch: perl
+ ext/List/Util/t/openhan.t
! MANIFEST ext/List/Util/ChangeLog
! ext/List/Util/lib/List/Util.pm
! ext/List/Util/lib/Scalar/Util.pm
____________________________________________________________________________
[ 15282] By: nick on 2002/03/18 08:11:28
Log: Tidy the "does not map" message for non-characters
(e.g. iso-8859-3 "\xA5").
Branch: perlio
! ext/Encode/Encode.xs
____________________________________________________________________________
[ 15281] By: ams on 2002/03/18 04:44:37
Log: URL fix from MJD.
Branch: perl
! pod/perlfaq3.pod
____________________________________________________________________________
[ 15280] By: jhi on 2002/03/18 01:58:51
Log: More prototype calming (really should fix the Configure
protochk, but not at this point in time).
Branch: perl
! hints/solaris_2.sh
____________________________________________________________________________
[ 15279] By: jhi on 2002/03/18 01:19:40
Log: return at the wrong side of #endif.
Branch: perl
! util.c
____________________________________________________________________________
[ 15278] By: ams on 2002/03/17 23:45:31
Log: Typo fix from Stas Bekman.
Branch: perl
! pod/perlhack.pod
____________________________________________________________________________
[ 15277] By: ams on 2002/03/17 23:41:35
Log: Upgrade to Tie::File 0.21.
Branch: perl
+ lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
+ lib/Tie/File/t/32_defer_misc.t
! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
! lib/Tie/File/t/22_autochomp.t
____________________________________________________________________________
[ 15276] By: jhi on 2002/03/17 21:50:26
Log: Simple speed gainback (as it was in 5.6): for non-Unicode
character classes use inlined macros instead of the full
function call.
Branch: perl
! regexec.c
____________________________________________________________________________
[ 15275] By: jhi on 2002/03/17 20:14:18
Log: Integrate perlio;
Avoid overwrite of un-allocated memory when SvCUR > SvLEN
Other :encoding oddities
- we should really pop while we can still make method calls
in case DESTROY does something.
- Provide a no-op DESTROY
- Use SvPV_only() rather than just SvPV_on()
Branch: perl
!> ext/Encode/Encode.pm ext/Encode/Encode.xs
!> ext/Encode/lib/Encode/Encoding.pm sv.c
____________________________________________________________________________
[ 15274] By: nick on 2002/03/17 20:00:12
Log: Other :encoding oddities
- we should really pop while we can still make method calls
in case DESTROY does something.
- Provide a no-op DESTROY
- Use SvPV_only() rather than just SvPV_on()
Branch: perlio
! ext/Encode/Encode.pm ext/Encode/Encode.xs
! ext/Encode/lib/Encode/Encoding.pm
____________________________________________________________________________
[ 15273] By: nick on 2002/03/17 19:53:24
Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
Branch: perlio
! sv.c
____________________________________________________________________________
[ 15272] By: jhi on 2002/03/17 18:39:22
Log: Implement the retry-on-ERANGE for the get*_r().
The buffer will keep doubling until 64k.
Branch: perl
! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
! reentr.h reentr.pl
____________________________________________________________________________
[ 15271] By: nick on 2002/03/17 17:38:44
Log: Integrate mainline
Branch: perlio
+> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
+> t/op/pow.t
!> (integrate 28 files)
____________________________________________________________________________
[ 15270] By: jhi on 2002/03/17 15:49:38
Log: Subject: UTF-8 bug (maybe alreayd known?)
From: [EMAIL PROTECTED] (Andreas J. Koenig)
Date: Fri, 08 Mar 2002 16:36:01 +0100
Message-ID: <[EMAIL PROTECTED]>
Branch: perl
! pp_hot.c t/op/pat.t
____________________________________________________________________________
[ 15269] By: nick on 2002/03/17 09:12:39
Log: Integarate mainline
Branch: perlio
+> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
+> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
+> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
!> (integrate 69 files)
____________________________________________________________________________
[ 15268] By: jhi on 2002/03/17 04:23:49
Log: Subject: SEGV in s/// and UTF-8
From: [EMAIL PROTECTED] (Andreas J. Koenig)
Date: Tue, 12 Mar 2002 00:40:09 +0100
Message-ID: <[EMAIL PROTECTED]>
Branch: perl
! regexec.c t/op/pat.t
____________________________________________________________________________
[ 15267] By: jhi on 2002/03/16 19:57:03
Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
from Nicholas Clark. Fixes lib/integer.t and t/op/pack.t
which assume that 2**someinteger is accurate.
Branch: perl
+ t/op/pow.t
! MANIFEST pp.c t/test.pl
____________________________________________________________________________
[ 15266] By: jhi on 2002/03/16 18:55:53
Log: _r-ify config.win64, too.
Branch: perl
! win32/config.win64
____________________________________________________________________________
[ 15265] By: jhi on 2002/03/16 18:51:45
Log: Better place to initialize (IRIX cc noticed that
the many "goto defchars" bypass the initialization)
Branch: perl
! regcomp.c
____________________________________________________________________________
[ 15264] By: jhi on 2002/03/16 18:41:19
Log: If not building threaded, never mind the threaded prototypes.
Branch: perl
! Configure reentr.pl
____________________________________________________________________________
[ 15263] By: jhi on 2002/03/16 18:40:53
Log: metaconfig: If not using threads, not point probing for the
prototypes (since they might be hidden behind many defines
we won't have if not building threaded)
Branch: metaconfig
! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
! U/threads/d_localtime_r.U U/threads/d_random_r.U
! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
____________________________________________________________________________
[ 15262] By: jhi on 2002/03/16 18:29:26
Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
Branch: perl
! hints/freebsd.sh
____________________________________________________________________________
[ 15261] By: ams on 2002/03/16 18:14:04
Log: Upgrade to Tie::File 0.20.
Branch: perl
+ lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
! lib/Tie/File/t/11_rv_splice_rs.t
! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
! lib/Tie/File/t/16_handle.t
____________________________________________________________________________
[ 15260] By: jhi on 2002/03/16 18:12:25
Log: There seems to be a trend for the *time_r to be hidden.
Branch: perl
! hints/irix_6.sh
____________________________________________________________________________
[ 15259] By: jhi on 2002/03/16 17:58:08
Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID
20020312.006)
From: Stas Bekman <[EMAIL PROTECTED]>
Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
Message-ID: <[EMAIL PROTECTED]>
Branch: perl
! lib/Pod/Html.pm
____________________________________________________________________________
[ 15258] By: jhi on 2002/03/16 17:54:49
Log: Subject: [PATCH] Re: dumpvar.pl bug
From: Peter Scott <[EMAIL PROTECTED]>
Date: Fri, 15 Mar 2002 18:19:21 -0800
Message-id: <[EMAIL PROTECTED]>
Branch: perl
! lib/dumpvar.pl lib/perl5db.pl
____________________________________________________________________________
[ 15257] By: jhi on 2002/03/16 17:52:29
Log: More paranoid _r protochecking. At least Tru64 and
Linux need additional hinting help to believe that
the time_r protos exist; turn on FreeBSD _THREAD_SAFE
to see what goes bang.
Branch: perl
! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
! reentr.pl
____________________________________________________________________________
[ 15256] By: jhi on 2002/03/16 17:51:08
Log: metaconfig: more paranoid _r protochecking.
Branch: metaconfig
! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
! U/threads/d_localtime_r.U U/threads/d_random_r.U
! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
____________________________________________________________________________
[ 15255] By: jhi on 2002/03/16 16:23:07
Log: HP-UX gcc 3 warnings found by Sarathy.
Branch: perl
! regcomp.c sv.c
____________________________________________________________________________
[ 15254] By: jhi on 2002/03/16 16:18:49
Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values
anymore
From: Slaven Rezic <[EMAIL PROTECTED]>
Date: 16 Mar 2002 15:29:18 +0100
Message-ID: <[EMAIL PROTECTED]>
Branch: perl
! pod/perldelta.pod
____________________________________________________________________________
[ 15253] By: jhi on 2002/03/16 16:11:49
Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
Branch: perl
! Porting/findrfuncs reentr.h reentr.pl
____________________________________________________________________________
[ 15252] By: gsar on 2002/03/16 15:36:16
Log: UIN32_MAX with borken under HP-UX+gcc
Branch: perl
! handy.h
____________________________________________________________________________
[ 15251] By: ams on 2002/03/16 02:38:08
Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
*::DESTROY() is deprecated
From: Ilya Zakharevich <[EMAIL PROTECTED]>
Date: Thu, 14 Mar 2002 18:39:22 -0500
Message-Id: <[EMAIL PROTECTED]>
Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
*::DESTROY() is deprecated
From: Dave Mitchell <[EMAIL PROTECTED]>
Date: Fri, 15 Mar 2002 19:22:49 +0000
Message-Id: <[EMAIL PROTECTED]>
Branch: perl
! gv.c t/op/method.t
____________________________________________________________________________
[ 15250] By: ams on 2002/03/16 02:14:41
Log: Plural nit.
Branch: perl
! pod/perldelta.pod
____________________________________________________________________________
[ 15249] By: jhi on 2002/03/15 20:46:10
Log: Doesn't make sense to test for protos if the
functions are not to be used (!= functions exist!)
This might be the key (well, a key) to the HP-UX
problems.
Branch: perl
! reentr.h reentr.pl
____________________________________________________________________________
[ 15248] By: jhi on 2002/03/15 20:05:46
Log: Typo in #15247.
Branch: perl
! hints/hpux.sh
____________________________________________________________________________
[ 15247] By: jhi on 2002/03/15 19:41:43
Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
in HP-UX (from H.Merijn Brand)
Branch: perl
! hints/hpux.sh
____________________________________________________________________________
[ 15246] By: ams on 2002/03/15 17:53:23
Log: Subject: minor corrections in perldelta.pod
From: [EMAIL PROTECTED]
Date: 15 Mar 2002 18:48:42 -0000
Message-Id: <[EMAIL PROTECTED]>
Branch: perl
! pod/perldelta.pod
____________________________________________________________________________
[ 15245] By: ams on 2002/03/15 17:37:52
Log: Upgrade to Tie::File 0.19.
Branch: perl
+ lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
+ lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
+ lib/Tie/File/t/21_win32.t
! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
! lib/Tie/File/t/17_misc_meth.t
____________________________________________________________________________
[ 15244] By: jhi on 2002/03/15 17:13:33
Log: Update Changes.
Branch: perl
! Changes patchlevel.h
____________________________________________________________________________
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
----- End forwarded message -----
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen