22 years agomore POSIX tests, and more autoloading
Nicholas Clark [Mon, 17 Dec 2001 18:27:47 +0000]
more POSIX tests, and more autoloading
Message-ID: <20011217182747.D21702@plum.flirble.org>

p4raw-id: //depot/perl@13739

22 years ago...while $var = glob(...)
Robin Houston [Mon, 17 Dec 2001 15:51:54 +0000]
...while $var = glob(...)
Message-ID: <20011217155153.A311@robin.kitsite.com>

p4raw-id: //depot/perl@13738

22 years ago-t and the core tests; -t and PERL5OPT
Rafael Garcia-Suarez [Mon, 17 Dec 2001 15:23:01 +0000]
-t and the core tests; -t and PERL5OPT
Message-ID: <20011217152301.A704@rafael>

p4raw-id: //depot/perl@13737

22 years agoThe system() vs $SIG{ARLM} is no more a todo.
Jarkko Hietaniemi [Mon, 17 Dec 2001 18:36:20 +0000]
The system() vs $SIG{ARLM} is no more a todo.

p4raw-id: //depot/perl@13736

22 years agoalarm() test, take two
Michael G. Schwern [Sun, 16 Dec 2001 23:59:01 +0000]
alarm() test, take two
Message-ID: <20011217045901.GL17232@blackrider>

p4raw-id: //depot/perl@13735

22 years agos/UNIX/Unix/
Jarkko Hietaniemi [Mon, 17 Dec 2001 17:54:19 +0000]
s/UNIX/Unix/

p4raw-id: //depot/perl@13734

22 years agoMove ExtUtils tests to lib/ExtUtils/t.
Jarkko Hietaniemi [Mon, 17 Dec 2001 17:50:22 +0000]
Move ExtUtils tests to lib/ExtUtils/t.

p4raw-id: //depot/perl@13733

22 years ago[PATCH] MM_Unix tests, and some questions
Tels [Sun, 16 Dec 2001 22:29:13 +0000]
[PATCH] MM_Unix tests, and some questions
Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)
Message-Id: <200112162132.XAA12694@tiku.hut.fi>

Subject: Re: [PATCH] MM_Unix tests, and some questions
From: Tels <perl_dummy@bloodgate.com>
Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)
Message-Id: <200112162332.BAA25411@tiku.hut.fi>

p4raw-id: //depot/perl@13732

22 years agominiperl found before perl
Michael G. Schwern [Sun, 16 Dec 2001 17:53:55 +0000]
miniperl found before perl
Message-ID: <20011216225354.GE8900@blackrider>

p4raw-id: //depot/perl@13731

22 years agoRe: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
Michael G. Schwern [Sun, 16 Dec 2001 16:12:55 +0000]
Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
Message-ID: <20011216211255.GV8900@blackrider>

p4raw-id: //depot/perl@13730

22 years agoExporter.pm
Nicholas Clark [Sun, 16 Dec 2001 19:24:25 +0000]
Exporter.pm
Message-ID: <20011216192425.R21702@plum.flirble.org>

p4raw-id: //depot/perl@13729

22 years agoExporter.t (and question)
Nicholas Clark [Sun, 16 Dec 2001 17:24:55 +0000]
Exporter.t (and question)
Message-ID: <20011216172455.P21702@plum.flirble.org>

p4raw-id: //depot/perl@13728

22 years agoRe: perl@13661
John P. Linderman [Mon, 17 Dec 2001 07:11:27 +0000]
Re: perl@13661
Message-Id: <200112171211.HAA71597@raptor.research.att.com>

p4raw-id: //depot/perl@13727

22 years agoWill the real Unicode encoding please stand up?
Jeffrey Friedl [Sun, 16 Dec 2001 11:36:32 +0000]
Will the real Unicode encoding please stand up?
Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@13726

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 17 Dec 2001 16:43:09 +0000]
Integrate perlio:

[ 13724]
Fix for alarm() breaking into wait*().
Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
signal handler before caller re-does the system call.

p4raw-link: @13724 on //depot/perlio: cddd4526476ba0ae3c81876684c5e7a648cb3265

p4raw-id: //depot/perl@13725

