This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
23 years agoPlacate nervous compilers that see longer than ints switch()ing.
Jarkko Hietaniemi [Mon, 13 Nov 2000 05:30:48 +0000 (05:30 +0000)]
Placate nervous compilers that see longer than ints switch()ing.

p4raw-id: //depot/perl@7671

23 years agofputs() does return EOF on error but here we don't care.
Jarkko Hietaniemi [Mon, 13 Nov 2000 05:14:21 +0000 (05:14 +0000)]
fputs() does return EOF on error but here we don't care.

p4raw-id: //depot/perl@7670

23 years agoDeclare reg_data like reg_substr_data.
Jarkko Hietaniemi [Mon, 13 Nov 2000 05:02:45 +0000 (05:02 +0000)]
Declare reg_data like reg_substr_data.

p4raw-id: //depot/perl@7669

23 years agoTypos in #7667.
Jarkko Hietaniemi [Mon, 13 Nov 2000 04:54:34 +0000 (04:54 +0000)]
Typos in #7667.

p4raw-id: //depot/perl@7668

23 years agoCleanup messy #ifdef.
Jarkko Hietaniemi [Mon, 13 Nov 2000 04:49:49 +0000 (04:49 +0000)]
Cleanup messy #ifdef.

p4raw-id: //depot/perl@7667

