22 years agoFix weird warnings and/pr segfaults on binmode(,"encoding(...)")
Nick Ing-Simmons [Sat, 27 Apr 2002 16:19:21 +0000]
Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
- if encoding loads Encode then stack grows.
- pp_binmode was not allowing for that to happen
- added PUTBACK/SPAGAIN.

p4raw-id: //depot/perlio@16216

22 years agoRe-instate $PerlIO::encoding::check at boot.
Nick Ing-Simmons [Sat, 27 Apr 2002 13:29:55 +0000]
Re-instate $PerlIO::encoding::check at boot.
(Retaining Dan's XS side require though I don't see need.)

p4raw-id: //depot/perlio@16211

22 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 27 Apr 2002 12:32:41 +0000]
Integrate mainline

p4raw-id: //depot/perlio@16209

22 years agoFix fd leak on Via(bogus).
Nick Ing-Simmons [Sat, 27 Apr 2002 10:12:00 +0000]
Fix fd leak on Via(bogus).
Finish implementing PerlIOVia_open().
Export more guts of PerlIO_* so Via_open() can work.
Fix various PerlIO_allocate() features exposed by above.

p4raw-id: //depot/perlio@16207

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 26 Apr 2002 17:36:16 +0000]
Integrate mainline

p4raw-id: //depot/perlio@16194

22 years agoFix email address.
Abigail [Fri, 26 Apr 2002 18:03:11 +0000]
Fix email address.
Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>

p4raw-id: //depot/perl@16191

22 years agoNetWare update from C Aditya.
Jarkko Hietaniemi [Fri, 26 Apr 2002 14:33:03 +0000]
NetWare update from C Aditya.

p4raw-id: //depot/perl@16190

22 years agouse t/TEST
Craig A. Berry [Fri, 26 Apr 2002 09:34:46 +0000]
use t/TEST
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111708b8ef12696579@[172.16.52.1]>

p4raw-id: //depot/perl@16189

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 26 Apr 2002 13:34:35 +0000]
Update Changes.

p4raw-id: //depot/perl@16188

22 years ago[Encode] s/=over2/=over 2/g
Dan Kogai [Fri, 26 Apr 2002 14:57:09 +0000]
[Encode] s/=over2/=over 2/g
Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@16187

22 years agoUse temp int variable in the W*() since direct casting
Jarkko Hietaniemi [Fri, 26 Apr 2002 12:28:18 +0000]
Use temp int variable in the W*() since direct casting
to either an int or an IV would not be right.

p4raw-id: //depot/perl@16186

22 years agoThe #16182 radiates U32ness.
Jarkko Hietaniemi [Fri, 26 Apr 2002 12:23:02 +0000]
The #16182 radiates U32ness.

p4raw-id: //depot/perl@16185

22 years agot/TEST ported to VMS
Craig A. Berry [Fri, 26 Apr 2002 00:13:31 +0000]
t/TEST ported to VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>

p4raw-id: //depot/perl@16184

22 years agoStop being coy.
Jarkko Hietaniemi [Fri, 26 Apr 2002 11:57:58 +0000]
Stop being coy.

p4raw-id: //depot/perl@16183

22 years agoRe: binary compatibility
Mark-Jason Dominus [Wed, 24 Apr 2002 17:35:07 +0000]
Re: binary compatibility
Message-ID: <20020424213507.7846.qmail@plover.com>

p4raw-id: //depot/perl@16182

