summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate:Nicholas Clark2006-01-061-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 25360] Add a TODO test for bug #37038 - assigning to the match variable should not corrupt match vars such as $1 and $2 [ 25925] Fix [perl #37533] open pragma ignored for all 3-arg opens Also, correct the documentation in open.pm that stated that open() did not override open.pm-given default encodings. [ 25932] Avoid corruption when calling mg_get to retrieve the value of a $digit variable. This is done by ensuring it's not tainted. See http://bugs.debian.org/303308 Patch by Chris Heath <chris.heath@autoweb.net> [ 25952] Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland build From: "Paul Marquess" <paul.marquess@ntlworld.com> Date: Tue, 1 Nov 2005 17:05:38 -0000 Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com> [ 25993] Subject: [perl #19049] Incorrect $` after replacement From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig) Date: Fri, 04 Nov 2005 08:17:25 +0100 Message-ID: <87fyqc51bu.fsf@k75.linux.bogus> [ 25998] Revert patch #25993. [ 26064] Better diagnostics from io/utf8.t [ 26065] As using -C to turn on utf8 IO is equivalent to the open pragma, change 25925 had the side effect of breaking t/io/utf8.t Fixed by adding the missing binmode()s. [ 26067] As using -C to turn on utf8 IO is equivalent to the open pragma, change 25925 had the side effect of breaking ext/Encode/t/perlio.t Fixed by opening with :bytes. [ 26075] Subject: [perl #37648] segfault with PERLIO_DEBUG From: Peter Dintelmann (via RT) <perlbug-followup@perl.org> Date: Thu, 10 Nov 2005 04:31:39 -0800 Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org> [ 26101] Subject: [perl #37657] segfault with binmode ":pop" From: Peter Dintelmann (via RT) <perlbug-followup@perl.org> Date: Fri, 11 Nov 2005 06:36:20 -0800 Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org> [ 26136] Subject: Re: [perl #37616] Bug in &= (string) and/or m// From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Wed, 09 Nov 2005 02:12:00 +0900 Message-Id: <20051109021035.69D8.BQW10602@nifty.com> [ 26137] Subject: Re: [perl #37688] Unexpected regex failure. From: hv@crypt.org Date: Wed, 16 Nov 2005 14:54:55 +0000 Message-Id: <200511161454.jAGEst117787@zen.crypt.org> [ 26144] Subject: [perl #37694] segfault with PerlIO::get_layers() From: Peter Dintelmann (via RT) <perlbug-followup@perl.org> Date: Wed, 16 Nov 2005 07:11:41 -0800 Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org> [ 26189] Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 From: "Jan Dubois" <jand@ActiveState.com> Date: Mon, 21 Nov 2005 21:35:51 -0800 Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy> [ 26193] Use the system's free to dealloc a PV allocated by the system (more precisely by libgdbm.) See : Subject: GDBM_file realloc failures From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> Date: Mon, 21 Nov 2005 18:22:00 +0100 Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com> [ 26195] [perl #37725] perl segfaults on reversed array reference The 'for (reverse @a)' optimisation got its index wrong when create LVALUE SVs for undef elements [ 26399] Un-TODO a fixed test Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness) From: demerphq <demerphq@gmail.com> Date: Sat, 17 Dec 2005 17:23:23 +0100 Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com> p4raw-link: @26399 on //depot/perl: 4f5010f268a8de0d9ea78da367041150ef2777f4 p4raw-link: @26195 on //depot/perl: 6e585ca0b32392d502ae4276faab9761cc9b1188 p4raw-link: @26193 on //depot/perl: 77b7876f031d35ba2fd89257c6bcaa395e15bbb9 p4raw-link: @26189 on //depot/perl: a86d78b98bbb3a5fa56caee3b81e72336148be12 p4raw-link: @26144 on //depot/perl: 671d49be3f59c3499d5c499c5070da719dbb52d2 p4raw-link: @26137 on //depot/perl: c315bfe889135a2987c1252735b745ecccd942d4 p4raw-link: @26136 on //depot/perl: 1a787b952b2a283c0366c148171c3bc150e9489a p4raw-link: @26101 on //depot/perl: 68b5363f7e6243d999097c647e922642ab157ba3 p4raw-link: @26075 on //depot/perl: 355d3743e65e97364accabb20981fd9938de341c p4raw-link: @26067 on //depot/perl: 38aa2d1871d776152eb9b958f87dbfa1f4c07399 p4raw-link: @26065 on //depot/perl: ceb1aeda7d2a3a96426ccfbd724ec7c64f052923 p4raw-link: @26064 on //depot/perl: 0fb301d74c9343e92304f46af06b6eeb8be34864 p4raw-link: @25998 on //depot/perl: 973dddac3cae262865053bf44d56f52beac46f92 p4raw-link: @25993 on //depot/perl: e0efdaf8e9240c19cd4636de8080d872bb373f7f p4raw-link: @25952 on //depot/perl: bda6ed216cf53718fff278193bffd2c4078fb377 p4raw-link: @25932 on //depot/perl: f6ba99206280472c9e353abb350d114de9d2591b p4raw-link: @25925 on //depot/perl: 9fe371da3bdc2d1a5eae907101756f87eb5d2168 p4raw-link: @25360 on //depot/perl: 740266bff261335d346cbafd47b3f0ad938f70d0 p4raw-id: //depot/maint-5.8/perl@26689 p4raw-integrated: from //depot/perl@26688 'copy in' win32/include/sys/socket.h (@13939..) ext/GDBM_File/GDBM_File.xs (@17920..) ext/Encode/t/perlio.t (@20432..) t/op/re_tests (@24086..) 'edit in' t/op/bop.t (@23666..) t/op/loopctl.t (@24412..) lib/open.pm (@25052..) t/op/pat.t (@26255..) 'merge in' t/op/stat.t (@25284..) p4raw-integrated: from //depot/perl@26195 'edit in' pp_hot.c (@26192..) 'merge in' pp_ctl.c (@26188..) p4raw-integrated: from //depot/perl@26144 'merge in' universal.c (@26028..) p4raw-integrated: from //depot/perl@26136 'merge in' doop.c (@26082..) p4raw-integrated: from //depot/perl@26075 'edit in' perlio.c (@26050..) p4raw-integrated: from //depot/perl@26064 'edit in' t/io/utf8.t (@22033..) p4raw-integrated: from //depot/perl@25993 'edit in' regexec.c (@25757..) p4raw-integrated: from //depot/perl@25952 'merge in' win32/win32.c (@25288..) p4raw-integrated: from //depot/perl@25932 'merge in' mg.c (@25877..)
* Integrate:Nicholas Clark2005-09-301-3/+3
| | | | | | | | | [ 25211] Silence Win32 warnings when not using USE_LARGE_FILES p4raw-link: @25211 on //depot/perl: 8859a7a0b5d2e549800ebdce5712e285a2861e3d p4raw-id: //depot/maint-5.8/perl@25667 p4raw-integrated: from //depot/perl@25211 'merge in' win32/win32.c (@25101..)
* Integrate:Jim Cromie2005-09-221-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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 Clark2005-09-211-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24987] Suppress warnings about a clash between redefined malloc and the use of __attribute__malloc__ Subject: Re: Fun with __attribute__malloc__ From: Andy Lester <andy@petdance.com> Date: Fri, 24 Jun 2005 12:11:59 -0500 Message-ID: <20050624171159.GB29590@petdance.com> [ 24997] Subject: [PATCH] We're going round in circles with pp_sys.c From: Andy Lester <andy@petdance.com> Date: Mon, 27 Jun 2005 13:06:59 -0500 Message-ID: <20050627180659.GB29744@petdance.com> (edited) [ 25001] Stop "suspicious pointer conversion" warning following change 24997 [ 25003] Stop "Possible use before definition" warning following change 24997 [ 25014] Silence MinGW warnings about system headers when building Errno Thanks to Mike Guy for the suggested fix. [ 25033] Silence some cast warnings from bcc32 on Win32 See the thread starting here for arguments: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html [ 25034] silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK Only a partial fix: works where sizeof(type)==1; since we can never wraparound in that case, disarm the check [ 25035] silence a warning in Perl_sv_compile_2op [ 25038] Remove unreferenced local variable (and the warning about it) [ 25041] Silence MinGW warning about "'noreturn' function does return" (Thanks to Nicholas Clark) [ 25055] Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up a different compiler warnings. I guess we need a waterbed theory of compiler warnings. [ 25063] Subject: Re: How to suppress warnings when building Errno with gcc From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Fri, 1 Jul 2005 10:56:23 -0700 Message-ID: <20050701175623.GD216@efn.org> [ 25103] extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_* p4raw-link: @25103 on //depot/perl: ed87b6edd2c457984b92b013316ae3ed72b4e8d3 p4raw-link: @25063 on //depot/perl: eeb7067f600640f443da80dc2b1a896ce8cf58c5 p4raw-link: @25055 on //depot/perl: ffa5faba68902313c2103a742dc00a206824c798 p4raw-link: @25041 on //depot/perl: d951c35852a72e504eea00883fb91f69a81b8ce3 p4raw-link: @25038 on //depot/perl: b8e65a9b24415d2651cfd291a5c46983dbbc8048 p4raw-link: @25035 on //depot/perl: b094c71d0e5fe8bc361ad2e51a050cd90827d764 p4raw-link: @25034 on //depot/perl: 9b50316d41e10da7079284a39efe42f777afb179 p4raw-link: @25033 on //depot/perl: a51a97d86a8e028ada154e7e70624ca9fe055d4c p4raw-link: @25014 on //depot/perl: 1e92bf58d9ca015d8f610db7bf0ee9de90ff39ff p4raw-link: @25003 on //depot/perl: 29033a8a33c87f72febba470e43825c1489ad8d3 p4raw-link: @25001 on //depot/perl: a15d23f8e296983d6cc54b5377bc89335c45e016 p4raw-link: @24997 on //depot/perl: 9d4ba2ae61ff15b15f3e889810ff89dfb2ed1738 p4raw-link: @24987 on //depot/perl: 77785eead56f43b89f14cf6ef1c9a99846e1beff p4raw-id: //depot/maint-5.8/perl@25558 p4raw-integrated: from //depot/perl@25557 'edit in' ext/Errno/Errno_pm.PL (@25014..) p4raw-integrated: from //depot/perl@25055 'edit in' handy.h (@25034..) p4raw-integrated: from //depot/perl@25041 'merge in' iperlsys.h (@24974..) p4raw-integrated: from //depot/perl@25038 'merge in' ext/XS/APItest/APItest.xs (@24827..) p4raw-integrated: from //depot/perl@25033 'merge in' win32/win32.c (@24977..) p4raw-integrated: from //depot/perl@25003 'merge in' pp_sys.c (@24983..) p4raw-integrated: from //depot/perl@24997 'edit in' toke.c (@24944..) hv.c (@24945..) pp_ctl.c (@24965..) gv.c (@24966..) embed.fnc (@24976..) 'merge in' regexec.c (@24871..) pp_hot.c (@24939..) proto.h sv.c (@24976..) perl.c (@24986..) p4raw-integrated: from //depot/perl@24987 'merge in' perl.h (@24975..)
* Integrate:Mattia Barbon2005-09-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24907] Silence warning in debug printf [ 24937] Silence some bcc32 compiler warnings ("Superfluous & with function") [ 24938] Silence some more bcc32 compiler warnings ("Suggest parentheses to clarify precedence") [ 24939] Silence yet more bcc32 compiler warnings ("Code has no effect") [ 24944] Silence another bcc32 compiler warning ("Possible use of '%s' before definition") [ 24946] More bcc32 compiler warnings to silence ("Suspicious pointer conversion") [ 24947] Silence bcc32 compiler warnings from win32/fcrypt.c (almost) It still whines about 'in' and 'b' being assigned values that are never used on lines 348 and 505 respectively (as side effects of the calls to c2l and l2c respectively), but I'm not sure how to shut them up. [ 24950] Oops! Change 24946 wasn't quite right [ 24953] Silence bcc32 compiler warnings following change 24945 ("Possible use of '%s' before definition") [ 24963] Warning suppression. [ 24977] Fix typo in win32.c Doesn't fix bcc32 + USE_LARGE_FILES, though :-( [ 24994] Silence compiler warning in SDBM_File Unless I'm missing something it looks like "key" actually is used, and the "key = key" assignment causes bcc32 to complain about use before definition! [ 24999] Subject: [PATCH] Avoid redefinition warning for MinGW Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it> p4raw-link: @24999 on //depot/perl: eb9bdbdff170fbef354c89f26311bc9e4a0e7245 p4raw-link: @24994 on //depot/perl: aa0165afdda5e71e536a890f6b073619c221d9bd p4raw-link: @24977 on //depot/perl: 56460430dcb7e8cada68e2a7dcfb1495b75076d1 p4raw-link: @24963 on //depot/perl: a882ab3181734afc6a4004c7cba75f148c724ba8 p4raw-link: @24953 on //depot/perl: 6300418df733fa6a39202abfea4908f73899f1ad p4raw-link: @24950 on //depot/perl: d08fa7601ff56603f730a23e4363d5e951ce06c2 p4raw-link: @24947 on //depot/perl: 2534dd6e31cc0cf46c9012b51820cb53e717e775 p4raw-link: @24946 on //depot/perl: 8d3a710fc8101f114e42e18c7eae4598e4c21195 p4raw-link: @24944 on //depot/perl: 89e33a0587050e7ef2e88ba45c87444d8506f821 p4raw-link: @24939 on //depot/perl: 454f1e2628e3c3cf05341675e973e8df77c9b0ae p4raw-link: @24938 on //depot/perl: 3b9e3074fddbae8590b8fbc95a2eac9fa7fc29f0 p4raw-link: @24937 on //depot/perl: 1c127fab650cf6427045f36d9e941565f5163fda p4raw-link: @24907 on //depot/perl: cdd3ba141d0471cdda288698b2e3ab4be509f775 p4raw-id: //depot/maint-5.8/perl@25551 p4raw-integrated: from //depot/perl@25550 'copy in' ext/SDBM_File/SDBM_File.xs (@17750..) win32/fcrypt.c (@20702..) 'merge in' win32/win32io.c (@24271..) perlvars.h (@24318..) win32/win32iop.h (@24974..) p4raw-integrated: from //depot/perl@24953 'edit in' pp_ctl.c pp_sys.c (@24945..) p4raw-integrated: from //depot/perl@24950 'edit in' doio.c (@24946..) p4raw-integrated: from //depot/perl@24944 'merge in' toke.c (@24920..) p4raw-integrated: from //depot/perl@24939 'merge in' pp_hot.c (@24871..) p4raw-integrated: from //depot/perl@24938 'merge in' warnings.h warnings.pl (@24509..) p4raw-integrated: from //depot/perl@24937 'edit in' win32/win32.c (@24883..) 'merge in' pp.c (@24871..) p4raw-integrated: from //depot/perl@24907 'merge in' doop.c (@24871..)
* Integrate:Nicholas Clark2005-09-211-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24679] Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs ) From: DH <crazyinsomniac@yahoo.com> Date: Tue, 31 May 2005 08:33:27 -0700 (PDT) Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com> (with a couple of minor tweaks) [ 24806] Subject: improve static build for win32/Makefile From: vadim <vadim@vkonovalov.ru> Date: Sun, 12 Jun 2005 14:09:11 -0400 Message-Id: <1118599750.2732.2.camel@mdk10> [ 24825] Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile From: vadim <vadim@vkonovalov.ru> Date: Mon, 13 Jun 2005 15:41:41 -0400 Message-Id: <1118691701.6333.32.camel@mdk10> [ 24830] Add BUILDOPTEXTRA to Win32 makefiles This allows extra build options, e.g. -DNO_HASH_SEED, to be specified on the command line, which is otherwise not possible under nmake using the existing BUILDOPT macro Suggested by Jan Dubois <jand@ActiveState.com> [ 24852] Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4 [ 24855] Fix $Config{ccversion} for Borland C++ 5.5.1 This pattern match seems a little saner, and stops " for Win32" getting picked up from the following output: Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland Maybe it breaks older versions, but at least the latest now works correctly. If anyone knows what older versions' messages look like then speak up! [ 24862] Enable static extensions with Borland compiler on Win32 [ 24863] Simplify win32/makefile.mk for static extensions with GCC [ 24866] Fix changes 24862 and 24863 for Sarathy's old dmake [ 24880] Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name() From: "Jan Dubois" <jand@ActiveState.com> Date: Thu, 16 Jun 2005 11:43:15 -0700 Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com> [ 24883] Silence STDERR grumblings from Borland's math library. This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and renders change 24870 obsolete, hence it is reverted here). p4raw-link: @24883 on //depot/perl: 3a00b83ed94a188580921b4677320b4295bee93d p4raw-link: @24880 on //depot/perl: be9da6a9f72474caf68c6253e58eb38c3d447728 p4raw-link: @24866 on //depot/perl: 7a67865adbea98917830ba110adf80e1a4ee46ab p4raw-link: @24863 on //depot/perl: 2aefcc789e83c2ed63b8e10639b28c870b3f9bf6 p4raw-link: @24862 on //depot/perl: 9506093ea8f75836097a0d91d3eec90d306ff9e1 p4raw-link: @24855 on //depot/perl: 645ff3cb711b95d7444ec52a58fa4be7561ff5d1 p4raw-link: @24852 on //depot/perl: e54e7e92e82be930d3964d114c29e511355e5ecc p4raw-link: @24830 on //depot/perl: 2e30e1e19507ead09ed955df51a21281bcf3ac88 p4raw-link: @24825 on //depot/perl: 9e7cf449d83cd5f918126cacc6de91f23f4d9822 p4raw-link: @24806 on //depot/perl: 595589fae4479595ffd0993d9a9d2e00eaaa1581 p4raw-link: @24679 on //depot/perl: 6a57da8629f93682a21ef339fb8f5aaa7cd6a98d p4raw-id: //depot/maint-5.8/perl@25539 p4raw-integrated: from //depot/perl@25538 'copy in' win32/dl_win32.xs (@23360..) win32/buildext.pl (@23762..) lib/warnings.t (@24870..) 'merge in' win32/config_sh.PL (@23817..) p4raw-integrated: from //depot/perl@24883 'merge in' makedef.pl (@24860..) p4raw-integrated: from //depot/perl@24880 'edit in' win32/win32.c (@24122..) p4raw-integrated: from //depot/perl@24863 'edit in' win32/makefile.mk (@24862..) p4raw-integrated: from //depot/perl@24806 'edit in' win32/Makefile (@24792..)
* Integrate:Gisle Aas2005-04-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24043] Subject: Re: sitecustomize.pl [PATCH] Message-ID: <lru0n9w433.fsf@caliper.activestate.com> Adds a new command-line switch, -f, and a new optional compile-time setting -DUSE_SITECUSTOMIZE [ 24104] Support for -Dusesitecustomize [ 24105] Simplify #24043 note now Configure can do -Dusesitecustomize [ 24120] Add support for USE_SITECUSTOMIZE in the Win32 makefiles Note that this feature doesn't actually work correctly on Win32 until the problem described here is solved: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html [ 24122] Fix USE_SITECUSTOMIZE on Win32 This fixes the problem described in: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html p4raw-link: @24122 on //depot/perl: f0c8bec29ec0362a1d5bd0ad2f2e00b2304ea2a8 p4raw-link: @24120 on //depot/perl: 7ada00a0afea1d7eec1411de227ec2e27211e619 p4raw-link: @24105 on //depot/perl: 36de116d52df0633b2c925a475f8b7e43ad9ac11 p4raw-link: @24104 on //depot/perl: 5f106f9c27148e746d86e2ea943381cda96398b4 p4raw-link: @24043 on //depot/perl: 20ef40cf6a00eee95a449854794854a93e411e3b p4raw-id: //depot/maint-5.8/perl@24184 p4raw-integrated: from //depot/perl@24183 'copy in' ext/Devel/DProf/t/DProf.t (@20269..) 'merge in' win32/win32.c (@23200..) config_h.SH (@23674..) win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 (@23764..) p4raw-integrated: from //depot/perl@24120 'merge in' win32/Makefile win32/makefile.mk (@24113..) p4raw-integrated: from //depot/perl@24105 'edit in' INSTALL (@24043..) p4raw-integrated: from //depot/perl@24104 'merge in' Configure (@23909..) p4raw-integrated: from //depot/perl@24043 'merge in' pod/perlrun.pod (@23963..) perl.c (@24003..)
* Integrate:Steve Hay2004-09-101-13/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23111] This seems to be needed to get COW working on Win32 [ 23121] Some calls to PerlMemShared_alloc() aren't checking the return value. Bug spotted by Nigel Sandever [ 23128] Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk(). CC: perl-win32-porters@listserv.ActiveState.com Message-ID: <40F6B295.8010804@uk.radan.com> Assumes perl's malloc can now handle non-contiguous memory (believed to be true). Does not address threading issues. "The attached patch (against blead) makes sbrk() initially try to extend the existing block of memory exactly as it currently does, but to not fail immediately if it can't -- it now frees up that part of whatever it had previously reserved+committed which hadn't actually been used yet, resets all its static variables and basically starts anew." p4raw-link: @23128 on //depot/perl: b2d41e21b21c57718b8e506bc104adc20f931613 p4raw-link: @23121 on //depot/perl: 8043fdafce9b64db18484779a548e4f4adefc5ed p4raw-link: @23111 on //depot/perl: 62c28f1eb11a09465e40c241ad70e9821eac5d49 p4raw-id: //depot/maint-5.8/perl@23304 p4raw-integrated: from //depot/perl@23303 'copy in' ext/threads/threads.xs (@23120..) p4raw-integrated: from //depot/perl@23121 'merge in' util.c (@23101..) p4raw-integrated: from //depot/perl@23111 'edit in' win32/win32.c (@22789..)
* Integrate:Nicholas Clark2004-05-061-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22681] find2perl should not default to -print when -eval is specified. Noticed by David Dyck. [ 22733] Missing copyright in the README. [ 22735] Subject: [PATCH] Where to find nmake for windows From: Abe Timmerman <abe@ztreet.demon.nl> Date: Thu, 22 Apr 2004 23:57:40 +0200 Message-Id: <200404222357.40508.abe@ztreet.demon.nl> Changed download URL references for nmake [ 22747] Subject: [perl #29033] typo in description of sleep in documentation of POSIX module Date: 21 Apr 2004 11:07:22 -0000 From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org> Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org> [ 22748] Subject: [PATCH] Add diagnostics section to base.pm From: "Jos I. Boumans" <kane@dwim.org> Date: Wed, 28 Apr 2004 13:04:47 +0200 Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org> [ 22749] Fix for [perl #28963]: find2perl was sometimes generating invalid code. [ 22768] It seems daft to me that we have a synopis example that will fail if gcc happened to be invoked via the name cc, and completely ignores the far more reliable 'gccversion' variable So here's one using 'usethreads' that ought to work everywhere. [ 22782] Subject: Problem with h2xs From: David Cannings <lists@edeca.net> Date: Mon, 3 May 2004 13:44:33 +0100 Message-Id: <200405031344.33723.lists@edeca.net> (Second patch only) [ 22789] Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x) From: bilbo@ua.fm Date: Wed, 28 Apr 2004 00:19:55 +0300 Message-ID: <611491036.20040428001955@ua.fm> [ 22793] Add a small script to check whether a perl source tree (with or without generated files) is friendly with case-insensitive filesystems. Adapted from : Subject: Re: STerm.pl vs Sterm.pl From: James Mastros <james@mastros.biz> Date: Thu, 06 May 2004 14:45:53 +0200 Message-ID: <20040506124556.2402.qmail@onion.perl.org> p4raw-link: @22793 on //depot/perl: 772ab6503ff18dfd6856d3c039bc0c327944f3f1 p4raw-link: @22789 on //depot/perl: 96090bfdf053854d56ae5c45fcf6eef606782969 p4raw-link: @22782 on //depot/perl: 5db8a8c21bcc6e67c574b01a4256f79c5e4aab89 p4raw-link: @22768 on //depot/perl: 63f18be62c0fc11b05936631f648c4dd5ea77236 p4raw-link: @22749 on //depot/perl: 178eb895c5deb67bb37c347449d4e8f3288b8b7e p4raw-link: @22748 on //depot/perl: 36c726b39493413b3d290022ea8659549c919762 p4raw-link: @22747 on //depot/perl: 66e2fd5444a96049971bab49da0a163e8fa5e52d p4raw-link: @22735 on //depot/perl: cb9857f106f375812b55d206c492443ff99b6085 p4raw-link: @22733 on //depot/perl: 766b36a4cf5981b911f14f15b05838d0b85a3b73 p4raw-link: @22681 on //depot/perl: a9a4ee8b12bbb03d4563807d9b09f3f7262a7701 p4raw-id: //depot/maint-5.8/perl@22794 p4raw-branched: from //depot/perl@22792 'branch in' Porting/checkcase.pl p4raw-integrated: from //depot/perl@22792 'copy in' README (@19242..) pod/perlmodinstall.pod (@20588..) configpm (@21732..) ext/POSIX/POSIX.pod (@22258..) utils/h2xs.PL (@22322..) lib/base.pm (@22642..) 'merge in' README.win32 (@22556..) win32/win32.c (@22691..) MANIFEST (@22783..) p4raw-integrated: from //depot/perl@22681 'ignore' x2p/find2perl.PL (@22586..)
* Integrate:Jan Dubois2004-04-151-7/+6
| | | | | | | | | | | | | | | [ 22691] Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3 Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com [ 22697] d_getservbyname_r undef up to at least OpenBSD 3.5 Thanks to Campo Weijerman and Gerard Gerritsen off-list p4raw-link: @22697 on //depot/perl: 2f4c2f3e1aa24195544992a1971d49399f86d7ec p4raw-link: @22691 on //depot/perl: 1928965c335b0bc2a3df245c2070b6e4b7bfad99 p4raw-id: //depot/maint-5.8/perl@22701 p4raw-integrated: from //depot/perl@22700 'copy in' hints/openbsd.sh (@22585..) 'merge in' win32/win32.c (@22466..)
* Integrate:Nicholas Clark2004-03-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22466] Subject: [PATCH] win32_fstat has a potential buffer overrun problem From: Jan Dubois <jand@ActiveState.com> Date: Sun, 07 Mar 2004 17:04:35 -0800 Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com> [ 22467] Another makefile portability fix for Win32 by Steve Hay. [ 22477] Subject: [PATCH] More "distclean" tidy ups on Win32 From: Steve Hay <steve.hay@uk.radan.com> Date: Fri, 05 Mar 2004 09:56:36 +0000 Message-ID: <40484ED4.1050001@uk.radan.com> (only the win32 makefiles part) [ 22481] Subject: Re: [PATCH] More "distclean" tidy ups on Win32 From: Steve Hay <steve.hay@uk.radan.com> Date: Wed, 10 Mar 2004 10:58:15 +0000 Message-ID: <404EF4C7.9090107@uk.radan.com> [ 22489] Subject: [PATCH] Fix minitest target in Win32 makefiles From: Steve Hay <steve.hay@uk.radan.com> Date: Fri, 12 Mar 2004 15:52:23 +0000 Message-ID: <4051DCB7.107@uk.radan.com> [ 22495] Revert change #22489, that seems to cause build failures on Windows. [ 22501] Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu) From: Steve Hay <steve.hay@uk.radan.com> Date: Mon, 15 Mar 2004 10:28:02 +0000 Message-ID: <40558532.30002@uk.radan.com> Plus, restore patch #22489 [ 22537] Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl From: Jan Dubois <jand@activestate.com> Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com> Date: Thu, 18 Mar 2004 13:13:49 -0800 Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl From: Steve Hay <steve.hay@uk.radan.com> Message-ID: <405ACC6D.1040804@uk.radan.com> Date: Fri, 19 Mar 2004 10:33:17 +0000 [ 22541] Subject: makefile.95 tweak From: Greg Matheson <lang@ms.chinmin.edu.tw> Date: Fri, 19 Mar 2004 18:15:25 +0800 Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw> [ 22544] Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec From: "Craig A. Berry" <craigberry@mac.com> Date: Sat, 20 Mar 2004 21:51:45 -0600 Message-ID: <405D1151.3040308@mac.com> p4raw-link: @22544 on //depot/perl: 0f20d7dff4791320a87fca61a4e4d4bb7344f44c p4raw-link: @22541 on //depot/perl: 9848074ef898647100f4775f49bd1d52e0441e23 p4raw-link: @22537 on //depot/perl: b4ad57f4f7fe2aca6dc52ea357ce9be7a7d38769 p4raw-link: @22501 on //depot/perl: 6c85d12ec38b94bb586518d2d22725f3b0437ad5 p4raw-link: @22495 on //depot/perl: 8ddf3c29f29cc3b45d03f4fd9b9e222dbe43d8ae p4raw-link: @22489 on //depot/perl: 590d29db556974e9ffeb477a1a1932ff001d099f p4raw-link: @22481 on //depot/perl: b4dc1df62bdad80806c00c64d3bd6d5f79c36f63 p4raw-link: @22477 on //depot/perl: ca67812f9677599c98e3120e883438c74e2c8e17 p4raw-link: @22467 on //depot/perl: 3890b58f2a8ab2020dbd2032fc23d546361bb215 p4raw-link: @22466 on //depot/perl: 0b96339f066406ec3091aa3edc23d79475da8df5 p4raw-id: //depot/maint-5.8/perl@22552 p4raw-branched: from //depot/perl@22551 'branch in' win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs p4raw-deleted: from //depot/perl@22551 'delete in' lib/Win32.pod (@20331..) p4raw-integrated: from //depot/perl@22551 'edit in' win32/Makefile (@22530..) win32/makefile.mk (@22537..) 'merge in' vms/vms.c (@21879..) win32/win32.c (@22431..) MANIFEST (@22536..)
* Integrate:Nicholas Clark2004-03-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22421] Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32 From: Steve Hay <steve.hay@uk.radan.com> Date: Fri, 27 Feb 2004 17:42:26 +0000 Message-ID: <403F8182.5090607@uk.radan.com> [ 22431] Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3 (by Steve Hay) [ 22442] Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32 From: steve.hay@uk.radan.com (Steve Hay) Date: Fri, 05 Mar 2004 09:42:32 +0000 Message-ID: <40484B88.7070608@uk.radan.com> p4raw-link: @22442 on //depot/perl: 4fe8ccd6f3a643c1e935d8a605fe1a817a041085 p4raw-link: @22431 on //depot/perl: 95015c6ec741dc7f61e7b9c294102b0f8e739263 p4raw-link: @22421 on //depot/perl: 051696ff3e39f65e14b8a0b9c9470826241ed0b3 p4raw-id: //depot/maint-5.8/perl@22450 p4raw-branched: from //depot/perl@22449 'branch in' t/win32/getosversion.t p4raw-integrated: from //depot/perl@22449 'merge in' win32/win32.c (@21992..) win32/Makefile (@22318..) MANIFEST (@22347..) p4raw-integrated: from //depot/perl@22421 'edit in' win32/makefile.mk (@22318..)
* Integrate:Nicholas Clark2004-02-171-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ 21989] From: "Nigel Sandever" <njsandever@hotmail.com> Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com> Date: Thu, 25 Sep 2003 21:49:07 +0000 [ 21990] Fix a little syntax error, reported by Marcus Holland-Moritz [ 22287] Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows From: Greg Matheson <lang@ms.chinmin.edu.tw> Date: Mon, 2 Feb 2004 16:52:44 +0800 Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw> p4raw-link: @22287 on //depot/perl: 986f8adc220317ecfcf2c0eace5110e18382f196 p4raw-link: @21990 on //depot/perl: 05e23382578645af97ac24028ac1e015aa95cf1d p4raw-link: @21989 on //depot/perl: a810272a6ed1d575996a7f738dfe73d9ccdf15d5 p4raw-id: //depot/maint-5.8/perl@22324 p4raw-integrated: from //depot/perl@22296 'merge in' win32/win32sck.c (@19537..) dosish.h (@21433..) p4raw-integrated: from //depot/perl@22287 'merge in' win32/makefile.mk (@22221..) p4raw-integrated: from //depot/perl@21989 'edit in' win32/win32.c (@20572..)
* [ 21992]Nicholas Clark2003-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] win32_chsize buglet From: "Kevin Chase" <kevincha99@hotmail.com> Date: Sun, 28 Dec 2003 15:48:56 -0800 Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com> [ 21993] Windows hasn't getuid/setuid and friends. Therefore disable the code related to them in POSIX.xs. Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu) From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Date: Mon, 29 Dec 2003 04:51:19 +0100 Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2> p4raw-link: @21993 on //depot/perl: e9df3e1af4eb330f01db244621822008bb7efa12 p4raw-link: @21992 on //depot/perl: 214243909ca260ed7609e535311c515513ac7689 p4raw-id: //depot/maint-5.8/perl@21994 p4raw-integrated: from //depot/perl@21987 'copy in' ext/POSIX/POSIX.xs (@21958..) 'merge in' win32/win32.c (@21990..)
* Integrate:Jarkko Hietaniemi2003-08-091-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20570] Two more tests for #20566/#20568. [ 20571] Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x From: Nicholas Clark <nick@ccl4.org> Date: Fri, 8 Aug 2003 23:30:00 +0100 Message-ID: <20030808233000.B20130@plum.flirble.org> [ 20572] Subject: [PATCH] kill 'INT' doesn't work on Windows From: Jan Dubois <jand@ActiveState.com> Date: Fri, 08 Aug 2003 17:49:03 -0700 Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com> [ 20573] Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX= From: Michael G Schwern <schwern@pobox.com> Date: Fri, 8 Aug 2003 13:59:50 -0700 Message-ID: <20030808205950.GJ1587@windhund.schwern.org> [ 20574] Subject: [ PATCH] Re: strange destruction problem on VMS From: Dave Mitchell <davem@fdgroup.com> Date: Fri, 8 Aug 2003 22:28:48 +0100 Message-ID: <20030808212848.GA2628@fdgroup.com> [ 20577] The libcygipc doesn't really work with the Perl SysV IPC tests so no much point in adding it yet. [ 20579] Some updates for the memory use debugging section: -DL is obsolete, mention Devel::Size, and Purify and valgrind. p4raw-link: @20579 on //depot/perl: b30f304ae36b3931349d7d5816f5a5646afe5397 p4raw-link: @20577 on //depot/perl: 2bf8728c009dcec88a168e56c645c4ef772e11fe p4raw-link: @20574 on //depot/perl: 39cf41c2bf3759609409070b764ece8bd1114aea p4raw-link: @20573 on //depot/perl: e8c8d959315d53d951cc75427f9a58a15d8cf780 p4raw-link: @20572 on //depot/perl: 9e200fca2469be3038fc6b7efd81a14847a83256 p4raw-link: @20571 on //depot/perl: da5add9b468c40165d25db86107f2b7fccd71e90 p4raw-link: @20570 on //depot/perl: 89d0f8e1791f63975577c623564080289e4e5ccb p4raw-id: //depot/maint-5.8/perl@20580 p4raw-integrated: from //depot/perl@20576 'copy in' pod/perldebguts.pod (@15351..) pod/perlfaq8.pod (@18604..) ext/Storable/Storable.xs (@20453..) hints/cygwin.sh (@20563..) 'merge in' sv.c (@20315..) win32/win32.c (@20455..) t/op/pat.t (@20568..)
* Integrate:Jarkko Hietaniemi2003-08-031-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20450] Subject: [PATCH 5.8.1 @20218] Shell.t From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> Date: Sun, 3 Aug 2003 06:21:41 -0700 Message-ID: <20030803132141.GA5156@math.berkeley.edu> [ 20451] Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl From: "Craig A. Berry" <craigberry@mac.com> Date: Sat, 02 Aug 2003 10:25:44 -0500 Message-ID: <3F2BD7F8.8090003@mac.com> [ 20452] Upgrade to Unicode::Collate 0.26. [ 20453] Subject: [PATCH] Storable and uninitalized array values From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Date: Sat, 2 Aug 2003 13:40:16 +0200 Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2> [ 20454] Subject: [PATCH 5.8.1 @20218] OS/2 build From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> Date: Sat, 2 Aug 2003 09:38:50 -0700 Message-ID: <20030802163850.GA4712@math.berkeley.edu> [ 20455] Subject: [PATCH] Re: win32.c bug - handle leak From: Jan Dubois <jand@ActiveState.com> Date: Sat, 02 Aug 2003 10:25:05 -0700 Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com> [ 20456] Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits From: mjd@plover.com Date: 3 Aug 2003 19:37:49 -0000 Message-ID: <20030803193749.3733.qmail@plover.com> [ 20457] Subject: [PATCH perlreftut.pod] Minor edits From: mjd@plover.com Date: 3 Aug 2003 17:46:08 -0000 Message-ID: <20030803174608.15792.qmail@plover.com> [ 20458] Subject: [PATCH-for-5.8.1-RC4] wince distribution From: "Vadim Konovalov" <vkonovalov@peterstar.ru> Date: Mon, 4 Aug 2003 00:01:08 +0400 Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad> p4raw-link: @20458 on //depot/perl: 1fa63a09180676351ddecaea07a2347a1016bbf6 p4raw-link: @20457 on //depot/perl: 0c76616b15b71075936b5c671319e0560342ed48 p4raw-link: @20456 on //depot/perl: 6937b144d7efc3fde588d1a87d183249e3b12125 p4raw-link: @20455 on //depot/perl: 48db714fa2f5c31a8bb2c227d4d0e1133284c933 p4raw-link: @20454 on //depot/perl: 46c6a8acd76ad6e00cf925b19fff0f796d786c93 p4raw-link: @20453 on //depot/perl: 20bb3f55e73254cd65990282983e87860e6ebfab p4raw-link: @20452 on //depot/perl: 4c8433661f9886ea9928ada6c218e87bb90d6b78 p4raw-link: @20451 on //depot/perl: d135e0826fa12e553bd7097ce6e4ef5a65e18767 p4raw-link: @20450 on //depot/perl: 670c206d1fe305b38dfbb1e20e5c966dc1f8e9e6 p4raw-id: //depot/maint-5.8/perl@20460 p4raw-integrated: from //depot/perl@20459 'copy in' ext/Storable/t/freeze.t (@16953..) lib/Shell.t (@18044..) wince/makedist.pl (@19158..) pod/perlreftut.pod (@19369..) lib/Unicode/Collate.pm lib/Unicode/Collate/Changes lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t (@19734..) ext/Time/HiRes/HiRes.pm (@19973..) lib/Net/Ping.pm (@19988..) ext/Storable/Storable.xs (@20263..) 'merge in' os2/os2ish.h (@19979..) win32/win32.c (@20331..)
* Integrate:Jarkko Hietaniemi2003-07-301-12/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20324] Revert #20301, apparently the _SOCKADDR_LEN #define is important for IPv6 (Spider). Since there is no way to otherwise detect 3.X, use the hints. [ 20327] MPE/iX fix from Mark Bixby: fcntl() on sockets on works. [ 20329] Subject: tiny fix for WinCE (Re: maint @ 20277) From: "Vadim Konovalov" <vkonovalov@peterstar.ru> Date: Wed, 30 Jul 2003 02:02:41 +0400 Message-ID: <016701c3561d$43735ca0$195ec3d9@vad> [ 20330] FAQ sync. [ 20331] Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information From: Jan Dubois <jand@ActiveState.com> Date: Tue, 29 Jul 2003 19:14:10 -0700 Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com> [ 20332] Modules.pl tweaks. [ 20333] Mac OS X: tweak once again the installation directories. [ 20334] Modules.pl: add B::Deparse. [ 20335] More Modules.pl. [ 20336] Strip leading ./ [ 20337] Rename Modules and Modules.pl as Maintainers and Maintainers.pl since the same framework can be used for more than just modules. [ 20338] Use the CPAN id where available. [ 20339] Arthur maintains Safe. [ 20340] That's M. Schwern to you, earthling. [ 20341] Upgrade to ExtUtils::MakeMaker 6.12. [ 20342] Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Date: Wed, 30 Jul 2003 14:56:32 +0400 Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com> [ 20343] Be paranoid about PL_origargv. Paranoia warranted by Win32 mod_perl. [ 20344] Adjust the list of rmdired lib directories. [ 20345] rmdir t/lib/IO. [ 20346] Maintainers script tweaks. [ 20347] Match also on full name and email (though the email is now less interesting than it used to be). [ 20348] Subject: [PATCH] NEXT and Diamond Inheritance From: Casey West <casey@geeknest.com> Date: Tue, 29 Jul 2003 17:37:15 -0400 Message-ID: <20030729213715.GY76899@geeknest.com> (Use Damian's NEXT-0.51 once Damian and PAUSE like each other) p4raw-link: @20348 on //depot/perl: d36e5bffcaa31e87b66f7867bd33e8c225204efd p4raw-link: @20347 on //depot/perl: 924a5df912d426c87116919236e37a89c996fd37 p4raw-link: @20346 on //depot/perl: ac499c5c3b8a1a75bcad9352e6db98e93806dbf6 p4raw-link: @20345 on //depot/perl: 9a119d777e247766f310ac4ec5c1136d73a8a7bd p4raw-link: @20344 on //depot/perl: c61dfb315bed428aa2d4f16282c80c3ce91e1409 p4raw-link: @20343 on //depot/perl: c8941eeb733f47411a44a1bbe9e04e8f3fca095d p4raw-link: @20342 on //depot/perl: 979e2c82f30d09c274a788ff4bf7541f3ff9db3d p4raw-link: @20341 on //depot/perl: 1b0fc07371681ebcc84e8b3186ecb0bce2c19f5d p4raw-link: @20340 on //depot/perl: f10e3d8c7d96285a0be2a1b81fca513679b1a513 p4raw-link: @20339 on //depot/perl: 28e02856aab6acbd43654cb482013cffdacdf723 p4raw-link: @20338 on //depot/perl: 18aeab5e805e956a257922eedfee8958046c345c p4raw-link: @20337 on //depot/perl: c9fe4ea1630f676a7766e5f3ee7e90d5f5673daf p4raw-link: @20336 on //depot/perl: 99a7b1fa68b868686dd03689f36c99bdbebfcb95 p4raw-link: @20335 on //depot/perl: 314837605ff80af85e6c6fef5f041dcd5ac7f7c1 p4raw-link: @20334 on //depot/perl: 628be792cf7412cbdcd0b312c93ed37c1d59d336 p4raw-link: @20333 on //depot/perl: bd242a2565bd18883fdf37362d277445b988f296 p4raw-link: @20332 on //depot/perl: 70c75c2418665bab57f257fc3b6b1c3b79553912 p4raw-link: @20331 on //depot/perl: 3e5269857e8d8838cbf4c53cbb042865abeedd0e p4raw-link: @20330 on //depot/perl: 369b44b45b100ebccc1e9e9ec79851683e716faa p4raw-link: @20329 on //depot/perl: 2e332e71a8ad1fdc9da83d7af3110f2cf49b4127 p4raw-link: @20327 on //depot/perl: b606c5253377393d8487073ab479f363dd13f330 p4raw-link: @20324 on //depot/perl: 8cfab5ff7c21540622402ad6821ff3565a6c7ff5 p4raw-id: //depot/maint-5.8/perl@20349 p4raw-branched: from //depot/perl@20321 'branch in' Porting/Maintainers Porting/Maintainers.pl p4raw-deleted: from //depot/perl@20321 'delete in' Porting/Modules Porting/Modules.pl (@20285..) p4raw-integrated: from //depot/perl@20321 'copy in' lib/NEXT.pm lib/NEXT/t/unseen.t (@13117..) mpeix/mpeix.c (@15940..) README.mpeix (@16291..) lib/Win32.pod (@18326..) lib/ExtUtils/t/MM_VMS.t (@19099..) pod/perlfaq4.pod pod/perlfaq7.pod (@19188..) lib/ExtUtils/t/MM_Unix.t (@19820..) mpeix/mpeixish.h (@19979..) lib/ExtUtils/Changes lib/ExtUtils/META.yml lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_VMS.pm (@20207..) lib/ExtUtils/MakeMaker.pm (@20217..) wince/wince.c (@20219..) perlio.c (@20267..) ext/IO/t/IO.t ext/IO/t/io_sock.t (@20268..) lib/ExtUtils/MM_Unix.pm (@20283..) hints/dec_osf.sh (@20298..) Makefile.SH (@20302..) 'merge in' win32/win32.c (@19965..) hints/darwin.sh (@20100..) perl.c (@20224..) MANIFEST (@20291..) perl.h (@20301..)
* Integrate:Jarkko Hietaniemi2003-07-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19957] Subject: Re: randomly untainting? From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Thu, 3 Jul 2003 14:58:18 +0200 Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr> (plus extra debug printing) [ 19958] Regen Configure, Glossary, et alia. [ 19959] Regen perltoc. [ 19960] perldelta tweaks. [ 19961] Extra light testing for the UTF-8 cache (that it isn't broken, not that it helps). [ 19962] Add at least meager beginnings of assertion checks for the UTF-8 length/pos cache. It's not as full as I would like since the exact behaviour of the second half of the cache, used in substr(), eludes me right now. [ 19963] Revert #19957 as requested by Rafael. [ 19964] Subject: Re: randomly untainting? From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Thu, 3 Jul 2003 17:35:09 +0200 Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr> [ 19965] Subject: [PATCH] Win32: fix WM_TIMER handling From: Mattia Barbon <mbarbon@dsi.unive.it> Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale) Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it> [ 19966] Subject: Re: [PATCH] Bring Time::Local to 1.07 From: Dave Rolsky <autarch@urth.org> Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT) Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org> [ 19967] Add autarch and Time::Local to Modules. p4raw-link: @19967 on //depot/perl: 0dd1c47ce5880723269ded474d9981b5f96244e9 p4raw-link: @19966 on //depot/perl: 8e4985cd06cac8609b7c84aab08fe2d8d20f9526 p4raw-link: @19965 on //depot/perl: 26549e08076777b5bf661c544db9ec681644f68e p4raw-link: @19964 on //depot/perl: a19106168e3a7e2ab288aa73118f8efee5d56e2b p4raw-link: @19963 on //depot/perl: 4b12b7f5aaa10e96c6a01cd84b8e2ba8348ae296 p4raw-link: @19962 on //depot/perl: e23c8137ee42a11ba756647dd63560bed8512636 p4raw-link: @19961 on //depot/perl: 54f923ef6f478d1abc56049614d56e8a36625e1b p4raw-link: @19960 on //depot/maint-5.8/perl: 999258b850db706d0f077b5cd880b1d7f7ffa8a7 p4raw-link: @19959 on //depot/maint-5.8/perl: 6e76d3455559f20ae981f79d5ba73d66b614f3d5 p4raw-link: @19958 on //depot/maint-5.8/perl: 6f5fc4e34a0d4c7582464f7048092bc52c2e2382 p4raw-link: @19957 on //depot/perl: 7bde033ebff0a0b90536713c20543166fab1b660 p4raw-id: //depot/maint-5.8/perl@19968 p4raw-integrated: from //depot/perl@19960 'copy in' ext/List/Util/t/tainted.t (@11853..) t/op/length.t (@14668..) t/TestInit.pm (@17862..) lib/Time/Local.pm (@19702..) Porting/Modules (@19942..) 'merge in' win32/win32.c (@19673..) sv.c (@19943..)
* Integrate:Jarkko Hietaniemi2003-06-041-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19654] Two Cygwin patches from Gerrit. Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue From: "Gerrit P. Haase" <gp@familiehaase.de> Date: Sat, 31 May 2003 14:12:07 +0200 Message-ID: <179860591535.20030531141207@familiehaase.de> Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH Date: Sat, 31 May 2003 13:57:49 +0200 Message-ID: <11859733881.20030531135749@familiehaase.de> [ 19655] A pointless test, noticed by Craig Berry. [ 19656] Since pulling in File::Temp for tempfiles would pull in also Fcntl, miniperl could not open up tempfiles. This broke the use of miniperl in VMS, as noticed by Craig Berry. Try to cure this by moving the creation of tempfile into its own routine, my_tmpfp(), which gets compiled differently for miniperl and perl. [ 19657] Stick with the original (5.8.0) logic. [ 19658] I thought I tried building threaded. Never think. Try. [ 19659] Duplicate definition bad. [ 19660] Beautification. [ 19661] Sync with libnet 1.14 [ 19662] U/WIN: final (for now) touches from John P. Linderman; now we get 97% success rate, the remaining failures are quite obscure. [ 19663] Whitespace tweaks. [ 19664] Upgrade to the CGI.pm 2.93. (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.) [ 19665] A little bit more of weird-code-proofing in B::Deparse. Fixes a bug reported by Alexey Tourbin in Message-ID: <20030602085348.GA24023@solemn.turbinal.org> [ 19666] change#19628 broke many win32/system.t tests, so back it out [ 19667] don't use File::Temp to implement PerlIO_tmpfile() on windows; reuse the straightforward native implementation instead this fixes the warning from io_xs.t NOTE: File::Temp has a less-than-robust implementation on windows that relies on END blocks being run (this may not happen always) [ 19668] resurrect change#19628 and make it work by generalizing a spot that had a hardcoded dependency on the cmd.exe arguments being "/x/c" or "/c" [ 19669] fix for 09_gen_rs.t#59 failure on windows [ 19670] Retract #19667, #19660, #19659, #19658, #19657, #19656, #19655, #19418; File::Temp no more used internally. Some parts of these will be salvaged later. [ 19671] Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 03 Jun 2003 01:55:06 -0700 Message-ID: <qJG3+gzkgajL092yn@efn.org> [ 19672] Salvage parts of #19418 (the ext/PerlIO/t/open.t still is there). [ 19673] Salvage parts of #19667. [ 19678] According to Arthur this should help #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug [ 19679] Urk. Joe's patches were for the maint branch, not for the blead (which has assertions and stuff). Retract #19677, #19676, #19674. [ 19681] Subject: [MacOS X] consider useshrplib='false' by default From: Dan Kogai <dankogai@dan.co.jp> Date: Wed, 4 Jun 2003 01:29:42 +0900 Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp> p4raw-link: @19681 on //depot/perl: 39225f5c712b7c912695bc38ab029bc2998beff8 p4raw-link: @19679 on //depot/perl: d12a485175b2df4bc21c0d510c12c134794e6223 p4raw-link: @19678 on //depot/perl: 2379b3078a5c004c2c469a654276d0a1614e38fc p4raw-link: @19673 on //depot/perl: 2941a2e1ed23bc0518b5a6191536ac96286a18c1 p4raw-link: @19672 on //depot/perl: f253e8355cf4011cc78385c0bd36c23d15d3d892 p4raw-link: @19671 on //depot/perl: bbebedcee2d85ac9383303646f2e341ed1eec388 p4raw-link: @19670 on //depot/perl: 245468ebf9e9a3ea7e3600e1d4513bdc24459c6b p4raw-link: @19669 on //depot/perl: cab02963b8a3a0067a2c0c2a6edd2ef2af19842f p4raw-link: @19668 on //depot/perl: 11998fdb9e856e363920dd01b47ba3f3fe2d0bb2 p4raw-link: @19667 on //depot/perl: 3a8ae1affddf8a9aac8746965f2ae13c7af42aba p4raw-link: @19666 on //depot/perl: dc694082e66bcad1c2faeb08a1c5832719339050 p4raw-link: @19665 on //depot/perl: 64b007ad21aa3ae393a46cb085cae3d4dc3ff72e p4raw-link: @19664 on //depot/perl: 8f3ccfa25e524ac7012f7d988353f2de4c217ccb p4raw-link: @19663 on //depot/perl: 13e345655fd69fad07c7c1d3f491abb9523bfcbd p4raw-link: @19662 on //depot/perl: cd19b65c5ecbc051ae6b3ed0644e976003b04fce p4raw-link: @19661 on //depot/perl: dea4d7dfbb03f4a0014d53b245f3d8b5b801961c p4raw-link: @19660 on //depot/perl: 3549bba96de364b82f346b5405db53a54cdb8630 p4raw-link: @19659 on //depot/perl: 653cdf162251ec178accc888f645b3bc6fbe27a6 p4raw-link: @19658 on //depot/perl: 81dc27fea0482a2f631d90ee1db863498dfcf65b p4raw-link: @19657 on //depot/perl: 96d9c00335ae295073be6079101e1a3951c3149f p4raw-link: @19656 on //depot/perl: de72a0a2f83a7d3d3d50d7d56d6f442eb3778175 p4raw-link: @19655 on //depot/perl: 7fc811cca11d30db90c233d254557669191be8d8 p4raw-link: @19654 on //depot/perl: 538204d5c084ddeba9f54debc89d135829749520 p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34 p4raw-id: //depot/maint-5.8/perl@19682 p4raw-branched: from //depot/perl@19680 'branch in' lib/CGI/t/util-58.t p4raw-integrated: from //depot/perl@19680 'copy in' lib/Net/FTP/A.pm (@11709..) lib/CGI/Util.pm (@12876..) lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/fast.t lib/CGI/t/function.t lib/CGI/t/push.t lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t (@12930..) lib/CGI/Fast.pm lib/Net/README.libnet (@12954..) lib/Net/Domain.pm lib/Net/libnetFAQ.pod (@13178..) lib/CGI/t/form.t (@14211..) hints/uwin.sh (@17454..) lib/Net/t/hostname.t (@17765..) win32/win32iop.h (@18327..) lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/t/carp.t lib/CGI/t/html.t (@18494..) lib/CGI.pm (@18772..) lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/POP3.pm lib/Net/SMTP.pm (@18818..) lib/Net/FTP.pm lib/Net/NNTP.pm (@18904..) README.cygwin (@19037..) lib/locale.t (@19176..) t/io/layers.t (@19585..) perlio.c (@19599..) ext/threads/threads.xs (@19604..) pod/perlrun.pod (@19628..) lib/Tie/File/t/09_gen_rs.t (@19643..) lib/perl5db.pl (@19677..) 'ignore' embed.fnc embed.h op.c proto.h (@19637..) 'merge in' hints/darwin.sh (@19522..) perl.h (@19602..) ext/B/B/Deparse.pm (@19610..) win32/win32.c (@19628..) pod/perlfunc.pod (@19630..) MANIFEST (@19634..)
* Integrate:Jarkko Hietaniemi2003-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19618] Subject: [Encode] Minor bug in piconv induced by Getopt::Long From: Dan Kogai <dankogai@dan.co.jp> Date: 24 May 2003 19:50:48 -0000 Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp> [ 19619] Protect against race conditions: if the pid is not seen, neither will be the $0 change be seen (and vice versa). [ 19620] Subject: Re: [PATCH: perlio.h] maint snap @ 19613 From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Date: Sun, 25 May 2003 21:17:42 +0200 Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2> [ 19621] Run external commands only with localized sanitized $ENV{PATH}. [ 19622] Regen modlib and toc. [ 19623] Subject: [PATCH] for cygwin/perlld.in From: "Gerrit P. Haase" <gp@familiehaase.de> Date: Sat, 24 May 2003 16:51:29 +0200 Message-ID: <162265353578.20030524165129@familiehaase.de> [ 19625] Subject: Re: [perl #22299] goto doesn't find label From: Dave Mitchell <davem@fdgroup.com> Date: Sat, 24 May 2003 12:25:17 +0100 Message-ID: <20030524112517.GA11761@fdgroup.com> Subject: [PATCH] Re: [perl #22299] goto doesn't find label From: Dave Mitchell <davem@fdgroup.com> Date: Mon, 26 May 2003 13:47:11 +0100 Message-ID: <20030526124710.GA17670@fdgroup.com> [ 19626] For now reword the sysread/syswrite description to stress the fact that by default everything is still bytes. [ 19627] OpenZaurus cross-compilation patches from Redvers Davies. [ 19628] Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP From: Jan Dubois <jand@ActiveState.com> Date: Mon, 26 May 2003 23:33:53 -0700 Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com> [ 19629] Subject: [PATCH] Re: a2p is linked against too many libraries From: Andy Dougherty <doughera@lafayette.edu> Date: Wed, 28 May 2003 09:20:06 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu> [ 19630] Subject: typo in pod/perlfunc.pod From: Alexey Mahotkin <alexm@w-m.ru> Date: Wed, 28 May 2003 15:18:04 +0400 Message-ID: <878ysrs4k3.fsf@dim.w-m.ru> [ 19631] Document that setvbuf() is not probably any more available. Many reports, most recently by mjd in [perl #22339] IO::Handle::setvbuf not defined properly [ 19632] Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning From: Dave Mitchell <davem@fdgroup.com> Date: Tue, 27 May 2003 19:31:10 +0100 Message-ID: <20030527183110.GA22715@fdgroup.com> [ 19633] A *much* cut-down version of the patches in the thread Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors From: Jim Cromie (via RT) <perlbug-followup@perl.org> Date: 16 May 2003 19:04:28 -0000 Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org> [ 19634] Subject: [patch] IO::File->open() with encoding From: Pradeep Hodigere <phodigere@yahoo.com> Date: Mon, 19 May 2003 16:05:47 -0700 (PDT) Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com> [ 19635] Subject: Credits patch From: Ed Avis <ed@membled.com> Date: Sun, 18 May 2003 18:08:55 +0100 (BST) Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net> (the cygwin/perlld.in and Cross/config.sh-arm-linux edited to talk of 5.8.1 instead of 5.9.0) p4raw-link: @19635 on //depot/perl: d3f88289ec6f15b80a5a99970a0ca8fd4c679869 p4raw-link: @19634 on //depot/perl: 73829507ddd98ed852e6dee8db16197bccfe514a p4raw-link: @19633 on //depot/perl: 8e11cd2b6971dafecaf9e97b12c3f527025bae90 p4raw-link: @19632 on //depot/perl: 34b888b7a116c8fc8bb998c58a3d9eea1f25ff56 p4raw-link: @19631 on //depot/perl: 284196a30160ee3fc7affa3eed3ebbd21309fd83 p4raw-link: @19630 on //depot/perl: 2a131c5608d7d7e760535404c64de951bb363fad p4raw-link: @19629 on //depot/perl: ae7ff2157c6369c8d8484721420560814c6f6964 p4raw-link: @19628 on //depot/perl: 7b24c8f3b02202da900623391393234a869d1b34 p4raw-link: @19627 on //depot/perl: e42fa77b579283ff48061baf2c5174858a85329a p4raw-link: @19626 on //depot/perl: 3874323d73ef08e6639270ea07e834aec3e379f1 p4raw-link: @19625 on //depot/perl: 971ecbe6f2aaf71c3a71c08000760f3d4f9bf287 p4raw-link: @19623 on //depot/perl: 48dc1ee65779dbdc177bc16530afd4f43c1c0ecf p4raw-link: @19622 on //depot/perl: 8b9c797bb9d092f31b660de586dc7c113579ec28 p4raw-link: @19621 on //depot/perl: 18c8aed301fbcf003fca115a36b4b7ae503d99b6 p4raw-link: @19620 on //depot/perl: 2c2e45254665c3bcdaa1713781d5222762407bae p4raw-link: @19619 on //depot/perl: 00c4b2c0ce2c4995f5fbe668570cff57bd4d2463 p4raw-link: @19618 on //depot/perl: a3be20bfd91e483c4a78ac84c9c6d288ef728021 p4raw-id: //depot/maint-5.8/perl@19636 p4raw-branched: from //depot/perl@19613 'branch in' ext/IO/lib/IO/t/io_utf8.t p4raw-integrated: from //depot/perl@19613 'copy in' ext/IO/lib/IO/Handle.pm lib/Tie/RefHash.pm (@16822..) ext/Sys/Hostname/Hostname.pm (@18597..) x2p/Makefile.SH (@18880..) ext/IO/lib/IO/File.pm (@19072..) ext/threads/t/join.t (@19240..) pod/perlrun.pod (@19241..) Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/generate_config_sh Cross/installperl.patch (@19297..) ext/Encode/bin/piconv (@19477..) perlio.h (@19599..) Cross/config.sh-arm-linux (@19607..) t/op/goto.t (@19610..) 'merge in' cygwin/perlld.in (@19050..) pod/perlmodlib.pod pod/perltoc.pod (@19401..) pod/perlfunc.pod (@19466..) win32/win32.c (@19484..) hv.c (@19528..) pp_ctl.c (@19586..) pod/perldiag.pod (@19588..) MANIFEST (@19603..)
* Integrate:Jarkko Hietaniemi2003-05-131-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19514] Detypo. [ 19512] make it easier to reproduce the bug [ 19511] the \do {local *FH} trick in Tie::File was really only needed on 5.005 and earlier, since later versions can autovivify the handle however, a search in the p5p archives reveals the trick doesn't fully work in the versions it is needed in, so use the more standard Symbol::gensym() way [ 19510] $Config{usethreads} wasn't being set on windows [ 19509] Reinstate the #19498 but now skip the crashing tests (when threaded) as TODOs. [ 19508] Revert #19498 since it broke threaded builds. [ 19506] Detypo Pantherisms. [ 19503] Use a more sophisticated heuristics to produce the warning 'Parentheses missing around "%s" list'. This fixes bug #22147. Also, the warning is now produced for C<local *a,*b;>. [ 19502] Work also without perlio. [ 19500] Panther preparation. [ 19499] More moves to intrpvar.h. [ 19498] fix for Tie::File test failures on windows: the problem was that Tie::File did not close any file handles it opens internally, leading to file handle leaks and t/tf* temporary file littering; we now close the handle iff Tie::File opened it this fix unearths what appears to be a perl bug in localizing globs: 09_gen_rs.t fails due to a prematurely closed filehandle, although it wasn't explicitly closed anywhere by the code (renaming the *FH at line 97 to *FH1 makes it work, but I haven't done this to allow the bug to be tracked down) [ 19497] Move the thread *hook into interpreter. [ 19496] Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats. From: Dave Mitchell <davem@fdgroup.com> Date: Sat, 10 May 2003 01:45:23 +0100 Message-ID: <20030510004523.GC20871@fdgroup.com> [ 19495] Open UNIX is not really "formerly Unixware", since the most recent releases are known as Unixware, not as Open UNIX. [ 19494] Slight tweaks to the platform list. [ 19493] Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop From: Casey West <casey@geeknest.com> Date: Fri, 9 May 2003 10:30:13 -0400 Message-ID: <20030509143013.GM49820@geeknest.com> [ 19492] perlport.pod nit for doc bug #8253. [ 19491] Use test.pl. [ 19490] Try to handle a $^X with spaces in it. [ 19489] Separate the creation of the command to run by runperl() into its own function, _create_runperl(). [ 19488] Fixup the method behaviour table. [ 19487] Integrate from perlio: [ 19474] Tweaks to Jarkko's NULL deref checks in perlio.c [ 19475] Fix for bugs 21717 and 22140. Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio and derived layers. So have :unix's "pushed" method stat() the fd and cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match UNIX behaviour. [ 19479] Better but still unproven fix for lseek() on pipes. [ 19483] Unused variable [ 19485] Tests to prove Ticket 9468 is fixed. [ 19486] add test for change#19475,19479 (bugs#21717,22140) [ 19484] fix Embed.t failure on windows: PERL_SYS_TERM() is implemented in terms of an exported function rather than as an inlined macro (latter wants PL_op_mutex which isn't exported as such) Jarkko: please merge into maint-5.8 [ 19482] Test _getcode(). [ 19481] Clarify the doc (and the code) for Unicode code points. [ 19480] Another doc suggestion from terry@eatoni.com (terry jones): use codepoints that return undef. [ 19478] Add Encode's META.yml. [ 19477] Upgrade to Encode 1.94. [ 19476] Doc bug noticed by terry@eatoni.com (terry jones). [ 19472] Try to plug more potential PerlIO NULL method dereferences; try to document the matter. [ 19471] UseNicerNames instead of SHOUTING_LIKE_THIS. [ 19470] In eof() the errno can get stomped by the peek-ahead. [ 19469] A regression test for the remaining "Final $ should be..." error. [ 19468] Remove the error messages "Final @ should be \@ or @name" and "Final % should be \% or %name", that appear to be only produced in addition to another syntax error, and therefore misleading, if I understand correctly that kind of black magic. [ 19467] Have to think this test more when I'm awake. [ 19466] Document that perl tries to load .pmc files before .pm files. Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require From: Casey West <casey@geeknest.com> Date: Fri, 9 May 2003 17:03:50 -0400 Message-ID: <20030509210350.GW49820@geeknest.com> [ 19465] Fix for doc bug #8602 : clarify eof() example comments [ 19464] Subject: [PATCH] [perl #8702] Clean up perltrap mis-information From: Casey West <casey@geeknest.com> Date: Fri, 9 May 2003 11:09:39 -0400 Message-ID: <20030509150939.GN49820@geeknest.com> [ 19463] Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt From: Casey West <casey@geeknest.com> Date: Fri, 9 May 2003 15:25:59 -0400 Message-ID: <20030509192559.GS49820@geeknest.com> [ 19462] Try to comprehensively have a plan B if a PerlIO layer doesn't have a particular function. (1) If there's a corresponding PerlIOBase, call it. (2) If not having the function is 'harmless', be silently happy. (Currently only Flush is in this category.) (3) Otherwise set errno and return failure. [ 19461] Subject: [PATCH] [perl #8703] unescaped @ is fine From: Casey West <casey@geeknest.com> Date: Fri, 9 May 2003 11:17:53 -0400 Message-ID: <20030509151753.GO49820@geeknest.com> [ 19460] Add the PerlIOBase_noop_* to the public API as suggested by Stas. [ 19459] Result of change #19458. [ 19458] Subject: Weekend fun: MANIFEST sorting From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 09 May 2003 15:12:05 +0200 Message-ID: <m3y91g463e.fsf@franz.ak.mind.de> (both sorts need LC_ALL=C) (add also manicheck target) [ 19457] Better skip this test on OpenBSD and BSD/OS since it does not seem to work (Slaven Rezic). [ 19456] Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 07 May 2003 23:37:47 -0700 Message-ID: <7sfu+gzkg+AY092yn@efn.org> [ 19455] Missing files. [ 19453] Remove duplicate entries from perldiag [ 19452] Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 07 May 2003 15:27:07 -0700 Message-ID: <7gYu+gzkgaFU092yn@efn.org> [ 19451] Tiny nit from mjd. [ 19450] Upgrade to Tie::File 0.95. [ 19449] Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux From: Marc Lehmann (via RT) <perlbug-followup@perl.org> Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org> Date: 8 May 2003 00:42:18 -0000 [ 19448] Subject: [PATCH] alphabetize perldiag.pod From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> Date: Thu, 8 May 2003 11:52:39 -0400 Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu> [ 19447] Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> Date: Thu, 08 May 2003 08:42:20 +0200 Message-id: <20030508064220.GA763@ethan> [ 19445] A variant of Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke) From: enache@rdslink.ro (Enache Adrian) Date: Tue, 22 Apr 2003 02:54:05 +0300 Message-ID: <20030421235405.GA1162@ratsnest.hole> to quench the black smoke from the BSD builds. [ 19444] Subject: Re: [DOC PATCH] & More File::Path issues From: Casey West <casey@geeknest.com> Date: Mon, 5 May 2003 13:25:47 -0400 Message-ID: <20030505172547.GB20508@geeknest.com> [ 19443] Spelling correction from Nicholas Clark. p4raw-link: @19514 on //depot/perl: 43adb1d9fb37b5e1d222eafc23bc0d787d35fe1d p4raw-link: @19512 on //depot/perl: f7363f9d385a744e58d57696a5dce9ce4ca6ff3d p4raw-link: @19511 on //depot/perl: e0cf91d56b571fae04d6e52c0045b5e6dc4f5eae p4raw-link: @19510 on //depot/perl: 7e0017d3b6ac1a9bfee873d050999f77952fb701 p4raw-link: @19509 on //depot/perl: 2a00e2a40ce3297077858385f0ca5e952d6eb4cf p4raw-link: @19508 on //depot/perl: 0ca4ce0d843a0dcf48769457f5c67ca9b976899a p4raw-link: @19506 on //depot/perl: 69625aa92a91bf4ca9e0af8d5dd7d748e3cdd293 p4raw-link: @19503 on //depot/perl: 8473848ff8266ad63ce5a45acc5fc8a9e690cc05 p4raw-link: @19502 on //depot/perl: 1bb0a50fd869bf3d7f152d29ec8c8119703266a1 p4raw-link: @19500 on //depot/perl: cb3fc4263509f28c87c21a0ddac50efa1bb80122 p4raw-link: @19499 on //depot/perl: bce260cd95d1dd29e348f40a7f6682c3d7fea3fc p4raw-link: @19498 on //depot/perl: 07275143b4e1e59494d5cc98fdc4e0f06235b0e9 p4raw-link: @19497 on //depot/perl: 15a5279aa74a37f0ad0b3fa3f9e566cb2d7a9d9a p4raw-link: @19496 on //depot/perl: 815f25c6e302f84ecce02c74fa717a19d787f662 p4raw-link: @19495 on //depot/perl: 3ebac25bf00794df08226119e9ae3699268f48dc p4raw-link: @19494 on //depot/perl: 6f683aa24fc579d63eb408cafc6dadd8de2938a4 p4raw-link: @19493 on //depot/perl: df5f811689103091b7cb304529446ab7fbcb73af p4raw-link: @19492 on //depot/perl: bbac04ed8cd43991be4ad2af52ee5af30eb4a52c p4raw-link: @19491 on //depot/perl: 220939e6fe5e4dc50b0921e74e7b08bf1f26aa37 p4raw-link: @19490 on //depot/perl: 44cb023c103cc81b473c5000d0fc536254700a93 p4raw-link: @19489 on //depot/perl: 4cd2bd1f390724a103e72b993d7f67fb405628ad p4raw-link: @19488 on //depot/perl: 61bdadae648d36c1e21a073fae0f539b8ae699bf p4raw-link: @19487 on //depot/perl: 6a92418585632730a32c9109c63df3e9d3d8a61f p4raw-link: @19486 on //depot/perlio: a6dd04483cb30505dd31342b8e0d790b3545179d p4raw-link: @19485 on //depot/perlio: 317758861cdb698a2ee0bd53db0677ccd65a9eb2 p4raw-link: @19484 on //depot/perl: 23f519f064273e3cc195f02d4e0e49cf7c9329a8 p4raw-link: @19483 on //depot/perlio: acbd16bfa8cc0ce2f8cf72ca650c798b69c28dcc p4raw-link: @19482 on //depot/perl: d782915283e79abc8a89d4bd0d3f0ae9357b87bb p4raw-link: @19481 on //depot/perl: dc0a4417816de4de16d412283906a2a3c2bbce9b p4raw-link: @19480 on //depot/perl: 82c0b05bfa6af07a8eed09c3accfe3016c6e65bc p4raw-link: @19479 on //depot/perlio: aa063c351bd93493dd45b11fa59e0e5a90b4b421 p4raw-link: @19478 on //depot/perl: 8c20f9ee55f691683c1c4ad9241e24a842217427 p4raw-link: @19477 on //depot/perl: bedba6814834d84c03e3c8711e154e5c1e84209c p4raw-link: @19476 on //depot/perl: 11785058c0b08a3960f7342e133e44fbc54cea1e p4raw-link: @19475 on //depot/perlio: 6caa5a9cfe39f91bc44bba937a0b491f754fe9cd p4raw-link: @19474 on //depot/perlio: 37725cdcc38b517ef70773e843427b086c3d89e1 p4raw-link: @19472 on //depot/perl: 210e727c30fedfe36428f457a5e2f9e6176680c4 p4raw-link: @19471 on //depot/perl: b32dd47ebda3152d7d120c264c8f3b0b6bab01b0 p4raw-link: @19470 on //depot/perl: 505fdf5d548cad40088ab9dcb60a4212a5c66af0 p4raw-link: @19469 on //depot/perl: a40a317b715a38747586893811eae258898ef4d7 p4raw-link: @19468 on //depot/perl: e2ae18322e820d209c08ca6740d8938b0267c7d7 p4raw-link: @19467 on //depot/perl: 3ebc477e067177dc30c7d86751fff682e5e03168 p4raw-link: @19466 on //depot/perl: 662cc546c7bf483f71f7e4bf7b981df15c7d932d p4raw-link: @19465 on //depot/perl: 6ac88b1311e2597698c7c3c44bd5af0b603f8aa5 p4raw-link: @19464 on //depot/perl: 418272e4394459ff8d3580f3ac6ed7225c26fa9a p4raw-link: @19463 on //depot/perl: d3989d752d99f59d5b497f1becb9bfd9c9469b96 p4raw-link: @19462 on //depot/perl: 1b7a0411f8b7cab25944dd0429da7dbe6061945b p4raw-link: @19461 on //depot/perl: 1fa58becc2b101b3968cca02b977c50896c15fc5 p4raw-link: @19460 on //depot/perl: 022e13ec9186bf46a190de73507e69aa599cae6f p4raw-link: @19459 on //depot/perl: 031922a838415c523ca11009eb48208e7d346353 p4raw-link: @19458 on //depot/perl: 1aea71dbe35e5c5838ce1880d0f99d5eba1c26e2 p4raw-link: @19457 on //depot/perl: 96eac031e9ad358951bd22ecf59b24bc5193580f p4raw-link: @19456 on //depot/perl: c67bbae06fa560d08982cd38476ff29fb39ec78d p4raw-link: @19455 on //depot/perl: 7faace1bdc8e4df9a282b5b4cffb7cf773fcec4f p4raw-link: @19453 on //depot/perl: 0171352b2ec1a5da767060462636c95507386538 p4raw-link: @19452 on //depot/perl: 126c71c82576d5dc652db25ca9e3f8e18442c4fd p4raw-link: @19451 on //depot/perl: 86e5a81e88dbe10bf1c195d6ca6fefab8bfafc17 p4raw-link: @19450 on //depot/perl: 6ae23f4134087bc885284bd6ae11bfeb719e2459 p4raw-link: @19449 on //depot/perl: 1a08a6ab91582d74e16135fa1c131885305144d0 p4raw-link: @19448 on //depot/perl: 96ebfdd73e972d4b593cecc5713f33f847828ab9 p4raw-link: @19447 on //depot/perl: e1fd986f3e3b4cb86ceac432160d6f9901f731a3 p4raw-link: @19445 on //depot/perl: c4a9c615f87561d7a5c6e4e7107930cb03cbcd67 p4raw-link: @19444 on //depot/perl: b8d5f52139b667ea3276273b5665157310d1a461 p4raw-link: @19443 on //depot/perl: e813f65e67d3859a1b9881648d861b6861ec8817 p4raw-id: //depot/maint-5.8/perl@19515 p4raw-integrated: from //depot/perl@19500 'edit in' hints/darwin.sh (@19375..) 'ignore' Makefile.SH (@19458..) p4raw-integrated: from //depot/perl@19499 'edit in' sv.c (@19497..) p4raw-integrated: from //depot/perl@19494 'edit in' pod/perlport.pod (@19492..) p4raw-integrated: from //depot/perl@19471 'ignore' perlio.c (@19462..) p4raw-integrated: from //depot/perl@19467 'ignore' ext/Socket/socketpair.t (@19385..) p4raw-integrated: from //depot/perl@19465 'edit in' pod/perlfunc.pod (@19463..) p4raw-integrated: from //depot/perl@19455 'edit in' MANIFEST (@19418..) p4raw-integrated: from //depot/perl@19452 'edit in' pod/perldiag.pod (@19448..) 'merge in' pp.c (@19242..) pp_hot.c (@19373..) p4raw-integrated: from //depot/perl@19450 'ignore' lib/Tie/File.pm (@15721..) p4raw-branched: from //depot/perl@19442 'branch in' ext/Encode/META.yml lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t lib/Tie/File/t/42_offset.t p4raw-integrated: from //depot/perl@19442 'copy in' ext/Devel/PPPort/Changes (@13434..) ext/Devel/PPPort/t/test.t (@13958..) lib/Tie/File/t/19_cache.t (@15621..) lib/Tie/File/t/25_gen_nocache.t (@15651..) lib/Tie/File/t/01_gen.t lib/Tie/File/t/30_defer.t (@15692..) lib/Tie/File/t/00_version.t lib/Tie/File/t/04_splice.t (@15721..) lib/Tie/File/t/26_twrite.t (@15746..) lib/Tie/File/t/21_win32.t (@16622..) lib/Tie/File/t/16_handle.t (@17016..) perliol.h (@17336..) ext/Encode/bin/piconv (@17778..) ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/mime-header.t (@18057..) pod/perltie.pod (@18184..) ext/Encode/Encode.xs ext/Encode/MANIFEST (@18867..) t/op/magic.t (@18902..) ext/Devel/PPPort/PPPort.pm (@18904..) ext/Encode/AUTHORS (@19100..) lib/ExtUtils/MM_Unix.pm (@19190..) doio.c (@19242..) ext/Encode/Changes ext/Encode/Encode.pm (@19325..) ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL (@19329..) ext/Encode/t/enc_module.t (@19330..) pod/perldata.pod (@19344..) t/comp/parser.t (@19367..) ext/POSIX/POSIX.pod (@19382..) lib/Unicode/UCD.t (@19391..) lib/filetest.t (@19396..) lib/File/Path.pm (@19426..) pod/perltrap.pod (@19461..) pod/perliol.pod (@19472..) lib/Unicode/UCD.pm (@19481..) t/io/dup.t t/io/fflush.t (@19487..) t/test.pl (@19489..) lib/Tie/File/t/09_gen_rs.t (@19509..) 'edit in' makedef.pl (@19460..) intrpvar.h perlvars.h (@19497..) 'merge in' t/lib/warnings/op (@18577..) win32/makefile.mk (@19068..) dosish.h (@19242..) win32/Makefile (@19280..) pp_ctl.c (@19342..) pod/perlop.pod (@19365..) toke.c (@19367..) win32/win32.h (@19383..) win32/win32.c (@19384..) op.c (@19392..) embedvar.h perlapi.h (@19497..)
* Integrate:Jarkko Hietaniemi2003-05-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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:Jarkko Hietaniemi2003-03-201-0/+2
| | | | | | | | | | | | | | | [ 19033] file test operators weren't doing the right thing if the SV passed to them wasn't NUL-terminated [ 19034] ensure SVs returned by Win32::Get{Short,Full}PathName() are NUL-terminated p4raw-link: @19034 on //depot/maint-5.6/perl: d453a28c5f70420dd114c2f0f61ec1aaf34109e0 p4raw-link: @19033 on //depot/maint-5.6/perl: 1ad7974d3a92321c870ce2bd5ce4e57098b51c10 p4raw-id: //depot/maint-5.8/perl@19035 p4raw-integrated: from //depot/maint-5.6/perl@19032 'merge in' doio.c (@16333..) win32/win32.c (@18377..)
* Integrate:Jarkko Hietaniemi2003-01-031-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18390] Use a more likely location for the perl binary [ 18406] Under darwin 6.0+ (MacOSX 10.2) we have threadsafe libc_r functions. [ 18407] Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines) From: hv@crypt.org Date: Thu, 02 Jan 2003 17:16:04 +0000 Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk> [ 18408] Subject: win32_msgwait() problem From: Gurusamy Sarathy <gsar@ActiveState.com> Date: Fri, 13 Dec 2002 17:31:59 -0800 Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com> [ 18411] Subject: Re: [perl #19061] 'goto' confuses 'redo' From: Stephen McCamant <smcc@mit.edu> Date: Sun, 22 Dec 2002 22:09:51 -0500 Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU> [ 18413] Change pp_lock to take a reference instead of a scalar since it wouldn't fork for the HELEM/AELEM case. This was reported in bug #10045 p4raw-link: @18413 on //depot/perl: 5a47f09b1f37ad670eb23486a6efdb4c448efdfa p4raw-link: @18411 on //depot/perl: ed8d0fe2473523a42189f0c3b912e68bf4ca9b1b p4raw-link: @18408 on //depot/perl: 089197fafbcea8edb9a8f7b55a201115f3f2010a p4raw-link: @18407 on //depot/perl: 890ed176d1ab1cf305ce9634210857cfed305fff p4raw-link: @18406 on //depot/perl: 9bff986ac099639cb63c1af35bf85e00cdb370c7 p4raw-link: @18390 on //depot/perl: c01e16286ece75114f3529ba874138bfb2f9c597 p4raw-id: //depot/maint-5.8/perl@18414 p4raw-integrated: from //depot/perl@18405 'copy in' Porting/genlog (@13199..) ext/threads/shared/t/hv_refs.t (@17810..) 'ignore' opnames.h (@17682..) 'merge in' opcode.h (@17682..) hints/darwin.sh (@18030..) opcode.pl (@18160..) pp_ctl.c (@18307..) sv.c (@18355..) win32/win32.c (@18378..)
* Integrate:Jarkko Hietaniemi2002-12-311-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18371] Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\ From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Fri, 27 Dec 2002 16:14:24 +0100 Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr> [ 18372] Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open From: Michael G Schwern <schwern@pobox.com> Date: Sat, 21 Dec 2002 19:29:41 -0800 Message-ID: <20021222032941.GD24887@blackrider.schwern.org> [ 18373] Subject: [perl #19343] perlfunc.pod patch for stat() and lstat() From: Dave Paris (via RT) <perlbug-followup@perl.org> Date: 22 Dec 2002 05:15:14 -0000 Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org> [ 18374] Remove duplicate entry [ 18378] integrate change#18377 from maint-5.6 branch change#17566 needs to be more defensive about win32_dup2() itself calling SetStdHandle() (at least MSVCRT does this) p4raw-link: @18378 on //depot/perl: 498d7dc446852be2217fba65d8c41a0242e7402a p4raw-link: @18377 on //depot/maint-5.6/perl: 0da6bbac9a33d465c32cde5247be045d49864a2d p4raw-link: @18374 on //depot/perl: 9327d731e2af142b522bc25334d7a7351e40a7fb p4raw-link: @18373 on //depot/perl: c837d5b4c7d47f5be5144862a04a2dfa41662c50 p4raw-link: @18372 on //depot/perl: b6c146dd05d7f6ee2801592b9ba97b59966f4411 p4raw-link: @18371 on //depot/perl: f28098ff87449d3722db2e2f1fbf980414334637 p4raw-link: @17566 on //depot/maint-5.6/perl: c7efefc2a43b65746e10207fe89bc47b7f7c27ea p4raw-id: //depot/maint-5.8/perl@18379 p4raw-integrated: from //depot/perl@18375 'copy in' lib/AutoSplit.pm (@13713..) t/op/magic.t (@18229..) 'ignore' pod/perlfunc.pod (@18307..) 'merge in' mg.c (@18230..) MANIFEST (@18317..) win32/win32.c (@18328..)
* Integrate:Jarkko Hietaniemi2002-12-231-2/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18300] Subject: [patch] typo in perlop From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Wed, 11 Dec 2002 21:31:14 +0100 Message-ID: <m3k7igjo19.fsf@k242.linux.bogus> [ 18304] Redone #18011 from metaunits [ 18305] Enough changes to Configure and metaunits warrant an update. Several small changes and three additions [ 18306] More documentation of obscure flags is good, even if the documentation might be not so good. Atleast it's not false! Documents the flags one can give to perl_clone [ 18308] Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command From: peter@PSDT.com (Peter Scott) Date: 12 Dec 2002 18:13:17 -0000 Message-ID: <20021212181317.50538.qmail@onion.perl.org> (fix bug [perl #19058]) [ 18310] regen-headers to get new API docs from #18306 [ 18312] Subject: [Fwd: Patch for perl utf8-related bug] From: Richard Hitt <rbh00@utsglobal.com> Date: Fri, 06 Dec 2002 16:47:42 -0800 [perl #18932] [ 18313] Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> Date: Fri, 13 Dec 2002 14:08:00 -0800 Message-ID: <20021213220800.GA2625@math.berkeley.edu> [ 18314] Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2 From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> Date: Fri, 13 Dec 2002 14:00:48 -0800 Message-ID: <20021213220048.GA2606@math.berkeley.edu> [ 18315] Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> Date: Fri, 13 Dec 2002 13:47:08 -0800 Message-ID: <20021213214707.GA2588@math.berkeley.edu> [ 18316] Subject: [PATCH 5.8.1 @oldish-18156] build From: Ilya Zakharevich <ilya@Math.Berkeley.EDU> Date: Fri, 13 Dec 2002 13:54:05 -0800 Message-ID: <20021213215404.GA2597@math.berkeley.edu> [ 18317] Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now) [ 18323] PerlSIO_stderr et al are not functions [ 18324] windows: avoid prompting under some shells during $(MAKE) distclean [ 18325] PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_* [ 18326] Win32.pod update [ 18327] windows: support for large files note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable the option in the makefile) [ 18328] fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> [ 18330] remove CRs from a couple of files (these show up as CRCRLF on windows) [ 18332] $Config{prefixexp} was set incorrectly on windows [ 18334] AIX compiler version updates [ 18335] my_fflush_all() wasn't doing the right thing under useperlio on many platforms [ 18337] handy hint: getting a perforce change as a usable patch [ 18338] Subject: [PATCH] read permissions for h2ph-generated files From: Slaven Rezic <slaven.rezic@berlin.de> Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET) Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de> [ 18339] Integrate Time::HiRes v1.39 (for VMS build tweak) [ 18342] Subject: [perl #18544] Patch included to fix problem. From: Richard Kandarian <richard.kandarian@lanl.gov> Date: Thu, 21 Nov 2002 08:00:20 -0700 (from RT) [ 18343] Subject: [perl #19153] Term::Complete (the argument of stty) From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org> Date: 15 Dec 2002 13:45:23 -0000 Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org> [ 18344] more on #18312: sv.c:ss_dup() [ 18345] more on #18344. p4raw-link: @18345 on //depot/perl: b9609c016748169d47b94fc4dbf8db845fb4579c p4raw-link: @18344 on //depot/perl: a1bb4754fb5094033f3cadf3932de7db09e32812 p4raw-link: @18343 on //depot/perl: 83486d4664566cb522472f736593148f56d87b63 p4raw-link: @18342 on //depot/perl: 03994de86de9fdff188863fc25636fecf2362e27 p4raw-link: @18339 on //depot/perl: 6a20eacca2c8d50cbe7b8dbb810a041242de9c84 p4raw-link: @18338 on //depot/perl: 80d6dabb1f4e81b92db68bc68e3624f20eb37717 p4raw-link: @18337 on //depot/perl: 44897049c7ce4054501bf4c45cf5cb8ee2f04dc9 p4raw-link: @18335 on //depot/perl: f800e14d03e1bfa2cf42b86e56c0183cd5875618 p4raw-link: @18334 on //depot/perl: c67773d0c9c360a2a93d7e99edf5825f76a431d3 p4raw-link: @18332 on //depot/perl: 334a36dcf47634b7e6609e44a2c4d6f2d5861219 p4raw-link: @18330 on //depot/perl: 91317f6dc6510472a47ca905c966428ddcc2e589 p4raw-link: @18328 on //depot/perl: 7cb420191309ad69a81b6ee87235753ed843b9e6 p4raw-link: @18327 on //depot/perl: 4a9d61009ab1e3df94ef4ecfcc453c9ce73010a4 p4raw-link: @18326 on //depot/perl: 87755fa7011638e8ad4f4be9619e28e676b74d12 p4raw-link: @18325 on //depot/perl: 1f59ddd9a8e20e4c4d1106263d1ad3ba2a9be2d4 p4raw-link: @18324 on //depot/perl: 522078af5f1ca8130b4cc9f209e138b0a1b57eb3 p4raw-link: @18323 on //depot/perl: 197357d06d33c170630e69c10ddc5a47bc2ed305 p4raw-link: @18317 on //depot/perl: 69c74a9cf75f986f610f13d1567297e884d75c25 p4raw-link: @18316 on //depot/perl: cd4e750ae15ad1c90d874c67a9960de086fdccf5 p4raw-link: @18315 on //depot/perl: 803b07a779c719a9176a69ed7eb5685bb9f23042 p4raw-link: @18314 on //depot/perl: 8c4b3a79c68253730d09878656b5526d4d65ef85 p4raw-link: @18313 on //depot/perl: ae2efb68622a795e5d137b8fd8181b67e74a58b9 p4raw-link: @18312 on //depot/perl: 9febdf04c602e91a389f75497c9add388bc632ec p4raw-link: @18310 on //depot/perl: c78c2b74b534960cba26d1362c8930e3a6dfd4cb p4raw-link: @18308 on //depot/perl: ec9edb2ec3ca34b14bf6a2fa1d8f828c8ab93fee p4raw-link: @18306 on //depot/perl: 6a78b4db838997434df520d6d78be1e74fd2a70c p4raw-link: @18305 on //depot/perl: 123f32c0e4e1154f54984e59e57611e93b9f359a p4raw-link: @18304 on //depot/perl: c2bfb7b11c4dc9d76451f12c861dc02f6bc7fcb6 p4raw-link: @18300 on //depot/perl: 0412d5267fa2300f66eb4eb554e2af493b5e5b33 p4raw-id: //depot/maint-5.8/perl@18347 p4raw-branched: from //depot/perl@18322 'branch in' lib/Net/Ping/t/410_syn_host.t p4raw-edited: from //depot/perl@18322 'ignore' Configure (@18182..) p4raw-integrated: from //depot/perl@18322 'copy in' jpl/JNI/JNI.xs jpl/JNI/Makefile.PL (@12915..) os2/OS2/REXX/REXX.xs (@13183..) os2/OS2/Process/t/os2_process.t (@14705..) lib/Term/Complete.pm (@16424..) win32/win32iop.h (@16503..) ext/Devel/DProf/DProf.xs (@16604..) lib/Win32.pod (@17085..) iperlsys.h win32/perlhost.h (@17570..) ext/PerlIO/scalar/scalar.xs (@17687..) README.aix (@17702..) ext/POSIX/POSIX.xs (@17805..) utils/h2ph.PL (@17939..) ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm (@18034..) lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t (@18038..) lib/Net/Ping/t/450_service.t (@18063..) ext/PerlIO/via/via.xs (@18086..) t/run/runenv.t (@18136..) ext/Time/HiRes/Makefile.PL (@18277..) Porting/repository.pod (@18287..) XSUB.h (@18323..) 'edit in' os2/os2.c (@18314..) win32/Makefile win32/makefile.mk (@18324..) win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 win32/win32.c (@18327..) sv.c (@18344..) 'merge in' lib/fields.t (@17725..) lib/constant.t (@17730..) Porting/Glossary win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL (@18030..) scope.c scope.h (@18048..) global.sym (@18113..) pod/perlop.pod (@18184..) perl.h (@18217..) pp_sys.c (@18262..) util.c (@18267..) regcomp.c (@18268..) MANIFEST (@18280..) regexec.c (@18299..) pod/perlapi.pod (@18302..) embed.h (@18307..) embed.fnc proto.h (@18311..) p4raw-integrated: from //depot/perl@18308 'merge in' lib/perl5db.pl (@17291..)
* The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expect all to work yet, some tests will fail. This is just a reasonably optimal/maximal push in the general direction. [ 17655] Upgrade to Unicode::Collate 0.20. [ 17656] Subject: [PATCH] Typo in regcomp.c From: Chris Ball <chris@cpan.org> Date: 26 Jul 2002 17:49:35 +0100 Message-Id: <868z3yzb6o.fsf@void.printf.net> (With additional tweak to s_reginclasslen.) [ 17672] Subject: Re: mention of "use sort" botched in perlfunc? From: Michael G Schwern <schwern@pobox.com> Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST) Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net> [ 17673] Subject: [PATCH] AUTHORS From: Walt Mankowski <waltman@pobox.com> Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST) Message-id: <20020721025612.GB15958@pobox.com> [ 17674] Subject: [PATCH] AUTHORS From: Colin Watson <colinw@zeus.com> Date: Thu, 25 Jul 2002 15:54:37 +0100 Message-id: <20020725145437.GC4921@zeus.com> [ 17675] Fix email address for Kragen Sitaker <kragen@pobox.com>. [ 17676] Subject: Re: [PATCH] Re: taint news From: Rick Delaney <rick.delaney@rogers.com> Date: 04 Aug 2002 00:28:58 EDT Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> Ref: 20020208.005 [ 17678] Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint') From: hv@crypt.org Date: Sun, 04 Aug 2002 17:40:30 +0100 Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk> [ 17679] [ID 20020704.001] again: #17678 caused test failures in pod2html, in which $1 could leak from previous regexp [ 17680] warn that keywords.h is generated [ 17681] typo [ 17683] Integrate from maint-5.6/macperl via macperl Changes 17660, 17661, 17662, 17663, 17664 [ 17684] Integrate from perlio: change #17653 fixes bug RT15283 [ 17685] Subject: Re: mention of "use sort" botched in perlfunc? + PATCH From: "John P. Linderman" <jpl@research.att.com> Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST) Message-id: <200207211613.MAA69505@raptor.research.att.com> [ 17686] More regression tests for $^H and %^H. Add a TODO test for eval "" preserving %^H. [ 17687] PerlIO::scalar wasn't able to read from non-string scalar ; now stringifies its argument. [ 17688] Subject: [PATCH] XS build fix for VMS From: "Craig A. Berry" <craigberry@mac.com> Date: Sun, 4 Aug 2002 12:13:06 -0500 Message-ID: <a05111b07b97256e1c335@[172.16.52.1]> [ 17689] Subject: Re: no warnings 'io'; From: Nicholas Clark <nick@unfortu.net> Date: Sat, 27 Jul 2002 21:49:55 +0100 Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net> Plus a little bit of regression tests. [ 17690] Doc fix : the symbol for COPs wasn't documented. [ 17691] Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir} From: Henrik Tougaard (via RT) <perlbug@perl.org> Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST) Message-id: <rt-15398-31095.6.30466042998663@perl> [ 17692] Subject: [PATCH] README.jp and README.cn From: Autrijus Tang <autrijus@autrijus.org> Date: Thu, 25 Jul 2002 07:05:11 +0800 Message-id: <20020724230511.GA1327@not.autrijus.org> [ 17693] Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD. From: Abigail <abigail@foad.org> Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST) Message-id: <20020725085252.A2703@ucan.foad.org> [ 17694] Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 31 Jul 2002 16:04:02 +0200 Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl> [ 17695] Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Fri, 2 Aug 2002 00:13:10 +0200 Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr> [ 17696] Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements From: Slaven Rezic <slaven.rezic@berlin.de> Date: 31 Jul 2002 09:50:06 +0200 Message-id: <87ado85ob5.fsf@vran.herceg.de> [ 17697] Subject: Doc patch for Class::Struct under 5.8.0 From: Damian Conway <damian@conway.org> Date: Tue, 30 Jul 2002 23:03:14 +1000 Message-id: <3D471FCF.1C7C6E6B@conway.org> [ 17698] Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org> Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST) Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org> [ 17699] Subject: [PATCH] Re: [perl #15898] coredump with variable our From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Fri, 2 Aug 2002 23:44:21 +0200 Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr> [ 17700] Subject: [DOC PATCH] perlipc.pod From: Arjen Laarhoven <arjen@nl.demon.net> Date: Tue, 6 Aug 2002 14:16:01 +0200 Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net> [ 17701] Subject: [PATCH] Re: pp_sys.c compile failed.. From: Andy Dougherty <doughera@lafayette.edu> Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST) Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu> [ 17702] Subject: Re: README.aix From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Tue, 30 Jul 2002 13:30:29 +0200 Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl> [ 17704] Fix bug #16080 : an attribute list should end at '}' [ 17705] More tests for the attribute syntax, from the attributes manpage. [ 17706] Subject: Re: missing lower range in {} regex From: "John P. Linderman" <jpl@research.att.com> Date: Fri, 09 Aug 2002 12:48:55 -0400 Message-ID: <200208091648.MAA77577@raptor.research.att.com> [ 17707] Subject: New HP-UX itanium servers From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 07 Aug 2002 13:25:57 +0200 Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl> [ 17710] Subject: [PATCH] pod/perlfaq4.pod From: Abigail <abigail@foad.org> Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST) Message-id: <20020730095202.A6462@ucan.foad.org> Add references to Regexp::Common. [ 17711] Subject: [PATCH s2p] Small typo correction From: "Newton, Philip" <Philip.Newton@datenrevision.de> Date: Wed, 7 Aug 2002 11:50:51 +0200 Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg> [ 17712] Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Mon, 12 Aug 2002 10:25:20 +0200 Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl> gcc bug test needs -lm [ 17713] Subject: [PATCH] gv_fullname3 as call to gv_fullname4 From: Nicholas Clark <nick@unfortu.net> Date: Sun, 11 Aug 2002 16:59:16 +0100 Message-id: <20020811155914.GE300@Bagpuss.unfortu.net> [ 17714] Subject: [PATCH] perltodo.pod From: Richard.Foley@t-online.de Date: Sun, 11 Aug 2002 18:26:10 +0200 Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com> perlbug credits [ 17716] Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness. From: Hugo van der Sanden <hv@crypt.compulink.co.uk> Date: Sat, 13 Jul 2002 17:44:02 +0100 Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk> [ 17717] Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST) Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu> [ 17719] Subject: [perl #15987] Tests fail when sources are under CVS control From: Warren Jones (via RT) <perlbug@perl.org> Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST) Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org> [ 17720] Subject: Re: [PATCH] Re: taint news From: Rick Delaney <rick.delaney@rogers.com> Date: 04 Aug 2002 00:28:58 EDT Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com> missed patch fragment from Change #17676 [ 17721] #17717 needed tests fixing up [ 17722] Subject: Minor perlrun.pod patch From: Iain Truskett <spoon@cpan.org> Date: Fri, 16 Aug 2002 16:20:27 +1000 Message-Id: <20020816162027.D17196@eh.org> [ 17724] ext/B/defsubs.h also depends on the program that builds it [ 17727] Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods From: Mark-Jason Dominus <mjd@plover.com> Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST) Message-id: <20020415033855.6343.qmail@plover.com> [ 17729] Subject: [PATCH] Safe.pm documentation From: Slaven Rezic <slaven.rezic@berlin.de> Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST) Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de> [ 17733] Subject: Server rename revisited From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Tue, 13 Aug 2002 19:19:03 +0200 Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl> [ 17734] Subject: [PATCH] Re: Pod::Functions tpyo From: Abe Timmerman <abe@ztreet.demon.nl> Date: Tue, 13 Aug 2002 23:47:00 +0200 Message-id: <200208132347.00782.abe@ztreet.demon.nl> [ 17735] Subject: Re: [perl #16198] pod tpyo in hostent.pm From: Mark-Jason Dominus <mjd@plover.com> Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST) Message-id: <20020814011909.22744.qmail@plover.com> [ 17736] Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats? From: Dave Mitchell <davem@fdgroup.com> Date: Fri, 16 Aug 2002 23:31:07 +0100 Message-id: <20020816233107.E9388@fdgroup.com> [ 17737] Effect a speedy recovery from POD affected by (ahem, Australian) negligence. [ 17743] Subject: Re: [PATCH] fix typos in perlpacktut From: "Mr. Nobody" <mrnobo1024@yahoo.com> Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST) Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com> [ 17744] Subject: typo in perfunc.pod From: "John P. Linderman" <jpl@research.att.com> Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST) Message-id: <200208191245.IAA20072@raptor.research.att.com> [ 17748] todo test for linux $0 modification Subject: Re: [perl #16206] $0 in 5.8 From: Slaven Rezic <slaven.rezic@berlin.de> Date: 17 Aug 2002 21:32:37 +0200 Message-id: <87elcx2sdm.fsf@vran.herceg.de> [ 17749] avoid use of %caller::EXPORT Subject: [PATCH] Re: question about Exporter::import From: Nicholas Clark <nick@unfortu.net> Date: Wed, 14 Aug 2002 21:33:12 +0100 Message-id: <20020814203311.GD278@Bagpuss.unfortu.net> [ 17750] Subject: [PATCH] Fix DBM filters From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Wed, 21 Aug 2002 11:40:49 +0100 Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com> [ 17752] Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9 From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Fri, 26 Jul 2002 02:59:12 +0900 Message-Id: <20020726025828.B5E9.BQW10602@nifty.com> [ 17753] Subject: podlators 1.24 released From: Russ Allbery <rra@stanford.edu> Date: Sat, 03 Aug 2002 20:56:42 -0700 Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu> [ 17754] Subject: ANNOUNCE: Math-BigInt v1.62 From: Tels <perl_dummy@bloodgate.com> Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST) Message-Id: <200208211513.g7LFDUs02512@crypt.org> [ 17755] new files from #17754 [ 17756] Subject: ANNOUCNE: Math::BigRat v0.09 From: Tels <perl_dummy@bloodgate.com> Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST) Message-Id: <200208141812.g7EICrV23771@crypt.org> [ 17757] new file for #17756 [ 17758] bignum-0.12 updates from: Subject: [ANNOUCNE] Big Math::Big* update From: Tels <perl_dummy@bloodgate.com> Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST) Message-Id: <200208132121.g7DLLRV21408@crypt.org> [ 17759] Subject: [PATCH] x2p/str.c signedness nits From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 23 Aug 2002 02:43:30 +0300 Message-Id: <20020822234330.GC31624@lyta.hut.fi> [ 17760] Subject: [PATCH] PPPort IVSIZE and SvPV_nolen From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 23 Aug 2002 05:29:09 +0300 Message-Id: <20020823022909.GC9135@lyta.hut.fi> [ 17761] Incorporate fix from JHI at: http://rt.perl.org/rt2/Ticket/Display.html?id=16708 [ 17764] a2p wasn't installed with -Dversiononly [ 17765] Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t From: Nicholas Clark <nick@unfortu.net> Date: Sat, 24 Aug 2002 17:01:08 +0100 Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net> (plus a typo fix) [ 17766] Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut From: Peter BARABAS (via RT) <perlbug@perl.org> Date: 24 Aug 2002 08:16:19 -0000 Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org> [ 17767] Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0) From: "Randy W. Sims" (via RT) <perlbug@perl.org> Date: 18 Aug 2002 13:27:12 -0000 Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org> [ 17768] Subject: [PATCH] fix lib.pm's import() to accept readonly parameters From: Anton Berezin <tobez@tobez.org> Date: Tue, 20 Aug 2002 23:44:25 +0200 Message-ID: <20020820214425.GG16178@heechee.tobez.org> [ 17769] Subject: bit more for WinCE From: "Vadim Konovalov" <vkonovalov@peterstar.ru> Date: Wed, 21 Aug 2002 01:31:52 +0400 Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad> [ 17770] Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release From: "Jos I. Boumans" <kane@cpan.org> Date: Wed, 21 Aug 2002 14:55:51 +0200 Message-ID: <20020821124817.34761.qmail@onion.perl.org> [ 17771] Subject: Newdated info for HP-UX From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 21 Aug 2002 20:20:17 +0200 Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl> [ 17772] Subject: Re: p5p patches From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Fri, 23 Aug 2002 15:27:48 +0200 Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl> [ 17773] Subject: Re: a bugfix for Pod::Html (in diff -u format) From: DH <crazyinsomniac@yahoo.com> Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT) Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com> [ 17774] Subject: [PATCH lib/Benchmark.(pm|t)] Make cmpthese work as documented. From: Abigail <abigail@foad.org> Date: Thu, 22 Aug 2002 04:10:39 -0700 Message-ID: <20020822041039.A2089@ucan.foad.org> [ 17775] Subject: [perl #16729] crypt() doesn't work in multithreaded perl From: "mls@suse.de (via RT)" <perlbug@perl.org> Date: 23 Aug 2002 15:24:39 -0000 Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org> [ 17776] Subject: [PATCH] ExtUtils::Constant 0.13 From: Nicholas Clark <nick@unfortu.net> Date: Fri, 23 Aug 2002 19:21:12 +0100 Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net> [ 17778] Subject: Encode 1.76 Released From: Dan Kogai <dankogai@dan.co.jp> Date: su elo 25, 2002 11:27:07 US/Eastern Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp> [ 17781] #17775 changed reentr.c instead of reentr.pl, which generates it [ 17782] new test for change #17773 Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch) From: DH <crazyinsomniac@yahoo.com> Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT) Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com> [ 17783] Subject: [ANNOUNCE] Test::Simple 0.47 From: Michael G Schwern <schwern@pobox.com> Date: Mon, 26 Aug 2002 04:13:03 -0700 Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net> [ 17786] Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz From: "Sean M. Burke" <sburke@cpan.org> Date: Mon, 26 Aug 2002 04:38:19 -0600 Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net> [ 17787] fix for: Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken From: (Randal L. Schwartz) (via RT) <perlbug@perl.org> Date: 26 Aug 2002 15:01:36 -0000 Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org> [ 17789] Subject: Patch perlvar.pod From: mjd@plover.com Date: 27 Aug 2002 03:03:01 -0000 Message-Id: <20020827030301.32481.qmail@plover.com> [ 17790] #17783 introduced an outdated test module, causing failure in lib/ExtUtils/t/problems.t. This grabs a more recent copy from ExtUtils::MakeMaker. [ 17791] Missing MANIFEST files for #17783. [ 17797] Subject: Re: [perl #16677] B::SV::FLAGS dumps core From: Mark-Jason Dominus <mjd@plover.com> Date: Sun, 25 Aug 2002 22:31:54 -0400 Message-ID: <20020826023154.22986.qmail@plover.com> [ 17798] Subject: [PATCH] posixify getppid on linux-multithread From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Tue, 6 Aug 2002 21:56:46 +0200 Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr> [ 17799] Subject: Re: if.pm bug. From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com> Date: Sun, 25 Aug 2002 00:27:59 +0200 Message-ID: <20020824222210.16387.qmail@onion.perl.org> [ 17800] Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5 From: Mark-Jason Dominus <mjd@plover.com> Date: Sun, 25 Aug 2002 12:09:53 -0400 Message-ID: <20020825160953.15987.qmail@plover.com> [ 17801] Subject: [PATCH] ExtUtils::Constant 0.14 From: Nicholas Clark <nick@unfortu.net> Date: Sun, 25 Aug 2002 18:06:00 +0100 Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net> [ 17802] Subject: [perl #16769] Documention bug From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org> Date: 26 Aug 2002 10:01:04 -0000 Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org> [ 17803] Subject: [PATCH] AIX compiler setup sanity checking From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 29 Aug 2002 16:43:51 +0300 Message-Id: <20020829134351.GG5219@lyta.hut.fi> [ 17804] Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Tue, 27 Aug 2002 23:36:53 +0200 Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr> [ 17805] Fix based on: Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) From: "esm@pobox.com (via RT)" <perlbug@perl.org> Date: 27 Aug 2002 22:10:16 -0000 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org> [ 17806] #17449 failed to apply the actual patch. This is it. [ 17807] Subject: [PATCH] IRIX + INSTALL From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 30 Aug 2002 06:31:48 +0300 Message-Id: <20020830033148.GA874@lyta.hut.fi> [ 17808] Subject: [PATCH] Tru64 vs Berkeley DB From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 30 Aug 2002 06:56:38 +0300 Message-Id: <20020830035638.GB874@lyta.hut.fi> [ 17810] Subject: [PATCH] Fixes to threads::shared when disabled From: Michael G Schwern <schwern@pobox.com> Date: Wed, 28 Aug 2002 06:04:18 -0700 Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net> [ 17811] Subject: Re: Recent changes on the HP porting center From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 28 Aug 2002 17:39:27 +0200 Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl> [ 17812] Subject: [PATCH] typos in Hash::Util documentation From: Slaven Rezic <slaven.rezic@berlin.de> Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST) Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de> [ 17813] Subject: [PATCH] Re: glob names and Regexp type introspection From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 29 Aug 2002 17:31:31 -0700 Message-ID: <jzrb9gzkgO7W092yn@efn.org> [ 17814] Subject: [PATCH] perlmod.pod nit From: Autrijus Tang <autrijus@autrijus.org> Date: Thu, 29 Aug 2002 03:49:34 +0800 Message-ID: <20020828194934.GA12244@not.autrijus.org> [ 17816] Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output From: "Brendan O'Dea" <bod@debian.org> Date: Thu, 29 Aug 2002 22:46:47 +1000 Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au> [ 17817] Subject: [PATCH] AUTHORS From: "Brendan O'Dea" <bod@debian.org> Date: Thu, 29 Aug 2002 22:49:34 +1000 Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au> [ 17818] add test related to change #17799: Subject: Re: if.pm bug. From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com> Date: Thu, 29 Aug 2002 19:39:58 +0200 Message-ID: <20020829173358.34731.qmail@onion.perl.org> [ 17821] Advertise Linux::Pid. [ 17822] Some simple tests for the POSIX::isXXX() functions. [ 17823] Fix bug #16828. Add a few tests to ext/B/t/b.t, make it use Test::More. [ 17824] Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently. From: Richard Soderberg (via RT) <perlbug@perl.org> Date: 3 Sep 2002 18:48:54 -0000 Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org> Subject: [PATCH] A variety of README nitpicks. From: Richard Soderberg <rs@crystalflame.net> Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT) Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com> [ 17825] Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH] From: "John P. Linderman" <jpl@research.att.com> Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT) Message-Id: <200208271900.PAA98096@raptor.research.att.com> [ 17826] Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully From: "Brendan O'Dea" <bod@debian.org> Date: Thu, 29 Aug 2002 22:42:39 +1000 Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au> [ 17827] Subject: [PATCH] OS/400 PASE port From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 29 Aug 2002 22:22:51 +0300 Message-ID: <20020829192251.GA27102@lyta.hut.fi> [ 17828] Subject: [PATCH] File::Spec->catfile not canonicalizing consistently From: Michael G Schwern <schwern@pobox.com> Date: Fri, 30 Aug 2002 03:40:45 -0700 Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net> [ 17829] Subject: Correction for AUTHORS.html From: Sean Davis <dive@ender.com> Date: Fri, 30 Aug 2002 03:51:16 -0700 Message-ID: <20020830035116.A18739@endersgame.net> [ 17830] update email address for Paul Marquess [ 17833] Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times() From: Jarkko Hietaniemi <jhi@iki.fi> Date: Sun, 1 Sep 2002 19:23:55 +0300 Message-ID: <20020901162355.GH12536@lyta.hut.fi> [ 17834] perldoc: allow arguments for pager Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch From: Chip Turner <cturner@redhat.com> Date: 02 Sep 2002 01:17:23 -0400 Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com> [ 17835] fix coredump after 64k-deep recursion Subject: Re: debugging coredump with -DD From: hv@crypt.org Date: Tue, 03 Sep 2002 14:34:20 +0100 Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk> [ 17836] Subject: [PATCH] DB_File 1.805 From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Mon, 2 Sep 2002 23:56:40 +0100 Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com> [ 17837] Subject: [PATCH lib/Config.t] test grandfathered Config variables From: Michael G Schwern <schwern@pobox.com> Date: Mon, 2 Sep 2002 22:29:07 -0700 Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net> [ 17838] Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2 From: Kay Röpke <kay@dolphin-services.de> Date: Tue, 3 Sep 2002 13:46:18 +0200 Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de> [ 17839] Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction From: "Brendan O'Dea" <bod@debian.org> Date: Wed, 4 Sep 2002 02:36:10 +1000 Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au> [ 17840] Subject: [PATCH] File::Basename doesn't lazy load Carp right. and Subject: [PATCH] More modules that don't lazy load Carp right. From: Michael G Schwern <schwern@pobox.com> Date: Tue, 3 Sep 2002 17:21:57 -0700 Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net> and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net> [ 17844] #17836 (DB_File-1.805) misses a couple of dTHX declarations [ 17845] Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t [ 17846] Subject: Re: [PATCH] A variety of README nitpicks. From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Wed, 04 Sep 2002 09:10:05 +0200 Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl> [ 17848] AUTHORS: preferred address for Allen Smith [ 17849] document setting the email address [ 17850] Subject: [PATCH] (mostly (Unicode)) pod nits From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 6 Sep 2002 06:01:57 +0300 Message-Id: <20020906030157.GA28252@lyta.hut.fi> [ 17859] Subject: Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. From: Nicholas Clark <nick@unfortu.net> Date: Mon, 2 Sep 2002 23:22:32 +0100 Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net> [ 17860] #17859 misuses s/// return values [ 17861] Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings From: Michael G Schwern <schwern@pobox.com> Date: Fri, 6 Sep 2002 14:03:16 -0700 Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net> [ 17862] Subject: [PATCH t/TestInit.pm] Set env PERL_CORE From: Michael G Schwern <schwern@pobox.com> Date: Wed, 4 Sep 2002 11:38:01 -0700 Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net> [ 17863] setting PERL_CORE as in #17861 violates assumptions made by taint tests [ 17864] Subject: sv_2pv_flags and ROK and UTF8 flags From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 04 Sep 2002 21:09:01 -0700 Message-ID: <djtd9gzkgyLd092yn@efn.org> Date: Fri, 06 Sep 2002 09:23:03 -0700 Message-ID: <nZNe9gzkgKdH092yn@efn.org> [ 17865] Subject: Unicode::Collate 0.23 Released From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Thu, 05 Sep 2002 23:28:32 +0900 Message-Id: <20020905232316.8151.BQW10602@nifty.com> [ 17866] Subject: [PATCH] OS/400 PASE symbol scan tweak From: Jarkko Hietaniemi <jhi@kosh.hut.fi> Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST) Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi> [ 17867] Subject: [PATCH] allow using hires time() in Benchmark From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 6 Sep 2002 00:38:11 +0300 Message-ID: <20020905213811.GA23771@lyta.hut.fi> [ 17868] small fix to perl58delta for MIME::QuotedPrint, from Jarkko [ 17869] Subject: [perl #17061] no strict 'garbage' From: Elizabeth Mattijsen (via RT) <perlbug@perl.org> Date: 6 Sep 2002 19:31:02 -0000 Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org> Date: Sat, 07 Sep 2002 13:40:22 +0200 Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl> [ 17870] regularise whitespace and formatting in util.c [ 17871] Subject: [PATCH] tiddly tidy up for util.c From: Nicholas Clark <nick@unfortu.net> Date: Fri, 6 Sep 2002 23:00:14 +0100 Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net> [ 17874] Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t From: "Allen Smith" <easmith@beatrice.rutgers.edu> Date: Sat, 7 Sep 2002 05:25:45 -0400 Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu> [ 17875] Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick) From: Nicholas Clark <nick@unfortu.net> Date: Sun, 8 Sep 2002 15:46:44 +0100 Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net> Plus two other similar tweaks [ 17876] Subject: Re: Smoke 17849 MSWin32 (w2k/GCC) From: Abe Timmerman <abe@ztreet.demon.nl> Date: Mon, 9 Sep 2002 01:32:19 +0200 Message-Id: <200209090132.19891.abe@ztreet.demon.nl> [ 17877] Subject: [PATCH] configpm From: Abe Timmerman <abe@ztreet.demon.nl> Date: Sun, 8 Sep 2002 17:21:19 +0200 Message-Id: <200209081721.19233.abe@ztreet.demon.nl> [ 17878] small grammar fix in Benchmark docs [ 17879] Subject: [PATCH] Configure locincpth vs Jaguar gcc 3 From: Jarkko Hietaniemi <jhi@iki.fi> Date: Mon, 9 Sep 2002 00:07:46 +0300 Message-ID: <20020908210746.GB4136@lyta.hut.fi> [ 17880] integrate Math::BigInt-1.63 Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63 From: Tels <perl_dummy@bloodgate.com> Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST) Message-Id: <200209082022.g88KMGY20194@crypt.org> [ 17881] Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t From: "Allen Smith" <easmith@beatrice.rutgers.edu> Date: Mon, 9 Sep 2002 01:48:08 -0400 Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu> [ 17883] Subject: [PATCH] Quieten warnings in Deparse.pm From: Paul Johnson <paul@pjcj.net> Date: Sun, 8 Sep 2002 23:50:11 +0200 Message-ID: <20020908215011.GA879@pjcj.net> [ 17884] Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage') From: Nicholas Clark <nick@unfortu.net> Date: Sun, 8 Sep 2002 19:45:52 +0100 Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net> [ 17885] Subject: [PATCH] strict.pm pod at __END__ From: Nicholas Clark <nick@unfortu.net> Date: Sun, 8 Sep 2002 22:36:09 +0100 Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net> [ 17886] Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm. Didn't work. From: Nicholas Clark <nick@unfortu.net> Date: Sun, 8 Sep 2002 23:05:54 +0100 Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net> [ 17887] Subject: Re: [PATCH] Quieten warnings in Deparse.pm From: Paul Johnson <paul@pjcj.net> Date: Mon, 9 Sep 2002 23:37:33 +0200 Message-ID: <20020909213733.GD879@pjcj.net> [ 17888] New low-price HP servers [ 17892] Callback behaviour in hints Mon, 9 Sep 2002, Allen Smith [ 17897] Subject: [perl #17119] typo in utils/dprofpp.PL From: "Todd C. Miller" (via RT) <perlbug@perl.org> Date: 10 Sep 2002 18:49:56 -0000 Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org> [ 17898] Fix bug #17006 : remove spurious do{} in the deparsing of s/.../.../e. [ 17899] Re: [perl #17170] NetBSD and useshrplib config option Thu 12 Sep 2002 09:22, Rafael Garcia-Suarez [ 17906] Fix pod/perlmodlib.PL (it wasn't generating a complete list of modules.) Regenerate pod/perlmodlib.pod. Add a warning : not all modules listed in perlmodlib are necessarily installed. Plus some corrections by Vincent Lefevre. [ 17907] Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha From: Jarkko Hietaniemi <jhi@iki.fi> Date: Sun, 15 Sep 2002 18:02:17 +0300 Message-ID: <20020915150217.GB21300@lyta.hut.fi> [ 17908] Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_ From: (Ilya Martynov) (via RT) <perlbug@perl.org> Date: 15 Sep 2002 19:06:56 -0000 Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org> [ 17909] Pod formatting nit, found by Merijn and Jos Boumans. [ 17910] Fix #17375 (rcatline didn't work on a formerly-defined undef) by checking for SvOK in do_readline(). [ 17911] Typo fix. [ 17913] Subject: [PATCH perl@17882] file spec tweaks for VMS From: "Craig A. Berry" <craigberry@mac.com> Date: Wed, 18 Sep 2002 16:57:02 -0500 Message-ID: <3D88F6AE.3020708@mac.com> [ 17914] Subject: [PATCH] PASE saga continues From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 19 Sep 2002 23:30:20 +0300 Message-ID: <20020919203020.GB274453@lyta.hut.fi> [ 17915] Patch #17914 was empty ; this should have been applied instead. [ 17916] Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity From: "Brendan O'Dea" <bod@debian.org> Date: Tue, 10 Sep 2002 09:19:05 +1000 Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au> [ 17917] Subject: Re: [perl #17141] Text::Wrap "this should not happen" message From: Slaven Rezic <slaven.rezic@berlin.de> Date: 11 Sep 2002 19:37:09 +0200 Message-ID: <871y80a0my.fsf@vran.herceg.de> [ 17918] Subject: [PATCH] perldoc -f stat (perlfunc.pod) From: "Brendan O'Dea" <bod@debian.org> Date: Mon, 23 Sep 2002 22:45:40 +1000 Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au> [ 17921] add TODO tests for slow our() declaration Subject: Re: [perl #17376] Bug Report - our(%) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 19 Sep 2002 22:34:01 -0700 Message-ID: <JNri9gzkgSBB092yn@efn.org> [ 17922] Subject: Re: [PATCH] spurious t/auto directory appears From: Michael G Schwern <schwern@pobox.com> Date: Fri, 13 Sep 2002 23:56:05 -0400 Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net> [ 17923] Subject: [PATCH] Re: Advice on coredump From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Wed, 18 Sep 2002 22:14:57 +0200 Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr> [ 17925] Subject: [PATCH v2] enable -ansi -pedantic From: Jarkko Hietaniemi <jhi@iki.fi> Date: Wed, 18 Sep 2002 01:19:25 +0300 Message-ID: <20020917221925.GF85044@lyta.hut.fi> [ 17926] Subject: [PATCH] defuse installusrbinperl From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 19 Sep 2002 18:01:03 +0300 Message-ID: <20020919150103.GI208696@lyta.hut.fi> [ 17927] Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment From: Marty Pauley <marty+p5p@kasei.com> Date: Fri, 20 Sep 2002 09:52:16 +0100 Message-Id: 20020920085216.GC10512@soto.kasei.com [ 17928] Subject: [PATCH] bug in utf8.c(?) From: Marty Pauley <marty+p5p@kasei.com> Date: Fri, 20 Sep 2002 10:55:33 +0100 Subject: [PATCH] bug in utf8.c(?) [ 17930] Subject: [perl #17445] Class::Struct patch: version number, examples From: Ken Neighbors (via RT) <perlbug@perl.org> Date: 19 Sep 2002 18:48:22 -0000 Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org> [ 17931] Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm From: Kay_Röpke <kay@dolphin-services.de> Date: Fri, 20 Sep 2002 16:09:08 +0200 Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de> [ 17932] #17931 checked for wrong constant [ 17933] Subject: [PATCH] perl #17453 From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 20 Sep 2002 17:22:45 +0300 Message-ID: <20020920142245.GG280265@lyta.hut.fi> [ 17934] missing '.' in test from #17932 [ 17935] Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes. From: Andy Lester <andy@petdance.com> Date: Fri, 20 Sep 2002 12:23:41 -0500 Message-ID: <20020920172341.GA15672@petdance.com> [ 17936] Subject: [PATCH] configure.com -- don't exclude threads::shared From: "Craig A. Berry" <craigberry@mac.com> Date: Wed, 25 Sep 2002 17:14:33 -0500 Message-ID: <3D923549.6050809@mac.com> [ 17938] Email address change for Stéphane Payrard [ 17939] Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX From: Allen Smith (via RT) <perlbug@perl.org> Date: 13 Sep 2002 03:01:30 -0000 Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org> [ 17940] Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0 From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Fri, 27 Sep 2002 13:52:18 +0200 Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr> [ 17941] Subject: [perl #16796] Configure script buglet From: "Amick, Eric" (via RT) <perlbug@perl.org> Date: 27 Aug 2002 20:09:29 -0000 Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org> [ 17945] -Dgccansipedantic only for gcc 3+ Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi> [ 17947] Subject: Re: sv_2pv_flags and ROK and UTF8 flags From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Wed, 11 Sep 2002 22:22:45 -0700 Message-ID: <lSCg9gzkgymX092yn@efn.org> [ 17948] Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3) From: chromatic <chromatic@wgz.org> Date: Fri, 13 Sep 2002 14:26:08 -0700 Message-Id: <200209131426.08116.chromatic@wgz.org> [ 17949] patch based on: Subject: Re: [perl #17376] Bug Report - our(%) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 30 Sep 2002 15:22:18 -0700 Message-ID: <a6Mm9gzkgK0P092yn@efn.org> [ 17950] Add silly bandaid to stop segfaults on subsequent accesses to the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol() (<$fred>). [ 17952] better handling of whitespace in autodoc declarations; fragment from: Subject: [PATCH pad.c,h] move all pad-related code to its own src file From: Dave Mitchell <davem@fdgroup.com> Date: Wed, 25 Sep 2002 23:40:23 +0100 Message-ID: <20020925234023.A20044@fdgroup.com> [ 17954] Subject: [PATCH] Re: perlio bug? From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Wed, 25 Sep 2002 21:58:12 +0200 Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr> [ 17955] add precedence warning for bitwise docs Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really... From: Mike Guy <mjtg@cam.ac.uk> Date: Thu, 26 Sep 2002 13:20:45 +0100 Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk> [ 17956] Devel::Peek tests from: Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 26 Sep 2002 22:16:39 -0700 Message-ID: <3m+k9gzkgqnP092yn@efn.org> [ 17957] document how to set APPLLIB_EXP Subject: Re: [perl #15957] error installing perl 5.8.0 From: Andy Dougherty <doughera@lafayette.edu> Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT) Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu> [ 17958] missing quote from #17957 [ 17959] Subject: [DOCPATCH] Unicode porting advice From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 27 Sep 2002 15:30:16 +0200 Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus> [ 17961] Subject: Re: Hash::Util::lock_keys inhibits bless From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Mon, 30 Sep 2002 17:24:06 +0200 Message-ID: <m3zntzwlex.fsf@k242.linux.bogus> [ 17962] Subject: [PATCH] no [] in tr/// From: Jarkko Hietaniemi <jhi@iki.fi> Date: Wed, 2 Oct 2002 17:09:11 +0300 Message-Id: <20021002140911.GH278184@lyta.hut.fi> [ 17964] Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Tue, 1 Oct 2002 23:34:35 +0200 Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr> [ 17965] op/tr.t test is affected by #17962 [ 17966] Subject: [PATCH] retropatch From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 27 Sep 2002 03:51:34 +0300 Message-ID: <20020927005134.GB339120@lyta.hut.fi> [ 17967] Subject: [PATCH] reentrant buffers From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 27 Sep 2002 01:08:56 +0300 Message-ID: <20020926220856.GA339120@lyta.hut.fi> [ 17968] Subject: [PATCH] Re: speed of my From: Stephen McCamant <smcc@mit.edu> Date: Wed, 2 Oct 2002 21:48:59 -0400 Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU> [ 17972] Add a new warning, "Possible precedence problem on bitwise %c operator", triggerred when a bitwise op has a numeric comparison op as child. [ 17973] Change the warning message "%s trapped by operation mask" to include '' around the op name. Document it in perldiag. [ 17976] Fix bug #17744, suggested by Andreas Jurenda, tweaked by rgs (security hole in Safe). [ 17978] Upgrade to Attribute::Handlers 0.78 [ 17979] Subject: [PATCH] fix typo in Tie::Array From: "Jos I. Boumans" <kane@cpan.org> Date: sat okt 5, 2002 20:39:17 Europe/Stockholm Message-Id: <20021005183920.14746.qmail@onion.perl.org> [ 17981] Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu> [ 17982] Correct mailing list archive URL Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de> [ 17983] Tru64 and gcc and threads Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi> [ 17984] Fix bug #17823 : non-modifying tr/// stringifies references [ 17985] Subject: Re: README.cygwin draft update From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Mon, 07 Oct 2002 17:15:09 -0700 Message-ID: <NOio9gzkg6oR092yn@efn.org> [ 17987] Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect From: "Allen Smith" <easmith@beatrice.rutgers.edu> Date: Mon, 9 Sep 2002 17:36:55 -0400 Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu> [ 17988] Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari) From: Nicholas Clark <nick@unfortu.net> Date: Sat, 28 Sep 2002 18:52:00 +0100 Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net> [ 17989] Subject: PATCH: lib/ExtUtils/typemap From: Brian Ingerson <ingy@ttul.org> Date: Sat, 28 Sep 2002 13:03:24 -0700 Message-ID: <20020928130324.A16900@ttul.org> [ 17992] Subject: Re: Hash::Util::lock_keys inhibits bless From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 04 Oct 2002 06:38:57 +0200 Message-ID: <m3bs6astr2.fsf@k242.linux.bogus> [ 17993] croak() is better written Perl_croak() in C code. [ 17994] Fix bug #17776 : memory corruption in qr/##/x [ 17995] Subject: [perl #17819] Typo in perltooc? From: Bob Wilkinson (via RT) <perlbug@perl.org> Date: 9 Oct 2002 09:50:40 -0000 Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org> Subject: [perl #17821] Typo in perltooc From: Bob Wilkinson (via RT) <perlbug@perl.org> Date: 9 Oct 2002 10:12:51 -0000 Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org> [ 17996] Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport() From: chromatic <chromatic@wgz.org> Date: Thu, 03 Oct 2002 22:56:54 -0700 Message-ID: <20021004060120.33329.qmail@onion.perl.org> [ 17997] Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3 From: Information Service <info@lingo.kiev.ua> Date: Wed, 09 Oct 2002 07:17:00 +0400 Message-ID: <3DA39FAC.85471200@lingo.kiev.ua> [ 17998] Fix bug #17771 : segfault with the 'for' statement modifier used inside a map or a grep. [ 17999] Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 4 Oct 2002 16:11:57 +0300 Message-ID: <20021004131157.GD278184@lyta.hut.fi> [ 18001] Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 10 Oct 2002 14:28:55 -0700 Message-ID: <XEfp9gzkgquV092yn@efn.org> [ 18002] Subject: [Encode] 1.77 Released From: Dan Kogai <dankogai@dan.co.jp> Date: Sun, 6 Oct 2002 12:52:52 +0900 Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp> [ 18003] Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956 and #18001. [ 18004] updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu> [ 18005] Subject: Re: Building bleadperl (minperl) fails completely under VC7 From: Abe Timmerman <abeltje@cpan.org> Date: Tue, 8 Oct 2002 14:16:56 +0200 Message-Id: <200210081416.56942.abeltje@cpan.org> [ 18007] Subject: [perl #17773] errors in c2ph(1) man page From: Eric Melville (via RT) <perlbug@perl.org> Date: 7 Oct 2002 02:58:34 -0000 Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org> [ 18009] Subject: [PATCH perldoc] For screaming hell's sake From: Simon Cozens <simon@netthink.co.uk> Date: Tue, 8 Oct 2002 11:13:07 +0100 Message-ID: <20021008101307.GA8175@netthink.co.uk> [ 18010] Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious From: Nicholas Clark <nick@unfortu.net> Date: Tue, 8 Oct 2002 21:52:53 +0100 Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net> [ 18011] Subject: [perl #17805] BUG: Grammar bug during Configure From: Richard Hitt (via RT) <perlbug@perl.org> Date: 8 Oct 2002 21:04:30 -0000 Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org> [ 18012] #18005 was not enough Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7) From: Abe Timmerman <abeltje@cpan.org> Date: Sat, 12 Oct 2002 17:56:39 +0200 Message-Id: <200210121756.39803.abeltje@cpan.org> [ 18013] Subject: [PATCH] for -Dm From: Slaven Rezic <slaven.rezic@berlin.de> Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST) Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de> [ 18015] The -0 command-line switch wasn't setting $/ at compile-time. Move the initialization of $/ just after switch parsing (it was done after yyparse().) [ 18016] Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod From: SADAHIRO Tomoyuki <bqw10602@nifty.com> Date: Sun, 13 Oct 2002 09:02:36 +0900 Message-Id: <20021013090227.FFCD.BQW10602@nifty.com> [ 18017] Subject: [PATCH] perlipc.pod From: Slaven Rezic <slaven.rezic@berlin.de> Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST) Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de> [ 18018] Subject: Re: [PATCH] cv.h: Comment update From: Paul Johnson <paul@pjcj.net> Date: Mon, 14 Oct 2002 20:00:50 +0200 Message-ID: <20021014180050.GC7333@pjcj.net> [ 18020] prototype() didn't warn when used in void context. [ 18021] Subject: [PATCH] minor tweaks in Porting/pumpkin.pod From: Slaven Rezic <slaven.rezic@berlin.de> Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST) Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de> [ 18022] Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 15 Oct 2002 17:01:43 -0700 Message-ID: <nxKr9gzkgmBO092yn@efn.org> [ 18023] Subject: Re: [perl #17830] open FH, "<&", $fd From: Steve Grazzini <grazz@nyc.rr.com> Date: 11 Oct 2002 22:28:58 -0000 Message-ID: <20021011222858.452.qmail@onion.perl.org> [ 18025] definition of MAXPATHLEN Subject: [PATCH] standard lawyerism From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Oct 2002 02:48:26 +0300 Message-ID: <20021010234825.GM292305@lyta.hut.fi> [ 18028] Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) From: Abe Timmerman <abe@ztreet.demon.nl> Date: Thu, 17 Oct 2002 23:38:34 +0200 Message-Id: <200210172338.34728.abe@ztreet.demon.nl> [ 18029] minor tweaks in Porting/pumpkin.pod Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net> [ 18033] Upgrade to Test.pm v1.23 [ 18034] Update to Time::HiRes v1.38 [ 18035] Subject: Re: [perl #17951] Strange UTF error From: Jarkko Hietaniemi <jhi@iki.fi> Date: Wed, 16 Oct 2002 18:50:51 +0300 Message-ID: <20021016155051.GB268437@lyta.hut.fi> [ 18036] Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes From: Slaven Rezic <slaven.rezic@berlin.de> Date: 14 Oct 2002 09:37:18 +0200 Message-ID: <8765w5wjwx.fsf@vran.herceg.de> [ 18037] Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf From: Jarkko Hietaniemi <jhi@iki.fi> Date: Mon, 14 Oct 2002 14:49:54 +0300 Message-ID: <20021014114954.GB80937@lyta.hut.fi> [ 18038] Update to Net::Ping v2.23 [ 18039] Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update From: Stéphane Payrard <s.payrard@wanadoo.fr> Date: Tue, 15 Oct 2002 02:17:03 +0200 Message-ID: <20021015001703.GG7914@stefp.dyndns.org> [ 18041] Subject: Re: [perl #18019] regex overoptimization From: hv@crypt.org Date: Mon, 21 Oct 2002 03:21:54 +0100 Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk> [ 18042] Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >> From: hv@crypt.org Date: Mon, 21 Oct 2002 11:27:40 +0100 Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk> [ 18044] Subject: [PATCH] Shell.pm object methods broken From: Dan Brook <dbrook@easyspace.com> Date: Thu, 17 Oct 2002 16:05:04 +0100 Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com> [ 18045] improve 'atomicity' wording [ 18046] Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) From: Alain Barbet <alian@alianwebserver.com> Date: Fri, 18 Oct 2002 15:29:29 +0200 Message-ID: <3DB00CB9.70708@alianwebserver.com> [ 18047] Subject: [PATCH] AutoLoader gives wrong message From: Peter Scott <peter@psdt.com> Date: Thu, 17 Oct 2002 19:54:56 -0700 Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com> [ 18049] Subject: [PATCH] perluniintro From: Jarkko Hietaniemi <jhi@iki.fi> Date: Sun, 20 Oct 2002 15:48:09 +0300 Message-ID: <20021020124809.GE444369@lyta.hut.fi> [ 18050] perlmodlib.pod nit suggested by David Dyck (bug #18055) Regenerate perlmodlib.pod [ 18051] Further tweaks to perluniintro.pod [ 18052] Further tweaks to perlmodlib.pod. Add a note about perllocal.pod, which wasn't documented. [ 18053] charnames pragma extended with :alias for customized unicode naming aliases Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl> [ 18055] Reverse change #8066 and sense of test, to satisfy [perl #17763] [ 18056] Subject: [PATCH] B/C.pm: make $0 to argv[0] again From: Autrijus Tang <autrijus@autrijus.org> Date: Sat, 19 Oct 2002 17:51:57 +0800 Message-ID: <20021019095157.GA430@not.autrijus.org> [ 18057] Subject: [Encode] 1.80 released From: Dan Kogai <dankogai@dan.co.jp> Date: Tue, 22 Oct 2002 05:47:16 +0900 Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> [ 18058] Subject: The Inaba patch for tr/// vs. use encoding From: Dan Kogai <dankogai@dan.co.jp> Date: Mon, 21 Oct 2002 17:36:02 +0900 Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp> [ 18059] Subject: [perl #18036] perldoc refuses to run on BeOS From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org> Date: 21 Oct 2002 10:18:50 -0000 Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org> [ 18060] 2 lines of change #18039 had several problems [ 18062] Subject: [PATCH] DB_File 1.806 From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Tue, 22 Oct 2002 11:16:21 +0100 Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com> [ 18069] Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious From: Nicholas Clark <nick@unfortu.net> Date: Sun, 27 Oct 2002 22:31:08 +0000 Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net> [ 18071] Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update From: "Paul Marquess" <Paul.Marquess@btinternet.com> Date: Mon, 28 Oct 2002 12:53:52 -0000 Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com> [ 18072] Partial fix of bug [perl #17589] : prevent the parser to segfault when encountering the erroneous construct "sub;". [ 18073] Subject: [perl #18165] "0" fails as right-hand argument to .. From: Mark-Jason Dominus (via RT) <perlbug@perl.org> Date: 30 Oct 2002 17:27:53 -0000 Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org> (Fixed by making an exception for .."0" in pp_flop.) [ 18074] Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM but "-4\n".."-0\n" is! From: Slaven Rezic <slaven.rezic@berlin.de> Date: 30 Oct 2002 16:22:36 +0100 Message-Id: <87n0ow0x4z.fsf@vran.herceg.de> Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n" is not DWIM but "-4\n".."-0\n" is! From: "Orton, Yves" <yves.orton@mciworldcom.de> Date: Wed, 30 Oct 2002 11:59:31 -0000 Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2> (Applied over previous fix.) [ 18075] Adjust the number of tests in t/op/range.t [ 18076] Update to Scalar-List-Utils 1.08 [ 18077] Subject: [PATCH lib/Config.*] Document and test Config::config_re(). (with tweaks) From: Michael G Schwern <schwern@pobox.com> Date: Wed, 4 Sep 2002 12:06:08 -0700 Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net> [ 18078] avoid reliance on croak() prototype p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457 p4raw-link: @18077 on //depot/perl: a48f8c779b973cde21f91eb6230f57994f5c9ad9 p4raw-link: @18076 on //depot/perl: 60f3865b55c4d6a10a2e3a9a3b1d496422e83c3e p4raw-link: @18075 on //depot/perl: 8f5b1bb4128d9d01e17f0ffcb1990c0621bcaab0 p4raw-link: @18074 on //depot/perl: ee34a4d037b68daf752af80daf8d69eb1e4ef06a p4raw-link: @18073 on //depot/perl: 545956b788eca1693eabb4527163db9c8186832c p4raw-link: @18072 on //depot/perl: 904d85c5b9ccc833788234557fda3bc74a77ca8b p4raw-link: @18071 on //depot/perl: b8370f2a62ce28c9808787355d168ac28a1aaa1c p4raw-link: @18069 on //depot/perl: 92b5f8d10a61fa2f07cadd651b15112c54e27db5 p4raw-link: @18062 on //depot/perl: 262eaca6eb732e73845054dff64d084e4bec522e p4raw-link: @18060 on //depot/perl: 5c04bfc992a3719eced617efd59cb8f236465d3e p4raw-link: @18059 on //depot/perl: 53782852c4180f19fdba07aae83d56ebeb358e94 p4raw-link: @18058 on //depot/perl: d0063567ae6829f18fa94be9ac4f0b3986e32f5a p4raw-link: @18057 on //depot/perl: ab3374e4b7f0adca0bcf6e7b71aaacbfd7df7b07 p4raw-link: @18056 on //depot/perl: ede8dd12b51a88ac797d7d86b037c6d85d3d8e54 p4raw-link: @18055 on //depot/perl: bf12611a95159ce0683344ec99968bd2838c9d0e p4raw-link: @18053 on //depot/perl: 35c0985d87e203a100f5c5fc6518bee6a2e2fd9d p4raw-link: @18052 on //depot/perl: 8518420c882d2b1d0bccc0e82ac9d461257ad5cf p4raw-link: @18051 on //depot/perl: 0cf8a8d9f252771f63b234f08b1ecc0f1b1f8a0f p4raw-link: @18050 on //depot/perl: 7eaa0fdd38c4cf4d8dd1ecee4a5f57d7393079e2 p4raw-link: @18049 on //depot/perl: c722ef0a9de73f0b0b48ec98b598b2cc10421bc5 p4raw-link: @18047 on //depot/perl: e0fa987931295419ee9237d08014c4c5381f1cf8 p4raw-link: @18046 on //depot/perl: 7c5b6093a3ac5e0bd09cdb0d2f391fecc26ce08d p4raw-link: @18045 on //depot/perl: 9b488eb89e353c3569ec0fe5076be8c2a5f47436 p4raw-link: @18044 on //depot/perl: 51947a20dc2d93fe0888ee6d69de8ae4aca4aef4 p4raw-link: @18042 on //depot/perl: 66fbe8fb06e4bc8631604373e6a099f620f92dcf p4raw-link: @18041 on //depot/perl: c152dc430a400da208b684f936f242f4a89972f4 p4raw-link: @18039 on //depot/perl: 40a3dda160f7716cf8fb3c9068ec08ae7f6c681e p4raw-link: @18038 on //depot/perl: f569508ea9a702bfcab8cb9379c22c4e8e3e3b15 p4raw-link: @18037 on //depot/perl: 71b080b801c57c8f0f77e61c098cba969cb6fe4d p4raw-link: @18036 on //depot/perl: 6143965086c75022cc1d4d1f3746302780985947 p4raw-link: @18035 on //depot/perl: df68b396123fb8eeaeb7770f8e4d190067a4d6e2 p4raw-link: @18034 on //depot/perl: 3f2ee0069d15f7a7d413167c0ad86d1545e6b534 p4raw-link: @18033 on //depot/perl: 26bf6773e6bcf33c8829948d87121c53000332a4 p4raw-link: @18029 on //depot/perl: efc41c8ef9279ab1e5f723c2c73a85333a96e0e2 p4raw-link: @18028 on //depot/perl: 0fbedf1d02b8cd54a5c0f7085e51fe64e9af7892 p4raw-link: @18025 on //depot/perl: 09448d78b3a7197d822f3a4cddd3020b529656e9 p4raw-link: @18023 on //depot/perl: 24a7a40d02cc0ea4a7e6fc143f53dd60b2d0d047 p4raw-link: @18022 on //depot/perl: 198cd045305a674e626b4b8f83cc38563cb6d79f p4raw-link: @18021 on //depot/perl: 94655993b20cb9c52b7d861dd02a2575bace49b1 p4raw-link: @18020 on //depot/perl: 78e1b766412138639765560ca379489ded0446bf p4raw-link: @18018 on //depot/perl: bec31f9a78cb82e7861cc39e623ab1902658efbf p4raw-link: @18017 on //depot/perl: 76c0e0db388a8b90df585b75a0a5c34b2742b9c0 p4raw-link: @18016 on //depot/perl: 835863de2945cb40752175f56d8052effcf408a4 p4raw-link: @18015 on //depot/perl: 7f9e821f0be8f0d2dc7f73eee7bbcade8739c838 p4raw-link: @18013 on //depot/perl: 253fdc3fe86b6ea2aa9af21a68b6953fa13a5df7 p4raw-link: @18012 on //depot/perl: ff6de8cdd7fc23c57af58c8b122878b62afe84ce p4raw-link: @18011 on //depot/perl: ba2158738b1a714451615b85e8e84118f2a8b147 p4raw-link: @18010 on //depot/perl: 0258719bae4c02bba26598151f1f335a54f43190 p4raw-link: @18009 on //depot/perl: b3c1f772f352b72296ce50a1ba2e7abcc581baaa p4raw-link: @18007 on //depot/perl: 5d0b5eb0d84b46759ea760215f127e4722154ba8 p4raw-link: @18005 on //depot/perl: 295f0f84e758e0bd709fbbb73900b27d95ed9081 p4raw-link: @18004 on //depot/perl: 21328108d38d0774b3ffd43b914ff9323c07c8d4 p4raw-link: @18003 on //depot/perl: f24fdb76a16c3117b952a67abc0378918ee8512d p4raw-link: @18002 on //depot/perl: 4b291ae6c6eed18b8842058ee57489c11dec5862 p4raw-link: @18001 on //depot/perl: d25a523c8e8d097a85a4424a41e31f54dd57db2e p4raw-link: @17999 on //depot/perl: b5379b0df09a1d2f8fb44659104d41784790923d p4raw-link: @17998 on //depot/perl: fb14229d046006b2f5d3159b99a4486315081739 p4raw-link: @17997 on //depot/perl: cc23144fb7132c5baf97c1abe756f338a4d71959 p4raw-link: @17996 on //depot/perl: 7412bda796ef0f9c3874e537e0357f96cf6f16e3 p4raw-link: @17995 on //depot/perl: c801bddb79887dcdaa40b9af734318a8be202252 p4raw-link: @17994 on //depot/perl: ab01544ff4579f0986e6be613b46a4801bc31f58 p4raw-link: @17993 on //depot/perl: 5f89c282eacf9ef123bf0b311fb4124e837004d7 p4raw-link: @17992 on //depot/perl: 641c4430082a3fd1d8e803e65d696244a0104810 p4raw-link: @17989 on //depot/perl: d2b7433c48dc7d27927575c53e6065b136942905 p4raw-link: @17988 on //depot/perl: 364e1267e1c01598947ebb286e5e925f56a6bee9 p4raw-link: @17987 on //depot/perl: 1ff2d182880efe1729645264965b40db52c3f8d9 p4raw-link: @17985 on //depot/perl: fb652349441d4b05f41d77692a72134e7014d8f6 p4raw-link: @17984 on //depot/perl: d59e14dbffe53a28b0845a7d6b4250babf9e83ac p4raw-link: @17983 on //depot/perl: cb23e6a442dc2c0b012e000464ec63c7cf4171fa p4raw-link: @17982 on //depot/perl: f38c94f4afe5c4a9e9b0b3411ec0bd68809d7d3a p4raw-link: @17981 on //depot/perl: 453a1e5f6e2a2415bf635b4da3be52b544b6d843 p4raw-link: @17979 on //depot/perl: f53a354e92987b335cad3861853390f76eef9be2 p4raw-link: @17978 on //depot/perl: f903cfeff225fbb1a41baf0935d62478da7b70a1 p4raw-link: @17976 on //depot/perl: 33f7e1aa9bf0173d92dc0c0b35d57754dbf6c87e p4raw-link: @17973 on //depot/perl: cb77fdf0e62f488063efd544deea3e13e215fac6 p4raw-link: @17972 on //depot/perl: 276b2a0c6a53ec634026b73150a6cb3f81349921 p4raw-link: @17968 on //depot/perl: 1301793579656d41ef345218fe1021d8c3d9671f p4raw-link: @17967 on //depot/perl: af685957336d0a37645ff959496386c489e0b52a p4raw-link: @17966 on //depot/perl: 77b096b5f2a0becf5ed578f9a5dea854fda8c05b p4raw-link: @17965 on //depot/perl: 321ecc04b8a37e562982ab38e80f53c80061780f p4raw-link: @17964 on //depot/perl: 30fe34ed3ecf82934d47ff150523e2bbdc878f86 p4raw-link: @17962 on //depot/perl: d1573ac7f3669af3adf9935c83633459afbc51af p4raw-link: @17961 on //depot/perl: a94e8023b124b822fcd2c4e28f8dc89b1f24e54a p4raw-link: @17959 on //depot/perl: c8d992ba23b3b25c3e2bc6425d5bc30f12f52be7 p4raw-link: @17958 on //depot/perl: aaa04f099e927ab4d823ada3bb071c3a22d64c84 p4raw-link: @17957 on //depot/perl: 24f415b42b16ca2ea955d5f4fc7cc29cb1fc7054 p4raw-link: @17956 on //depot/perl: 993318545d74a9d06ae4a37be84d1b19882b129d p4raw-link: @17955 on //depot/perl: 2cdc098b0ca3aa6472d96981cd6e2bbef5e34f6a p4raw-link: @17954 on //depot/perl: 97828cef4d4cd22b548b8ec430d2e0e28ea8ae8c p4raw-link: @17952 on //depot/perl: 78c9d76351ef2d0f7047846bbf29e303753d3fda p4raw-link: @17950 on //depot/perl: ce50c03327684464451f248ddc0b6adc199cce2d p4raw-link: @17949 on //depot/perl: d2be0de5a5030be3ee411cadf9db630bb6fd8a4a p4raw-link: @17948 on //depot/perl: 04c1a02be98ce9945e4da9b8fdb006d61420b34d p4raw-link: @17947 on //depot/perl: cb50f42d44feb5486b1014e87f10579f0b7cddbf p4raw-link: @17945 on //depot/perl: a042607511961b7f7852d92748b40c4e94e5cc75 p4raw-link: @17941 on //depot/perl: b921d661723e8701da56072309db071fd10e051c p4raw-link: @17940 on //depot/perl: 5ddc4af4d75ced82687c55523359d34e747e49d0 p4raw-link: @17939 on //depot/perl: 917244cea8a572c7a8e96f03f088f4ff0317bc7e p4raw-link: @17938 on //depot/perl: 84d0925032ae81b5ec02af20edaee27d9c991d98 p4raw-link: @17936 on //depot/perl: db3fe56f66842b3d71decce3de6f0df9e17d6092 p4raw-link: @17935 on //depot/perl: 1a1931329abb89a33c5409dc3da71dd30c04a0b8 p4raw-link: @17934 on //depot/perl: 4a06f8425eda36e6c3b9d2287cb4ba45a5358efc p4raw-link: @17933 on //depot/perl: 2d92f8a00cb1e1f5a01e5a2057563ce78851c792 p4raw-link: @17932 on //depot/perl: 6d5637c3050c14fb5c11ec5a05db33dce9e4a7a8 p4raw-link: @17931 on //depot/perl: 989dfb198ac9ac51842b1c51f1d0abd5c0143573 p4raw-link: @17930 on //depot/perl: 7a75f23295b1c1b6088ac400a7ad3d07428a20c1 p4raw-link: @17928 on //depot/perl: 2b4bd638ab397a4d93192b8f54f8161045373803 p4raw-link: @17927 on //depot/perl: a7235d9150f0ab27193f4377f0fceafec4b22921 p4raw-link: @17926 on //depot/perl: 5e366f6500f4020d35e7c5fd9163363b1042ab5a p4raw-link: @17925 on //depot/perl: 93189314521460c01625b05f7cfa81ac855affa9 p4raw-link: @17923 on //depot/perl: 2f647fb2ca495f131b655d676cce3e88a9090ef9 p4raw-link: @17922 on //depot/perl: b5f5ff401c8b227d693fbae417b9c4815b5772fb p4raw-link: @17921 on //depot/perl: cb1ce60838923277ddef8cb8d26370507470dbd7 p4raw-link: @17918 on //depot/perl: 3155e0b0b510ed7522ef21f1acd786768d4fede8 p4raw-link: @17917 on //depot/perl: 718842b0e14b2d067314bf35e22eac61894424e9 p4raw-link: @17916 on //depot/perl: 7fef744d4001fa86c45f1d45805860ed8598b95a p4raw-link: @17915 on //depot/perl: abeab9d3f076e8a1b217f5132e9d6271075a909a p4raw-link: @17914 on //depot/perl: d041ed074ea76d111d3116540927bbe2727c442a p4raw-link: @17913 on //depot/perl: 9ba1b7d248e0db6e26fa52ba8d5b3768aa0b633f p4raw-link: @17911 on //depot/perl: cc7677572c19f8b77c0c19d888a83ce6176a1a87 p4raw-link: @17910 on //depot/perl: 2b5e58c4e3614e505a895c6ac7f709db82f8f7f4 p4raw-link: @17909 on //depot/perl: dc33ebcf89adb9fd4e96220dc56a16ce8d9115d2 p4raw-link: @17908 on //depot/perl: 77b047e701ff9f208080b75b930310501e256781 p4raw-link: @17907 on //depot/perl: f42e9f9012367e58b1bc8229a10035f5c1ac8612 p4raw-link: @17906 on //depot/perl: 7ef5744c3d4533e5052c995815258d3686f7e8ae p4raw-link: @17899 on //depot/perl: 40814d06efea74278848431eb06d2e8edc2b07d4on //depot/metaconfig: 53fa49e969498f6d368e6cf8bbf3df6072eda03b p4raw-link: @17898 on //depot/perl: 4ae52e81fe7aafb05ef5b0f7a9432bf165b26362 p4raw-link: @17897 on //depot/perl: c1d47b768c58b96f9b0818e42bf40dd6506a4d86 p4raw-link: @17892 on //depot/perl: c5884c5a7813ec61938e7953d7c507670145b965 p4raw-link: @17888 on //depot/perl: fb752ac94711c34b81bc8339870f39dc7f0f26f1 p4raw-link: @17887 on //depot/perl: 2621462ba22a088e9bfccea02fd4a7e4b02bcba7 p4raw-link: @17886 on //depot/perl: 3161c2f888e0b8c213abe2ad5f1a8badca94a855 p4raw-link: @17885 on //depot/perl: 4b2eca7a72ce307ed58cc8af1ec195a6dc39d730 p4raw-link: @17884 on //depot/perl: 912440bebca4a2e8a42a1d56c8be458397341faf p4raw-link: @17883 on //depot/perl: c7de4c6618c94666be04e5ac0b48fa329c22560b p4raw-link: @17881 on //depot/perl: 205f51d8e6c484299677945023b990c3cad50d1e p4raw-link: @17880 on //depot/perl: 2ab5f49d2770c5889c3f9a971236d5a7b41763c3 p4raw-link: @17879 on //depot/perl: 224cb7cbee6b71a946a9d1403e4050c1be7bab4c p4raw-link: @17878 on //depot/perl: 702fa71c711a708b512dca4870841461f8f582ee p4raw-link: @17877 on //depot/perl: d4de4258b931cc1df88e6dfd94fd1a8f5c8d48d0 p4raw-link: @17876 on //depot/perl: d97afc04e7e0c6020364b80d930005281e90a032 p4raw-link: @17875 on //depot/perl: 03fbabc65894c92c6a64a11641dedba149b67081 p4raw-link: @17874 on //depot/perl: 20f6aaab8d64a33be1150bb7a380a1b5d03267cb p4raw-link: @17871 on //depot/perl: fd322ea4b51d50f9797ac81898fa52eb789ab9ba p4raw-link: @17870 on //depot/perl: 3aed30dc9bb800ec04a3f44e5176c45032741bdd p4raw-link: @17869 on //depot/perl: 210bfd0c35c99ac9c680d43346a302335cf8c627 p4raw-link: @17868 on //depot/perl: f467b3b7e0bdb2ee52eb95365ea30c7918b8930f p4raw-link: @17867 on //depot/perl: e3d6de9a0eb27f1a5b88b41335738a42fe4bfd44 p4raw-link: @17866 on //depot/perl: c1aca01288ece548bdc7b723da770ebba6e0f698 p4raw-link: @17865 on //depot/perl: 4d36a948d441eba21c37ec6739bbfa44cf858f85 p4raw-link: @17864 on //depot/perl: 446eaa427e017001f2d47e21b0ad20ce965cd808 p4raw-link: @17863 on //depot/perl: eb25aaf601be63900e7fddecbca6277c850b9e70 p4raw-link: @17862 on //depot/perl: c27ac8cc7d43fd5adc00169771cee53f5e586c7d p4raw-link: @17861 on //depot/perl: c831d34fb12f71d1bffb73fbcf1d43a945de63bd p4raw-link: @17860 on //depot/perl: 3905a40f663ceeef17285c01589b6dc9cce3fe88 p4raw-link: @17859 on //depot/perl: 5435c704d7cf1916b277cef1355e69cdcf35c62e p4raw-link: @17850 on //depot/perl: 63de3cb284beb0325229608ff63562933eba8f50 p4raw-link: @17849 on //depot/perl: 83d057904fcf43ccbeee0b8e23d13ba528a6cb6a p4raw-link: @17848 on //depot/perl: 04c4667fcfa7b046ac3562fbae400760de2b0542 p4raw-link: @17846 on //depot/perl: 8df8c42be282f46e6ac5b335cfb40838f09a9ae6 p4raw-link: @17845 on //depot/perl: 75d53f2185a9d2e1175a2022e77218214684e04a p4raw-link: @17844 on //depot/perl: 9a40e66e872a7a734ef292101c7b4b4c67efeb57 p4raw-link: @17840 on //depot/perl: 6286f723a70d9d63bf59e611a2946140879179c3 p4raw-link: @17839 on //depot/perl: 557c0de77f34a6b3bb86c0e3be82c255a426eb96 p4raw-link: @17838 on //depot/perl: 0b9ee88a2cad759969ed3dc0c9b21cd58a60351d p4raw-link: @17837 on //depot/perl: d10bb151b5056823b95b3611bf997c4ddfae0f57 p4raw-link: @17836 on //depot/perl: efc79c7d1f6a9a021e95d1caa1c90ae0f9adcd45 p4raw-link: @17835 on //depot/perl: b8f55b69fbd0df7045f7d14d66b22d94744f42c5 p4raw-link: @17834 on //depot/perl: f531d6eefef19d477e3a272a6e2b1422427ebde0 p4raw-link: @17833 on //depot/perl: 5311654c160c66b924ce3fd64ced30ed3ff8a96b p4raw-link: @17830 on //depot/perl: 7310c4af56eda355fc51fa22231cf312c1b58cb6 p4raw-link: @17829 on //depot/perl: dc2767dc3852156a59d8391dcccba9abf6284b05 p4raw-link: @17828 on //depot/perl: 02961b5242f21ef9dd6c7907b07603d757b13077 p4raw-link: @17827 on //depot/perl: 522b859adcc800ddbbe593fba580633bb305644f p4raw-link: @17826 on //depot/perl: c38ddbc4365cf58ed4e3957d38c67381b8f863be p4raw-link: @17825 on //depot/perl: fcf3e904e30b5d92c334eda2e043582d131787bc p4raw-link: @17824 on //depot/perl: 3a1825b5137e86b5a16512c85cd54354148a299f p4raw-link: @17823 on //depot/perl: c5f0f3aaa2f0df412b6394ac8ec6e083710b33b2 p4raw-link: @17822 on //depot/perl: 4b3c65319d38214d41329be28b326e1cec9de88b p4raw-link: @17821 on //depot/perl: e3256f86073a9cc1ed3f69791fe72ca60b6e2dbc p4raw-link: @17818 on //depot/perl: 66d45871e1487a8e2f3c33194cb92dac6f438ba2 p4raw-link: @17817 on //depot/perl: 5a8d6028c6d5f13b627f851521248150c0c6f242 p4raw-link: @17816 on //depot/perl: 9f4e9ad71dc4bd0e424987ff5dbb9bf517247227 p4raw-link: @17814 on //depot/perl: b58b0d99c5cadbcc64c7b9e5da6a96109ff5dea7 p4raw-link: @17813 on //depot/perl: f3b1e556f90ba28c4d3b1af517ecc7796a3da259 p4raw-link: @17812 on //depot/perl: 0082b4c8d66114f551ba44eea65719b23d51b4d7 p4raw-link: @17811 on //depot/perl: 48529397bf865f5cd2d5a2b5f56dbb561c78b45d p4raw-link: @17810 on //depot/perl: 0a9af0ff24cd14b55b1aae8251486f9ccf11b2b1 p4raw-link: @17808 on //depot/perl: cfc8a8024406f6fb9714bbb00f3199af53485a87 p4raw-link: @17807 on //depot/perl: 6d2407214c09718464a831e5b3807f0d68a337cd p4raw-link: @17806 on //depot/perl: a6faae8dfc92869b2dd029b3fff2c8eea57135d0 p4raw-link: @17805 on //depot/perl: d4e900e09d841ca8d48fcd75d5be63ec52dc96d1 p4raw-link: @17804 on //depot/perl: ece599bdb7307c953714bad8b5a320ffa2cd0857 p4raw-link: @17803 on //depot/perl: 444379fb158f55ef6465d6e50c03864ed09002d4 p4raw-link: @17802 on //depot/perl: 70a63dff8306516881e1d108737939903cfadaef p4raw-link: @17801 on //depot/perl: 7783f9f6001b19735b378d8e18f3c5a6ac717876 p4raw-link: @17800 on //depot/perl: 4750257bd21f5a4355221e101326277c013826ec p4raw-link: @17799 on //depot/perl: a3e5cfd4c30bff9d1d50fd3f8db258b33693d62c p4raw-link: @17798 on //depot/perl: 4d76a3443f3312704ec3416fd425698e92a208cd p4raw-link: @17797 on //depot/perl: 85cf7f2e6c0eee352cdc28bfa7e316574993c2ba p4raw-link: @17791 on //depot/perl: dcbc17cb9ecf341e358d03311468a8d1c6ecc444 p4raw-link: @17790 on //depot/perl: 1452766c55d627a2c0d5246929060db2d001c29b p4raw-link: @17789 on //depot/perl: 747fafda837a257e669e8b9a79d949e9ca5c0a6e p4raw-link: @17787 on //depot/perl: ecc99935a58a155a4b14fba6610e548b41ac479e p4raw-link: @17786 on //depot/perl: 75fa620ac02fb8930e654aff3c635036e78e564a p4raw-link: @17783 on //depot/perl: 60ffb3081afd811893be4fb73d870ed1a5c9ca72 p4raw-link: @17782 on //depot/perl: cd9c2b4e96008c6ff95ba47e81d068a5615dfccc p4raw-link: @17781 on //depot/perl: 1b6e066887bd14a26bc2e378007ac692eb28631b p4raw-link: @17778 on //depot/perl: 35e2013582e564ff89812c90f95209a5efa9e858 p4raw-link: @17776 on //depot/perl: 4f2c4fd8672a69832963d72529d4a1e84c6fcacf p4raw-link: @17775 on //depot/perl: d5abad05d3a299cfc0ce9e8cbf216938d6fad135 p4raw-link: @17774 on //depot/perl: 8962dfd6c069786370901f53b09ae56ec61390dd p4raw-link: @17773 on //depot/perl: 69e2f04480336aed2ad842f2b92ce366bcd2e9e1 p4raw-link: @17772 on //depot/perl: 4a92fa57ec8cc37e9a1d49b8ea05814e9342ee6f p4raw-link: @17771 on //depot/perl: 2608e3b7509ddeaa22bb28a224ad7174c02756d6 p4raw-link: @17770 on //depot/perl: 36597cb96e137fd6f5c0e4fa46d8674ce1ad329a p4raw-link: @17769 on //depot/perl: aebd5ec7dc06344c5afdd73f107cf8809e9e60e1 p4raw-link: @17768 on //depot/perl: 57797241ccfef1581e6f5bbaa0c50d7faa89b290 p4raw-link: @17767 on //depot/perl: e440ea1e946b901317d852cffa88cecef3b7877f p4raw-link: @17766 on //depot/perl: f4987be3a63f5c87d744dc0fc7df09a75659c9cf p4raw-link: @17765 on //depot/perl: 4aa30b3f89f2e8d1311d612545c34f6bcdbf308d p4raw-link: @17764 on //depot/perl: bbd0f0ff9ef0019882e1e8ae6f5b3fd1ba72a704 p4raw-link: @17761 on //depot/perl: b53307ead6e86d4eafd7cc2ea1c0dbe964e63e43 p4raw-link: @17760 on //depot/perl: a22cf6270c3177e6e3d5b286c4478779868634a0 p4raw-link: @17759 on //depot/perl: 5faea5d5ca85f96c20a763c619928a44d6a9303f p4raw-link: @17758 on //depot/perl: b4bc5691c8dfad19b52d103e3b12af9342fcea38 p4raw-link: @17757 on //depot/perl: e1e1143f887ddae0f16d3743c74922bf4cc42ade p4raw-link: @17756 on //depot/perl: 7d34101341a809b9376ff7e60b225b04e87a56fe p4raw-link: @17755 on //depot/perl: f3d61276bee2ff0cc5e5e49de55d638b96e26b89 p4raw-link: @17754 on //depot/perl: 56d9de6816913bcb7b0068c30f7fa91039be4429 p4raw-link: @17753 on //depot/perl: 11f72409a81d362ab963d688ed5b84835e953fd8 p4raw-link: @17752 on //depot/perl: caffd4cf829def5d43751df796fc8cbd66c0794d p4raw-link: @17750 on //depot/perl: 6a31061a02dec2e4339d611e71c8a3daf8c83f4a p4raw-link: @17749 on //depot/perl: 3a131abc79a92fd4e158b68f3a4bf7df5b8edc88 p4raw-link: @17748 on //depot/perl: 09fdc0787582a550005832c52b37e3525e3be08c p4raw-link: @17744 on //depot/perl: 08a33e13304ad1af87cc6d29a9d49f95edf75b79 p4raw-link: @17743 on //depot/perl: d832b8f6192291521fc92585d85d61d627e0c3d3 p4raw-link: @17737 on //depot/perl: 03d9e98a2923c94cf3ad3935f1fb48ad7ea74a71 p4raw-link: @17736 on //depot/perl: 8194bf885900463241631dc78b51b65378478827 p4raw-link: @17735 on //depot/perl: 0b17b39ba5d75cadbeee8e3e069ab9986688c352 p4raw-link: @17734 on //depot/perl: 0791bc7e1d51f399472c898079cb83fa5dd6b568 p4raw-link: @17733 on //depot/perl: 08c5bf6e61df7ef68efcefd0f1a02527964ce2b3 p4raw-link: @17729 on //depot/perl: 5c3cfe29098e62b6195a5e7963b71008f987c685 p4raw-link: @17727 on //depot/perl: 6f12eb6d2a1dfaf441504d869b27d2e40ef4966a p4raw-link: @17724 on //depot/perl: 485894a1e3cb3873ba7373c744a8b6231190fbf8 p4raw-link: @17722 on //depot/perl: 235e0aa97fa9bda47f8d0fcc847e7f323b19eba1 p4raw-link: @17721 on //depot/perl: 30ebab2d3dd617d1dcdf565b56bdcd0db1751f0b p4raw-link: @17720 on //depot/perl: 7de90c4d189afc08ce6abcc82d00feb9e430fc8f p4raw-link: @17719 on //depot/perl: cbc25c4293d5ee1c43b7996e79900570a0580df6 p4raw-link: @17717 on //depot/perl: 75ea820e56eb2905cb7fed3312e2bd10c18778d5 p4raw-link: @17716 on //depot/perl: 0b7c7b4fb6ccb6a1032c282f90fca89d5d3dbb58 p4raw-link: @17714 on //depot/perl: ee8e686db478652dd044fc00ee778f3050cbc23e p4raw-link: @17713 on //depot/perl: 84e79d796bb50b7bff488c047a08258aee06f602 p4raw-link: @17712 on //depot/perl: 03ae59b2624f6cd2d8682b1ce153473816c7338c p4raw-link: @17711 on //depot/perl: 3484938bb2ab61a738a2ff7364d2b202c1cd2d62 p4raw-link: @17710 on //depot/perl: f0f835c2976ada1bb00d5ec52c67c4546ac5d689 p4raw-link: @17707 on //depot/perl: 969db73bd1eabde66aa428082d72b0d7d5f6ce78 p4raw-link: @17706 on //depot/perl: b975c0760c1818ba1cb4db218b2fd821cf43e101 p4raw-link: @17705 on //depot/perl: c9124e9294bd94b9fd79577899b132159c6feb6f p4raw-link: @17704 on //depot/perl: 8e7ae056e33b3389a21755f55fa95e623bcad80f p4raw-link: @17702 on //depot/perl: 8381f7b70309b0bc3d9782933b7cc5e6911f245e p4raw-link: @17701 on //depot/perl: e6cad49a8b15237fd6222ebb065c96050834fb45 p4raw-link: @17700 on //depot/perl: c04e1326476132742d2ce260315f08d855f12509 p4raw-link: @17699 on //depot/perl: 1ce0b88cbbc3b4ceae3caf23aae18979e81daba4 p4raw-link: @17698 on //depot/perl: 736accd3cd04ba6a7a2bd59103c2b280027984c6 p4raw-link: @17697 on //depot/perl: feb6f007033805f50279da3c0c8a2b3dc41cec48 p4raw-link: @17696 on //depot/perl: 89900bd3f9798cf0a5e524a809c7f1bb1b066fa2 p4raw-link: @17695 on //depot/perl: 6b78add2c35f54b36819625ba31bac03f6bb28ea p4raw-link: @17694 on //depot/perl: aed17120f1d71c676ff756013d9027da2cec8e83 p4raw-link: @17693 on //depot/perl: b477a90c600622e7a21487075266aaf143f05a29 p4raw-link: @17692 on //depot/perl: 1d587bbdc2f23329b3310bad2acc3bd3b8a99c29 p4raw-link: @17691 on //depot/perl: 98c7bfd488ae0b104d3bdd0c2f363b258374696b p4raw-link: @17690 on //depot/perl: 3508218bd0ec145587542127c5ff0393c4aab212 p4raw-link: @17689 on //depot/perl: cf26e47f614b8be4b5580ac600ea41f834a6ac6f p4raw-link: @17688 on //depot/perl: 7e2254de5c867356e11f14485dd020d1db005875 p4raw-link: @17687 on //depot/perl: 34fcc551b151471f232d194ddbeab12be5909ede p4raw-link: @17686 on //depot/perl: dbc6b789d967350cc68b3321f366f9441dcf35af p4raw-link: @17685 on //depot/perl: 7a8ff2dd4a456a3d3ba44383dd89457f1618ec20 p4raw-link: @17684 on //depot/perl: cc5470e2b2d9deadc4c9495a355863bbf6999707 p4raw-link: @17683 on //depot/perl: e55ac0fa2de97f387f14e72ecb12931a1e26d2c6 p4raw-link: @17681 on //depot/perl: d73f34fb2db5664941bbe71b34c335b0ae3b50b3 p4raw-link: @17680 on //depot/perl: a41d505948d4bfb0505c93666700310d5ffef203 p4raw-link: @17679 on //depot/perl: e9814ee1ed9f0b1debd0da67ac6d70cbfec03e3d p4raw-link: @17678 on //depot/perl: a8c7c11a510ba1b065a5e57da04d34c2f89e233b p4raw-link: @17676 on //depot/perl: 5a445156505b2b63705ed94cffed69b6c031ee2c p4raw-link: @17675 on //depot/perl: 20a201fe883b32e8f6ac0c0d014134e32657cb80 p4raw-link: @17674 on //depot/perl: 87d969965dd0826b1367f1e78ff5140945167bb3 p4raw-link: @17673 on //depot/perl: f30fb8024f7da84a693e0c6a1c7bb26bdb876fd3 p4raw-link: @17672 on //depot/perl: 6a30edae98bf8af3a005d1111ac077997dd26f35 p4raw-link: @17656 on //depot/perl: 6a0407ee995276fc0b143630fde4e4ee2a060014 p4raw-link: @17655 on //depot/perl: 0116f5dc667173b72bd4d2214f20e592d19f1c37 p4raw-link: @17653 on //depot/perlio: abc0a0153433fe6596e1ca3a6b5572dc424d0f11 p4raw-link: @8066 on //depot/perl: bf484eac86d1083a9dc1877646bb27c0a016b364 p4raw-id: //depot/maint-5.8/perl@18080
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-16/+9
| | | | | | | do_exec parts elided so that change is restricted strictly to windows; binary compatibility stubs not needed) p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2 p4raw-id: //depot/perl@17570
* integrate change#17566 from maint-5.6 branchGurusamy Sarathy2002-07-161-1/+24
| | | | | | | | | | | | | on windows, ensure child processes that get run via backticks get the right pipe handle at stdin/stdout; this is needed to make subprocesses see the correct standard handles such that backticks and piped open()s work when run from within GUI applications this also makes it possible to launch wperl.exe in backticks from within an application that has no std handles without a new blank console window popping up p4raw-link: @17566 on //depot/maint-5.6/perl: c7efefc2a43b65746e10207fe89bc47b7f7c27ea p4raw-id: //depot/perl@17567
* uname() was returning "unknown" on IA64; handle other missingGurusamy Sarathy2002-06-071-4/+41
| | | | | | cases as well, and make any future unknown ones show up as unknown(0x123). p4raw-id: //depot/perl@17064
* Rework #16506 some more.Jarkko Hietaniemi2002-05-081-1/+25
| | | p4raw-id: //depot/perl@16507
* Rework #16503 a bit to keep all the HiRes implementationJarkko Hietaniemi2002-05-081-25/+1
| | | | | | in one place, assuming we want to re-CPAN Time::HiRes at some point. p4raw-id: //depot/perl@16506
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-0/+32
| | | | | from perl p4raw-id: //depot/perl@16503
* aTHX may be emptyGurusamy Sarathy2002-05-081-0/+4
| | | p4raw-id: //depot/perl@16462
* 5005threads builds again on windowsGurusamy Sarathy2002-05-081-4/+9
| | | p4raw-id: //depot/perl@16461
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-3/+3
| | | p4raw-id: //depot/perl@16460
* Several of non-default builds now seem to work reasonably wellNick Ing-Simmons2002-05-031-0/+1
| | | | | | | | | | English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk p4raw-id: //depot/perlio@16367
* Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.Nick Ing-Simmons2002-05-021-0/+52
| | | | | | - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen() - use it in perlio.c p4raw-id: //depot/perlio@16349
* another windows fix: only create a new console for subprocessesGurusamy Sarathy2002-04-221-5/+5
| | | | | when all three stdhandles are invalid (from Jan Dubois) p4raw-id: //depot/perl@16062
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-10/+6
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-19/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | * support for building it in the regular makefiles * large files support via the _*i64() functions (this should be portable to the 32-bit universe too, but quite untested and and binary-incompatible, therefore not enabled there) * three additional test failures in addition to the t/end.t one (see README.win32) * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel the ones available from the CRT (needed because Perl uses the UVxf macros in both sprintf() *and* in sv_catpvf() et al.) * add a few 64-bit notes to README.win32 The following general problems were also fixed: * s/struct stat/Stat_t/g * Data::Dumper had some naughty 'long' typecasts * Errno_pm.PL didn't work safe when winsock.h was not in the same directory as errno.h * various tell/seek things were incorrectly prototyped * squelch ugly looking noise when running tests * Embed.t wasn't linking in all the libraries * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1) * re-enable all the disabled warnings (additional fixes may be needed for the warnings uncovered by this) p4raw-id: //depot/perl@16033
* Devel::DProf Real Elapsed TimesLuc St-Louis2002-04-171-4/+3
| | | | | Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com> p4raw-id: //depot/perl@15985
* RE: failed with undefined USE_PERLIO for Win32Vadim Konovalov2002-04-171-0/+3
| | | | | | From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com> Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com> p4raw-id: //depot/perl@15982
* Integrate change #15879 from maint-5.6;Jarkko Hietaniemi2002-04-121-32/+57
| | | | | | | | | | | | | | | | Win32::GetLongPathName() did not return valid results if there were "." and ".." components in the path; also fix a potential buffer overflow if the long path happens to be longer than MAX_PATH (this can presumably happen if they use \\?\... style paths); add a rather limited testsuite that exercises just the edge cases p4raw-link: @15879 on //depot/maint-5.6/perl: a15439704ef1059bf178ec4b1820fee7b2af7173 p4raw-id: //depot/perl@15880 p4raw-branched: from //depot/maint-5.6/perl@15877 'branch in' t/win32/longpath.t p4raw-integrated: from //depot/maint-5.6/perl@15877 'ignore' MANIFEST (@12747..) 'merge in' t/harness (@11427..) win32/win32.c (@13145..)
* Win32 w/o multiplicity build failsMattia Barbon2002-03-261-0/+14
| | | | | | From: "Mattia Barbon" <mbarbon@dsi.unive.it> Message-ID: <3C9B57B0.31936.496399@localhost> p4raw-id: //depot/perl@15517
* From: "Paul Marquess" <paul_marquess@yahoo.co.uk>Paul Marquess2002-03-201-2/+2
| | | | | | | Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk> packWARN also for subdirs. p4raw-id: //depot/perl@15378
* Re: [PATCH bleadperl] socketpair.tNikola Knezevic2002-02-251-2/+3
| | | | | | | Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu> (the pid half only) p4raw-id: //depot/perl@14867
* Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of ↵Jan Dubois2002-02-121-0/+31
| | | | | | | system() function Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com> p4raw-id: //depot/perl@14657
* Win32 signal emulation cleanup.Nick Ing-Simmons2002-01-261-84/+159
| | | p4raw-id: //depot/perlio@14428
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-0/+3
| | | | | | | | | | | | Need to use CopXXXXX macros everywhere and add CopSTASH_free Add new scope type and add support for it to scope.c and scope stack dup-er in sv.c. Add savesharedpv(). Also zealous version of Win32's vmem.h to catch all the abuses. With this t/op/fork.t passes even with zealous checking and checker is point a finger at various threads/shared issues. PL_curcop->cop_io is still an issue. p4raw-id: //depot/perlio@14259