22 years agoFix for alarm() breaking into wait*().
Nick Ing-Simmons [Mon, 17 Dec 2001 09:16:50 +0000]
Fix for alarm() breaking into wait*().
Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
signal handler before caller re-does the system call.

p4raw-id: //depot/perlio@13724

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 17 Dec 2001 07:45:13 +0000]
Integrate mainline

p4raw-id: //depot/perlio@13723

22 years agoDisallow also Unicode ranges 0xFDD0..0xFDEF and
Jarkko Hietaniemi [Sun, 16 Dec 2001 16:12:57 +0000]
Disallow also Unicode ranges 0xFDD0..0xFDEF and
0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
and characters beyond 0x10FFF should be disallowed, too,
but some tests would need changing, but more importantly some
APIs would need remodeling since one can easily generate such
characters either by bitwise complements, tr complements, or
v-strings.

p4raw-id: //depot/perl@13722

22 years agoMake surrogates illegal also on EBCDIC.
Jarkko Hietaniemi [Sun, 16 Dec 2001 15:34:52 +0000]
Make surrogates illegal also on EBCDIC.

p4raw-id: //depot/perl@13721

22 years ago[patch @13687] Unicode::Collate 0.10
SADAHIRO Tomoyuki [Sun, 16 Dec 2001 21:22:12 +0000]
[patch @13687] Unicode::Collate 0.10
Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>

p4raw-id: //depot/perl@13720

22 years agoMore documentation for the encoding pragma.
Jarkko Hietaniemi [Sun, 16 Dec 2001 14:39:34 +0000]
More documentation for the encoding pragma.

p4raw-id: //depot/perl@13719

22 years agolib/open.pm
Jeffrey Friedl [Sat, 15 Dec 2001 23:07:42 +0000]
lib/open.pm
Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@13718

22 years agoAdd tests for ExtUtils::Installed
chromatic [Sat, 15 Dec 2001 23:24:40 +0000]
Add tests for ExtUtils::Installed
Message-ID: <20011216062507.71492.qmail@onion.perl.org>

p4raw-id: //depot/perl@13717

22 years agoLittle warning nit
Michael G. Schwern [Sun, 16 Dec 2001 01:14:00 +0000]
Little warning nit
Message-ID: <20011216061400.GC8900@blackrider>

p4raw-id: //depot/perl@13716

22 years agoRe: [PATCH t/test.pl] diagnostics to STDERR
Michael G. Schwern [Sun, 16 Dec 2001 01:12:42 +0000]
Re: [PATCH t/test.pl] diagnostics to STDERR
Message-ID: <20011216061242.GB8900@blackrider>

p4raw-id: //depot/perl@13715

22 years agoI sometimes outsmart myself.
Jarkko Hietaniemi [Sun, 16 Dec 2001 04:21:53 +0000]
I sometimes outsmart myself.

p4raw-id: //depot/perl@13714

22 years agoFwd: [russell-belfast-pm@futureless.org: Re: This is the __END__]
Michael G. Schwern [Sat, 15 Dec 2001 15:08:29 +0000]
Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__]
Message-ID: <20011215200829.GK1548@blackrider>

p4raw-id: //depot/perl@13713

22 years agoperlunicode enchancements suggested by Jeffrey Friedl.
Jarkko Hietaniemi [Sun, 16 Dec 2001 03:22:39 +0000]
perlunicode enchancements suggested by Jeffrey Friedl.

p4raw-id: //depot/perl@13712

22 years agoperlunicode.pod
Jeffrey Friedl [Sat, 15 Dec 2001 19:17:09 +0000]
perlunicode.pod
Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@13711

22 years agoRESENT - [PATCH] utf8_heavy.pl
Jeffrey Friedl [Sat, 15 Dec 2001 19:55:01 +0000]
RESENT - [PATCH] utf8_heavy.pl
Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@13710

22 years agoCan't create surrogates; so can't match them, either.
Jarkko Hietaniemi [Sun, 16 Dec 2001 02:47:36 +0000]
Can't create surrogates; so can't match them, either.

p4raw-id: //depot/perl@13709