22 years agofix typo that caused pseudo-fork() crashes on win64 (we were only
Gurusamy Sarathy [Fri, 26 Apr 2002 07:39:20 +0000]
fix typo that caused pseudo-fork() crashes on win64 (we were only
allocating half of the retstack!)

p4raw-id: //depot/perl@16181

22 years agotemporary variable not wide enough to hold all the bits in
Gurusamy Sarathy [Fri, 26 Apr 2002 06:27:11 +0000]
temporary variable not wide enough to hold all the bits in
op->op_targ

p4raw-id: //depot/perl@16180

22 years agoAdd an idea/question from Damian.
Jarkko Hietaniemi [Fri, 26 Apr 2002 03:21:50 +0000]
Add an idea/question from Damian.

p4raw-id: //depot/perl@16179

22 years agobuild missing utilities on windows; clean stray files
Gurusamy Sarathy [Fri, 26 Apr 2002 02:46:52 +0000]
build missing utilities on windows; clean stray files

p4raw-id: //depot/perl@16178

22 years agoUpgrade to Encode 1.61, from Dan Kogai.
Jarkko Hietaniemi [Fri, 26 Apr 2002 02:33:19 +0000]
Upgrade to Encode 1.61, from Dan Kogai.

p4raw-id: //depot/perl@16177

22 years agobytes::length TIMTOWTDI
Andreas König [Tue, 23 Apr 2002 04:40:42 +0000]
bytes::length TIMTOWTDI
Message-ID: <m37kmzi1cl.fsf@anima.de>

p4raw-id: //depot/perl@16176

22 years agoMD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
Gurusamy Sarathy [Fri, 26 Apr 2002 01:10:17 +0000]
MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
platform needs to fill in the other branch here)

p4raw-id: //depot/perl@16175

22 years agoMANIFEST is needlessly held open for entire duration of "make test"
Gurusamy Sarathy [Fri, 26 Apr 2002 00:45:36 +0000]
MANIFEST is needlessly held open for entire duration of "make test"

p4raw-id: //depot/perl@16174

22 years agovarious signed/unsigned mismatch nits
Gurusamy Sarathy [Fri, 26 Apr 2002 00:41:39 +0000]
various signed/unsigned mismatch nits

p4raw-id: //depot/perl@16173

22 years agoRe: [PATCH] another Storable test (Re: perl@16005)
Nicholas Clark [Thu, 25 Apr 2002 22:41:57 +0000]
Re: [PATCH] another Storable test (Re: perl@16005)
Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16172

22 years agoExtra guidance for JAPH debuggers.
Jarkko Hietaniemi [Thu, 25 Apr 2002 22:16:49 +0000]
Extra guidance for JAPH debuggers.

p4raw-id: //depot/perl@16171

22 years agofix vos/vos.c to implement pow(0,0)
Paul Green [Wed, 24 Apr 2002 18:27:00 +0000]
fix vos/vos.c to implement pow(0,0)
Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>

p4raw-id: //depot/perl@16170

22 years agodon't build B/C twice on VMS
Craig A. Berry [Thu, 25 Apr 2002 16:00:57 +0000]
don't build B/C twice on VMS
   From: "Craig A. Berry" <craigberry@mac.com>
   Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>

p4raw-id: //depot/perl@16169

22 years agoRe: POSIX::WEXITSTATUS broken again
Andy Dougherty [Thu, 25 Apr 2002 17:01:08 +0000]
Re: POSIX::WEXITSTATUS broken again
   Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@16168

22 years agoRe: [PATCH] ext/attrs.t getting skipped
Yitzchak Scott-Thoennes [Thu, 25 Apr 2002 13:39:35 +0000]
Re: [PATCH] ext/attrs.t getting skipped
   Message-Id: <HmGy8gzkguHW092yn@efn.org>

p4raw-id: //depot/perl@16167

22 years ago $fh->close(); print $fh "foo" would segfault under -w in
Abhijit Menon-Sen [Thu, 25 Apr 2002 19:43:06 +0000]
   $fh->close(); print $fh "foo" would segfault under -w in
   report_evil_fh() because $fh doesn't have a name.

p4raw-id: //depot/perl@16166

22 years agocwd.t wasn't running all the tests because cmd.exe wasn't
Gurusamy Sarathy [Thu, 25 Apr 2002 18:19:32 +0000]
cwd.t wasn't running all the tests because cmd.exe wasn't
being found properly

p4raw-id: //depot/perl@16165

22 years agoBrace yourself from Craig Berry to keep older compilers happy.
Jarkko Hietaniemi [Thu, 25 Apr 2002 17:45:03 +0000]
Brace yourself from Craig Berry to keep older compilers happy.

