22 years agoIntegrate 8.3 fix for PPPort fix
Nick Ing-Simmons [Sun, 30 Dec 2001 18:33:41 +0000]
Integrate 8.3 fix for PPPort fix

p4raw-id: //depot/perlio@13962
p4raw-branched: from //depot/perl@13959 'branch in'
ext/Devel/PPPort/ppport_h.PL
p4raw-deleted: from //depot/perl@13959 'delete in'
ext/Devel/PPPort/ppport.h.PL (@13958..)
p4raw-integrated: from //depot/perl@13959 'copy in'
ext/Devel/PPPort/Makefile.PL (@13958..)

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 30 Dec 2001 17:35:45 +0000]
Integrate perlio:

[ 13959]
Win32 stuff:
A. Use Perl_my_socketpair()
B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
C. (In passing) work round fact that $$ is now SvREADONLY so we need to
take special measures to set it during pseudo-fork.

p4raw-link: @13959 on //depot/perlio: e10bb1e95b6ccccae69758ba14c120c19396b201

p4raw-id: //depot/perl@13961

22 years agoFix ppport.h for Unix.
Jarkko Hietaniemi [Sun, 30 Dec 2001 17:33:24 +0000]
Fix ppport.h for Unix.

p4raw-id: //depot/perl@13960

22 years agoWin32 stuff:
Nick Ing-Simmons [Sun, 30 Dec 2001 16:53:42 +0000]
Win32 stuff:
 A. Use Perl_my_socketpair()
 B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
 C. (In passing) work round fact that $$ is now SvREADONLY so we need to
    take special measures to set it during pseudo-fork.

p4raw-id: //depot/perlio@13959

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 30 Dec 2001 16:33:58 +0000]
Integrate perlio:

[ 13950]
Win32 hides some errno-oid constants in <winsock.h> under assumed names.
This gets them into Errno.pm - yet to prove they end up in $!.

[ 13948]
remove embed.pl duplicates

[ 13944]
"Port" Devel::PPPort to Win32:
- need to set @INC before use in the test
- {} are special to dmake, so use ppport.h.PL
rather than commandline

p4raw-link: @13950 on //depot/perlio: 4d70086c95dd7d504d588db11daab964a36e98ee
p4raw-link: @13948 on //depot/perlio: bcd4838a2aabb71350585eb4c5a0be33ada1227d
p4raw-link: @13944 on //depot/perlio: a06d4b7fa7822309a686f69b7ef2469437e518ec

p4raw-id: //depot/perl@13958

22 years agoMust look for cat also in $PATH (noticed by Philip Newton).
Jarkko Hietaniemi [Sun, 30 Dec 2001 16:32:11 +0000]
Must look for cat also in $PATH (noticed by Philip Newton).

p4raw-id: //depot/perl@13956

22 years agoPOSIX to understand _SC_PAGESIZE
Blair Zajac [Sat, 29 Dec 2001 22:37:03 +0000]
POSIX to understand _SC_PAGESIZE
Message-ID: <3C2EB60F.BB4321DD@orcaware.com>

p4raw-id: //depot/perl@13955

22 years agoRegen files.
Jarkko Hietaniemi [Sun, 30 Dec 2001 16:17:44 +0000]
Regen files.

p4raw-id: //depot/perl@13954

22 years ago-t without -w
Michael G. Schwern [Sat, 29 Dec 2001 23:46:25 +0000]
-t without -w
Message-ID: <20011230044625.GA14386@blackrider>

p4raw-id: //depot/perl@13953

22 years agoRe: Win32 snag - File::Find File::Spec and Config.pm
Dave Rolsky [Sat, 29 Dec 2001 23:16:54 +0000]
Re: Win32 snag - File::Find File::Spec and Config.pm
Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>

$^O is NetWare, not Netware.

p4raw-id: //depot/perl@13952