22 years agodiagnostics to STDERR
Michael G. Schwern [Sat, 15 Dec 2001 21:20:35 +0000]
diagnostics to STDERR
Message-ID: <20011216022035.GE5672@blackrider>

p4raw-id: //depot/perl@13708

22 years agoMake creating UTF-8 surrogates a punishable act.
Jarkko Hietaniemi [Sun, 16 Dec 2001 02:45:06 +0000]
Make creating UTF-8 surrogates a punishable act.

p4raw-id: //depot/perl@13707

22 years agoSupport \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
Jarkko Hietaniemi [Sat, 15 Dec 2001 23:00:56 +0000]
Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.

p4raw-id: //depot/perl@13706

22 years agorcatline support ($_.=<ARGV>)
Rafael Garcia-Suarez [Sat, 15 Dec 2001 23:21:43 +0000]
rcatline support ($_.=<ARGV>)
Message-ID: <20011215232143.A11790@rafael>

p4raw-id: //depot/perl@13705

22 years agoMake charnames more robust.
Jarkko Hietaniemi [Sat, 15 Dec 2001 22:09:20 +0000]
Make charnames more robust.

p4raw-id: //depot/perl@13704

22 years agoThe hoops one has to jump through.
Jarkko Hietaniemi [Sat, 15 Dec 2001 17:30:55 +0000]
The hoops one has to jump through.

p4raw-id: //depot/perl@13703

22 years agoperlstyle.pod nit on warnings
Audrey Tang [Sat, 15 Dec 2001 04:24:34 +0000]
perlstyle.pod nit on warnings
Message-ID: <20011215122434.GA1682@egb.elixus.org>

p4raw-id: //depot/perl@13702

22 years agoI don't think we are in FooOS, Toto.
Jarkko Hietaniemi [Sat, 15 Dec 2001 17:17:47 +0000]
I don't think we are in FooOS, Toto.

p4raw-id: //depot/perl@13701

22 years agoRe: Untested modules update: There's more than we thought
chromatic [Fri, 14 Dec 2001 17:20:24 +0000]
Re: Untested modules update:  There's more than we thought
Message-ID: <20011215002049.37259.qmail@onion.perl.org>

p4raw-id: //depot/perl@13700

22 years ago-bytecompile & -compile for testing perlcc
Michael G. Schwern [Fri, 14 Dec 2001 20:59:42 +0000]
-bytecompile & -compile for testing perlcc
Message-ID: <20011215015942.GF28596@blackrider>

p4raw-id: //depot/perl@13699

22 years agoCompile test
Michael G. Schwern [Fri, 14 Dec 2001 20:03:46 +0000]
Compile test
Message-ID: <20011215010346.GD28596@blackrider>

p4raw-id: //depot/perl@13698

22 years agoSome weak docs
Michael G. Schwern [Fri, 14 Dec 2001 19:59:13 +0000]
Some weak docs
Message-ID: <20011215005913.GC28596@blackrider>

p4raw-id: //depot/perl@13697

22 years agoB::Asmdata test
Michael G. Schwern [Fri, 14 Dec 2001 19:36:12 +0000]
B::Asmdata test
Message-ID: <20011215003611.GA28596@blackrider>

p4raw-id: //depot/perl@13696

22 years agoAdding B::Asmdata docs
Michael G. Schwern [Fri, 14 Dec 2001 19:14:14 +0000]
Adding B::Asmdata docs
Message-ID: <20011215001414.GA25077@blackrider>

p4raw-id: //depot/perl@13695

22 years agoPermissions.
Jarkko Hietaniemi [Sat, 15 Dec 2001 17:00:44 +0000]
Permissions.

p4raw-id: //depot/perl@13694

22 years agoBenchmark test from Nicholas Clark.
Jarkko Hietaniemi [Fri, 14 Dec 2001 23:48:59 +0000]
Benchmark test from Nicholas Clark.

p4raw-id: //depot/perl@13693

22 years agoMithing.
Jarkko Hietaniemi [Fri, 14 Dec 2001 23:33:28 +0000]
Mithing.

p4raw-id: //depot/perl@13692