p4raw-id: //depot/perl@16164

22 years agoMore %{} overload tests.
Jarkko Hietaniemi [Thu, 25 Apr 2002 17:43:50 +0000]
More %{} overload tests.

p4raw-id: //depot/perl@16163

22 years agosome extension builds need to find pl2bat.bat on windows
Gurusamy Sarathy [Thu, 25 Apr 2002 17:41:48 +0000]
some extension builds need to find pl2bat.bat on windows

p4raw-id: //depot/perl@16162

22 years agoMM_VMS.pm: handle empty PM_TO_BLIB
Craig A. Berry [Thu, 25 Apr 2002 12:30:06 +0000]
MM_VMS.pm: handle empty PM_TO_BLIB
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>

p4raw-id: //depot/perl@16161

22 years agowindows build fails if there is no perlglob.exe in the PATH
Gurusamy Sarathy [Thu, 25 Apr 2002 17:04:10 +0000]
windows build fails if there is no perlglob.exe in the PATH

p4raw-id: //depot/perl@16160

22 years agoMysterious setlocale() core dump in ancient Solaris
Jarkko Hietaniemi [Thu, 25 Apr 2002 16:06:25 +0000]
Mysterious setlocale() core dump in ancient Solaris
found by Merijn Broeren.  Doesn't look like Perl's fault.

p4raw-id: //depot/perl@16159

22 years agoRe: [PATCH] pp_ctl.c:pp_require
Newton, Philip [Thu, 25 Apr 2002 17:35:23 +0000]
Re: [PATCH] pp_ctl.c:pp_require
From: "Newton, Philip" <Philip.Newton@datenrevision.de>
Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>

p4raw-id: //depot/perl@16158

22 years agopp_ctl.c:pp_require
Newton, Philip [Thu, 25 Apr 2002 16:01:14 +0000]
pp_ctl.c:pp_require
From: "Newton, Philip" <Philip.Newton@datenrevision.de>
Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>

p4raw-id: //depot/perl@16157

22 years ago-Wformat cleanups from Robin Barker.
Jarkko Hietaniemi [Thu, 25 Apr 2002 14:29:16 +0000]
-Wformat cleanups from Robin Barker.

p4raw-id: //depot/perl@16156

22 years agoTest::Harness 2.01 -> 2.03
Michael G. Schwern [Thu, 25 Apr 2002 01:51:27 +0000]
Test::Harness 2.01 -> 2.03
Message-ID: <20020425055127.GB3456@blackrider>

p4raw-id: //depot/perl@16155

22 years agoTest::Simple/More/Builder 0.42 -> 0.44
Michael G. Schwern [Thu, 25 Apr 2002 01:32:10 +0000]
Test::Simple/More/Builder 0.42 -> 0.44
Message-ID: <20020425053210.GA3334@blackrider>

p4raw-id: //depot/perl@16154

22 years agoElaborate a bit on Storable.
Jarkko Hietaniemi [Thu, 25 Apr 2002 14:12:35 +0000]
Elaborate a bit on Storable.

p4raw-id: //depot/perl@16153

22 years agoCleaner Encode tests under -Mutf8.
Jarkko Hietaniemi [Thu, 25 Apr 2002 12:59:50 +0000]
Cleaner Encode tests under -Mutf8.

p4raw-id: //depot/perl@16152

22 years agoinstallperl
Abe Timmerman [Thu, 25 Apr 2002 01:00:00 +0000]
installperl
Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>

p4raw-id: //depot/perl@16151

22 years agoRe: [Encode] Patch to fix Encod-XML::SAX conflicts
Dan Kogai [Thu, 25 Apr 2002 10:49:13 +0000]
Re: [Encode] Patch to fix Encod-XML::SAX conflicts
Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>

p4raw-id: //depot/perl@16150

22 years agoStray =back.
Jarkko Hietaniemi [Wed, 24 Apr 2002 22:57:53 +0000]
Stray =back.

p4raw-id: //depot/perl@16149