22 years agoSarathy thinks undoing C++ comments from C++ files
Jarkko Hietaniemi [Sun, 30 Dec 2001 15:51:19 +0000]
Sarathy thinks undoing C++ comments from C++ files
is a bit too zealous.

p4raw-id: //depot/perl@13951

22 years agoWin32 hides some errno-oid constants in <winsock.h> under assumed names.
Nick Ing-Simmons [Sun, 30 Dec 2001 14:30:02 +0000]
Win32 hides some errno-oid constants in <winsock.h> under assumed names.
This gets them into Errno.pm - yet to prove they end up in $!.

p4raw-id: //depot/perlio@13950

22 years agoIntegrate Cwd muddle
Nick Ing-Simmons [Sun, 30 Dec 2001 12:02:21 +0000]
Integrate Cwd muddle

p4raw-id: //depot/perlio@13949

22 years agoremove embed.pl duplicates
Nick Ing-Simmons [Sun, 30 Dec 2001 11:51:40 +0000]
remove embed.pl duplicates

p4raw-id: //depot/perlio@13948

22 years agoMore Cwd tidy up
Nick Ing-Simmons [Sun, 30 Dec 2001 11:35:51 +0000]
More Cwd tidy up

p4raw-id: //depot/perl@13947

22 years agoUndo a mess trying Cwd.pm in its ext directory
Nick Ing-Simmons [Sun, 30 Dec 2001 11:12:42 +0000]
Undo a mess trying Cwd.pm in its ext directory

p4raw-id: //depot/perl@13946

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 30 Dec 2001 10:03:43 +0000]
Integrate mainline

p4raw-id: //depot/perlio@13945

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 30 Dec 2001 10:03:43 +0000]
Integrate mainline

p4raw-id: //depot/perl@13945

22 years ago"Port" Devel::PPPort to Win32:
Nick Ing-Simmons [Sun, 30 Dec 2001 09:27:16 +0000]
"Port" Devel::PPPort to Win32:
 - need to set @INC before use in the test
 - {} are special to dmake, so use ppport.h.PL
   rather than commandline

p4raw-id: //depot/perlio@13944

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sat, 29 Dec 2001 21:30:48 +0000]
Update Changes.

p4raw-id: //depot/perl@13943

22 years agocleaner close on tests, take 2
Andreas König [Sat, 29 Dec 2001 21:42:37 +0000]
cleaner close on tests, take 2
Message-ID: <m33d1tvjuq.fsf@anima.de>

(the DB_File patches)

p4raw-id: //depot/perl@13942

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 29 Dec 2001 20:25:22 +0000]
Integrate perlio:

[ 13936]
Routine regen_config_h - no real differences other than order of crypt

p4raw-link: @13936 on //depot/perlio: 0432a43a1d6ff62bb61d33a21137db24dfafbeb3

p4raw-id: //depot/perl@13941

22 years agocleaner close on tests, take 2
Andreas König [Sat, 29 Dec 2001 21:42:37 +0000]
cleaner close on tests, take 2
Message-ID: <m33d1tvjuq.fsf@anima.de>

(except for the three DB_File patch fragments)

p4raw-id: //depot/perl@13940