22 years agoSilence compiler worries found by Schwern/Digital cc.
Jarkko Hietaniemi [Fri, 14 Dec 2001 21:26:08 +0000]
Silence compiler worries found by Schwern/Digital cc.

p4raw-id: //depot/perl@13691

22 years agoUser may not have a valid home directory even if
Jarkko Hietaniemi [Fri, 14 Dec 2001 20:26:51 +0000]
User may not have a valid home directory even if
getpwuid() succedds.

p4raw-id: //depot/perl@13690

22 years agoIntegrate with perlio. (No changes, but that's okay.)
Jarkko Hietaniemi [Fri, 14 Dec 2001 18:14:52 +0000]
Integrate with perlio.  (No changes, but that's okay.)

p4raw-id: //depot/perl@13689

22 years agoAdd a Configure hints file for VOS: the POSIX support
Jarkko Hietaniemi [Fri, 14 Dec 2001 18:06:18 +0000]
Add a Configure hints file for VOS: the POSIX support
of VOS is getting close to the point where it can run
Configure (some Configure tweaks will be required).

p4raw-id: //depot/perl@13688

22 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 14 Dec 2001 16:15:17 +0000]
Update Changes.

p4raw-id: //depot/perl@13687

22 years agoReintroduce Attribute::Handlers with Spider's fixes.
Jarkko Hietaniemi [Fri, 14 Dec 2001 16:07:02 +0000]
Reintroduce Attribute::Handlers with Spider's fixes.

p4raw-id: //depot/perl@13686

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 14 Dec 2001 15:57:00 +0000]
Integrate mainline

p4raw-id: //depot/perlio@13685

22 years ago-t taint warnings
Michael G. Schwern [Thu, 13 Dec 2001 19:27:08 +0000]
-t taint warnings
Message-ID: <20011214002707.GA10532@blackrider>

(reword the perlrun -t description a bit,
 and move the Itaint_warn to the bottom of
 the intrpvar.h for binary compatibility)

p4raw-id: //depot/perl@13684

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 14 Dec 2001 12:29:41 +0000]
Integrate mainline

p4raw-id: //depot/perlio@13683

22 years agoDetypo.
Jarkko Hietaniemi [Fri, 14 Dec 2001 04:10:37 +0000]
Detypo.

p4raw-id: //depot/perl@13682

22 years agoBuffer overflow checks.
Jarkko Hietaniemi [Fri, 14 Dec 2001 04:07:08 +0000]
Buffer overflow checks.

p4raw-id: //depot/perl@13681