22 years agoAdd an untested warning variant.
Rafael Garcia-Suarez [Wed, 24 Apr 2002 21:12:40 +0000]
Add an untested warning variant.

p4raw-id: //depot/perl@16148

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 24 Apr 2002 20:37:15 +0000]
Update Changes.

p4raw-id: //depot/perl@16147

22 years agoWrong plan.
Jarkko Hietaniemi [Wed, 24 Apr 2002 20:21:43 +0000]
Wrong plan.

p4raw-id: //depot/perl@16146

22 years agoUpgrade to Encode 1.60, from Dan Kogai.
Jarkko Hietaniemi [Wed, 24 Apr 2002 20:20:53 +0000]
Upgrade to Encode 1.60, from Dan Kogai.

p4raw-id: //depot/perl@16145

22 years agoanother case of enabling binmode() where it should not be: if the
Gurusamy Sarathy [Wed, 24 Apr 2002 18:59:05 +0000]
another case of enabling binmode() where it should not be: if the
*.enc files are CRLF terminated, the result gets CRCRLF terminations

p4raw-id: //depot/perl@16144

22 years agomicroperl update; boldly assume time() and time_t
Jarkko Hietaniemi [Wed, 24 Apr 2002 18:34:27 +0000]
microperl update; boldly assume time() and time_t
(since we assume ANSI and i_time, anyway).

p4raw-id: //depot/perl@16143

22 years agoIntegrate #16136, #16137, #16138 from macperl;
Jarkko Hietaniemi [Wed, 24 Apr 2002 18:30:14 +0000]
Integrate #16136, #16137, #16138 from macperl;

Silly fix for the SC compiler's fixation with "comp" as a type

Skip more PerlIO symbols for sfio

Play nicely in miniperl

p4raw-id: //depot/perl@16142
p4raw-integrated: from //depot/macperl@16132 'copy in'
ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
lib/File/Spec/Mac.pm makedef.pl (@16123..)

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 24 Apr 2002 18:08:37 +0000]
Integrate mainline

p4raw-id: //depot/perlio@16134

22 years agoThou shalt not assume %x works for UVs.
Jarkko Hietaniemi [Wed, 24 Apr 2002 17:03:22 +0000]
Thou shalt not assume %x works for UVs.

p4raw-id: //depot/perl@16132

22 years agoSubmit an old integrate
Nick Ing-Simmons [Wed, 24 Apr 2002 15:50:31 +0000]
Submit an old integrate

p4raw-id: //depot/perlio@16131

22 years agoPartially retract #12056, from Craig Berry.
Jarkko Hietaniemi [Wed, 24 Apr 2002 15:38:12 +0000]
Partially retract #12056, from Craig Berry.

p4raw-id: //depot/perl@16130

22 years agoA word of warning to the users of UTF-8 locales.
Jarkko Hietaniemi [Wed, 24 Apr 2002 14:17:16 +0000]
A word of warning to the users of UTF-8 locales.

p4raw-id: //depot/perl@16127

22 years agoForgotten from #16125.
Jarkko Hietaniemi [Wed, 24 Apr 2002 12:54:17 +0000]
Forgotten from #16125.

p4raw-id: //depot/perl@16126

22 years agoUpgrade to MakeMaker 5.91_02, from Michael Schwern.
Jarkko Hietaniemi [Wed, 24 Apr 2002 05:16:09 +0000]
Upgrade to MakeMaker 5.91_02, from Michael Schwern.

p4raw-id: //depot/perl@16125

22 years agoNew UTF-8 surprise
Andreas König [Mon, 22 Apr 2002 12:08:48 +0000]
New UTF-8 surprise
Message-ID: <m38z7gjb9r.fsf@anima.de>

p4raw-id: //depot/perl@16124

22 years agoTry to be clearer about perlio.
Jarkko Hietaniemi [Tue, 23 Apr 2002 23:52:11 +0000]
Try to be clearer about perlio.

p4raw-id: //depot/perl@16122

22 years agoRe: binary compatibility
Andy Dougherty [Tue, 23 Apr 2002 16:21:26 +0000]
Re: binary compatibility
Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@16121