22 years agofrom the non-ANSI comment police (was: it won't compile on win32)
H.Merijn Brand [Sat, 29 Dec 2001 20:38:59 +0000]
from the non-ANSI comment police (was: it won't compile on win32)
Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>

(NetWare tree not touched because it's very //)

p4raw-id: //depot/perl@13939

22 years agoIntegrate mainline (ok linux)
Nick Ing-Simmons [Sat, 29 Dec 2001 19:23:32 +0000]
Integrate mainline (ok linux)

p4raw-id: //depot/perlio@13938

22 years agoGive up on serious testing of langinfo(). Leave the old
Jarkko Hietaniemi [Sat, 29 Dec 2001 18:28:36 +0000]
Give up on serious testing of langinfo().  Leave the old
code in place, though.

p4raw-id: //depot/perl@13937

22 years agoRoutine regen_config_h - no real differences other than order of crypt
Nick Ing-Simmons [Sat, 29 Dec 2001 18:20:33 +0000]
Routine regen_config_h - no real differences other than order of crypt

p4raw-id: //depot/perlio@13936

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 29 Dec 2001 17:36:08 +0000]
Integrate perlio:

[ 13934]
Fudge Config.pm so File::Spec does not croak.

[ 13931]
Define the two socket error numbers in terms of WSAEXXXXX equivalents
(just to get util.c to compile)

p4raw-link: @13934 on //depot/perlio: f7d174987f2e9e2d250eda5da71dd17f5435109e
p4raw-link: @13931 on //depot/perlio: 4fb841ef8b04e5aa481a43c3c82397c8c4f1ccfa

p4raw-id: //depot/perl@13935

22 years agoFudge Config.pm so File::Spec does not croak.
Nick Ing-Simmons [Sat, 29 Dec 2001 17:27:50 +0000]
Fudge Config.pm so File::Spec does not croak.

p4raw-id: //depot/perlio@13934

22 years agoVOS tweaks from Paul Green.
Jarkko Hietaniemi [Sat, 29 Dec 2001 17:24:24 +0000]
VOS tweaks from Paul Green.

The Configure tweaks: the _exe needs to be
set after the init; VOS has fd 3 hardwired to /dev/tty;
the grep/ln/make substitutions really need to stick.

p4raw-id: //depot/perl@13932

22 years agoDefine the two socket error numbers in terms of WSAEXXXXX equivalents
Nick Ing-Simmons [Sat, 29 Dec 2001 17:00:38 +0000]
Define the two socket error numbers in terms of WSAEXXXXX equivalents
(just to get util.c to compile)

p4raw-id: //depot/perlio@13931

22 years agoPod whitespace cleanup, round 0.
coral@eekeek.org [Fri, 28 Dec 2001 19:58:22 +0000]
Pod whitespace cleanup, round 0.
Message-Id: <200112290058.fBT0wMD26750@eekeek.org>

p4raw-id: //depot/perl@13930

22 years agoop/exec Win32 patch from Schwern via Abe Timmerman.
Jarkko Hietaniemi [Sat, 29 Dec 2001 15:31:20 +0000]
op/exec Win32 patch from Schwern via Abe Timmerman.

p4raw-id: //depot/perl@13929

22 years agoMessage-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>
Abe Timmerman [Sat, 29 Dec 2001 13:10:06 +0000]
Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>

p4raw-id: //depot/perl@13928

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sat, 29 Dec 2001 15:27:39 +0000]
Integrate perlio:

[ 13926]
Nicholas Clark's embed.pl fix for my_socketpair

[ 13923]
Quick fix (after couple of clever fixes failed) for
"accept leaks memory" fail [ID 20011223.001]

p4raw-link: @13926 on //depot/perlio: 706e3e0fa48b7eca83a252c56ee7190a42ea58bd
p4raw-link: @13923 on //depot/perlio: 72f496dcd0fc92435ef5c603c8a681183058a7bc

p4raw-id: //depot/perl@13927

22 years agoNicholas Clark's embed.pl fix for my_socketpair
Nick Ing-Simmons [Sat, 29 Dec 2001 15:23:21 +0000]
Nicholas Clark's embed.pl fix for my_socketpair

p4raw-id: //depot/perlio@13926

22 years agoSlight tweaks on the MM_Win32.t.
Jarkko Hietaniemi [Sat, 29 Dec 2001 15:21:53 +0000]
Slight tweaks on the MM_Win32.t.

p4raw-id: //depot/perl@13925

22 years agoMessage-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
Abe Timmerman [Sat, 29 Dec 2001 12:51:36 +0000]
Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>

p4raw-id: //depot/perl@13924

22 years agoQuick fix (after couple of clever fixes failed) for
Nick Ing-Simmons [Sat, 29 Dec 2001 15:12:07 +0000]
Quick fix (after couple of clever fixes failed) for
"accept leaks memory" fail [ID 20011223.001]

p4raw-id: //depot/perlio@13923

22 years agoModule names and other nits
Audrey Tang [Sat, 29 Dec 2001 01:59:28 +0000]
Module names and other nits
Message-ID: <20011229015928.A29712@geb.elixus.org>

p4raw-id: //depot/perl@13922

22 years agosocketpair tweaks from Nicholas Clark.
Jarkko Hietaniemi [Sat, 29 Dec 2001 15:05:08 +0000]
socketpair tweaks from Nicholas Clark.

p4raw-id: //depot/perl@13921

22 years agoIntegrate mainline
Nick Ing-Simmons [Sat, 29 Dec 2001 12:36:21 +0000]
Integrate mainline

p4raw-id: //depot/perlio@13920

22 years agoRetract #13917.
Jarkko Hietaniemi [Fri, 28 Dec 2001 17:01:39 +0000]
Retract #13917.

p4raw-id: //depot/perl@13919

22 years agoprovisional MakeMaker patch for VMS
Craig A. Berry [Thu, 27 Dec 2001 22:29:37 +0000]
provisional MakeMaker patch for VMS
Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>

p4raw-id: //depot/perl@13918

22 years ago(retracted by #13919)
Jarkko Hietaniemi [Fri, 28 Dec 2001 16:57:19 +0000]
(retracted by #13919)

p4raw-id: //depot/perl@13917

22 years agoRemove debris in any case.
Jarkko Hietaniemi [Fri, 28 Dec 2001 01:16:45 +0000]
Remove debris in any case.

p4raw-id: //depot/perl@13915

22 years agoRe: B::walksymtable oddness
Mattia Barbon [Thu, 27 Dec 2001 19:14:24 +0000]
Re: B::walksymtable oddness
Message-ID: <3C2B7310.861.18820D0@localhost>

p4raw-id: //depot/perl@13914

22 years agobecause (sys)?read doesn't reset buffers
Nicholas Clark [Fri, 28 Dec 2001 00:43:02 +0000]
because (sys)?read doesn't reset buffers
Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@13913

22 years agoFast Latin1<->UTF-8 conversion for older Perls.
Jarkko Hietaniemi [Thu, 27 Dec 2001 23:56:20 +0000]
Fast Latin1<->UTF-8 conversion for older Perls.

p4raw-id: //depot/perl@13912

22 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 27 Dec 2001 14:52:45 +0000]
Update Changes.

p4raw-id: //depot/perl@13911

22 years agoMore wait status trickery for BeOS.
Jarkko Hietaniemi [Thu, 27 Dec 2001 14:32:23 +0000]
More wait status trickery for BeOS.

p4raw-id: //depot/perl@13910

22 years agoTry to catch the SIGBUS, as suggested by Nicholas Clark.
Jarkko Hietaniemi [Thu, 27 Dec 2001 14:15:27 +0000]
Try to catch the SIGBUS, as suggested by Nicholas Clark.

p4raw-id: //depot/perl@13908

22 years ago[ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTA...
gbarr@monty.mutatus.co.uk [Thu, 27 Dec 2001 14:41:36 +0000]
[ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>

p4raw-id: //depot/perl@13907

22 years agoRe: socketpair emulation
Nicholas Clark [Wed, 26 Dec 2001 20:08:14 +0000]
Re: socketpair emulation
Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@13906

22 years ago[DOC PATCH] left is right and right is left
Philip Newton [Thu, 27 Dec 2001 10:04:17 +0000]
[DOC PATCH] left is right and right is left
Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>

p4raw-id: //depot/perl@13905

22 years ago[PATCH] check return of close
Andreas König [Thu, 27 Dec 2001 09:47:30 +0000]
[PATCH] check return of close
Date: 27 Dec 2001 09:47:30 +0100
Message-ID: <m3ellhgicd.fsf@anima.de>

Subject: [PATCH] improve error reporting
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: 27 Dec 2001 09:54:55 +0100
Message-ID: <m3adw5gi00.fsf@anima.de>

Subject: [PATCH] check return value of close
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: 27 Dec 2001 10:03:55 +0100
Message-ID: <m3666tghl0.fsf@anima.de>

Subject: [PATCH] return of close
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: 27 Dec 2001 10:22:15 +0100
Message-ID: <m31yhhggqg.fsf@anima.de>

p4raw-id: //depot/perl@13904

22 years agocheck return of close
Andreas König [Thu, 27 Dec 2001 09:47:30 +0000]
check return of close
Message-ID: <m3ellhgicd.fsf@anima.de>

p4raw-id: //depot/perl@13903

22 years agobetter error diagnosis from t/op/sysio.t
Andreas König [Thu, 27 Dec 2001 09:21:16 +0000]
better error diagnosis from t/op/sysio.t
Message-ID: <m3n105gjk3.fsf@anima.de>

p4raw-id: //depot/perl@13902

22 years agoRe: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t (PLEASE...
Gerrit P. Haase [Thu, 27 Dec 2001 09:23:55 +0000]
Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
Message-ID: <98211521662.20011227092355@familiehaase.de>

p4raw-id: //depot/perl@13901

22 years agoIntegrate mainline
Nick Ing-Simmons [Thu, 27 Dec 2001 11:11:51 +0000]
Integrate mainline

p4raw-id: //depot/perlio@13900

22 years agoReplace the awful (most likely generated and not very persistent)
Jarkko Hietaniemi [Wed, 26 Dec 2001 21:30:13 +0000]
Replace the awful (most likely generated and not very persistent)
URL with something tangible.

p4raw-id: //depot/perl@13899

22 years agoNaughty /dev/printer (ls -l, really) of IRIX.
Jarkko Hietaniemi [Wed, 26 Dec 2001 21:21:01 +0000]
Naughty /dev/printer (ls -l, really) of IRIX.

p4raw-id: //depot/perl@13898

22 years agoUpgrade to Net::Ping 2.10.
Jarkko Hietaniemi [Wed, 26 Dec 2001 20:56:09 +0000]
Upgrade to Net::Ping 2.10.

p4raw-id: //depot/perl@13897

22 years agoBeOS has times() tick of 1000000, not CLK_TCK (1000)
Jarkko Hietaniemi [Wed, 26 Dec 2001 20:15:32 +0000]
BeOS has times() tick of 1000000, not CLK_TCK (1000)
(this showed up in Benchmark.t)

p4raw-id: //depot/perl@13896

22 years agoBeOS updates.
Jarkko Hietaniemi [Wed, 26 Dec 2001 19:52:03 +0000]
BeOS updates.

p4raw-id: //depot/perl@13895

22 years agoRe: bleadperl doesn't compile
Gerrit P. Haase [Wed, 26 Dec 2001 21:29:08 +0000]
Re: bleadperl doesn't compile
Message-ID: <22168634623.20011226212908@familiehaase.de>

Cygwin with multiplicity.

p4raw-id: //depot/perl@13894

22 years agoRe: [ PATCH ] Cygwin groups.t (PLEASE CHECK)
Nicholas Clark [Wed, 26 Dec 2001 19:07:33 +0000]
Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
Message-ID: <20011226190732.J48842@plum.flirble.org>

socketpair() (un)signedness nit.

p4raw-id: //depot/perl@13893

22 years agoRe: [PATCH] Re: [ PATCH ] Cygwin groups.t (PLEASE CHECK)
Nicholas Clark [Wed, 26 Dec 2001 19:19:47 +0000]
Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
Message-ID: <20011226191946.K48842@plum.flirble.org>

Use report_evil_fh().

p4raw-id: //depot/perl@13892

22 years agoBad $? assumptions.
Jarkko Hietaniemi [Wed, 26 Dec 2001 18:58:09 +0000]
Bad $? assumptions.

p4raw-id: //depot/perl@13891

22 years agoNet::Ping isn't going to work much without
Jarkko Hietaniemi [Wed, 26 Dec 2001 17:47:57 +0000]
Net::Ping isn't going to work much without
the Socket extension; fail more gracefully.

p4raw-id: //depot/perl@13890

22 years agotest -d /system is a bit too generic test for VOS
Jarkko Hietaniemi [Wed, 26 Dec 2001 17:18:59 +0000]
test -d /system is a bit too generic test for VOS
(false hit in BeOS)

p4raw-id: //depot/perl@13888

22 years agoNo AF_UNIX in BeOS.
Jarkko Hietaniemi [Wed, 26 Dec 2001 17:13:27 +0000]
No AF_UNIX in BeOS.

p4raw-id: //depot/perl@13887

22 years agoFAQ sync.
Jarkko Hietaniemi [Wed, 26 Dec 2001 17:07:39 +0000]
FAQ sync.

p4raw-id: //depot/perl@13886

22 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 25 Dec 2001 16:24:10 +0000]
Update Changes.

p4raw-id: //depot/perl@13885

22 years agoMake -t equal -tw.
Jarkko Hietaniemi [Tue, 25 Dec 2001 16:20:19 +0000]
Make -t equal -tw.

p4raw-id: //depot/perl@13884

22 years agoRe: Not OK 13881
John Peacock [Tue, 25 Dec 2001 06:02:12 +0000]
Re: Not OK 13881
Message-ID: <3C285CB4.8040006@rowman.com>

p4raw-id: //depot/perl@13883

22 years agoRe: Not OK 13881
Andreas König [Tue, 25 Dec 2001 07:33:23 +0000]
Re: Not OK 13881
Message-ID: <m3bsgnajws.fsf@anima.de>

p4raw-id: //depot/perl@13882

22 years agoPATCH: Restore "Can't declare scalar dereference in my" error
Mark-Jason Dominus [Mon, 24 Dec 2001 18:14:48 +0000]
PATCH: Restore "Can't declare scalar dereference in my" error
Message-ID: <20011224231448.25826.qmail@plover.com>

p4raw-id: //depot/perl@13881

22 years ago: ExtUtils::MM_* and File::Spec
Dave Rolsky [Mon, 24 Dec 2001 13:27:23 +0000]
: ExtUtils::MM_* and File::Spec
Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>

p4raw-id: //depot/perl@13880

22 years agoand [BUG] \X and \C fixed, \X still dorked
Jeffrey Friedl [Fri, 21 Dec 2001 23:18:17 +0000]
and [BUG]   \X and \C fixed, \X still dorked
Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>

The rest of the tests for plus few extras.

p4raw-id: //depot/perl@13879

22 years agoNo-op.
Jarkko Hietaniemi [Mon, 24 Dec 2001 17:13:53 +0000]
No-op.

p4raw-id: //depot/perl@13877

22 years agoMore constant casting.
Jarkko Hietaniemi [Mon, 24 Dec 2001 17:13:16 +0000]
More constant casting.

p4raw-id: //depot/perl@13876

22 years agoperlhack.pod
John P. Linderman [Sun, 23 Dec 2001 16:16:10 +0000]
perlhack.pod
Message-Id: <200112232116.QAA18463@raptor.research.att.com>

p4raw-id: //depot/perl@13875

22 years agoFile::Find patch patches from Thomas Wegner.
Jarkko Hietaniemi [Mon, 24 Dec 2001 16:41:03 +0000]
File::Find patch patches from Thomas Wegner.

p4raw-id: //depot/perl@13874

22 years agoRe: socketpair emulation
Nicholas Clark [Mon, 24 Dec 2001 16:11:30 +0000]
Re: socketpair emulation
Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@13873

22 years agoMust cast constants if they can be quads.
Jarkko Hietaniemi [Mon, 24 Dec 2001 02:53:02 +0000]
Must cast constants if they can be quads.

p4raw-id: //depot/perl@13872

22 years agoPromote the e/uid to wide enough un/signed integers
Jarkko Hietaniemi [Mon, 24 Dec 2001 01:40:12 +0000]
Promote the e/uid to wide enough un/signed integers
and printf them as such.

p4raw-id: //depot/perl@13871

22 years agoThe U32 alignment test wasn't really working, noticed
Jarkko Hietaniemi [Mon, 24 Dec 2001 01:14:06 +0000]
The U32 alignment test wasn't really working, noticed
by Paul Green.  Now the test works, but this means that
we may see coredumps from the test.   I sure hope MMUless
places don't crash on the test.

p4raw-id: //depot/perl@13869

22 years agoMore VOS tweaks.
Jarkko Hietaniemi [Sun, 23 Dec 2001 23:46:18 +0000]
More VOS tweaks.

p4raw-id: //depot/perl@13867

22 years agoThe funky final sigma casefolding.
Jarkko Hietaniemi [Sun, 23 Dec 2001 16:43:29 +0000]
The funky final sigma casefolding.

p4raw-id: //depot/perl@13866

22 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 23 Dec 2001 13:55:23 +0000]
Update Changes.

p4raw-id: //depot/perl@13865

22 years agoMove the \C and \X to pat.t.
Jarkko Hietaniemi [Sun, 23 Dec 2001 13:50:25 +0000]
Move the \C and \X to pat.t.

p4raw-id: //depot/perl@13864

22 years agoMore logical test ordering.
Jarkko Hietaniemi [Sun, 23 Dec 2001 04:04:20 +0000]
More logical test ordering.

p4raw-id: //depot/perl@13863

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 23 Dec 2001 01:47:23 +0000]
Integrate perlio:

[ 13854]
Win32 and makedef.pl fall-out of PerlIO/pTHX stuff

[ 13853]
Put PerlIO stuff inside EXTERN C

[ 13852]
Add at least the "important" PerlIO_xxxx functions to embed.pl
so that they get implicit pTHX_ and we can avoid slow dTHX.

p4raw-link: @13854 on //depot/perlio: 3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f
p4raw-link: @13853 on //depot/perlio: 582ed04c91818c6c9bf5b51c84f67b7c565925a7
p4raw-link: @13852 on //depot/perlio: e87a358ade5a3dd9a8b192569e18211d76c93743

p4raw-id: //depot/perl@13862

22 years agoEven more \X fixing.
Jarkko Hietaniemi [Sun, 23 Dec 2001 01:38:54 +0000]
Even more \X fixing.

p4raw-id: //depot/perl@13861

22 years agoMore \X fixing.
Jarkko Hietaniemi [Sun, 23 Dec 2001 01:29:45 +0000]
More \X fixing.

p4raw-id: //depot/perl@13860

22 years agoFix encoding pragma.
Jarkko Hietaniemi [Sun, 23 Dec 2001 00:57:10 +0000]
Fix encoding pragma.

p4raw-id: //depot/perl@13859

22 years agosocketpair emulation
Nicholas Clark [Sat, 22 Dec 2001 18:38:18 +0000]
socketpair emulation
Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@13858

22 years agoand [BUG] \X and \C fixed, \X still dorked
Jeffrey Friedl [Fri, 21 Dec 2001 23:18:17 +0000]
and [BUG]   \X and \C fixed, \X still dorked
Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>

(partially applied, most of the new tests need to be rethought)

p4raw-id: //depot/perl@13857

22 years agoSmall tweaks.
Jarkko Hietaniemi [Sat, 22 Dec 2001 23:45:35 +0000]
Small tweaks.

p4raw-id: //depot/perl@13856