22 years ago[ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1...
Spider Boardman [Thu, 13 Dec 2001 15:32:51 +0000]
[ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>

p4raw-id: //depot/perl@13680

22 years agoMore on the Unicode "line" definition.
Jarkko Hietaniemi [Thu, 13 Dec 2001 21:27:31 +0000]
More on the Unicode "line" definition.

p4raw-id: //depot/perl@13679

22 years agoOpen-ended VERSION?
Jarkko Hietaniemi [Thu, 13 Dec 2001 21:18:47 +0000]
Open-ended VERSION?

p4raw-id: //depot/perl@13678

22 years agoBetter make distclean
H.Merijn Brand [Thu, 13 Dec 2001 21:10:18 +0000]
Better make distclean
Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@13677

22 years agoRemove Memoize::Saves as requested by mjd.
Jarkko Hietaniemi [Thu, 13 Dec 2001 17:11:42 +0000]
Remove Memoize::Saves as requested by mjd.

p4raw-id: //depot/perl@13676

22 years agoOld RCS $Date$ tag
Michael G. Schwern [Tue, 11 Dec 2001 23:17:32 +0000]
Old RCS $Date$ tag
Message-ID: <20011212041732.GS17250@blackrider>

p4raw-id: //depot/perl@13675

22 years agoRe: use utf8; with bad utf8
Nicholas Clark [Thu, 13 Dec 2001 17:09:39 +0000]
Re: use utf8; with bad utf8
Message-ID: <20011213170939.L21702@plum.flirble.org>

p4raw-id: //depot/perl@13674

22 years ago(LONG!) Sort benchmarks and patch
John P. Linderman [Thu, 13 Dec 2001 09:50:58 +0000]
(LONG!) Sort benchmarks and patch
Message-Id: <200112131450.JAA84836@raptor.research.att.com>

p4raw-id: //depot/perl@13673

22 years agoUnadorned numbers evil.
Jarkko Hietaniemi [Thu, 13 Dec 2001 14:19:28 +0000]
Unadorned numbers evil.

p4raw-id: //depot/perl@13672

22 years ago"preprocessing directive not recognized within macro arg"
Jarkko Hietaniemi [Thu, 13 Dec 2001 13:35:47 +0000]
"preprocessing directive not recognized within macro arg"

p4raw-id: //depot/perl@13671

22 years agoClarifying the documentation of goto
Ben Tilly [Thu, 13 Dec 2001 08:57:38 +0000]
Clarifying the documentation of goto
Message-ID: <3C18BD8B@operamail.com>

p4raw-id: //depot/perl@13670

22 years agoIt could be possible for the case-insensitive
Jarkko Hietaniemi [Thu, 13 Dec 2001 04:38:19 +0000]
It could be possible for the case-insensitive
Unicode-aware string comparison to wander off
to the la-la land.

p4raw-id: //depot/perl@13669

22 years agoRe: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
Michael G. Schwern [Wed, 12 Dec 2001 21:53:46 +0000]
Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
Message-ID: <20011213025346.GH25129@blackrider>

p4raw-id: //depot/perl@13668

22 years agoProper skip tests and VMS unlink
Michael G. Schwern [Wed, 12 Dec 2001 20:33:42 +0000]
Proper skip tests and VMS unlink
Message-ID: <20011213013342.GX25129@blackrider>

p4raw-id: //depot/perl@13667

22 years agoRe: [PATCH] use utf8; tests
Nicholas Clark [Thu, 13 Dec 2001 00:16:58 +0000]
Re: [PATCH] use utf8; tests
Message-ID: <20011213001658.I21702@plum.flirble.org>

p4raw-id: //depot/perl@13666

22 years agoEPOC fixes from Olaf Flebbe.
Jarkko Hietaniemi [Wed, 12 Dec 2001 21:45:49 +0000]
EPOC fixes from Olaf Flebbe.

p4raw-id: //depot/perl@13665

22 years agoVMS test fix-ups
Craig A. Berry [Wed, 12 Dec 2001 16:27:48 +0000]
VMS test fix-ups
Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>

p4raw-id: //depot/perl@13664

22 years agoRe: Next cygwin round.
Gerrit P. Haase [Wed, 12 Dec 2001 21:59:00 +0000]
Re: Next cygwin round.
Message-ID: <122343874595.20011212215900@familiehaase.de>

p4raw-id: //depot/perl@13663

22 years agouse utf8; tests
Nicholas Clark [Wed, 12 Dec 2001 20:07:04 +0000]
use utf8; tests
Message-ID: <20011212200704.E21702@plum.flirble.org>

p4raw-id: //depot/perl@13662

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 12 Dec 2001 15:24:42 +0000]
Update Changes.

p4raw-id: //depot/perl@13661

22 years agoPassing in env to perl_parse did not work
Gisle Aas [Tue, 11 Dec 2001 20:52:57 +0000]
Passing in env to perl_parse did not work
Message-ID: <lrheqxniom.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@13660

22 years agoFixes for casting problems detected on a SuSE 7.2 Itanium,
Jarkko Hietaniemi [Wed, 12 Dec 2001 14:33:30 +0000]
Fixes for casting problems detected on a SuSE 7.2 Itanium,
mostly gcc -Wall complaining about the argument of %p not
being a void *.

p4raw-id: //depot/perl@13659

22 years agoTry YP/NIS also from /usr/lib/yp.
Jarkko Hietaniemi [Wed, 12 Dec 2001 14:08:49 +0000]
Try YP/NIS also from /usr/lib/yp.

p4raw-id: //depot/perl@13657

22 years agoypcat working, but NIS not used
Michael G. Schwern [Wed, 12 Dec 2001 05:27:02 +0000]
ypcat working, but NIS not used
Message-ID: <20011212102702.GW17250@blackrider>

(the op/grent part)

p4raw-id: //depot/perl@13656

22 years agoWeed out .files from ls and readdir() results.
Jarkko Hietaniemi [Wed, 12 Dec 2001 14:01:55 +0000]
Weed out .files from ls and readdir() results.

p4raw-id: //depot/perl@13655

22 years agoRe: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
Wolfgang Laun [Wed, 12 Dec 2001 10:52:21 +0000]
Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>

p4raw-id: //depot/perl@13654

22 years agodoio fatal on cygwin for 13651
H.Merijn Brand [Wed, 12 Dec 2001 11:28:13 +0000]
doio fatal on cygwin for 13651
Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@13653

22 years agoGet the whole line of ls, makes debugging easier
Jarkko Hietaniemi [Wed, 12 Dec 2001 13:32:51 +0000]
Get the whole line of ls, makes debugging easier
(from Schwern)

p4raw-id: //depot/perl@13652

22 years agorename() must be tested even without link()
Jarkko Hietaniemi [Wed, 12 Dec 2001 05:42:05 +0000]
rename() must be tested even without link()
or the utime() and rename-directory tests fail.
(Also got the BeOS utime atime/time the wrong way round.)

p4raw-id: //depot/perl@13651

22 years agoNow that the beos.c is compiled at the main level
Jarkko Hietaniemi [Wed, 12 Dec 2001 05:36:31 +0000]
Now that the beos.c is compiled at the main level
the header is in the beos/

p4raw-id: //depot/perl@13650

22 years agoMust remember to require Socket.
Jarkko Hietaniemi [Wed, 12 Dec 2001 04:25:21 +0000]
Must remember to require Socket.

p4raw-id: //depot/perl@13649

22 years agoIn BeOS Errno must resort to actual compilation
Jarkko Hietaniemi [Wed, 12 Dec 2001 04:12:05 +0000]
In BeOS Errno must resort to actual compilation
and execution for some of the error constants.

p4raw-id: //depot/perl@13648

22 years agoBeOS still has no good sockets.
Jarkko Hietaniemi [Wed, 12 Dec 2001 03:23:26 +0000]
BeOS still has no good sockets.

p4raw-id: //depot/perl@13647

22 years agoBeOS sockets are not true sockets.
Jarkko Hietaniemi [Wed, 12 Dec 2001 03:19:56 +0000]
BeOS sockets are not true sockets.

p4raw-id: //depot/perl@13646

22 years agoNo Socket, no Syslog.
Jarkko Hietaniemi [Wed, 12 Dec 2001 03:14:32 +0000]
No Socket, no Syslog.

p4raw-id: //depot/perl@13645

22 years ago(On some platforms) missing truncate FH.
Jarkko Hietaniemi [Wed, 12 Dec 2001 03:12:46 +0000]
(On some platforms) missing truncate FH.

p4raw-id: //depot/perl@13644

22 years agoio/fs cleanup: testing on win32/cygwin/netware/djgpp/...
Jarkko Hietaniemi [Wed, 12 Dec 2001 03:09:37 +0000]
io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
and vms would be muchly appreciated.

p4raw-id: //depot/perl@13643

22 years agoutime() updates only the mtime in BeOS.
Jarkko Hietaniemi [Wed, 12 Dec 2001 02:32:05 +0000]
utime() updates only the mtime in BeOS.

p4raw-id: //depot/perl@13642

22 years agoNo link(), no need to dSP.
Jarkko Hietaniemi [Wed, 12 Dec 2001 01:50:13 +0000]
No link(), no need to dSP.

p4raw-id: //depot/perl@13641

22 years agoMissing argument.
Jarkko Hietaniemi [Wed, 12 Dec 2001 01:49:40 +0000]
Missing argument.

p4raw-id: //depot/perl@13640

22 years ago(1) To assume any setuid programs is silly.
Jarkko Hietaniemi [Wed, 12 Dec 2001 01:44:39 +0000]
(1) To assume any setuid programs is silly.
(2) Chaining tests with booleans means that some
    of them may not get run which means getting out
    of test count sync.

p4raw-id: //depot/perl@13639