22 years agoGo on record about the binary backward incompatibility.
Jarkko Hietaniemi [Tue, 23 Apr 2002 23:41:52 +0000]
Go on record about the binary backward incompatibility.

p4raw-id: //depot/perl@16120

22 years agowas: t/win32/system.t Borland too helpful
Vadim Konovalov [Wed, 24 Apr 2002 01:51:43 +0000]
was: t/win32/system.t Borland too helpful
Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>

p4raw-id: //depot/perl@16119

22 years agofix lib/locale.t for VMS with many installed locales
Peter Prymmer [Tue, 23 Apr 2002 17:14:32 +0000]
fix lib/locale.t for VMS with many installed locales
Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>

p4raw-id: //depot/perl@16118

22 years agoNuke obsolete way to build debugging (etc) perls
Paul Green [Tue, 23 Apr 2002 15:06:00 +0000]
Nuke obsolete way to build debugging (etc) perls
Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>

p4raw-id: //depot/perl@16117

22 years agometaconfig unit change for #16115.
Jarkko Hietaniemi [Tue, 23 Apr 2002 23:05:14 +0000]
metaconfig unit change for #16115.

p4raw-id: //depot/perl@16116

22 years agoRegen Configure to mirror #16111 (with one added tweak).
Jarkko Hietaniemi [Tue, 23 Apr 2002 23:04:24 +0000]
Regen Configure to mirror #16111 (with one added tweak).

p4raw-id: //depot/perl@16115

22 years agoRetract #16109.
Jarkko Hietaniemi [Tue, 23 Apr 2002 22:54:46 +0000]
Retract #16109.

p4raw-id: //depot/perl@16114

22 years agoFAQ sync.
Jarkko Hietaniemi [Tue, 23 Apr 2002 22:38:04 +0000]
FAQ sync.

p4raw-id: //depot/perl@16113

22 years agouse encoding no more defaults to Latin 1.
Jarkko Hietaniemi [Tue, 23 Apr 2002 22:34:08 +0000]
use encoding no more defaults to Latin 1.

p4raw-id: //depot/perl@16112

22 years agoConfigure test for byteorder loses bits
Gurusamy Sarathy [Tue, 23 Apr 2002 22:27:07 +0000]
Configure test for byteorder loses bits

p4raw-id: //depot/perl@16111

22 years agohacking around byteorder variance between config.sh and config.h
Gurusamy Sarathy [Tue, 23 Apr 2002 21:32:03 +0000]
hacking around byteorder variance between config.sh and config.h
isn't needed after change#16099
p4raw-link: @16099 on //depot/perl: 244120070b43c8b75f213eed19655d6f4e6e2513

p4raw-id: //depot/perl@16110

