Nick Ing-Simmons [Sat, 30 Dec 2000 19:47:51 +0000]
Tweak for MULTIPLICITY/USE_PERLIO
p4raw-id: //depot/perlio@8272
Nick Ing-Simmons [Sat, 30 Dec 2000 19:46:45 +0000]
Integrate mainline
p4raw-id: //depot/perlio@8271
Nick Ing-Simmons [Sat, 30 Dec 2000 16:40:49 +0000]
Integrate mainline
p4raw-id: //depot/perlio@8266
Jarkko Hietaniemi [Sat, 30 Dec 2000 07:28:55 +0000]
The sv_catsv() fix, take two.
p4raw-id: //depot/perl@8265
Jarkko Hietaniemi [Sat, 30 Dec 2000 06:19:18 +0000]
Undo all the join-related changes since #8248: relevant
portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
The new sv_catsv() doesn't fly so it must go back to
the drawing board.
p4raw-id: //depot/perl@8264
Jarkko Hietaniemi [Sat, 30 Dec 2000 01:08:32 +0000]
(Retracted by #8264) Tweak sv_catsv() some more.
p4raw-id: //depot/perl@8263
Jarkko Hietaniemi [Sat, 30 Dec 2000 00:45:14 +0000]
Retract #8261.
p4raw-id: //depot/perl@8262
Jarkko Hietaniemi [Sat, 30 Dec 2000 00:38:32 +0000]
(Retracted by #8261). (Unsuccessful memory access tweaks.)
p4raw-id: //depot/perl@8261
Jarkko Hietaniemi [Fri, 29 Dec 2000 22:51:33 +0000]
(Retracted by #8264) More fixing for #8251.
p4raw-id: //depot/perl@8260
Russ Allbery [Mon, 25 Dec 2000 05:09:30 +0000]
podlators 1.06 released
Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@8259
Andreas König [Fri, 29 Dec 2000 14:23:01 +0000]
Make the large file tests more robust/talkative as suggested by
Subject: Re: [ID
20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@8258
Jarkko Hietaniemi [Fri, 29 Dec 2000 17:48:04 +0000]
Further VMS piping fixes from Charles Lane:
In summary, error messages produced when a subprocess terminated
abnormally were being sent not just to the parent process, but to
grandparents, because of default values for error output that were
not completely overridden when the subprocess was started.
This patch fixes this behavior by defining user-mode (i.e., temporary
for the duration of the program) logical names for SYS$OUTPUT and
SYS$ERROR when they are (re)opened inside Perl. And a bunch of other
changes to make it so that the user-mode logicals are the ones that
control where Perl's error messages go if it terminates abnormally.
I also added some gratuitous fixes to the indentation of braces in
the piping code. It just looked ugly, before.
p4raw-id: //depot/perl@8257
Casey R. Tweten [Fri, 29 Dec 2000 12:03:00 +0000]
Idea: Declare multiple constants at once (fwd)
Message-ID: <Pine.OSF.4.21.
0012291201150.17186-100000@home.kiski.net>
Tests for for #8240.
p4raw-id: //depot/perl@8256
Simon Cozens [Fri, 29 Dec 2000 14:34:04 +0000]
Re: [PATCH] Interesting syntax idea
Message-ID: <
20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
Tests for #8254.
p4raw-id: //depot/perl@8255
Simon Cozens [Wed, 27 Dec 2000 05:08:57 +0000]
Interesting syntax idea
Message-ID: <
20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
Make opens + bareword assigns do typeglob assigns.
p4raw-id: //depot/perl@8254
Jeremy H. Brown [Tue, 26 Dec 2000 04:29:17 +0000]
Output the (apparent) version of gcc, as suggested by
Subject: [ID
20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
(The patch as such didn't any more apply as the misparsing had
already been addressed in #6474.) Also change the wording about
gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
p4raw-id: //depot/perl@8253
Nick Ing-Simmons [Fri, 29 Dec 2000 12:14:31 +0000]
Integrate mainline
p4raw-id: //depot/perlio@8252
Jarkko Hietaniemi [Fri, 29 Dec 2000 08:45:46 +0000]
(Retracted by #8264)
(Fixed by #8260.)
sv_catsv() needs one more byte space than seems reasonable.
(for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
Curiouser and curiouser.
p4raw-id: //depot/perl@8251
Jarkko Hietaniemi [Fri, 29 Dec 2000 07:57:52 +0000]
More split // UTF-8 tests.
p4raw-id: //depot/perl@8250
Jarkko Hietaniemi [Fri, 29 Dec 2000 07:54:51 +0000]
(Retracted by #8264) More join() testing which was good because
it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
p4raw-id: //depot/perl@8249
Jarkko Hietaniemi [Fri, 29 Dec 2000 07:08:32 +0000]
(Retracted by #8264) Externally: join() was still quite UTF-8-unaware.
Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
that the only cases to care about are byte+byte and byte+character.
TODO: See how well pp_concat() could be implemented in terms
of sv_catsv().
p4raw-id: //depot/perl@8248
Jarkko Hietaniemi [Fri, 29 Dec 2000 06:35:23 +0000]
Signedness nit.
p4raw-id: //depot/perl@8247
Lupe Christoph [Thu, 28 Dec 2000 23:00:00 +0000]
Re: [ID
20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
Message-ID: <
20001228230000.F2574@alanya.lupe-christoph.de>
Suggest rsync --delete --dry-run.
p4raw-id: //depot/perl@8246
Jarkko Hietaniemi [Thu, 28 Dec 2000 23:57:05 +0000]
The maxiters upper limit sanity check (guarding against
non-progress) assumed bytes instead of characters in s///
and split().
p4raw-id: //depot/perl@8245
Jarkko Hietaniemi [Thu, 28 Dec 2000 23:34:08 +0000]
Make some panic messages a bit more logical.
p4raw-id: //depot/perl@8244
Simon Cozens [Wed, 27 Dec 2000 02:30:03 +0000]
lvalue AUTOLOAD. No, really.
Message-ID: <
20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@8243
Daniel Chetlin [Wed, 27 Dec 2000 06:43:30 +0000]
Fix B::Terse indentation
Message-ID: <
20001227064329.B9573@darkstar>
p4raw-id: //depot/perl@8242
Peter Prymmer [Fri, 22 Dec 2000 14:52:12 +0000]
The latter patch from the
Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
Message-ID: <Pine.OSF.4.10.
10012221433140.195493-100000@aspara.forte.com>
(the former patch from the above should have been
taken care of by Nick I-S)
p4raw-id: //depot/perl@8241
Casey R. Tweten [Fri, 22 Dec 2000 10:35:53 +0000]
Re: [PATCH] Idea: Declare multiple constants at once
Message-ID: <Pine.OSF.4.21.
0012221032030.28992-100000@home.kiski.net>
p4raw-id: //depot/perl@8240
Simon Cozens [Wed, 27 Dec 2000 14:12:44 +0000]
Re: [ID
19991001.003] sort(sub(arg)) misparsed as sort sub args
Message-ID: <
20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@8239
Paul Marquess [Mon, 25 Dec 2000 10:47:15 +0000]
Call.pm
Message-ID: <
000201c06e60$0b967760$a20a140a@bfs.phone.com>
p4raw-id: //depot/perl@8238
Daniel Chetlin [Wed, 27 Dec 2000 15:55:32 +0000]
Fix problem with `&' prototype
Message-ID: <
20001227155532.D9573@darkstar>
p4raw-id: //depot/perl@8237
Daniel Chetlin [Sun, 24 Dec 2000 04:09:49 +0000]
Re: [PATCH blead] Fix segfault in gv_handler/mg_find
Message-ID: <
20001224040949.B3090@darkstar>
p4raw-id: //depot/perl@8236
Jan Dubois [Tue, 26 Dec 2000 20:57:31 +0000]
Win32::Spawn() didn't inherit cwd and env correctly
Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
p4raw-id: //depot/perl@8235
Simon Cozens [Thu, 28 Dec 2000 20:33:13 +0000]
Re: [PATCH] Warn on use of reference as array elem
Message-ID: <
20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@8234
Jarkko Hietaniemi [Thu, 28 Dec 2000 19:40:49 +0000]
Integrate perlio:
[ 8232]
Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
[ 8231]
"Compiled" encode build cleanup
- Makefile uses catfile $(MAKEFILE) etc. for platform issues.
- .c files do not export sub-tables
p4raw-link: @8232 on //depot/perlio:
8d7e77d666ed754d5cd34909a5f2a7dd48814e28
p4raw-link: @8231 on //depot/perlio:
14a8264b45de3d095eb6a74fa50f09ffad5aef3d
p4raw-id: //depot/perl@8233
Nick Ing-Simmons [Sat, 23 Dec 2000 16:06:00 +0000]
Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
p4raw-id: //depot/perlio@8232
Nick Ing-Simmons [Sat, 23 Dec 2000 14:30:34 +0000]
"Compiled" encode build cleanup
- Makefile uses catfile $(MAKEFILE) etc. for platform issues.
- .c files do not export sub-tables
p4raw-id: //depot/perlio@8231
Nick Ing-Simmons [Sat, 23 Dec 2000 12:50:37 +0000]
Integrate mainline
p4raw-id: //depot/perlio@8230
Jarkko Hietaniemi [Fri, 22 Dec 2000 15:32:12 +0000]
Integrate perlio:
[ 8226]
Handy script for when one forgets to "dmake clean"
[ 8225]
CRLF platform issue with io/utf8 fix.
p4raw-link: @8226 on //depot/perlio:
41510af71ad35c1639c7891738bee9ab5c19275f
p4raw-link: @8225 on //depot/perlio:
79086a00fceeae7aba98dc19e4dcdc07692dddbf
p4raw-id: //depot/perl@8229
Robin Barker [Fri, 22 Dec 2000 12:17:38 +0000]
; was Re: Perlbug
20000322.006 status +update
Message-Id: <
200012221217.MAA21332@tempest.npl.co.uk>
p4raw-id: //depot/perl@8228
John L. Allen [Thu, 21 Dec 2000 14:39:58 +0000]
Re: A Configure option like 'otherlibdirs' but for *pre*pending?
Message-ID: <Pine.SOL.3.91.
1001221133227.23511A-100000@gateway.grumman.com>
Document APPLLIB_EXP.
p4raw-id: //depot/perl@8227
Nick Ing-Simmons [Thu, 21 Dec 2000 22:11:50 +0000]
Handy script for when one forgets to "dmake clean"
p4raw-id: //depot/perlio@8226
Nick Ing-Simmons [Thu, 21 Dec 2000 21:54:04 +0000]
CRLF platform issue with io/utf8 fix.
p4raw-id: //depot/perlio@8225
Nick Ing-Simmons [Thu, 21 Dec 2000 21:02:20 +0000]
Integrate mainline
p4raw-id: //depot/perlio@8224
Jarkko Hietaniemi [Thu, 21 Dec 2000 17:09:16 +0000]
Update Changes.
p4raw-id: //depot/perl@8223
Jarkko Hietaniemi [Thu, 21 Dec 2000 16:23:48 +0000]
Rename testsyml to issymlink.
p4raw-id: //depot/perl@8221
Jarkko Hietaniemi [Thu, 21 Dec 2000 15:47:26 +0000]
Robustness support for #8218 (symlink forest) since the GNU
tools seem to be overly picky about symlinkage depths.
p4raw-id: //depot/perl@8220
Jarkko Hietaniemi [Thu, 21 Dec 2000 15:37:57 +0000]
Add Configure option -Dmksymlinks which will create a symlink
forest if the current/build differs from the source directory.
TODO: mkdir -p is not portable.
p4raw-id: //depot/perl@8218
Nick Ing-Simmons [Thu, 21 Dec 2000 09:38:18 +0000]
Re: Latest tarball doesn't build with threads
Message-Id: <
200012210938.JAA29043@mikado.tiuk.ti.com>
The ofs became an SV.
p4raw-id: //depot/perl@8217
Jarkko Hietaniemi [Thu, 21 Dec 2000 05:40:21 +0000]
The polymorphism seems to have fixed
20000517.001.
p4raw-id: //depot/perl@8216
Jarkko Hietaniemi [Thu, 21 Dec 2000 04:44:52 +0000]
read() documentation tweak for
20001121.004.
p4raw-id: //depot/perl@8215
Jarkko Hietaniemi [Thu, 21 Dec 2000 03:54:11 +0000]
Fix for
20001210.003, "write(FH) on closed FH causes segv".
p4raw-id: //depot/perl@8214
Peter Prymmer [Wed, 20 Dec 2000 16:13:32 +0000]
[patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
Message-ID: <Pine.OSF.4.10.
10012201609140.11967-100000@aspara.forte.com>
p4raw-id: //depot/perl@8213
Jarkko Hietaniemi [Thu, 21 Dec 2000 00:26:21 +0000]
Edit edit edit.
p4raw-id: //depot/perl@8212
Jarkko Hietaniemi [Wed, 20 Dec 2000 18:52:46 +0000]
Update Changes.
p4raw-id: //depot/perl@8211
Jarkko Hietaniemi [Wed, 20 Dec 2000 18:34:47 +0000]
Yet another editor edit.
p4raw-id: //depot/perl@8210
Jarkko Hietaniemi [Wed, 20 Dec 2000 15:33:28 +0000]
More Win32 Perling.
p4raw-id: //depot/perl@8209
Jarkko Hietaniemi [Wed, 20 Dec 2000 15:07:46 +0000]
More Win32 editor/IDE/shell hints.
p4raw-id: //depot/perl@8208
Nicholas Clark [Tue, 19 Dec 2000 19:22:31 +0000]
obscure timing knowledge
Message-ID: <
20001219192231.F2827@plum.flirble.org>
p4raw-id: //depot/perl@8207
Spider Boardman [Tue, 19 Dec 2000 21:30:16 +0000]
[ID
20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
Message-Id: <
200012200230.VAA17619@leggy.zk3.dec.com>
p4raw-id: //depot/perl@8206
Jarkko Hietaniemi [Tue, 19 Dec 2000 23:02:01 +0000]
Update Changes.
p4raw-id: //depot/perl@8205
Jarkko Hietaniemi [Tue, 19 Dec 2000 22:58:18 +0000]
Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
using the \xHH notation. No more inlined UTF-8, sigh, but easier
on editors and diffing/patching.
p4raw-id: //depot/perl@8204
Nick Ing-Simmons [Tue, 19 Dec 2000 21:36:16 +0000]
Integrate mainline (forgot my own change...)
p4raw-id: //depot/perlio@8203
Nick Ing-Simmons [Tue, 19 Dec 2000 21:34:42 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@8202
Nick Ing-Simmons [Tue, 19 Dec 2000 21:34:06 +0000]
Avoid looking for File::Glob when we don't need it.
p4raw-id: //depot/perl@8201
Jarkko Hietaniemi [Tue, 19 Dec 2000 18:35:49 +0000]
Update Changes.
p4raw-id: //depot/perl@8200
Jarkko Hietaniemi [Tue, 19 Dec 2000 18:35:07 +0000]
Microperl tweaks.
p4raw-id: //depot/perl@8199
Jarkko Hietaniemi [Tue, 19 Dec 2000 18:29:59 +0000]
Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
p4raw-id: //depot/perl@8198
Jarkko Hietaniemi [Tue, 19 Dec 2000 17:55:29 +0000]
In VMS embedded perls couldn't access the statically built Socket,
from Charles Lane.
p4raw-id: //depot/perl@8197
Paul Marquess [Sun, 17 Dec 2000 19:11:44 +0000]
DB_File-1.75 (was RE: [8104] DB_File)
Message-ID: <
000801c0685d$3224e5a0$a20a140a@bfs.phone.com>
p4raw-id: //depot/perl@8196
Jonathan Stowe [Mon, 18 Dec 2000 10:24:38 +0000]
[patch perl@8150] h2xs SYNOPSIS
Message-ID: <Pine.LNX.4.10.
10012181021180.20731-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@8195
Andreas König [Sat, 16 Dec 2000 15:13:36 +0000]
Re: useless use of void context work-around
Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
Document (comment) the q(di ds ig) trick in the code.
p4raw-id: //depot/perl@8194
Mark J. Reed [Fri, 15 Dec 2000 21:22:29 +0000]
[ID
20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
Message-Id: <
200012160222.VAA13986@strange.turner.com>
p4raw-id: //depot/perl@8193
Nicholas Clark [Sat, 16 Dec 2000 19:03:13 +0000]
Re: [PATCH] strtoq, strtou(q|ll|l) testing
Message-ID: <
20001216190313.D68304@plum.flirble.org>
p4raw-id: //depot/perl@8192
Dominic Dunlop [Mon, 18 Dec 2000 12:00:15 +0000]
[ID
20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
Message-Id: <p
04320404b6639e7aa043@[192.168.1.4]>
This patchlet is needed in order that perl can be statically linked.
p4raw-id: //depot/perl@8191
Craig A. Berry [Sun, 17 Dec 2000 00:18:35 +0000]
finding PerlIO symbols for VMS
Message-Id: <p
04330102b661bc01daba@[172.16.52.1]>
p4raw-id: //depot/perl@8190
Prymmer/Kahn [Tue, 19 Dec 2000 08:08:31 +0000]
[DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
Message-ID: <Pine.BSF.4.21.
0012190804040.14656-100000@shell8.ba.best.com>
A better version of #8188.
p4raw-id: //depot/perl@8189
Jarkko Hietaniemi [Tue, 19 Dec 2000 15:57:06 +0000]
(Replaced by #8189)
Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
From: Prymmer/Kahn <pvhp@best.com>
Message-ID: <Pine.BSF.4.21.
0012180802090.27110-100000@shell8.ba.best.com>
Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
Date: Mon, 18 Dec 2000 11:10:45 -0500
Message-ID: <
20001218111044.B180222@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@8188
Jarkko Hietaniemi [Tue, 19 Dec 2000 15:54:19 +0000]
Email address fix for Anton Berezin.
p4raw-id: //depot/perl@8187
Eric Fifer [Thu, 14 Dec 2000 13:41:29 +0000]
cygwin port
Message-Id: <
200012141340.NAA54236@mailhost1.dircon.co.uk>
When compiling modules the data item that is being imported
from libperl.dll needs to be tagged as imported/shared data:
extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
p4raw-id: //depot/perl@8186
Jarkko Hietaniemi [Tue, 19 Dec 2000 14:53:24 +0000]
Regen uconfig.h and uconfig.sh.
p4raw-id: //depot/perl@8185
Jarkko Hietaniemi [Mon, 18 Dec 2000 20:43:49 +0000]
Comments work so much better when they are closed.
p4raw-id: //depot/perl@8184
Jarkko Hietaniemi [Mon, 18 Dec 2000 18:04:02 +0000]
Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
Fixes the bug
20001218.016.
p4raw-id: //depot/perl@8183
Jarkko Hietaniemi [Mon, 18 Dec 2000 02:49:27 +0000]
Regen pods.
p4raw-id: //depot/perl@8172
Gerrit P. Haase [Sun, 17 Dec 2000 21:46:39 +0000]
RE: perl@8150
Message-ID: <
3A3D343F.13566.1ACA7D93@localhost>
Neither cygwin has a getpwuid() one can trust on.
p4raw-id: //depot/perl@8158
Jarkko Hietaniemi [Sun, 17 Dec 2000 23:01:54 +0000]
More MAN.PODS => {} fixes.
p4raw-id: //depot/perl@8157
Craig A. Berry [Sun, 17 Dec 2000 13:09:28 +0000]
fix-up for VMS extensions
Message-Id: <p
04330103b6628cabe114@[172.16.52.1]>
MAN.PODS => ' ' is naughty.
p4raw-id: //depot/perl@8155
Nick Ing-Simmons [Sun, 17 Dec 2000 22:07:13 +0000]
MULTIPLICITY nit.
p4raw-id: //depot/perl@8154
Jarkko Hietaniemi [Sun, 17 Dec 2000 18:47:57 +0000]
Uncheckedin generated files.
p4raw-id: //depot/perl@8150
Jarkko Hietaniemi [Sun, 17 Dec 2000 18:41:22 +0000]
Update Changes.
p4raw-id: //depot/perl@8149
Nicholas Clark [Sun, 17 Dec 2000 16:29:24 +0000]
Fcntl constants speedup
Message-ID: <
20001217162924.E97668@plum.flirble.org>
Use IVs for the Fcntl constants instead of NVs.
p4raw-id: //depot/perl@8148
Jarkko Hietaniemi [Sun, 17 Dec 2000 18:33:41 +0000]
Add test for #8145 (binmode() warning), add warning for
ioctl() and sockpair(), document them. (fileno() cannot
be tripwired with the same kind of warning because
'defined fileno($foo)' seems to be an idiom.)
p4raw-id: //depot/perl@8147
Simon Cozens [Sun, 17 Dec 2000 12:31:56 +0000]
Re: The long awaited feature ...
Message-ID: <
20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
Add a warning to binmode() about using bad filehandles
(can happen e.g. if someone forgets the filehandle argument)
p4raw-id: //depot/perl@8145
Jonathan Stowe [Sun, 17 Dec 2000 17:08:10 +0000]
[patch perl@8133] Typo in my Net::Ping doc patch :(
Message-ID: <Pine.LNX.4.10.
10012171700010.3834-100000@orpheus.gellyfish.com>
p4raw-id: //depot/perl@8144
Jarkko Hietaniemi [Sun, 17 Dec 2000 05:31:37 +0000]
Polymorphic regexps.
Fixes at least the bugs
20001028.003 (both of them...) and
20001108.001. The bugs 20001114.001 and 20001205.014 seem
also to be fixed by now, probably already before this patch.
p4raw-id: //depot/perl@8143
Laszlo Molnar [Sat, 16 Dec 2000 01:40:52 +0000]
[patch perl@8102] dos/djgpp update
Message-ID: <
20001216014052.A335@freemail.hu>
p4raw-id: //depot/perl@8142
Jarkko Hietaniemi [Sat, 16 Dec 2000 17:09:27 +0000]
Few uncheckedin files.
p4raw-id: //depot/perl@8141
Nick Ing-Simmons [Fri, 15 Dec 2000 22:14:31 +0000]
Integrate mainline
p4raw-id: //depot/perlio@8140
Jarkko Hietaniemi [Fri, 15 Dec 2000 19:49:49 +0000]
One more IVUV tweak from Nicholas Clark.
p4raw-id: //depot/perl@8139