Nicholas Clark [Mon, 10 Sep 2001 22:00:40 +0000]
avoiding hoardes of zombies
Message-ID: <
20010910220040.C1512@plum.flirble.org>
p4raw-id: //depot/perl@11987
John Peacock [Mon, 10 Sep 2001 16:34:30 +0000]
PATCH Resubmission - was Re: [ID
20010902.001] v strings over 2*31 barf
Message-ID: <
3B9D23D6.90BCCC25@rowman.com>
p4raw-id: //depot/perl@11986
Abhijit Menon-Sen [Mon, 10 Sep 2001 23:20:13 +0000]
Typo fixed by Blair Zajac in <
3B9D284C.23B8D20B@orcaware.com>.
p4raw-id: //depot/perl@11985
Tels [Fri, 7 Sep 2001 18:52:08 +0000]
(Retracted by #12001)
Subject: Calc with USE_MUL/USE_DIV
Message-Id: <
200109071651.TAA11249@tiku.hut.fi>
p4raw-id: //depot/perl@11984
Robin Barker [Mon, 10 Sep 2001 18:58:01 +0000]
Re: perl@11978
Message-Id: <
200109101758.SAA07670@tempest.npl.co.uk>
Format errors.
p4raw-id: //depot/perl@11983
Jarkko Hietaniemi [Mon, 10 Sep 2001 22:35:57 +0000]
Switch PADOFFSET back to U32 both because of binary backward
compatibility and because Arthur seems to have been fixing the
problems with naughty integer-pointer casting.
p4raw-id: //depot/perl@11982
chromatic [Mon, 10 Sep 2001 11:20:56 +0000]
Fix Pod Typo, Add Test for ExtUtils::Command
Message-Id: <
20010910172528.54160.qmail@onion.perl.org>
p4raw-id: //depot/perl@11981
Matt Sergeant [Mon, 10 Sep 2001 15:24:01 +0000]
Encode.pm docs fix
Message-ID: <
315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>
p4raw-id: //depot/perl@11980
Jarkko Hietaniemi [Mon, 10 Sep 2001 13:17:48 +0000]
Update Changes.
p4raw-id: //depot/perl@11979
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:59:40 +0000]
Revert #11973, the dTHX seems to be needed in there
for threaded builds.
p4raw-id: //depot/perl@11978
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:55:47 +0000]
Detypo.
p4raw-id: //depot/perl@11977
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:46:34 +0000]
Further Class::Struct patching from Damian.
The new new semantics are:
* If you pass an initializer for a nested object, it has to be:
a) a reference to an object of that class, or
b) a reference to an object of a subclass of that class, or
c) a reference to a hash of arguments to be passed to the
class's constructor
* If you pass no initializer for a nested object, the attribute
is initialized to C<undef>
p4raw-id: //depot/perl@11976
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:42:24 +0000]
Skip the crypt test if no crypt.
p4raw-id: //depot/perl@11975
Jarkko Hietaniemi [Mon, 10 Sep 2001 12:39:25 +0000]
Warn against using bare v-strings as IP addresses
(okay if using the wrappers from Socket)
p4raw-id: //depot/perl@11974
Artur Bergman [Mon, 10 Sep 2001 11:57:58 +0000]
Remove unused dTHX. Silenced another warning.
p4raw-id: //depot/perl@11973
Artur Bergman [Mon, 10 Sep 2001 11:54:25 +0000]
Silence some more warnings INT2PTR.
p4raw-id: //depot/perl@11972
Artur Bergman [Mon, 10 Sep 2001 11:21:50 +0000]
Silence another ITHREAD 64bit INT/32bit PTR warning.
p4raw-id: //depot/perl@11971
Artur Bergman [Mon, 10 Sep 2001 11:17:25 +0000]
Apply INT2PTR with force to silence warnings from
PM_GETRE and friends. No more warnings with 64bit
IVs and 32bit pointers.
p4raw-id: //depot/perl@11970
Artur Bergman [Mon, 10 Sep 2001 10:13:02 +0000]
Removed reference of -DPERL_CUSTOM_OPS in the documentation.
p4raw-id: //depot/perl@11969
Artur Bergman [Mon, 10 Sep 2001 10:02:51 +0000]
Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
Rename to custop_op_name to Perl_custom_op_name to match perlapi
Clone the hashtable PL_custom_op_names and PL_custop_op_descs in
perl_clone.
p4raw-id: //depot/perl@11968
Jarkko Hietaniemi [Mon, 10 Sep 2001 03:14:35 +0000]
Using strlen() not good on embedded nul bytes.
p4raw-id: //depot/perl@11967
Rafael Garcia-Suarez [Mon, 13 Aug 2001 22:51:59 +0000]
Re: [ID
20010810.011] 'use v2b' not allowed with strict
Message-ID: <
20010813225159.C6681@rafael>
(Applied with several tweaks.)
p4raw-id: //depot/perl@11966
Jarkko Hietaniemi [Sun, 9 Sep 2001 14:40:39 +0000]
The exact error message is system-dependent.
p4raw-id: //depot/perl@11965
Jarkko Hietaniemi [Sun, 9 Sep 2001 14:38:05 +0000]
Add Windows and Mac Sami support to Encode
(http://www.egt.ie/standards/se/sami-teastabaiki.html)
p4raw-id: //depot/perl@11964
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:54:07 +0000]
Use the tried method.
p4raw-id: //depot/perl@11963
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:46:59 +0000]
Can't count parentheses.
p4raw-id: //depot/perl@11962
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:34:12 +0000]
perlport additions: 1 while unlink, add/delete directory
entries and permissions, cygwin stat funkiness (from Michael
Schwern and Nicholas Clark)
p4raw-id: //depot/perl@11961
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:19:12 +0000]
blib does have a detectable test.
p4raw-id: //depot/perl@11960
chromatic [Sat, 8 Sep 2001 19:33:42 +0000]
Add Test for Term::Complete
Message-ID: <
20010909013810.11522.qmail@onion.perl.org>
p4raw-id: //depot/perl@11959
Michael G. Schwern [Sat, 8 Sep 2001 02:40:26 +0000]
Test::Tutorial?
Message-ID: <
20010908024026.A26283@blackrider>
p4raw-id: //depot/perl@11958
Jarkko Hietaniemi [Sun, 9 Sep 2001 13:03:33 +0000]
Try to look up protocol (by name) only iff it has non-numbers:
nice if the server is in a chrooted environment (no /etc/protocols,
server code using hardcorded protocol numbers like 6 for tcp),
suggested by John Holdsworth <coldwave@bigfoot.com>.
In other words, if we are given a number, why look it up again
(by number)?
p4raw-id: //depot/perl@11957
Jeff Pinyan [Sat, 8 Sep 2001 15:42:30 +0000]
[PATCH regcomp.c] zero-width assertions CAN be ?'d
Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.
0109081535480.24489-100000@crusoe.crusoe.net>
Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test
From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.
0109081832030.24489-100000@crusoe.crusoe.net>
Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.
0109081835340.24489-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11956
Craig A. Berry [Sat, 8 Sep 2001 19:02:16 +0000]
Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
Message-Id: <5.1.0.14.0.
20010908185936.01aadcc0@mail.mac.com>
p4raw-id: //depot/perl@11955
Jarkko Hietaniemi [Sun, 9 Sep 2001 02:30:39 +0000]
Documentation tweaks; think the IP address as an opaque string.
p4raw-id: //depot/perl@11954
Michael G. Schwern [Sat, 8 Sep 2001 19:45:46 +0000]
[REPATCH] Re: [PATCH] new test lib/blib.t
Message-ID: <
20010908194546.C9193@blackrider>
p4raw-id: //depot/perl@11953
chromatic [Sat, 8 Sep 2001 12:31:44 +0000]
Added Test for CGI::Fast
Message-ID: <
20010908183612.49960.qmail@onion.perl.org>
p4raw-id: //depot/perl@11952
Jarkko Hietaniemi [Sun, 9 Sep 2001 00:24:07 +0000]
The Socket tests were wrong: they were assuming too much.
p4raw-id: //depot/perl@11951
Jarkko Hietaniemi [Sat, 8 Sep 2001 20:09:07 +0000]
Retract the portability changes since they
seem to have opened a can of worms... will
go back to UNICOS/mk and do the bare minimum
required to get the tests working.
p4raw-id: //depot/perl@11950
Jarkko Hietaniemi [Sat, 8 Sep 2001 19:48:20 +0000]
PADOFFSET is used to cast pointers into integers,
if pointers are 64 bits and U32 32 bits,
bad things may happen, or at least warnings issued.
p4raw-id: //depot/perl@11949
Jarkko Hietaniemi [Sat, 8 Sep 2001 18:50:07 +0000]
Still more Socket portability tweaking.
Now Socket.t seems to be happy in all of
Linux/x86, Tru64/alpha, Solaris/sparc,
IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
Addendum: it seems that io_multihomed, io_sock, and hostent
were broken in little-endians (linux/x86 and tru64/alpha)
because of this change. Argh.
p4raw-id: //depot/perl@11948
Jarkko Hietaniemi [Sat, 8 Sep 2001 17:23:23 +0000]
More portability kicking on inet_ntoa().
p4raw-id: //depot/perl@11947
Michael G. Schwern [Fri, 7 Sep 2001 23:06:51 +0000]
[REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
Message-ID: <
20010907230651.R606@blackrider>
p4raw-id: //depot/perl@11946
chromatic [Fri, 7 Sep 2001 17:53:15 +0000]
Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
Message-ID: <
20010907235740.80566.qmail@onion.perl.org>
p4raw-id: //depot/perl@11945
Jarkko Hietaniemi [Fri, 7 Sep 2001 22:57:00 +0000]
Thinko.
p4raw-id: //depot/perl@11944
Craig A. Berry [Fri, 7 Sep 2001 15:30:03 +0000]
slash slashes in lib/CGI/Carp.pm
Message-Id: <5.1.0.14.0.
20010907142644.03700c38@exchi01>
p4raw-id: //depot/perl@11943
Michael G. Schwern [Fri, 7 Sep 2001 15:38:13 +0000]
(was Re: MakeMaker: MM_Unix rule excluding pods)
Message-ID: <
20010907153813.K606@blackrider>
p4raw-id: //depot/perl@11942
Robin Barker [Fri, 7 Sep 2001 18:28:23 +0000]
Silence the remaing format warning
Message-Id: <
200109071728.SAA13569@tempest.npl.co.uk>
p4raw-id: //depot/perl@11941
Jarkko Hietaniemi [Fri, 7 Sep 2001 20:26:29 +0000]
Clean up 1_compile.t; move tests to more consistent
places (t/ subdirectories); add integer.t (much of
the pragma is tested elsewhere but there is no one
centralized place)
p4raw-id: //depot/perl@11940
chromatic [Fri, 7 Sep 2001 10:17:40 +0000]
Re: [PATCH lib/File/Find/taint.t] Use Test::More
Message-ID: <
20010907162205.84723.qmail@onion.perl.org>
p4raw-id: //depot/perl@11939
Jarkko Hietaniemi [Fri, 7 Sep 2001 14:04:43 +0000]
Update Changes.
p4raw-id: //depot/perl@11938
Jarkko Hietaniemi [Fri, 7 Sep 2001 13:52:03 +0000]
Rename the old threading tutorial, start a new one,
regen toc.
p4raw-id: //depot/perl@11937
Jarkko Hietaniemi [Fri, 7 Sep 2001 13:05:48 +0000]
vars very much has a test.
p4raw-id: //depot/perl@11936
Nicholas Clark [Fri, 7 Sep 2001 13:54:40 +0000]
Re: wince/perl.ico marked as binary
Message-ID: <
20010907135439.D39150@plum.flirble.org>
and wince/Makefile.ce change from Rainer Keuchel.
p4raw-id: //depot/perl@11935
Jeff Pinyan [Fri, 7 Sep 2001 09:41:10 +0000]
Re: [PATCH regexec.c] more general .* and .*?
Message-ID: <Pine.GSO.4.21.
0109070933530.7041-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11934
Jeff Pinyan [Fri, 7 Sep 2001 08:44:17 +0000]
(Replaced by #11934)
Subject: Re: [PATCH regexec.c] more general .* and .*?
Message-ID: <Pine.GSO.4.21.
0109070836110.7041-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11933
Jarkko Hietaniemi [Fri, 7 Sep 2001 12:27:14 +0000]
The #11931 patching misbehaved.
p4raw-id: //depot/perl@11932
Michael G. Schwern [Fri, 7 Sep 2001 03:30:41 +0000]
Test::Harness 1.25 sync
Message-ID: <
20010907033041.A2796@blackrider>
p4raw-id: //depot/perl@11931
Gisle Aas [Thu, 6 Sep 2001 23:32:56 +0000]
Digest::MD5 update
Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
p4raw-id: //depot/perl@11930
chromatic [Thu, 6 Sep 2001 23:11:44 +0000]
Add Tests for the less Pragma
Message-ID: <
20010907051609.91459.qmail@onion.perl.org>
p4raw-id: //depot/perl@11929
Jarkko Hietaniemi [Fri, 7 Sep 2001 11:19:29 +0000]
The binary file must somehow differently stored.
p4raw-id: //depot/perl@11928
Jarkko Hietaniemi [Fri, 7 Sep 2001 03:53:29 +0000]
Add more modules to the list of modules that have tests,
Schwern's wallet is getting more nervous.
(Run t/lib/1_compile.t manually to see which modules
are lacking tests, or the tests can't be run for some
reason or another, such as the Net:: modules)
p4raw-id: //depot/perl@11927
Jarkko Hietaniemi [Fri, 7 Sep 2001 03:43:11 +0000]
Try to make Socket::inet_ntoa() more robust.
p4raw-id: //depot/perl@11926
chromatic [Wed, 5 Sep 2001 22:58:05 +0000]
Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
Message-Id: <
01090522580506.19590@firewheel>
p4raw-id: //depot/perl@11925
Stas Bekman [Fri, 7 Sep 2001 10:10:24 +0000]
Re: perlvar manpage and localizing special vars
Message-ID: <Pine.LNX.4.33.
0109071009240.19262-100000@stas.singnet.com.sg>
p4raw-id: //depot/perl@11924
Robin Barker [Thu, 6 Sep 2001 19:36:49 +0000]
noise from make in ext/SDBM
Message-Id: <
200109061836.TAA08747@tempest.npl.co.uk>
p4raw-id: //depot/perl@11923
Jarkko Hietaniemi [Thu, 6 Sep 2001 18:09:08 +0000]
Symbol missing; AIX unhappy.
p4raw-id: //depot/perl@11922
Jarkko Hietaniemi [Thu, 6 Sep 2001 17:52:43 +0000]
Add a test for [ID
20010906.019] perl crashes on "undef foo"
Reported in 5.61, seems to work okay in blead.
p4raw-id: //depot/perl@11921
Jarkko Hietaniemi [Thu, 6 Sep 2001 14:35:09 +0000]
Update Changes.
p4raw-id: //depot/perl@11920
Jarkko Hietaniemi [Thu, 6 Sep 2001 14:20:10 +0000]
Document the bad assumptions currently breaking
the Socket.t tests 10, 11, and 13 in UNICOS.
p4raw-id: //depot/perl@11919
Robin Barker [Thu, 6 Sep 2001 13:31:37 +0000]
make OPTIMIZE=...
Message-Id: <
200109061231.NAA25265@tempest.npl.co.uk>
p4raw-id: //depot/perl@11918
Jarkko Hietaniemi [Thu, 6 Sep 2001 14:01:45 +0000]
[PATCH] for perlhack.pod - no p5p archive on deja/google
From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
Date: Thu, 6 Sep 2001 11:09:40 +0100
Message-ID: <
20010906110939.A914@homer.diplex.co.uk>
Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google
From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
Date: 6 Sep 2001 10:14:38 -0000
Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>
p4raw-id: //depot/perl@11917
Tony Cook [Thu, 6 Sep 2001 12:35:49 +0000]
Extra NUL is Data::Dumper output - patch
Message-ID: <Pine.LNX.4.10.
10109061157210.9366-100000@develop-help.com>
p4raw-id: //depot/perl@11916
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:51:16 +0000]
Avoid redefinition warning
Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
from
perl -w -Ilib -MCwd -e ''
p4raw-id: //depot/perl@11915
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:30:32 +0000]
Update the is_tainted() example implementation.
p4raw-id: //depot/perl@11914
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:15:59 +0000]
Missing) in #11912.
p4raw-id: //depot/perl@11913
Jarkko Hietaniemi [Thu, 6 Sep 2001 13:08:48 +0000]
Rewhack Test-Simple into core harness.
p4raw-id: //depot/perl@11912
Jarkko Hietaniemi [Thu, 6 Sep 2001 11:54:06 +0000]
Workaround for the new Exporter 'feature'.
p4raw-id: //depot/perl@11911
Jarkko Hietaniemi [Thu, 6 Sep 2001 11:52:56 +0000]
Re-introduce pure-Perl fall-back for abs_path,
re-introduce #11898.
p4raw-id: //depot/perl@11910
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:49:13 +0000]
More tests.
p4raw-id: //depot/perl@11909
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:38:22 +0000]
Retract #11898 for now because it introduces
a rather nasty depencency: when B is being built,
MakeMaker is used. MakeMaker uses File::Find.
File::Find uses Cwd::getcwd()...which doesn't
exist yet.
p4raw-id: //depot/perl@11908
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:20:02 +0000]
New test welcome.
p4raw-id: //depot/perl@11907
Jarkko Hietaniemi [Thu, 6 Sep 2001 03:08:01 +0000]
Old test begone.
p4raw-id: //depot/perl@11906
Jarkko Hietaniemi [Thu, 6 Sep 2001 01:41:03 +0000]
Test-Simple syncup from Schwern.
p4raw-id: //depot/perl@11905
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:27:57 +0000]
In UNICOS division yada yada.
p4raw-id: //depot/perl@11902
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:26:23 +0000]
In UNICOS division is really lossy, better use
a tolerance test.
p4raw-id: //depot/perl@11901
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:22:38 +0000]
In UNICOS sigaction() sets an extra flag
("the signal has been registered for all the processes in
a multitasking group.")
p4raw-id: //depot/perl@11900
Jarkko Hietaniemi [Wed, 5 Sep 2001 23:18:48 +0000]
Documentation micropatch from Damian.
p4raw-id: //depot/perl@11899
Michael G. Schwern [Wed, 5 Sep 2001 15:58:21 +0000]
(Retracted by #11908)
Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
Message-ID: <
20010905155821.I632@blackrider>
p4raw-id: //depot/perl@11898
Michael G. Schwern [Wed, 5 Sep 2001 19:16:31 +0000]
Tests for CGI::Carp
Message-ID: <
20010905191631.E11386@blackrider>
p4raw-id: //depot/perl@11897
chromatic [Wed, 5 Sep 2001 18:08:07 +0000]
Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
Message-Id: <
01090518080700.19590@firewheel>
p4raw-id: //depot/perl@11896
Jarkko Hietaniemi [Wed, 5 Sep 2001 22:52:01 +0000]
Fix a typo #11889 and add a test for the same.
p4raw-id: //depot/perl@11895
Craig A. Berry [Wed, 5 Sep 2001 17:48:54 +0000]
tweak warnings.t and kill_perl.t for VMS
Message-Id: <5.1.0.14.0.
20010905145002.02b45218@exchi01>
p4raw-id: //depot/perl@11894
Michael G. Schwern [Wed, 5 Sep 2001 17:22:25 +0000]
tying a bareword causes a segfault in 5.6.1
Message-ID: <
20010905172225.C11386@blackrider>
p4raw-id: //depot/perl@11893
Nicholas Clark [Wed, 5 Sep 2001 20:54:24 +0000]
Re: [ID
20010825.006] -DCRIPPLED_CC is broken
Message-ID: <
20010905205424.C25120@plum.flirble.org>
p4raw-id: //depot/perl@11892
Jarkko Hietaniemi [Wed, 5 Sep 2001 22:34:16 +0000]
Forgotten thing.
p4raw-id: //depot/perl@11891
chromatic [Wed, 5 Sep 2001 13:22:08 +0000]
Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
Message-Id: <
01090513220807.10587@firewheel>
p4raw-id: //depot/perl@11890
Jarkko Hietaniemi [Wed, 5 Sep 2001 22:23:06 +0000]
inet_ntoa() tweaks:
- don't allow addresses with > 255 characters
- indent the HP-UX workaround
- don't leak memory
p4raw-id: //depot/perl@11889
Jarkko Hietaniemi [Wed, 5 Sep 2001 16:26:17 +0000]
Clear up a documentation confusion noticed by Xiaoyun Wu
<xwu@theeducationcenter.com>
p4raw-id: //depot/perl@11888
Jarkko Hietaniemi [Wed, 5 Sep 2001 15:40:03 +0000]
Typo nits.
p4raw-id: //depot/perl@11887
Jarkko Hietaniemi [Wed, 5 Sep 2001 15:30:11 +0000]
-Wall nit.
p4raw-id: //depot/perl@11886