summaryrefslogtreecommitdiff
path: root/ext/Socket
Commit message (Collapse)AuthorAgeFilesLines
* Integrate:Xavier Noria2006-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 26796] Subject: [PATCH] fix for :crlf example Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> plus bump its $VERSION [ 26804] Bump $VERSION in many modules that have changed. [ 26805] $Socket::VERSION++; # You always miss one. p4raw-link: @26805 on //depot/perl: a11019f8bfc1b4438fdb32560361d443c701e293 p4raw-link: @26804 on //depot/perl: 98225a64488c895097b3ce3f7ac9c94f464be86b p4raw-link: @26796 on //depot/perl: 22a7fd7aef660c4c4ff085df50df7d04d596c3ae p4raw-id: //depot/maint-5.8/perl@26806 p4raw-integrated: from //depot/perl@26794 'copy in' ext/XS/Typemap/Typemap.pm (@9737..) ext/attrs/attrs.pm (@11016..) ext/GDBM_File/GDBM_File.pm (@18221..) os2/OS2/REXX/REXX.pm (@19120..) ext/Socket/Socket.pm (@22411..) ext/File/Glob/Glob.pm (@24098..) lib/Term/ReadLine.pm (@24571..) ext/threads/shared/shared.pm (@25161..) ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm ext/Opcode/ops.pm ext/SDBM_File/SDBM_File.pm lib/PerlIO.pm lib/Pod/Functions.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm lib/blib.pm lib/diagnostics.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm os2/OS2/Process/Process.pm (@25261..) lib/FileCache.pm (@25544..) lib/DB.pm (@25721..) lib/Pod/Html.pm (@25747..) lib/warnings/register.pm (@25777..) lib/User/grent.pm (@25809..) lib/Dumpvalue.pm (@26154..) 'edit in' lib/File/Copy.pm (@25143..) ext/re/re.pm (@25261..) lib/English.pm (@26080..) ext/Opcode/Opcode.pm (@26400..) 'merge in' lib/overload.pm (@26447..)
* Integrate:Jim Cromie2005-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 25101] Subject: Re: janitorial work ? [patch] Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) [ 25116] Change New*() to Newx*() in various comments and documentation [ 25117] Fix worrying typo in handy.h :-s [ 25196] Fix Newz() backwards-compatibility macro p4raw-link: @25196 on //depot/perl: 4541904d5c57838fc76e9cabcf94ba24cec42568 p4raw-link: @25117 on //depot/perl: aab6a430482496c41403384de333f8bf760ce700 p4raw-link: @25116 on //depot/perl: 9f653bb54868b8547466924d4ce483acb8987efb p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada p4raw-id: //depot/maint-5.8/perl@25572 p4raw-integrated: from //depot/perl@25569 'copy in' vmesa/vmesa.c (@7984..) ext/DynaLoader/dl_vms.xs (@12638..) ext/DynaLoader/dl_next.xs (@12954..) djgpp/djgpp.c (@15378..) pod/perlclib.pod (@16688..) ext/XS/Typemap/Typemap.xs (@17492..) os2/OS2/REXX/REXX.xs (@21620..) os2/os2.c (@22032..) ext/ODBM_File/ODBM_File.xs (@22258..) ext/Socket/Socket.xs (@22521..) cygwin/cygwin.c (@24710..) ext/B/C/C.xs (@24734..) 'merge in' ext/DynaLoader/dl_aix.xs (@18030..) ext/File/Glob/bsd_glob.c (@24175..) win32/win32sck.c (@24242..) ext/B/B/C.pm (@24531..) ext/ByteLoader/byterun.c (@24573..) reentr.c (@24775..) av.c (@24919..) NetWare/nw5.c win32/perlhost.h wince/perlhost.h wince/wince.c (@24974..) pp_sort.c (@25042..) locale.c (@25045..) reentr.pl (@25084..) scope.c (@25094..) p4raw-integrated: from //depot/perl@25196 'edit in' handy.h (@25191..) p4raw-integrated: from //depot/perl@25116 'edit in' sv.c (@25113..) 'merge in' pod/perlguts.pod (@24942..) p4raw-edited: from //depot/perl@25101 'edit in' hv.c (@25079..) p4raw-integrated: from //depot/perl@25101 'copy in' ext/Devel/DProf/DProf.xs (@24670..) 'edit in' ext/ByteLoader/bytecode.h (@24621..) pp_pack.c (@24965..) regexec.c (@24997..) perl.c regcomp.c (@25045..) 'merge in' op.h (@24526..) bytecode.pl (@24573..) vms/vms.c (@24613..) ext/Opcode/Opcode.xs (@24670..) ext/POSIX/POSIX.xs (@24828..) op.c (@24901..) doop.c (@24913..) pod/perlapi.pod (@24945..) perlio.c (@24965..) pp.c (@25012..) dump.c (@25019..) win32/win32.c (@25033..) doio.c (@25045..) gv.c toke.c util.c (@25067..) pp_sys.c (@25087..) pp_ctl.c (@25088..) utf8.c (@25095..)
* Integrate:Nicholas Clark2004-04-013-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 21450] Add support for Linux abstract unix domain sockets to Socket.pm. Based on a idea by Alex Hudson. (Basically those are unix domain sockets whose name has a '\0' as first character.) [ 22411] Bump Socket's version to a real floating point value And the ext/Socket/... bits from [ 22258] Subject: Re: [perl #15063] /tmp issues From: Solar Designer <solar@openwall.com> Date: Mon, 26 Jan 2004 01:22:18 +0300 Message-ID: <20040125222218.GA13499@openwall.com> Remove insecure usage of /tmp from code and documentation [ 22521] Subject: [PATCH] format/casting/warning RE: perl 5.9.1 From: Robin Barker <Robin.Barker@npl.co.uk> Date: Wed, 17 Mar 2004 18:37:10 -0000 Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk> p4raw-link: @22521 on //depot/perl: c0fd1b4283835f2ec7b48824dd974b16677cdf78 p4raw-link: @22411 on //depot/perl: 86a3586d2f6fdc0e0bf0032bcc374d9ac7dc2eb9 p4raw-link: @22258 on //depot/perl: 2359510ddb135dcc6e80153f51cff0a97b20b597 p4raw-link: @21450 on //depot/perl: 7513c55b67d9e188cba73297143ae84a4902129b p4raw-id: //depot/maint-5.8/perl@22632 p4raw-integrated: from //depot/perl@22631 'copy in' ext/Socket/t/Socket.t (@20269..) p4raw-integrated: from //depot/perl@22409 'ignore' ext/Socket/Socket.pm (@22258..) p4raw-integrated: from //depot/perl@21450 'ignore' ext/Socket/Socket.xs (@20916..)
* Integrate:Jarkko Hietaniemi2003-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20907] Maintainer catch from Rafael. [ 20908] Subject: [PATCH] minor File::Spec testing cleanup From: Ken Williams <ken@mathforum.org> Date: Thu, 21 Aug 2003 22:47:51 -0500 Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org> [ 20910] Change the internal prototype of the pop() and shift() builtins to (;\@), to reflect that their array argument is optional. [ 20912] perlapi.pod tweaks, based on : Subject: misdocumented return value for sv_setref* From: Joe Schaefer <joe+perl@sunstarsys.com> Date: 12 Aug 2003 13:21:42 -0400 Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com> [ 20916] Ultrix tweaks: <string.h> must not be included twice (otherwise one gets prototype conflicts between the <string.h> and proto.h because Ultrix thinks e.g. Perl_ninstr has been define in <string.h>...); and Configure misprobes some features. [ 20917] Subject: disturbing, disruptive typo in Tutorial.pod [PATCH] From: "John P. Linderman" <jpl@research.att.com> Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT) Message-Id: <200308271210.IAA23907@raptor.research.att.com> Subject: typo in pod/perlnewmod.pod [PATCH] From: "John P. Linderman" <jpl@research.att.com> Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT) Message-Id: <200308271307.JAA46955@raptor.research.att.com> Subject: [PATCH] document the location of byacc From: Dave Mitchell <davem@fdgroup.com> Date: Wed, 27 Aug 2003 14:26:50 +0100 Message-ID: <20030827132650.GA23144@fdgroup.com> p4raw-link: @20917 on //depot/perl: 43a3695903dcfea2b7a821c88cf1a6051ce3ee8c p4raw-link: @20916 on //depot/perl: 5518ecd4c71d9e274b4e6a0c6a7d04bade4a7cd9 p4raw-link: @20912 on //depot/perl: d34c2299ce15c4bc317af0031fa77cc4a77ec346 p4raw-link: @20910 on //depot/perl: 26f600bce139656723472a5e845906a60241815e p4raw-link: @20908 on //depot/perl: d7f1a795527ad4875d71a2e977851f754d4b7b3f p4raw-link: @20907 on //depot/perl: f94e5462ce9233ce82cf4bd799d5d17cf8660e86 p4raw-id: //depot/maint-5.8/perl@20918 p4raw-integrated: from //depot/perl@20906 'copy in' ext/SDBM_File/sdbm/sdbm.h (@3787..) ext/SDBM_File/sdbm/sdbm.c (@12457..) pod/perlnewmod.pod (@15543..) lib/ExtUtils/MakeMaker/Tutorial.pod (@19594..) lib/File/Spec/t/rel2abs2rel.t (@20256..) ext/Socket/Socket.xs (@20541..) ext/POSIX/POSIX.xs (@20595..) Porting/pumpkin.pod (@20604..) Porting/Maintainers.pl (@20714..) hints/ultrix_4.sh (@20904..) 'edit in' perl.h (@20914..) 'merge in' opcode.h opcode.pl (@19852..) pod/perlapi.pod (@20590..) sv.c (@20646..)
* Integrate:Jarkko Hietaniemi2003-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | [ 20704] XS contents changes versus VERSION non-changes. [ 20705] One more XS change versus no VERSION change. (Remaining in JNI.pm/xs, don't know what to about that since JNI is kind of "stable".) [ 20706] Not so great a version bump, let Paul release 0.17. p4raw-link: @20706 on //depot/perl: 7de85b62c7a821cf69758d97d5d571712b74b148 p4raw-link: @20705 on //depot/perl: 447176e0e2fabc8611c1c3b96183e722a7de3669 p4raw-link: @20704 on //depot/perl: 7e209c28e2ba9f0c952901974c9d01e8e79b283b p4raw-id: //depot/maint-5.8/perl@20707 p4raw-integrated: from //depot/perl@20703 'copy in' ext/SDBM_File/SDBM_File.pm (@8848..) ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm (@9176..) ext/Filter/Util/Call/Call.pm (@12972..) ext/Socket/Socket.pm (@14279..) ext/PerlIO/scalar/scalar.pm (@17560..)
* Integrate:Jarkko Hietaniemi2003-08-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20538] Subject: Re: [perl #23030] Error in negative lookahead with alternations From: hv@crypt.org Date: Thu, 07 Aug 2003 02:44:23 +0100 Message-Id: <200308070144.h771iN906446@zen.crypt.org> [ 20541] Subject: Re: maint @ 20537 From: Philip Newton <Philip.Newton@gmx.net> Date: Thu, 07 Aug 2003 09:05:17 +0200 Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com> [ 20542] If no alarm(), skip the subtests. [ 20546] Subject: [PATCH 5.8.1] Benchmark problem From: Radu Greab <rgreab@fx.ro> Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST) Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro> Subject: Re: [PATCH 5.8.1] Benchmark problem From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Thu, 7 Aug 2003 15:48:38 +0200 Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr> [ 20548] Subject: [PATCH] Test::More From: Fergal Daly <fergal@esatclear.ie> Date: Thu, 7 Aug 2003 15:52:11 +0100 Message-Id: <200308071552.11873.fergal@esatclear.ie> p4raw-link: @20548 on //depot/perl: de2dd90aad22961e7f1986bf95485befb6eec327 p4raw-link: @20546 on //depot/perl: 359218de2862c98ccfadd5880b5a17387de633db p4raw-link: @20542 on //depot/perl: 9ec6fbe5dfefdf8245187e5b0d3bbfc3ff99b66d p4raw-link: @20541 on //depot/perl: e023fae810cffa432b2a2090b56cdacfc54ba116 p4raw-link: @20538 on //depot/perl: c2b0868c4d213b2599daf5fee4d1f957f153bc02 p4raw-id: //depot/maint-5.8/perl@20549 p4raw-integrated: from //depot/perl@20543 'copy in' ext/Socket/Socket.xs (@19569..) ext/Time/HiRes/t/HiRes.t (@20269..) t/op/re_tests (@20387..) lib/Benchmark.pm lib/Benchmark.t (@20463..) lib/Test/More.pm (@20465..) hints/dos_djgpp.sh (@20529..) 'merge in' regexec.c (@20437..)
* Integrate:Jarkko Hietaniemi2003-07-282-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20258] Integrate: [ 20256] Extra noise from File::Spec. [ 20257] Subject: CPAN/t/signature.t noisy From: Michael G Schwern <schwern@pobox.com> Date: Mon, 28 Jul 2003 02:14:19 -0700 Message-ID: <20030728091419.GG21044@windhund.schwern.org> [ 20259] Minor tweak to the Perl_ advise. [ 20261] Solaris cc didn't appreciate casting a long to a pointer with no cast, and lval casts are unportable, so introduce a rval cast. [ 20262] Storable test nosewipe. [ 20263] Make Storable work with blead/maint by making PL_sv_placeholder a true global, bump $VERSION to 2.08. Will take a look at the portability issue of placeholders soon. [ 20264] Subject: [PATCH] t/op/write.t cleanup after itself. From: Michael G Schwern <schwern@pobox.com> Date: Mon, 28 Jul 2003 05:54:19 -0700 Message-ID: <20030728125419.GJ21044@windhund.schwern.org> [ 20265] Subject: [PATCH] #20177 broke skip logic in t/op/write.t From: "Craig A. Berry" <craigberry@mac.com> Date: Mon, 28 Jul 2003 08:04:32 -0500 Message-ID: <3F251F60.6050607@mac.com> [ 20266] Bump the $VERSION of core File::Spec as requested by Ken Williams. [ 20268] Move the ext/IO tests to a more standard location so that the *.t do not get copied to the build tree (lib/IO/). [ 20269] No more ext/*/*.t, move them all to ext/*/t. [ 20270] These directories no more exist during cleanup. p4raw-link: @20270 on //depot/perl: 64ab403f2853337ad40d5e73af4fcfd6fccb449b p4raw-link: @20269 on //depot/perl: adc3bd2e879b321a2e9c3281c7072a66e05dccfd p4raw-link: @20268 on //depot/perl: 7ef1fc816de9ba164ee8c1da342f0a6b52845247 p4raw-link: @20266 on //depot/perl: f669481f50788dbb2da90ae1b62a4919ae804928 p4raw-link: @20265 on //depot/perl: 475b40fdd42aeff1d8eaa6926314ced65a429639 p4raw-link: @20264 on //depot/perl: 19f4d710e75aab05be98c9d4afa2827e3e7ff764 p4raw-link: @20263 on //depot/perl: 643157af7ab6b9560550325fafc5ed259fe9b954 p4raw-link: @20262 on //depot/perl: 9820b33a3d2b674b636ac4dd779ef1bbe90492de p4raw-link: @20261 on //depot/perl: b97332e79eae50b3e7d901d7d7afe7197bed99ac p4raw-link: @20259 on //depot/maint-5.8/perl: fe88bc0bb51db591638b4eb1670aa7c9b5223e05 p4raw-link: @20258 on //depot/maint-5.8/perl: acf487bdad26fafe194b566d8fd21b7a7ad6ae3f p4raw-link: @20257 on //depot/perl: 6c670c7ed4428d6d96ff225a8531e769e0c09375 p4raw-link: @20256 on //depot/perl: a6133dd6d226e7195efd32387808f6e8ec3e35dd p4raw-id: //depot/maint-5.8/perl@20271 p4raw-branched: from //depot/perl@20259 'branch in' ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t ext/I18N/Langinfo/t/Langinfo.t ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t ext/IO/t/io_dup.t ext/IO/t/io_linenum.t ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t ext/IO/t/io_utf8.t ext/IO/t/io_xs.t ext/IPC/SysV/t/ipcsysv.t ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t ext/Safe/t/safe3.t ext/Socket/t/Socket.t ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t p4raw-deleted: from //depot/perl@20259 'delete in' ext/Errno/Errno.t ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t ext/IO/lib/IO/t/io_udp.t ext/Opcode/ops.t ext/Sys/Hostname/Hostname.t ext/attrs.t (@10676..) ext/IPC/SysV/ipcsysv.t (@10712..) ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_xs.t (@12984..) ext/IO/lib/IO/t/io_sel.t (@13647..) ext/I18N/Langinfo/Langinfo.t (@13984..) ext/re/re.t (@14179..) ext/IO/lib/IO/t/io_poll.t (@14750..) ext/IO/lib/IO/t/io_unix.t (@15509..) ext/PerlIO/PerlIO.t (@16247..) ext/IO/lib/IO/t/io_dup.t (@16882..) ext/XS/Typemap/Typemap.t (@17495..) ext/GDBM_File/gdbm.t ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t (@17750..) ext/SDBM_File/sdbm.t (@17875..) ext/Opcode/Opcode.t (@17973..) ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t (@17980..) ext/Socket/Socket.t (@19090..) ext/Sys/Syslog/syslog.t (@19151..) ext/Time/HiRes/HiRes.t (@19592..) ext/IO/lib/IO/t/io_utf8.t (@19634..) ext/Devel/Peek/Peek.t (@19637..) ext/IO/lib/IO/t/io_dir.t (@19806..) ext/Socket/socketpair.t (@19940..) ext/IO/lib/IO/t/io_sock.t (@19949..) ext/Devel/DProf/DProf.t (@20034..) ext/IO/lib/IO/t/IO.t (@20194..) p4raw-integrated: from //depot/perl@20259 'copy in' ext/IPC/SysV/MANIFEST (@1372..) ext/Storable/t/code.t (@17986..) ext/Storable/Storable.pm (@19412..) perliol.h (@19487..) ext/Storable/t/utf8hash.t (@19600..) perlio.c (@20057..) Makefile.SH (@20220..) ext/Storable/Storable.xs (@20224..) lib/File/Spec.pm (@20225..) bytecode.pl ext/ByteLoader/byterun.c (@20246..) 'merge in' perlvars.h (@20117..) t/op/write.t (@20177..) embedvar.h intrpvar.h perlapi.h sv.c (@20224..) MANIFEST (@20249..)
* Integrate:Jarkko Hietaniemi2003-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (most of #18302 was already part of #18791) [ 18302] Subject: Proper fix for CvOUTSIDE weak refcounting From: Dave Mitchell <davem@fdgroup.com> Date: Tue, 10 Dec 2002 01:26:44 +0000 Message-ID: <20021210012644.A7843@fdgroup.com> [ 19924] Fix from Enache Adrian for the magic.t failure in FreeBSD: setproctitle() cannot get rid of the " (perl)". [ 19925] FreeBSD $0 dance. [ 19926] Getting the whitespace right. [ 19927] ...and getting the comma right, too. [ 19928] Darwin: -Dprefix=$HOME/Perl tried to install to /Library. [ 19929] Better links. [ 19930] Let the perldelta iteration begin. [ 19931] Fix for [perl #22759 insufficient format string checking]; using ewix makes no sense, assuming evix was intended, no old tests fail; add the test case. [ 19932] Subject: Re: maint @ 19923 From: Jim Cromie <jcromie@divsol.com> Date: Wed, 02 Jul 2003 05:35:06 -0600 Message-ID: <3F02C36A.9030704@divsol.com> [ 19933] Subject: Re: maint @ 19923 From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu> Date: Wed, 2 Jul 2003 11:43:05 -0400 Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu> [ 19934] Subject: [PATCH] line numbers are given % 64k From: James Jurach <muaddib@erf.net> Date: Wed, 2 Jul 2003 13:31:05 -0500 Message-ID: <20030702183105.GA4837@lebowski> [ 19935] It would seem that in Linux 2.2 there is no way we can do the right thing to make ps(1) see $0 our way. Also amend the $0 documentation a bit. [ 19936] Subject: Re: perldelta for 5.8.1 From: Dave Mitchell <davem@fdgroup.com> Date: Wed, 2 Jul 2003 17:46:32 +0100 Message-ID: <20030702164632.GE2137@fdgroup.com> [ 19937] Decomplexing by Jim Cromie. [ 19938] Subject: Perldelta 5.8.1 typos From: Simon Glover <scog@amnh.org> Date: Wed, 2 Jul 2003 13:42:58 -0400 (EDT) Message-ID: <Pine.GSO.4.43.0307021341020.8877-100000@egg.amnh.org> [ 19939] Subject: [PATCH] various Deparse fixes From: Dave Mitchell <davem@fdgroup.com> Date: Wed, 2 Jul 2003 18:10:45 +0100 Message-ID: <20030702171045.GF2137@fdgroup.com> [ 19940] Skip a socketpair test on SCO OSR [ 19941] Minor test adjustments : - test name correction in op/concat.t by Yitzchak Scott-Thoennes - prototypes added to some public functions in t/test.pl, as suggested by Enache Adrian [ 19942] Nicer options for Porting/Modules. [ 19943] Subject: [PATCH] Re: ext/List/Util/t/weak.t panic From: Dave Mitchell <davem@fdgroup.com> Date: Thu, 3 Jul 2003 01:32:11 +0100 Message-ID: <20030703003211.GB3747@fdgroup.com> [ 19944] Subject: [PATCH] "without parens" vs "without parentheses" From: Iain Truskett <spoon@cpan.org> Date: Thu, 3 Jul 2003 12:40:42 +1000 Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au> [ 19945] Subject: Re: perldelta for 5.8.1 From: Nicholas Clark <nick@unfortu.net> Date: Wed, 2 Jul 2003 23:08:26 +0100 Message-ID: <20030702220825.GA558@Bagpuss.unfortu.net> [ 19946] Pod::LaTeX has been updated (from tjenness). [ 19947] Apply Schwern's suggested warning code from [perl #22209] Test::Harness::Straps vs. $Config{path_sep} [ 19948] Underline the fact that XSLoader is not DynaLoader ([perl #21974] dl_load_flags not honored by XSLoader) [ 19949] No fancy binmode() if no perlio. [ 19950] Mention Modules in AUTHORS. p4raw-link: @19950 on //depot/perl: 3b514e00e87fda53519f2cbbcb25fa5a96f9286b p4raw-link: @19949 on //depot/perl: 29929b39a945ffaa1ec08a555bb88e3629d429b4 p4raw-link: @19948 on //depot/perl: 09f1aa219231a0ceed149ff6528cbb2b3e39bd98 p4raw-link: @19947 on //depot/perl: 5877e5bee20537e78e0922570e32f4390ac0f90c p4raw-link: @19946 on //depot/maint-5.8/perl: 480c51b8b09e099109c3390fb0d37aa6e5fc1c3f p4raw-link: @19945 on //depot/maint-5.8/perl: b0edd91e67ddee0850b26e72100c0c3b1f298863 p4raw-link: @19944 on //depot/perl: 2d5ccbbaf6e451d3cdfd3aaf9891805bd0206665 p4raw-link: @19943 on //depot/perl: d99b02a1a9949639f16470065ea5568cd92f788d p4raw-link: @19942 on //depot/perl: 94467548464439e4d684189080f297305d981e5c p4raw-link: @19941 on //depot/perl: c3029c660c41826954b460e82523f3ba1f91d479 p4raw-link: @19940 on //depot/perl: 44dd01776cb5c3f704edbcd874beced643715d5a p4raw-link: @19939 on //depot/perl: 127212b23933541d95e57814dfd91e6456b50ddd p4raw-link: @19938 on //depot/maint-5.8/perl: 7350953f2e0713eb05222bdfc66dd1420e352371 p4raw-link: @19937 on //depot/maint-5.8/perl: 6bf9c2a53d37f8d9f66f3be2c020d6917a08d1e6 p4raw-link: @19936 on //depot/maint-5.8/perl: d1a3dd9e2bc95532b9b7c3d8fccd9dbf2f25f541 p4raw-link: @19935 on //depot/perl: 80bca1b464a2919ae4e20b8134207641e7b75d04 p4raw-link: @19934 on //depot/perl: dea2849036f7f874ea24a97b41ef1b738aa592ca p4raw-link: @19933 on //depot/perl: d6df3700e9fd7f8b471288012f05c37f69c233f6 p4raw-link: @19932 on //depot/perl: d1936a9ec2c90a9e6d37362d24d7c9263cd1f0bf p4raw-link: @19931 on //depot/perl: 3a7a539e5f0eb5f1cbbfca9c0aa7cbe4f16372b1 p4raw-link: @19930 on //depot/maint-5.8/perl: e1e38c89da78f79bd3e48924c3fc0108d02555fe p4raw-link: @19929 on //depot/perl: ec488bcf4722172239bf82ed09d2c56fb8487462 p4raw-link: @19928 on //depot/perl: 297d2c057bd1ff8b2f5dcd9b227d4022727dd0b9 p4raw-link: @19927 on //depot/perl: d2e0b13f63cfe4fa14d6f5d300f536a45a3bba3c p4raw-link: @19926 on //depot/perl: cdb4e029774f22313129af7fd851fa7976bd9671 p4raw-link: @19925 on //depot/perl: 6a4647a3a8b62032c9f9f86043d233d69786c400 p4raw-link: @19924 on //depot/perl: e26ae24d00b4db2355949e2f0fcd0f6abaa857e3 p4raw-link: @18302 on //depot/perl: 7dafbf5232bace07a044625a5a956b73da3928d5 p4raw-id: //depot/maint-5.8/perl@19951 p4raw-integrated: from //depot/perl@19946 'copy in' t/op/ord.t (@13740..) ext/DynaLoader/XSLoader_pm.PL (@16903..) t/TEST (@16910..) t/lib/warnings/toke (@18042..) AUTHORS (@18545..) t/op/sprintf.t (@18951..) bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c (@19038..) lib/Test/Harness/Straps.pm (@19195..) pod/perlipc.pod (@19406..) ext/Socket/socketpair.t (@19470..) t/test.pl (@19490..) handy.h (@19789..) t/op/concat.t (@19841..) scope.h (@19870..) ext/IO/lib/IO/t/io_sock.t (@19913..) ext/B/B/Debug.pm (@19916..) Porting/Modules (@19918..) t/op/magic.t (@19921..) 'edit in' ext/B/defsubs_h.PL (@19916..) 'merge in' ext/B/B/Concise.pm (@19610..) ext/B/B/Deparse.pm (@19665..) toke.c (@19695..) hints/darwin.sh (@19764..) pp_ctl.c (@19851..) pod/perlfunc.pod sv.c (@19854..) pod/perlrun.pod (@19886..) pod/perlvar.pod (@19888..) mg.c (@19889..) MANIFEST (@19918..) p4raw-integrated: from //depot/perl@18302 'copy in' t/op/closure.t (@18223..) 'ignore' pod/perlapi.pod (@17990..) cv.h dump.c embed.fnc (@18220..) ext/Devel/Peek/Peek.t pad.c (@18223..) pod/perlintern.pod (@18239..) 'merge in' op.c (@18220..)
* Integrate:Jarkko Hietaniemi2003-05-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19569] More Ultrix double definition avoidance. [ 19570] Subject: Re: Possible precedence problem on bitwise ^ operator From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Sun, 18 May 2003 19:21:01 -0700 Message-ID: <N+Dy+gzkg+XX092yn@efn.org> (with tweaks to perldiag.pod) [ 19571] Further -Uuseperlio tweaking. [ 19573] Upgrade to CPAN 1.70_54 Subject: Re: CPAN.pm into blead From: Andreas J Koenig <andreas.koenig@anima.de> Date: Tue, 20 May 2003 11:31:16 +0200 Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de> [ 19574] Upgrade to Getopt::Long 2.33 (mostly a version number increment) [ 19575] Enhance the failure reporting for the pod2html tests p4raw-link: @19575 on //depot/perl: 66f3f260095e79305afd2e6927af42eda76ba830 p4raw-link: @19574 on //depot/perl: 79d0183a28e4148ae5bcfffe06fd994f9a674c12 p4raw-link: @19573 on //depot/perl: 35576f8caf9e62e75a38a8f05aa95936515d9620 p4raw-link: @19571 on //depot/perl: 67e51b56f7d37807e6bfe303642911618f0d975c p4raw-link: @19570 on //depot/perl: 96a925ab0077cdd24bd7d328f20be3d5373d4885 p4raw-link: @19569 on //depot/perl: 87edd44619c51e5cef57cfe22210ce04d510fd47 p4raw-id: //depot/maint-5.8/perl@19576 p4raw-deleted: from //depot/perl@19567 'delete in' lib/CPAN/README (@18672..) p4raw-integrated: from //depot/perl@19567 'copy in' lib/CPAN/Nox.pm (@16000..) lib/Pod/t/pod2html-lib.pl (@16882..) lib/CPAN.pm lib/CPAN/FirstTime.pm (@18672..) lib/Pod/t/htmlview.t (@19137..) lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/Getopt/Long/README (@19541..) ext/Encode/t/Unicode.t (@19559..) ext/Socket/Socket.xs (@19561..) 'merge in' op.c (@19503..) pod/perldiag.pod (@19540..) MANIFEST (@19548..)
* Integrate:Jarkko Hietaniemi2003-05-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19558] Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn From: Michael G Schwern <schwern@pobox.com> Date: Wed, 14 May 2003 15:36:23 -0700 Message-ID: <20030514223623.GD23350@windhund.schwern.org> [ 19559] Make the test work without perlio, from Dan Kogai. [ 19560] Based on Subject: [PATCH threads.xs] no system scope on VMS From: "Craig A. Berry" <craigberry@mac.com> Date: Sun, 18 May 2003 23:02:07 -0500 Message-ID: <3EC8573F.6050005@mac.com> but instead go for #ifdef PTHREAD_SCOPE_SYSTEM. [ 19561] Ultrix: the #19435 helped the IO extension, so this should help the Socket extension (socket structs redefinitions). [ 19562] Slightly wrong panic messages. [ 19563] Make Perl_ithread_self() a bit more helpful when finding the thread fails (suggested by Stas in perl-ithreads Mar 01) [ 19564] Meaningless cosmetics. [ 19565] Nekkid numbers. [ 19566] Integrate perlio: [ 19556] Fix ticket 18265 [ 19557] EINTR retry should exit on count >= 0 not !=0 p4raw-link: @19566 on //depot/perl: 5104f8e8cb6eb35269aac646fcd0a6bbd6b2f42e p4raw-link: @19565 on //depot/perl: 1fea7ed3cfe8a61b554a3465cf83a59887a94018 p4raw-link: @19564 on //depot/perl: 6dfd2d0514085d4203b8b22a3be051e3dd47f61f p4raw-link: @19563 on //depot/perl: fe53aa5bafbad898597f77488a12ad889fba4485 p4raw-link: @19562 on //depot/perl: ddcc6fdc2c2811c8014d35126e40f07b13b87e32 p4raw-link: @19561 on //depot/perl: 43db68287b2d8f6cdf86051fd386695ba8658389 p4raw-link: @19560 on //depot/perl: 19a077f678840021ce79e076d77b5f912feb3f1f p4raw-link: @19559 on //depot/perl: fcc05d01c240ec29422ab0ec7d098141519ca384 p4raw-link: @19558 on //depot/perl: 6ec4bd10d4541458cd84a1df72dd948b519e53e9 p4raw-link: @19557 on //depot/perlio: 42a7a32faa5272696f9e7f961a7335824698429d p4raw-link: @19556 on //depot/perlio: ba85f2eaa56f5ba4c56314d0bcbc2c8a81e0813d p4raw-id: //depot/maint-5.8/perl@19567 p4raw-integrated: from //depot/perl@19553 'copy in' ext/Socket/Socket.xs (@19082..) ext/threads/threads.xs (@19368..) pod/perltrap.pod (@19464..) ext/Encode/t/Unicode.t (@19548..) perlio.c (@19552..) 'merge in' pod/perlsyn.pod (@19504..)
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19378] The [perl #21890] (Devel::Coverage breakage) has been fixed by change #18589 (it was broken by change #9754); add test case. [ 19380] Solaris: make -Duse64bitall'ed to have an archname of sun4-solaris-64, from Alan Burlison. (The default is to not to suffix anything with -Duse64bitall if longs are 64 bit. This may lead into confusion and much sorrow if 32-bit binaries and 64-bit binaries are installed under the same directories. Why is "-64" or something like that the default? Well, there are platforms where 64 bits really is the default default. There adding a "-64" would be kind of odd. Better to let each 64-bit capable platform to choose their archnames.) [ 19381] Forgot to check in the -d: file. [ 19382] Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs From: Michael G Schwern <schwern@pobox.com> Date: Wed, 30 Apr 2003 18:19:32 -0700 Message-ID: <20030501011932.GM701@windhund.schwern.org> [ 19383] Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu) From: Abe Timmerman <abe@ztreet.demon.nl> Date: Thu, 1 May 2003 18:34:35 +0200 Message-Id: <200305011834.35685.abe@ztreet.demon.nl> [ 19384] Subject: [PATCH win32/win32.c] silence compiler warnings From: Abe Timmerman <abe@ztreet.demon.nl> Date: Fri, 2 May 2003 00:51:42 +0200 Message-Id: <200305020051.43166.abe@ztreet.demon.nl> [ 19385] Subject: [PATCH] OpenUNIX 8 support From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Fri, 2 May 2003 12:12:08 +0200 Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> [ 19386] Subject: [PATCH] Re: maintperl on OpenUNIX 8 From: Andy Dougherty <doughera@lafayette.edu> Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu> [ 19387] Regen Configure (no changes but that's fine). [ 19390] Tru64: PerlIO_tell() was returning about one _megabyte_ for the fp offset, which was quite a big larger than the input file, which meant that the SvGROW tried to grow the file to about 2**64-2**20, which made safesysrealloc() to understandably croak (in argv.t). [ 19391] Upgrade to Unicode 4.0.0. (Well, upgrade at least the Unicode character database to 4.0.0.) [ 19392] Salvage 'use filetest "access"' from compiletime to runtime. [ 19393] Extra tweakage from Rafael for #19392. [ 19394] Subject: Re: Does filetest work at all? From: Slaven Rezic <slaven@rezic.de> Date: 03 May 2003 18:26:49 +0200 Message-ID: <87ade4q9me.fsf@vran.herceg.de> [ 19395] Must skip more. [ 19396] Plagued by thinkos tonight. p4raw-link: @19396 on //depot/perl: c78f3842db6b12d8d9eebde3be014afcb53eec8f p4raw-link: @19395 on //depot/perl: 3acb6bcd1a901f84bfce64680bedea321811824a p4raw-link: @19394 on //depot/perl: 43b06338a7352a1850e7b7e6294bfb12026353ad p4raw-link: @19393 on //depot/perl: feaeca788fb70f9d4aec1c392b5033f8e2c1542a p4raw-link: @19392 on //depot/perl: 1af34c76bc1167bbfada70004d6cbc41b0098f64 p4raw-link: @19391 on //depot/perl: 1911be8391700522b225cf514eddd9ebe9eaf644 p4raw-link: @19390 on //depot/perl: 58f1856e573b4625770ae64ce5ffb8ff06dc461f p4raw-link: @19387 on //depot/perl: 2347ae6c7f592dfae9dd8c4fdd43c29a77207bf3 p4raw-link: @19386 on //depot/perl: 1c14f2e5bfa6113e4c04f49207cc224adb5f88d7 p4raw-link: @19385 on //depot/perl: 381c1bae8770dba0aec64002bf75d6f4d2e0c0f5 p4raw-link: @19384 on //depot/perl: f026e7c66ee549e42ac49df55a1a12a3859701c7 p4raw-link: @19383 on //depot/perl: f2b6228614233b087f06b57ba81daf10ead663ba p4raw-link: @19382 on //depot/perl: 90b1bb76ac33d378b485f66b5eb18e95143363c9 p4raw-link: @19381 on //depot/perl: 54f45c29ffd76a941dd03fe5df68c5e990b2ee8d p4raw-link: @19380 on //depot/perl: 5cfbcfcdc45b1cdd758241f7f02495ded7acc722 p4raw-link: @19378 on //depot/perl: d7aa4417de5aebb1d2374018c62148692ef32d8b p4raw-link: @18589 on //depot/perl: 5df8de69806210bf48dc2e451e3db37c6f274c6e p4raw-link: @9754 on //depot/perl: 9d43a7557743d779c74d69ffc6df7fc17711f3ec p4raw-id: //depot/maint-5.8/perl@19397 p4raw-integrated: from //depot/perl@19381 'edit in' MANIFEST (@19378..) p4raw-branched: from //depot/perl@19378 'branch in' t/run/switchd.t p4raw-branched: from //depot/perl@19377 'branch in' lib/unicore/HangulSyllableType.txt lib/unicore/NormalizationCorrections.txt lib/unicore/StandardizedVariants.txt lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl t/lib/Devel/switchd.pm p4raw-edited: from //depot/perl@19377 'edit in' Configure (@19337..) p4raw-integrated: from //depot/perl@19377 'copy in' lib/filetest.t (@12161..) lib/unicore/To/Digit.pl lib/unicore/lib/BidiR.pl lib/unicore/lib/DCsquare.pl lib/unicore/lib/DCsub.pl lib/unicore/lib/Dash.pl lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl lib/unicore/lib/Diacriti.pl lib/unicore/lib/Digit.pl lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl lib/unicore/lib/Kannada.pl lib/unicore/lib/Nd.pl lib/unicore/lib/Oriya.pl lib/unicore/lib/OtherLow.pl lib/unicore/lib/Pc.pl lib/unicore/lib/Sk.pl lib/unicore/lib/Syriac.pl lib/unicore/lib/Terminal.pl lib/unicore/lib/Yi.pl (@14370..) lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl lib/unicore/Blocks.txt lib/unicore/Canonical.pl lib/unicore/CaseFolding.txt lib/unicore/CombiningClass.pl lib/unicore/CompositionExclusions.txt lib/unicore/Decomposition.pl lib/unicore/EastAsianWidth.txt lib/unicore/Lbrk.pl lib/unicore/LineBreak.txt lib/unicore/Name.pl lib/unicore/NamesList.txt lib/unicore/Number.pl lib/unicore/PropList.txt lib/unicore/Properties lib/unicore/PropertyAliases.txt lib/unicore/Scripts.pl lib/unicore/Scripts.txt lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl lib/unicore/To/Title.pl lib/unicore/To/Upper.pl lib/unicore/lib/Alpha.pl lib/unicore/lib/Alphabet.pl lib/unicore/lib/Arabic.pl lib/unicore/lib/Assigned.pl lib/unicore/lib/Bengali.pl lib/unicore/lib/BidiAL.pl lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl lib/unicore/lib/BidiNSM.pl lib/unicore/lib/BidiON.pl lib/unicore/lib/BidiWS.pl lib/unicore/lib/Blank.pl lib/unicore/lib/Cn.pl lib/unicore/lib/Common.pl lib/unicore/lib/Compat.pl lib/unicore/lib/Cyrillic.pl lib/unicore/lib/DCcircle.pl lib/unicore/lib/DCcompat.pl lib/unicore/lib/DCfont.pl lib/unicore/lib/DCsuper.pl lib/unicore/lib/DCvertic.pl lib/unicore/lib/Greek.pl lib/unicore/lib/IdContin.pl lib/unicore/lib/IdStart.pl lib/unicore/lib/L.pl lib/unicore/lib/L_.pl lib/unicore/lib/Latin.pl lib/unicore/lib/Ll.pl lib/unicore/lib/Lm.pl lib/unicore/lib/Lo.pl lib/unicore/lib/Lower.pl lib/unicore/lib/Lowercas.pl lib/unicore/lib/Lu.pl lib/unicore/lib/M.pl lib/unicore/lib/Math.pl lib/unicore/lib/Mc.pl lib/unicore/lib/Mn.pl lib/unicore/lib/N.pl lib/unicore/lib/No.pl lib/unicore/lib/OtherAlp.pl lib/unicore/lib/OtherMat.pl lib/unicore/lib/Pe.pl lib/unicore/lib/Po.pl lib/unicore/lib/Ps.pl lib/unicore/lib/S.pl lib/unicore/lib/Sc.pl lib/unicore/lib/So.pl lib/unicore/lib/SpacePer.pl lib/unicore/lib/Upper.pl lib/unicore/lib/Uppercas.pl lib/unicore/lib/WhiteSpa.pl lib/unicore/lib/Word.pl lib/unicore/lib/Z.pl lib/unicore/lib/Zs.pl lib/unicore/lib/_CaseIgn.pl lib/unicore/lib/_CombAbo.pl lib/unicore/version (@15552..) lib/unicore/ReadMe.txt lib/unicore/lib/Deprecat.pl lib/unicore/lib/Grapheme.pl lib/unicore/lib/InMisce3.pl lib/unicore/lib/InMisce4.pl lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl lib/unicore/lib/SoftDott.pl (@15571..) lib/unicore/PropValueAliases.txt lib/unicore/README.perl (@15605..) hints/svr5.sh (@16629..) ext/Socket/socketpair.t (@17230..) lib/filetest.pm (@18217..) lib/Unicode/UCD.t lib/unicore/Category.pl lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl lib/unicore/lib/Cntrl.pl lib/unicore/lib/P.pl lib/unicore/lib/Punct.pl (@18281..) ext/POSIX/POSIX.pod (@19118..) hints/solaris_2.sh (@19218..) lib/unicore/lib/Alnum.pl (@19231..) lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl (@19244..) 'edit in' pp_sys.c (@19385..) 'merge in' win32/win32.h (@18491..) ext/B/B/Concise.pm (@18904..) win32/win32.c (@19036..) op.c op.h (@19242..) dump.c (@19268..) sv.c (@19359..)
* Integrate:Nicholas Clark2003-03-302-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19074] Missing final \n. [ 19076] Craig Berry: remove extra (. [ 19077] Feeding illegal QP (like \x80) to this ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print' caused a coredump in av_length() <- nextargv() because the av was NULL. I don't know that returning Nullfp is the best thing to do, but it dodges the segfault and introduces no test failures. [ 19078] It seems that in Tru64 V5 gcc cannot be used to compile a threaded Perl because <pthread.h> explicitly checks for supported compilers (gcc not being one of them). This is not so bad since the system C compiler is always there. [ 19079] Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount Date: Thu, 27 Mar 2003 22:37:35 +0000 Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net> [ 19080] Minor rephrasing in perlopentut, noticed by Bob Wilkinson (RT [perl #21725]) [ 19081] Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu) From: Nicholas Clark <nick@unfortu.net> Date: Sat, 29 Mar 2003 18:58:09 +0000 Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net> [ 19082] IRIX 5.3 can have PF_LINK defined to be AF_LINK but not defined AF_LINK. [ 19084] gethostbyname('localhost') is not that portable. inet_aton('localhost') in IRIX 5.3 returned an undef, which in turn made pack_sockaddr_in to barf on zero length in_addr. [ 19085] In IRIX 5.3 being too POSIXly hides the struct timespec. [ 19086] In IRIX 5.3 the cc is awfully confused about the prototype of select(). [ 19087] In IRIX 5.3 turn off some of the warnings that cannot really be helped (e.g. warnings coming from system headers, or linker warnings during Configure). [ 19088] Another victim of IRIX 5.3's inability to resolve 'localhost' as the test expects. [ 19089] Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST) [ 19090] Ending strings is customary (typo from #19084). [ 19091] Not all compilers like #ifdefs within cpp macros (follow-up on #19086) [ 19092] IRIX 5.3 update. p4raw-link: @19092 on //depot/perl: 271230c22b8c23953affd712b07d1ecad698e3ec p4raw-link: @19091 on //depot/perl: dc4c69d9328dff74d38ec5b2dbf795d4f1643b34 p4raw-link: @19090 on //depot/perl: e0975c9c543c721641bc47684748a204d8333340 p4raw-link: @19089 on //depot/perl: 28701729d99837fd83923aadc4d580bc9e52a252 p4raw-link: @19088 on //depot/perl: 64971c1d302660727458d7d7a85adcd36226e1aa p4raw-link: @19087 on //depot/perl: e0561f8bdb3c55e652ac26501ebb98aed004197e p4raw-link: @19086 on //depot/perl: 4e80e7c5725665b3bafef4fcead53e20131b5369 p4raw-link: @19085 on //depot/perl: 368e8af92165901b8847db2c456b3930fb8e583c p4raw-link: @19084 on //depot/perl: ef5a6dd776ac4bf49f73d33c2c15049c102661c0 p4raw-link: @19082 on //depot/perl: 3b8fd1d50fa2d1e7d187a495bdbd1c1584f6a531 p4raw-link: @19081 on //depot/perl: 05671074223592cab8892e565a2b59d3f032bba8 p4raw-link: @19080 on //depot/perl: 00dcde61acd9f4256cd0fce5c72bb9ee25e562b3 p4raw-link: @19079 on //depot/perl: 19dbb8f173af2c7e80a0837871d15e631aacc74c p4raw-link: @19078 on //depot/perl: 700a71f52a8b687cd8507393838281605745411c p4raw-link: @19077 on //depot/perl: 5c501b37d7fe83b36852f8ad910f17d67e792406 p4raw-link: @19076 on //depot/maint-5.8/perl: eb68ce95021ac7d7e0cda024886554144d93a8a8 p4raw-link: @19074 on //depot/perl: 6d80e9d0fed5aaa368313563b0a51ac19967da35 p4raw-id: //depot/maint-5.8/perl@19093 p4raw-branched: from //depot/perl@19076 'branch in' ext/Time/HiRes/hints/irix.pl p4raw-integrated: from //depot/perl@19076 'copy in' hints/irix_5.sh (@5266..) ext/Socket/Socket.xs (@15141..) ext/Socket/Socket.t lib/Net/hostent.t (@16882..) lib/Attribute/Handlers/Changes (@17978..) pod/perlopentut.pod (@18135..) hints/dec_osf.sh (@18864..) pp_sys.c (@18958..) doio.c (@19036..) 'merge in' README.irix (@18064..) pod/perlport.pod (@18180..) dump.c (@18801..) pod/perlapi.pod (@18873..) sv.h (@18921..) pod/perlfunc.pod (@19010..) README.tru64 (@19028..) MANIFEST (@19065..)
* UNICOS and UNICOS/mk are broken only on one test.Jarkko Hietaniemi2002-06-141-2/+3
| | | p4raw-id: //depot/perl@17230
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@16882 p4raw-integrated: from //depot/macperl@16881 'copy in' ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t ext/Socket/Socket.t lib/AutoSplit.t lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl lib/Test/Harness/t/callback.t lib/blib.pm lib/strict.t lib/subs.t t/lib/filter-util.pl t/lib/warnings/doio t/lib/warnings/mg t/x2p/s2p.t (@16123..) lib/Test/Simple/t/exit.t (@16230..) lib/open.t lib/warnings.t (@16255..) perl.c (@16475..) lib/Unicode/Collate.pm lib/Unicode/UCD.t (@16651..) ext/PerlIO/t/fallback.t lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/test-harness.t (@16825..) p4raw-integrated: from //depot/macperl@16868 'copy in' lib/blib.t (@16123..) t/lib/warnings/op (@16230..) ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t (@16475..) 'merge in' ext/Storable/t/utf8hash.t lib/Test/Harness/Straps.pm (@16730..)
* UNICOS: update test status.Jarkko Hietaniemi2002-05-241-1/+2
| | | p4raw-id: //depot/perl@16774
* UNICOS/mk seems to still have this problem.Jarkko Hietaniemi2002-05-191-1/+1
| | | p4raw-id: //depot/perl@16698
* The UDP sockpair failure seems to have magicallyJarkko Hietaniemi2002-05-161-2/+1
| | | | | | disappeared from both UNICOSes. (One gets "UNEXPECTEDLY SUCCEEDED".) p4raw-id: //depot/perl@16632
* UNICOS too has sockpair issues (unsurprisingly,Jarkko Hietaniemi2002-04-111-1/+2
| | | | | since UNICOS/mk has them too) p4raw-id: //depot/perl@15869
* Also NEC SUPER-UX has buggy sockpair().Jarkko Hietaniemi2002-04-111-1/+1
| | | p4raw-id: //depot/perl@15862
* non-perlio robustness.Jarkko Hietaniemi2002-04-031-4/+14
| | | p4raw-id: //depot/perl@15714
* Bad socketpair.t can hang anywhereSpider Boardman2002-03-311-1/+1
| | | | | Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US> p4raw-id: //depot/perl@15632
* Neuter socketpair on Stratus VOSPaul Green2002-03-281-1/+2
| | | | | Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> p4raw-id: //depot/perl@15582
* socketpair binmode :bytes.Jarkko Hietaniemi2002-03-281-0/+6
| | | p4raw-id: //depot/perl@15570
* TODO for QNX6Norton T. Allen2002-03-251-1/+1
| | | | | Message-Id: <200203251836.NAA01517@bottesini.harvard.edu> p4raw-id: //depot/perl@15492
* Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7Nicholas Clark2002-03-191-0/+1
| | | | | Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15338
* Misc tiny tweaks from Sarathy, good for threaded builds.Jarkko Hietaniemi2002-03-101-2/+3
| | | p4raw-id: //depot/perl@15141
* Precedence problem.Jarkko Hietaniemi2002-03-101-2/+2
| | | p4raw-id: //depot/perl@15140
* socketpair.t w/o forkMattia Barbon2002-03-091-1/+4
| | | | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3C8A224F.29578.13691BA@localhost> (modified as suggested by Sarathy) p4raw-id: //depot/perl@15132
* (was Re: [PATCH @13746] h2xs)Nicholas Clark2002-03-042-4/+3
| | | | | Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15023
* OS/2 buildIlya Zakharevich2002-02-111-1/+1
| | | | | | | Message-ID: <20020211065640.A14993@math.ohio-state.edu> (sans the Configure, perlio.sym, and t/op/stat.t parts) p4raw-id: //depot/perl@14641
* OS/390 seems to do length 0 udp reads, Nicholas saysJarkko Hietaniemi2002-01-291-1/+5
| | | | | skippage is for now the best cause of action. p4raw-id: //depot/perl@14487
* Save $! so that other syscalls don't disturb it before Nick Ing-Simmons2002-01-251-4/+11
| | | | | we test it. p4raw-id: //depot/perlio@14422
* Except Win32 from echo tests. (Alarm does not break into connect)Nick Ing-Simmons2002-01-231-2/+3
| | | p4raw-id: //depot/perlio@14393
* Try to make the connect/read/write timeouting.Jarkko Hietaniemi2002-01-181-9/+39
| | | p4raw-id: //depot/perl@14330
* offsetof() is in <stddef.h>Nick Ing-Simmons2002-01-161-0/+2
| | | p4raw-id: //depot/perlio@14296
* s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.Jarkko Hietaniemi2002-01-161-5/+5
| | | p4raw-id: //depot/perl@14293
* Socket::sockaddr_familyGisle Aas2002-01-153-2/+36
| | | | | Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com> p4raw-id: //depot/perl@14279
* Re: HiResH.Merijn Brand2002-01-131-1/+1
| | | | | | | Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> Give up on socketpair in HP-UX. p4raw-id: //depot/perl@14234
* Win32-ize socketpair testNick Ing-Simmons2002-01-121-3/+13
| | | | | | - Win32 can fork even though $Config{d_fork} is undef - SOCK_DGRAM does not work - skip those tests. p4raw-id: //depot/perlio@14214
* Also UNICOS/mk has deviant socketpair().Jarkko Hietaniemi2002-01-051-1/+2
| | | p4raw-id: //depot/perl@14092
* [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, tooNicholas Clark2002-01-051-6/+36
| | | | | Message-ID: <20020105181013.I300@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14090
* [better PATCH] Re: Low-lights of Win32 / bleadperlNicholas Clark2002-01-011-2/+2
| | | | | Message-Id: <20020101131316.A475@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13997
* socketpair tweaks from Nicholas Clark.Jarkko Hietaniemi2001-12-291-2/+2
| | | p4raw-id: //depot/perl@13921
* because (sys)?read doesn't reset buffersNicholas Clark2001-12-271-0/+7
| | | | | Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13913
* Re: socketpair emulationNicholas Clark2001-12-271-1/+3
| | | | | Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13906
* Re: socketpair emulation Nicholas Clark2001-12-241-5/+25
| | | | | Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13873
* socketpair emulationNicholas Clark2001-12-231-0/+144
| | | | | Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net> p4raw-id: //depot/perl@13858
* More Socket constants.Jarkko Hietaniemi2001-11-302-18/+76
| | | p4raw-id: //depot/perl@13394
* [ID 20011126.148] Socket::inet_aton() incorrectly accepts null stringBob Dalgleish2001-11-271-1/+4
| | | | | | | | Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca> Craig Berry submitted half of this patch just yesterday. Spooky cosmic resonance. p4raw-id: //depot/perl@13291
* Socket::my_inet_aton() tweakCraig A. Berry2001-11-251-1/+1
| | | | | Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01> p4raw-id: //depot/perl@13275