22 years ago(retracted by #16114)
Paul Green [Tue, 23 Apr 2002 13:47:19 +0000]
(retracted by #16114)

Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>

p4raw-id: //depot/perl@16109

22 years agolib/File/Find.pm for QNX, NTO
Norton T. Allen [Tue, 23 Apr 2002 11:50:07 +0000]
lib/File/Find.pm for QNX, NTO
Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>

p4raw-id: //depot/perl@16108

22 years agoREADME.qnx, hints/qnx.sh
Norton T. Allen [Tue, 23 Apr 2002 11:48:54 +0000]
README.qnx, hints/qnx.sh
Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>

p4raw-id: //depot/perl@16107

22 years agopod/perlhist.pod
Abigail [Tue, 23 Apr 2002 16:21:31 +0000]
pod/perlhist.pod
Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>

(removed 5.005_04 which never happened)

p4raw-id: //depot/perl@16106

22 years agoRe: [PATCH abigail.t] another portability attempt
Abigail [Tue, 23 Apr 2002 11:35:54 +0000]
Re: [PATCH abigail.t] another portability attempt
Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>

p4raw-id: //depot/perl@16105

22 years agoNetWare tweak from C Aditya.
Jarkko Hietaniemi [Tue, 23 Apr 2002 13:35:03 +0000]
NetWare tweak from C Aditya.

p4raw-id: //depot/perl@16104

22 years agofix a typo
Gurusamy Sarathy [Tue, 23 Apr 2002 06:33:25 +0000]
fix a typo

p4raw-id: //depot/perl@16103

22 years agoUncurliff.
Jarkko Hietaniemi [Tue, 23 Apr 2002 04:41:43 +0000]
Uncurliff.

p4raw-id: //depot/perl@16102

22 years agoPointer to UV casting.
Jarkko Hietaniemi [Tue, 23 Apr 2002 04:36:27 +0000]
Pointer to UV casting.

p4raw-id: //depot/perl@16101

22 years agoUse UV (not long) for BYTEORDER.
Jarkko Hietaniemi [Tue, 23 Apr 2002 02:35:52 +0000]
Use UV (not long) for BYTEORDER.

p4raw-id: //depot/perl@16099

22 years ago# cpp commands must start in the first column.
Jarkko Hietaniemi [Tue, 23 Apr 2002 02:18:10 +0000]
# cpp commands must start in the first column.

p4raw-id: //depot/perl@16098

22 years agoReborn as text.
Jarkko Hietaniemi [Tue, 23 Apr 2002 01:52:36 +0000]
Reborn as text.

p4raw-id: //depot/perl@16097

22 years agoDead as binary.
Jarkko Hietaniemi [Tue, 23 Apr 2002 01:52:00 +0000]
Dead as binary.

p4raw-id: //depot/perl@16096

22 years agoUndo #16091, a time-warped escapee.
Jarkko Hietaniemi [Tue, 23 Apr 2002 01:49:37 +0000]
Undo #16091, a time-warped escapee.

p4raw-id: //depot/perl@16095

22 years ago*size tweaks from Sarathy.
Jarkko Hietaniemi [Tue, 23 Apr 2002 01:43:42 +0000]
*size tweaks from Sarathy.

p4raw-id: //depot/perl@16094

22 years agoremove a redundant =over
Stas Bekman [Tue, 23 Apr 2002 01:52:22 +0000]
remove a redundant =over
Message-ID: <3CC44DD6.3090401@stason.org>

p4raw-id: //depot/perl@16093

22 years ago(Updated) Work around bug in gcc 2.95.2 on hppa targets
Paul Green [Mon, 22 Apr 2002 20:35:00 +0000]
(Updated) Work around bug in gcc 2.95.2 on hppa targets
Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>

p4raw-id: //depot/perl@16092

22 years ago(retracted by #16095)
Jarkko Hietaniemi [Tue, 23 Apr 2002 00:42:12 +0000]
(retracted by #16095)

p4raw-id: //depot/perl@16091

22 years agoRe: perl@16083
Nicholas Clark [Mon, 22 Apr 2002 23:17:45 +0000]
Re: perl@16083
Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@16090

22 years agoUpgrade to Encode 1.58.
Jarkko Hietaniemi [Tue, 23 Apr 2002 00:12:09 +0000]
Upgrade to Encode 1.58.

p4raw-id: //depot/perl@16089

22 years agoOn Win32 the end.t failure should be gone now.
Jarkko Hietaniemi [Mon, 22 Apr 2002 19:55:18 +0000]
On Win32 the end.t failure should be gone now.

p4raw-id: //depot/perl@16088

22 years agoupdate VOS-specific pod files
Paul Green [Mon, 22 Apr 2002 16:02:00 +0000]
update VOS-specific pod files
Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>

p4raw-id: //depot/perl@16087

22 years agocleanup ./hints/vos.sh
Paul Green [Mon, 22 Apr 2002 15:26:00 +0000]
cleanup ./hints/vos.sh
Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>

p4raw-id: //depot/perl@16086

22 years agoUpgrade to Encode 1.57, from Dan Kogai.
Jarkko Hietaniemi [Mon, 22 Apr 2002 19:48:20 +0000]
Upgrade to Encode 1.57, from Dan Kogai.

p4raw-id: //depot/perl@16085