23 years ago[ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
Nicholas Clark [Sun, 12 Nov 2000 21:14:11 +0000 (21:14 +0000)]
[ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>

Note: only one breakage of the two reported is fixed by this patch.

p4raw-id: //depot/perl@7666

23 years agoTweak the definition of the bit complement on UTF-8 data:
Yitzchak Scott-Thoennes [Fri, 10 Nov 2000 09:47:15 +0000 (01:47 -0800)]
Tweak the definition of the bit complement on UTF-8 data:
if none of the characters in the string are > 0xff,
the result is a complemented byte string, not a (UTF-8)
char string.  Based on the summary in

Subject: Re: [ID 20000918.005] ~ on wide chars
Message-ID: <jSDD6gzkgi/T092yn@efn.org>

This should give us the maximum backward (pre-char string)
compatibility and utf8 compatibility.  The other alternative
would be to limit the bit complement to be always byte only,
taking the least significant byte of the chars.

p4raw-id: //depot/perl@7665

23 years agoCouple of tests from #7660 salvaged.
Jarkko Hietaniemi [Mon, 13 Nov 2000 00:23:44 +0000 (00:23 +0000)]
Couple of tests from #7660 salvaged.

p4raw-id: //depot/perl@7664

23 years ago[ID 20001112.007] sfio's sftell isn't ftell
Nicholas Clark [Sun, 12 Nov 2000 21:23:43 +0000 (21:23 +0000)]
[ID 20001112.007] sfio's sftell isn't ftell
Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@7663

23 years ago[ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
Nicholas Clark [Sun, 12 Nov 2000 21:30:04 +0000 (21:30 +0000)]
[ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@7662

23 years agoDocument tell() on special streams.
Jarkko Hietaniemi [Sun, 12 Nov 2000 23:57:29 +0000 (23:57 +0000)]
Document tell() on special streams.

p4raw-id: //depot/perl@7661

23 years ago(Subsumed by #7664)
Jarkko Hietaniemi [Sun, 12 Nov 2000 23:54:22 +0000 (23:54 +0000)]
(Subsumed by #7664)

p4raw-id: //depot/perl@7660

23 years agoMany subdocumented return values of the IO extension now documented.
Nicholas Clark [Sun, 12 Nov 2000 21:35:53 +0000 (21:35 +0000)]
Many subdocumented return values of the IO extension now documented.
ungetc and write still left subdocumented.

Subject: [PATCH] (was Re: IO::Handle::ungetc)
Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@7659

23 years ago[ID 20001112.004] man perlfunc omits tell()'s error return
Nicholas Clark [Sun, 12 Nov 2000 20:03:22 +0000 (20:03 +0000)]
[ID 20001112.004] man perlfunc omits tell()'s error return
Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@7658

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 12 Nov 2000 20:34:55 +0000 (20:34 +0000)]
Integrate perlio:

[  7656]
Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)

p4raw-link: @7656 on //depot/perlio: 14aaf8e8d5ef5f7630e198d7ed4c5b1ce477445f

p4raw-id: //depot/perl@7657

23 years agoAdd aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
Nick Ing-Simmons [Sun, 12 Nov 2000 19:25:06 +0000 (19:25 +0000)]
Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)

p4raw-id: //depot/perlio@7656

23 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 12 Nov 2000 19:09:41 +0000 (19:09 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@7655

23 years agoAdd HAS_FSYNC, lack noticed by Nicholas Clark.
Jarkko Hietaniemi [Sun, 12 Nov 2000 19:00:01 +0000 (19:00 +0000)]
Add HAS_FSYNC, lack noticed by Nicholas Clark.

p4raw-id: //depot/perl@7653

23 years agoCopy the s// information of README.hpux also to the perlrun.
Jarkko Hietaniemi [Sat, 11 Nov 2000 21:12:01 +0000 (21:12 +0000)]
Copy the s// information of README.hpux also to the perlrun.

p4raw-id: //depot/perl@7652

23 years agoMore README.solaris updates from Andy Dougherty.
Jarkko Hietaniemi [Sat, 11 Nov 2000 21:03:13 +0000 (21:03 +0000)]
More README.solaris updates from Andy Dougherty.

p4raw-id: //depot/perl@7651

23 years agoMore descriptive error for unknown perlio layers.
Dominic Dunlop [Sat, 11 Nov 2000 18:20:32 +0000 (19:20 +0100)]
More descriptive error for unknown perlio layers.

Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>

p4raw-id: //depot/perl@7650

23 years agoMachTen doesn't really do mmap() and munmap().
Dominic Dunlop [Sat, 11 Nov 2000 18:20:32 +0000 (19:20 +0100)]
MachTen doesn't really do mmap() and munmap().

Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.
Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>

p4raw-id: //depot/perl@7649

23 years agofwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
Robert Spier [Sat, 11 Nov 2000 12:22:15 +0000 (07:22 -0500)]
fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
Message-ID: <14861.32839.491271.985797@rls.cx>

p4raw-id: //depot/perl@7648

23 years agoAdd getpagesize() probing, on non-UNIX guess 'undef'.
Jarkko Hietaniemi [Sat, 11 Nov 2000 18:33:23 +0000 (18:33 +0000)]
Add getpagesize() probing, on non-UNIX guess 'undef'.

p4raw-id: //depot/perl@7646

23 years agoUse sysconf() or getpagesize() to find out the pagesize.
Jarkko Hietaniemi [Sat, 11 Nov 2000 16:45:15 +0000 (16:45 +0000)]
Use sysconf() or getpagesize() to find out the pagesize.

p4raw-id: //depot/perl@7645

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 11 Nov 2000 15:46:08 +0000 (15:46 +0000)]
Integrate perlio:

[  7641]
Fixup mmap layer by doing mmap() calls on pagesize boundaries.
Also call "Buf" layer directly when unread'ing non-read chars.

p4raw-link: @7641 on //depot/perlio: c3d7c7c914f938b68b6bb6c87dcf5a1eeac909cd

p4raw-id: //depot/perl@7644

23 years agoRe: [PATCH] README.solaris
Lupe Christoph [Sat, 11 Nov 2000 14:08:10 +0000 (15:08 +0100)]
Re: [PATCH] README.solaris
Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>

p4raw-id: //depot/perl@7643

23 years agocygwin port
Eric Fifer [Fri, 10 Nov 2000 19:30:30 +0000 (19:30 +0000)]
cygwin port
Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>

p4raw-id: //depot/perl@7642

23 years agoFixup mmap layer by doing mmap() calls on pagesize boundaries.
Nick Ing-Simmons [Sat, 11 Nov 2000 14:50:36 +0000 (14:50 +0000)]
Fixup mmap layer by doing mmap() calls on pagesize boundaries.
Also call "Buf" layer directly when unread'ing non-read chars.

p4raw-id: //depot/perlio@7641

23 years agoAdd more encoding tables.
Jarkko Hietaniemi [Sat, 11 Nov 2000 02:05:02 +0000 (02:05 +0000)]
Add more encoding tables.

p4raw-id: //depot/perl@7640

23 years agoREADME.solaris
Andy Dougherty [Fri, 10 Nov 2000 12:18:00 +0000 (07:18 -0500)]
README.solaris
Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@7639

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 10 Nov 2000 15:04:15 +0000 (15:04 +0000)]
Update Changes.

p4raw-id: //depot/perl@7638

23 years agoExplain better why certain regex tests are skipped.
Lupe Christoph [Fri, 10 Nov 2000 09:08:56 +0000 (10:08 +0100)]
Explain better why certain regex tests are skipped.

Subject: Re: tests skipped: unknown reason
Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>

p4raw-id: //depot/perl@7637

23 years agoIntegrate mainline.
Nick Ing-Simmons [Fri, 10 Nov 2000 13:40:00 +0000 (13:40 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@7636

23 years agoRe-instate stdio large file support via perlio.
Nick Ing-Simmons [Fri, 10 Nov 2000 13:25:52 +0000 (13:25 +0000)]
Re-instate stdio large file support via perlio.

p4raw-id: //depot/perl@7635

23 years agoAmdahl UTS hints updates.
Hal Morris [Thu, 9 Nov 2000 20:02:00 +0000 (12:02 -0800)]
Amdahl UTS hints updates.

Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>

p4raw-id: //depot/perl@7634

23 years agoIO::Seekable pod
Nicholas Clark [Thu, 9 Nov 2000 20:29:45 +0000 (20:29 +0000)]
IO::Seekable pod
Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@7633

23 years agoVarious doc oddball characters.
Michael Somos [Mon, 6 Nov 2000 17:44:20 +0000 (12:44 -0500)]
Various doc oddball characters.

Subject: [ID 20001106.004] Perl 5.6.0 bugs
Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>

p4raw-id: //depot/perl@7632

23 years agoRe: bash -c exit and linux hints
John P. Linderman [Thu, 2 Nov 2000 09:37:25 +0000 (04:37 -0500)]
Re: bash -c exit and linux hints
Message-Id: <200011021437.JAA63199@raptor.research.att.com>

p4raw-id: //depot/perl@7631

23 years agoIntegrate mainline.
Nick Ing-Simmons [Thu, 9 Nov 2000 20:34:11 +0000 (20:34 +0000)]
Integrate mainline.

p4raw-id: //depot/perlio@7630

23 years agoMissing dTHXs.
Eric Fifer [Thu, 9 Nov 2000 19:26:50 +0000 (19:26 +0000)]
Missing dTHXs.

Subject: RE: perl@7595 builds not on cygwin
Message-ID: <000201c04a83$05ef1660$933570c2@fifer>

p4raw-id: //depot/perl@7629

23 years agoDisable only the tests 99 and 166 for UTF-8 locales.
Jarkko Hietaniemi [Thu, 9 Nov 2000 14:48:27 +0000 (14:48 +0000)]
Disable only the tests 99 and 166 for UTF-8 locales.

p4raw-id: //depot/perl@7628

23 years agoThere's no =head3.
Jarkko Hietaniemi [Thu, 9 Nov 2000 14:40:27 +0000 (14:40 +0000)]
There's no =head3.

p4raw-id: //depot/perl@7627

23 years agoThe generated boot_* headers are wrong. Pickier compiler,
Harri Pasanen [Thu, 9 Nov 2000 14:23:28 +0000 (15:23 +0100)]
The generated boot_* headers are wrong.  Pickier compiler,
such as KAI C++ will refuse to compile the resulting perlmain.

Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
Message-Id: <3A0AA550.26D548A3@trema.com>

p4raw-id: //depot/perl@7626

23 years agoupdates to Porting/pumpkin.pod
Prymmer/Kahn [Wed, 8 Nov 2000 22:13:26 +0000 (14:13 -0800)]
updates to Porting/pumpkin.pod
Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>

All except the "cow orker" change.

p4raw-id: //depot/perl@7625

23 years agoFix for
H.Merijn Brand [Thu, 9 Nov 2000 11:05:52 +0000 (12:05 +0100)]
Fix for

Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7624

23 years agoTypo in an ifndef.
Joe Smith [Thu, 9 Nov 2000 01:33:14 +0000 (17:33 -0800)]
Typo in an ifndef.

Subject: Re: [PATCH 5.7.0] better messages from malloc()
Message-Id: <3A0A6F5A.1E3969BB@inwap.com>

p4raw-id: //depot/perl@7623

23 years agoRemove unused extra arguments.
Jarkko Hietaniemi [Thu, 9 Nov 2000 13:31:18 +0000 (13:31 +0000)]
Remove unused extra arguments.

p4raw-id: //depot/perl@7622

23 years agoMore VMS moves on environment handling, from Charles Lane.
Jarkko Hietaniemi [Thu, 9 Nov 2000 13:16:36 +0000 (13:16 +0000)]
More VMS moves on environment handling, from Charles Lane.

p4raw-id: //depot/perl@7621

23 years agopatch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated...
David Dyck [Wed, 8 Nov 2000 18:36:26 +0000 (10:36 -0800)]
patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@7620

23 years agoForgot from #7618.
Jarkko Hietaniemi [Thu, 9 Nov 2000 04:36:21 +0000 (04:36 +0000)]
Forgot from #7618.

p4raw-id: //depot/perl@7619

23 years agoMake deleting for %ENV work for (newer versions of) VMS,
Jarkko Hietaniemi [Thu, 9 Nov 2000 04:28:44 +0000 (04:28 +0000)]
Make deleting for %ENV work for (newer versions of) VMS,
from Craig A. Berry.

p4raw-id: //depot/perl@7618

23 years agoClass::Struct at compile time
Casey R. Tweten [Wed, 8 Nov 2000 20:46:41 +0000 (15:46 -0500)]
Class::Struct at compile time
Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>

p4raw-id: //depot/perl@7617

23 years ago[ID 20001108.013] spelling
Todd T. Fries [Wed, 8 Nov 2000 18:36:42 +0000 (12:36 -0600)]
[ID 20001108.013] spelling
Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>

p4raw-id: //depot/perl@7616

23 years agoadd Encode to VMS build and tests
Peter Prymmer [Wed, 8 Nov 2000 15:29:06 +0000 (07:29 -0800)]
add Encode to VMS build and tests
Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>

p4raw-id: //depot/perl@7615

23 years agoA missing aTHX_.
Jarkko Hietaniemi [Wed, 8 Nov 2000 22:42:55 +0000 (22:42 +0000)]
A missing aTHX_.

p4raw-id: //depot/perl@7614

23 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 8 Nov 2000 19:30:21 +0000 (19:30 +0000)]
Update Changes.

p4raw-id: //depot/perl@7613

23 years agois this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts...
David Dyck [Wed, 8 Nov 2000 10:05:44 +0000 (02:05 -0800)]
is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>

p4raw-id: //depot/perl@7612

23 years agoRe: Patch 7533 prevents malloc.c from compiling on MachTen
Dominic Dunlop [Tue, 7 Nov 2000 12:05:25 +0000 (13:05 +0100)]
Re: Patch 7533 prevents malloc.c from compiling on MachTen
Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>

p4raw-id: //depot/perl@7611

23 years agoDo not test UTF-8 locales since that the tests would require
Jarkko Hietaniemi [Wed, 8 Nov 2000 18:25:14 +0000 (18:25 +0000)]
Do not test UTF-8 locales since that the tests would require
polymorphic regexen.

p4raw-id: //depot/perl@7610

23 years agoLocale buglets.
Vadim Konovalov [Wed, 8 Nov 2000 20:01:39 +0000 (23:01 +0300)]
Locale buglets.

Subject: RE: Locales support (setlocale) fixes
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>

p4raw-id: //depot/perl@7609

23 years agoDeleting $ENV{PATH} in VMS is not recommendable.
Jarkko Hietaniemi [Wed, 8 Nov 2000 17:00:16 +0000 (17:00 +0000)]
Deleting $ENV{PATH} in VMS is not recommendable.

p4raw-id: //depot/perl@7608

23 years agoPATCH std stdio for (Free)BSD
Nicholas Clark [Wed, 8 Nov 2000 15:36:29 +0000 (15:36 +0000)]
PATCH std stdio for (Free)BSD
Message-ID: <20001108153629.D98736@plum.flirble.org>

p4raw-id: //depot/perl@7607

23 years agoForgot to bump the line numbers in #7601.
Jarkko Hietaniemi [Wed, 8 Nov 2000 16:43:31 +0000 (16:43 +0000)]
Forgot to bump the line numbers in #7601.

p4raw-id: //depot/perl@7606

23 years agoMore careful detection of how well NVs and UVs mix.
Nicholas Clark [Wed, 8 Nov 2000 15:14:12 +0000 (15:14 +0000)]
More careful detection of how well NVs and UVs mix.

Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
Message-ID: <20001108151412.B98736@plum.flirble.org>

Added some SIGFPE paranoia.

p4raw-id: //depot/perl@7605

23 years ago[patch perl@7595] VMS configure.com tweak
Craig A. Berry [Wed, 8 Nov 2000 00:24:12 +0000 (18:24 -0600)]
[patch perl@7595] VMS configure.com tweak
Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>

p4raw-id: //depot/perl@7604

23 years agoint/ptr casts in perlio.c
Robin Barker [Wed, 8 Nov 2000 11:11:39 +0000 (11:11 +0000)]
int/ptr casts in perlio.c
Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>

p4raw-id: //depot/perl@7603

23 years agoFix for the tie-refhash string table leaks.
Nick Ing-Simmons [Wed, 8 Nov 2000 13:03:04 +0000 (13:03 +0000)]
Fix for the tie-refhash string table leaks.
Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>

p4raw-id: //depot/perl@7602

23 years agoTry to avoid flockless and emulationless places.
Jarkko Hietaniemi [Wed, 8 Nov 2000 14:21:08 +0000 (14:21 +0000)]
Try to avoid flockless and emulationless places.

p4raw-id: //depot/perl@7601

23 years agoOverrideable keys, each, pop, push, shift, splice, unshift.
Casey R. Tweten [Fri, 3 Nov 2000 11:09:12 +0000 (06:09 -0500)]
Overrideable keys, each, pop, push, shift, splice, unshift.

Subject: [PATCH] prototyped functions that should be overrideable
Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>

p4raw-id: //depot/perl@7600

23 years agoMake perlbug not insist on dumping to a file when stdout isn't a tty.
Kurt D. Starsinic [Mon, 6 Nov 2000 21:39:01 +0000 (16:39 -0500)]
Make perlbug not insist on dumping to a file when stdout isn't a tty.

Subject: [PATCH] perlbug.PL
Message-ID: <20001106213901.B20955@O2.chapin.edu>

p4raw-id: //depot/perl@7599

23 years agoBad thinko in #7581 (I used the test program with the expanded
Jarkko Hietaniemi [Tue, 7 Nov 2000 23:42:00 +0000 (23:42 +0000)]
Bad thinko in #7581 (I used the test program with the expanded
values as-is).

p4raw-id: //depot/perl@7598

23 years agocygwin port
Fifer, Eric [Tue, 7 Nov 2000 18:08:51 +0000 (18:08 +0000)]
cygwin port
Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>

Synchronize with Cygwin 1.1.5.

p4raw-id: //depot/perl@7597

23 years agoperlhack updates from H.Merijn Brand.
Jarkko Hietaniemi [Tue, 7 Nov 2000 21:39:25 +0000 (21:39 +0000)]
perlhack updates from H.Merijn Brand.

p4raw-id: //depot/perl@7596

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 7 Nov 2000 20:21:41 +0000 (20:21 +0000)]
Update Changes.

p4raw-id: //depot/perl@7595

23 years agoBe more robust in Dynaloader.pm.
Jarkko Hietaniemi [Tue, 7 Nov 2000 19:18:58 +0000 (19:18 +0000)]
Be more robust in Dynaloader.pm.

p4raw-id: //depot/perl@7594

23 years agoAUTHORS update.
Jarkko Hietaniemi [Tue, 7 Nov 2000 16:49:31 +0000 (16:49 +0000)]
AUTHORS update.

p4raw-id: //depot/perl@7593

23 years agonormalize relative paths in virtualized current directory on windows,
Gurusamy Sarathy [Tue, 7 Nov 2000 16:39:51 +0000 (16:39 +0000)]
normalize relative paths in virtualized current directory on windows,
under ithreads (avoids ".." etc showing up in what Cwd::cwd()
returns)

p4raw-id: //depot/perl@7592

23 years agoToo profiler-happy: with optimization the #7590 actually makes
Jarkko Hietaniemi [Tue, 7 Nov 2000 16:04:26 +0000 (16:04 +0000)]
Too profiler-happy: with optimization the #7590 actually makes
the test to run 0.5% _slower_.  Requires much more instrumentation.
Retract #7590.

p4raw-id: //depot/perl@7591

23 years agoShave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
Jarkko Hietaniemi [Tue, 7 Nov 2000 15:51:13 +0000 (15:51 +0000)]
Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
execution time in regcomp.c S_cl_any() and S_cl_is_anything()
by using memset() and testing bytewise (as opposed to bitwise).

p4raw-id: //depot/perl@7590

23 years agoconfigure.com and st-lock.t changes for
Craig A. Berry [Mon, 6 Nov 2000 23:45:30 +0000 (18:45 -0500)]
configure.com and st-lock.t changes for
Message-Id: <0011079735.AA973576259@univpress.com>

p4raw-id: //depot/perl@7589

23 years agoTweak #7587.
Jarkko Hietaniemi [Tue, 7 Nov 2000 01:03:28 +0000 (01:03 +0000)]
Tweak #7587.

p4raw-id: //depot/perl@7588

23 years agoA doc addition for bug id 20001105.019, beware \p.
Jarkko Hietaniemi [Tue, 7 Nov 2000 01:00:27 +0000 (01:00 +0000)]
A doc addition for bug id 20001105.019, beware \p.

p4raw-id: //depot/perl@7587

23 years agoFake support of holey files in win/dosish platforms.
kipp@shonanblue.ne.jp [Mon, 6 Nov 2000 13:30:55 +0000 (05:30 -0800)]
Fake support of holey files in win/dosish platforms.

Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>

p4raw-id: //depot/perl@7586

23 years agoPod updates
Stephen P. Potter [Mon, 6 Nov 2000 18:56:43 +0000 (13:56 -0500)]
Pod updates
Message-Id: <200011062357.SAA18173@spotter.yi.org>

p4raw-id: //depot/perl@7585

23 years agoVarargs don't always work too well if one puts an unsigned
Yitzchak Scott-Thoennes [Mon, 6 Nov 2000 15:19:05 +0000 (07:19 -0800)]
Varargs don't always work too well if one puts an unsigned
char on the stack and pop an unsigned quad off the stack.

Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
Message-ID: <pxzB6gzkgKXY092yn@efn.org>

p4raw-id: //depot/perl@7584

23 years ago%ENV note tweaks from Dan Sugalski.
Jarkko Hietaniemi [Mon, 6 Nov 2000 23:58:48 +0000 (23:58 +0000)]
%ENV note tweaks from Dan Sugalski.

p4raw-id: //depot/perl@7583

23 years agoglibc5 detection by __GNU_LIBRARY__.
Jarkko Hietaniemi [Mon, 6 Nov 2000 23:05:49 +0000 (23:05 +0000)]
glibc5 detection by __GNU_LIBRARY__.

p4raw-id: //depot/perl@7582

23 years agoMake the stdio test program of 7427 less noisy while being
Jarkko Hietaniemi [Mon, 6 Nov 2000 22:51:29 +0000 (22:51 +0000)]
Make the stdio test program of 7427 less noisy while being
compiled so that Digital UNIX wouldn't get both
d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
undefined.  This makes perlio happy.

p4raw-id: //depot/perl@7581

23 years agoDocument %ENV = () portability issues.
Jarkko Hietaniemi [Mon, 6 Nov 2000 22:41:41 +0000 (22:41 +0000)]
Document %ENV = () portability issues.

p4raw-id: //depot/perl@7580

23 years agoVOS updates from Paul Green.
Jarkko Hietaniemi [Mon, 6 Nov 2000 21:29:24 +0000 (21:29 +0000)]
VOS updates from Paul Green.

p4raw-id: //depot/perl@7579

23 years agoSanitize the environment further.
Jarkko Hietaniemi [Mon, 6 Nov 2000 21:00:40 +0000 (21:00 +0000)]
Sanitize the environment further.

p4raw-id: //depot/perl@7578

23 years agoRe-introduce 7552 lost in integration.
Jarkko Hietaniemi [Mon, 6 Nov 2000 20:53:51 +0000 (20:53 +0000)]
Re-introduce 7552 lost in integration.

p4raw-id: //depot/perl@7577

23 years agoAdmit that the test leaks scalars.
Jarkko Hietaniemi [Mon, 6 Nov 2000 20:33:46 +0000 (20:33 +0000)]
Admit that the test leaks scalars.

p4raw-id: //depot/perl@7576

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 6 Nov 2000 20:17:08 +0000 (20:17 +0000)]
Integrate perlio:

[  7574]
Remove debug. Try (Mmap_t) on madvise() call.

p4raw-link: @7574 on //depot/perlio: 4a4a611618e8ff6d5ad41c0e944ec39ce1bd0e52

p4raw-id: //depot/perl@7575

23 years agoRemove debug. Try (Mmap_t) on madvise() call.
Nick Ing-Simmons [Mon, 6 Nov 2000 20:07:28 +0000 (20:07 +0000)]
Remove debug. Try (Mmap_t) on madvise() call.

p4raw-id: //depot/perlio@7574

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 6 Nov 2000 13:56:05 +0000 (13:56 +0000)]
Update Changes.

p4raw-id: //depot/perl@7573

23 years agoRe: rsync'ed patches vs. rsync'ed source
H.Merijn Brand [Mon, 6 Nov 2000 10:11:42 +0000 (11:11 +0100)]
Re: rsync'ed patches vs. rsync'ed source
Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@7572

23 years agoAUTHORS updates.
Jarkko Hietaniemi [Mon, 6 Nov 2000 01:45:51 +0000 (01:45 +0000)]
AUTHORS updates.

p4raw-id: //depot/perl@7571

23 years agoFix for
David Dyck [Fri, 28 Jul 2000 17:19:16 +0000 (10:19 -0700)]
Fix for

Subject: [ID 20000728.005] perl -P broken
Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>

(hopefully).  The fix is also not complete, it seems to break
BOM swallowing for libc5 systems, but until someone figures
out a way to do this without ftell(), this will do.

p4raw-id: //depot/perl@7570