summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Integrate:Jarkko Hietaniemi2003-02-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18621] Fix and test for [perl #15549 Empty \Q\E not permitted] (test.pl-ise quotemeta.t, too) [ 18622] minitest wasn't working. (The $^X /miniperl/ test in io/crlf.t didn't work in Tru64, $^X was "./perl", used the same 'eval q/use .../' trick everywhere.) [ 18624] Plan 9: doesn't really do Configure (undo #18585/#18586) [ 18626] Plan 9: No Configure. [ 18627] Plan 9: Update the list of object files. [ 18628] Plan 9: Update config.plan9 based on Russ Cox' work. [ 18629] Plan 9: Supply also Russ Cox' original config.h for 5.8.0. [ 18630] [perl #15397] seems to have been fixed; add its test. [ 18631] The [perl #7471] seems to have been fixed; add its test. [ 18632] Also [perl #3547] has been fixed; add its test case. [ 18633] Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Wed, 22 Jan 2003 22:35:56 +0100 Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr> [ 18634] Subject: [PATCH] pod/perlfunc.pod From: abigail@abigail.nl Date: Sun, 2 Feb 2003 16:59:48 +0100 Message-Id: <20030202155948.7971.qmail@abigail.nl> [ 18635] Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox. [ 18636] Subject: Re: typo in checkin 18616 From: Nick Ing-Simmons <nick@ing-simmons.net> Date: Sun, 02 Feb 2003 17:23:08 +0000 Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com> [ 18637] Plan 9: Some time has passed. p4raw-link: @18637 on //depot/perl: 6bcd9130d180dcc5fa05ebcff16b88ac3339b31d p4raw-link: @18636 on //depot/perl: b6d726d6151ea6181b3dfcc77fb660af507482eb p4raw-link: @18635 on //depot/perl: eb0a3b56d1ba04907b94a06e736e7ec4a4faea46 p4raw-link: @18634 on //depot/perl: 5da728e280c9c9d54469fad3da64edcc1d552ca3 p4raw-link: @18633 on //depot/perl: a30b2f1f43446bf5477e7baa5fee5d5c59659ce6 p4raw-link: @18632 on //depot/perl: ec3916884f8b516a101ac0b622cd88ae38c1b49d p4raw-link: @18631 on //depot/perl: fbeb8e69a2839da21922b2334a124af719d18406 p4raw-link: @18630 on //depot/perl: ce97f9d69d26783e9803b3879ab49cfe84d4b1ab p4raw-link: @18629 on //depot/perl: 8341137e73854ccf1c8dbefcce353c69591ebb68 p4raw-link: @18628 on //depot/perl: c14fff5e7ed99f12e11319718e8c9bbf0c8c3614 p4raw-link: @18627 on //depot/perl: fffee6a2e1760c8de6cd7a1a8d37b899d7da6390 p4raw-link: @18626 on //depot/perl: cbee2ce6415703614b5d2d3cc8308adf35811c9f p4raw-link: @18624 on //depot/perl: 76f47787f7c83dea9178a25fbeb7daf146898ee4 p4raw-link: @18622 on //depot/perl: 7aae9294ce1130ca3d4d220d2871f86359f3f256 p4raw-link: @18621 on //depot/perl: 6e909404a2579c635b9578c0b6ce5416a5ed7b0b p4raw-id: //depot/maint-5.8/perl@18638 p4raw-branched: from //depot/perl@18619 'branch in' plan9/config_h.sample plan9/config_sh.sample p4raw-integrated: from //depot/perl@18619 'copy in' plan9/buildinfo (@1575..) t/op/quotemeta.t (@6874..) plan9/config.plan9 (@14374..) regexp.h (@14400..) t/uni/tr_eucjp.t (@18125..) t/io/crlf.t (@18164..) t/uni/tr_7jis.t t/uni/tr_sjis.t (@18175..) t/uni/tr_utf8.t (@18496..) plan9/mkfile (@18594..) XSUB.h (@18616..) t/op/pat.t (@18632..) 'edit in' Configure (@18624..) 'merge in' pod/perlfunc.pod (@18482..) pp.c (@18496..) pp_hot.c (@18522..) toke.c (@18571..) mg.c (@18589..) pp_ctl.c (@18596..) regexec.c (@18609..) MANIFEST (@18629..)
* Integrate:Jarkko Hietaniemi2003-01-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18478] Upgrade to Encode 1.84. [ 18479] Add a test for encoding 'utf8'. [ 18480] Encode 1.84 broke the subtest #7, further study required. [ 18481] Apparently some stdios have bugs (no! don't tell it is so!) or there is a corner of stdio that is substandardised. [ 18483] Detypo. [ 18484] Upgrade to Time::HiRes 1.42. [ 18486] isa() and can() didn't work on magic variables see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr> plus a test case by B. Goldberg [ 18487] Add a test case for bug [perl #19545] [ 18488] Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain From: Brendan O'Dea <bod@debian.org> Date: Sun, 12 Jan 2003 06:17:30 +1100 Message-ID: <20030111191730.GA19420@londo.c47.org> [ 18489] Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples From: Brendan O'Dea <bod@debian.org> Date: Sun, 12 Jan 2003 06:18:32 +1100 Message-ID: <20030111191832.GA19441@londo.c47.org> [ 18490] Make the locale-induced UTF-8-ification of STD fhs and the default file open layer explicit (either -C or PERL_UTF8_LOCALE), instead of implicit (and unasked-for). [ 18491] if (0) the PL_widesyscalls code for now: Sarathy should take another look to see whether it is really safe to remove the code, too. [ 18492] Subject: Update for ext/Digest/MD5/ From: Gisle Aas <gisle@ActiveState.com> Date: 30 Dec 2002 07:38:16 -0800 Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com> [ 18493] Subject: Update for ext/MIME/Base64/ From: Gisle Aas <gisle@ActiveState.com> Date: 30 Dec 2002 07:34:34 -0800 Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com> [ 18494] Upgrade to CGI.pm 2.89. [ 18495] It seems the binmode() is needed with UTF-8 locales enabled. [ 18496] Fix 'use encoding' I/O for code points 0x80..0xFF; code changes from Inaba Hiroto; test tweaks by jhi. [ 18501] Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_ From: "Jos I. Boumans" <kane@dwim.org> Date: Thu, 16 Jan 2003 14:04:48 +0100 Message-ID: <3E26ADF0.6010605@dwim.org> (with test tweaks) [ 18502] Integrate from maint-5.6: [ 18477] search utility doesn't skip exe/lib/pdb files properly on windows p4raw-link: @18502 on //depot/perl: a53a623d22845c6a34d5eb25a0d3d7e0a1755fff p4raw-link: @18501 on //depot/perl: 17ab9c147afa44f9f620bca432b3948e42711043 p4raw-link: @18496 on //depot/perl: 88632417a970dff8f92718b0800b1aa1400cb4ae p4raw-link: @18495 on //depot/perl: caf774a6b47c93401a4581fab332b04b560c89d5 p4raw-link: @18494 on //depot/perl: 188ba75556c4451b4917a07bdebb8cb8e6f96a60 p4raw-link: @18493 on //depot/perl: b9e0df4ce9ebbf27eb483afdd874a643a388ddae p4raw-link: @18492 on //depot/perl: 9a03235d71a6ebc5a1eb9cdd3a23e531d8645e9c p4raw-link: @18491 on //depot/perl: 581883cdf264875c9c1f1fd2c8d45ef942f553c1 p4raw-link: @18490 on //depot/perl: fde18df140d5f64815bdd632a127ecd5ce3d97fa p4raw-link: @18489 on //depot/perl: cd2d1bacbf7960cece81f64bfbaaedda360c78aa p4raw-link: @18488 on //depot/perl: 327219e7a302d8d18bdc29ddf82363d52e194d49 p4raw-link: @18487 on //depot/perl: db80722ab973cb702dbbd653128e10a109609401 p4raw-link: @18486 on //depot/perl: 253ecd6d4a439a0600720c59c5e6516a269933d8 p4raw-link: @18484 on //depot/perl: 98b50af3d45dfb6f244ad0156bf5b77f62f20375 p4raw-link: @18483 on //depot/perl: c2cd1a89c99fd8185e342cf6d76087708ace38ab p4raw-link: @18481 on //depot/perl: c6b468669ccdb9d00657bf19b6aedb2a9fa88ca7 p4raw-link: @18480 on //depot/perl: bf515f6a8a42412ff92eeae0775fe495bf4f65bb p4raw-link: @18479 on //depot/perl: 06fb145cab43a2ded6cd129384406808a391c59a p4raw-link: @18478 on //depot/perl: 0f7c507f688c1f7ff05ce69abb8332c23e7ec07d p4raw-link: @18477 on //depot/maint-5.6/perl: 37af9f487a3ad816fb4a9e8724e9b7e9e9985df2 p4raw-id: //depot/maint-5.8/perl@18503 p4raw-branched: from //depot/perl@18466 'branch in' ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t (@18479..) p4raw-integrated: from //depot/perl@18466 'copy in' ext/Time/HiRes/fallback/const-c.inc ext/Time/HiRes/fallback/const-xs.inc win32/bin/search.pl (@8614..) ext/MIME/Base64/Changes (@9334..) ext/Digest/MD5/t/align.t ext/MIME/Base64/t/unicode.t (@10676..) lib/CGI/Cookie.pm lib/CGI/Pretty.pm (@12876..) lib/CGI/t/carp.t lib/CGI/t/pretty.t (@12930..) lib/diagnostics.pm (@13716..) t/op/universal.t (@14423..) t/op/do.t (@14741..) lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t (@15872..) lib/File/Find.pm (@16108..) ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm (@16427..) ext/Digest/MD5/Makefile.PL (@17128..) ext/Digest/MD5/t/files.t (@17292..) ext/MIME/Base64/Base64.pm (@17368..) ext/MIME/Base64/t/quoted-print.t (@17429..) ext/MIME/Base64/QuotedPrint.pm (@17449..) lib/File/Find/t/find.t (@17884..) ext/Time/HiRes/HiRes.xs (@18034..) pod/perluniintro.pod (@18051..) ext/Encode/t/CJKT.t (@18057..) locale.c (@18165..) ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST (@18175..) pod/perlunicode.pod (@18280..) ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm ext/Time/HiRes/Makefile.PL (@18339..) ext/Encode/Encode.xs (@18473..) t/io/tell.t (@18475..) ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm (@18478..) t/uni/tr_utf8.t (@18480..) 'merge in' wince/win32.h (@18030..) win32/win32.h (@18120..) intrpvar.h (@18203..) pp.c (@18280..) embedvar.h perlapi.h (@18355..) sv.h (@18419..) mg.c (@18453..) doio.c gv.c perl.c sv.c universal.c (@18456..) pod/perlvar.pod (@18467..) MANIFEST (@18485..) pod/perlrun.pod (@18489..)
* Upgrade to Time::HiRes 1.42.Jarkko Hietaniemi2003-01-081-0/+2
| | | p4raw-id: //depot/maint-5.8/perl@18457
* Add a test for change #18444 (and a new test file, sinceJarkko Hietaniemi2003-01-051-0/+1
| | | | | | I couldn't find anything fitting) p4raw-link: @18444 on //depot/maint-5.8/perl: ff05d6ab4bf3230d945c21549c07825655d50487 p4raw-id: //depot/maint-5.8/perl@18446
* Integrate:Jarkko Hietaniemi2003-01-041-0/+1
| | | | | | | | | [ 18435] The problems.t is back. p4raw-link: @18435 on //depot/perl: 13e421d8be5b735e60752a6865c5b13fd4e4d73d p4raw-id: //depot/maint-5.8/perl@18436 p4raw-integrated: from //depot/perl@18433 'merge in' MANIFEST (@18425..)
* Integrate: [ 18425] Until Arthur really adds the problems.t.Jarkko Hietaniemi2003-01-041-1/+0
| | | | | p4raw-id: //depot/maint-5.8/perl@18426 p4raw-integrated: from //depot/perl@18424 'merge in' MANIFEST (@18419..)
* Integrate:Jarkko Hietaniemi2003-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | [ 18417] Fake what context we are running in for CLONE and DESTROY so threads->tid() returns the correct value. This is reported as bug #10046 [ 18419] Fixes bug #15273, the return of the object caused the stash of the object to be cloned, cloning the entire syntax tree and all lexicals in there creating danglning copies to the object. (Pararell but unlinked STASH tree). This adds a new flag, when set it will use STASHES from the thread we are joining into avoiding the problem. [ 18421] Fix long standing memory leak with pop and shift! p4raw-link: @18421 on //depot/perl: 9b0189785ebb861ff80a74fea35fdf10d45b2c89 p4raw-link: @18419 on //depot/perl: 0405e91e9230dfa76b6164c6ed64f7dab29ff49a p4raw-link: @18417 on //depot/perl: 1d784c9012710943ee8845da67010090b81b0eda p4raw-id: //depot/maint-5.8/perl@18424 p4raw-integrated: from //depot/perl@18423 'copy in' ext/threads/t/basic.t (@16555..) ext/threads/shared/shared.xs (@17453..) ext/threads/threads.xs (@18417..) 'merge in' MANIFEST (@18374..) sv.c (@18407..) sv.h (@18410..)
* Integrate:Jarkko Hietaniemi2002-12-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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..)
* Add user-definable To-mappings. (So if you don't agreeJarkko Hietaniemi2002-12-071-0/+1
| | | | | | with the Unicode mappings, you can make your own.) Resolves [perl #3741]. p4raw-id: //depot/maint-5.8/perl@18254
* Integrate:Jarkko Hietaniemi2002-12-021-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 17815] formatting cleanup and: Subject: Re: perl-5.8.0 on HP porting center From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Thu, 29 Aug 2002 12:23:31 +0200 Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl> [ 18170] Move some tests from t/run/fresh_perl.t to the new t/comp/parser.t. The goal being to get rid of fresh_perl.t at some point. [ 18228] integrate Pod-Perldoc-3.07. This replaces the original inline perldoc with a module-driven version, and separates out its docs. [ 18229] $0 mofifying part I Date: Sat, 30 Nov 2002 20:16:51 +0200 From: Jarkko Hietaniemi <jhi@iki.fi> Subject: [PATCH] $0 modifying Message-ID: <20021130181651.GA5876@kosh.hut.fi> [ 18230] $0 modifying part II (HP-UX only) Date: Sat, 30 Nov 2002 20:16:51 +0200 From: Jarkko Hietaniemi <jhi@iki.fi> Subject: [PATCH] $0 modifying Message-ID: <20021130181651.GA5876@kosh.hut.fi> [ 18231] Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0 Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST) From: Andy Dougherty <doughera@lafayette.edu> Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu> [ 18232] Skip test #17 of lib/open.t when useperlio is not defined. [ 18233] Fix bug #18573 : in a double-quoted string, a \c not followed by any character may corrupt memory due to reading past the end of the input buffer. Add a new error message corresponding to this case. p4raw-link: @18233 on //depot/perl: 961ce445580b4e9c0fefe3823cbf9226fa16b9bc p4raw-link: @18232 on //depot/perl: c4b28b7cc0e40557fc1e70e22387cf763a1ef2fe p4raw-link: @18231 on //depot/perl: b48c3bfbb4a90d003ead63cb81cdf4e84295c8b9 p4raw-link: @18230 on //depot/perl: 17aa7f3df185d8eaf8e0b1dad106f97ac3c6da48 p4raw-link: @18229 on //depot/perl: e297595301ee5f3b0643be0fb1fffae9b6b548a0 p4raw-link: @18228 on //depot/perl: 1a67fee7d910c67790fff4a69f2f20f7628aa80a p4raw-link: @18170 on //depot/perl: f15b33d337d48f26112cfef23a2f05290f7ec3ae p4raw-link: @17815 on //depot/perl: 2e2b85db5c320075c6df5b304492078465626441 p4raw-id: //depot/maint-5.8/perl@18234 p4raw-branched: from //depot/perl@18227 'branch in' lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t pod/perldoc.pod p4raw-integrated: from //depot/perl@18227 'copy in' ext/threads/t/join.t (@14659..) pod/perlvar.pod (@17821..) README.hpux (@17888..) utils/perldoc.PL (@18059..) t/comp/parser.t (@18170..) t/op/magic.t (@18171..) lib/open.t (@18188..) 'merge in' makedef.pl thread.h (@18030..) perl.c (@18150..) sv.c toke.c (@18220..) pod/perldiag.pod (@18221..) MANIFEST (@18226..) mg.c (@18229..) p4raw-integrated: from //depot/perl@17815 'copy in' installperl (@17764..)
* Integrate:Jarkko Hietaniemi2002-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18216] 64bit Peek failure on HP-UX 11.00 Subject: Re: Smoke 18188 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> From: Slaven Rezic <slaven.rezic@berlin.de> Date: 28 Nov 2002 19:25:25 +0100 Message-ID: <877kexsga2.fsf@vran.herceg.de> [ 18217] Document the hint constants and where they're used. [ 18224] Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t and lib/Pod/t/utils.t to cater for simpler output text. [ 18226] missed the new file from #18224 p4raw-link: @18226 on //depot/perl: ad712fffcec5900fb4a7ea9cf7786f96f8a6606d p4raw-link: @18224 on //depot/perl: 9c6ed6d7263c1b2c230f35c31c8bcd2eef2d5431 p4raw-link: @18217 on //depot/perl: 9cfe5470b44e33f00045a3b9c3128c6ade6e813f p4raw-link: @18216 on //depot/perl: 7957ad98fb4b8d8bd28e35e4d1de3a2d6a7acfb9 p4raw-id: //depot/maint-5.8/perl@18227 p4raw-branched: from //depot/perl@18219 'branch in' lib/Pod/PlainText.pm (@6602..) p4raw-integrated: from //depot/perl@18219 'copy in' t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t t/pod/podselect.t t/pod/special_seqs.t (@9643..) t/pod/special_seqs.xr (@11273..) lib/Pod/ParseUtils.pm (@12071..) t/pod/lref.xr t/pod/pod2usage.xr (@13021..) lib/vmsish.pm (@13034..) lib/Pod/t/latex.t (@13143..) lib/Pod/t/utils.t (@13148..) t/pod/multiline_items.xr (@13202..) ext/re/re.pm (@14483..) t/pod/testp2pt.pl (@16276..) lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr (@16979..) pod/podselect.PL (@17400..) t/pod/podselect.xr (@17401..) lib/Pod/Usage.pm (@17691..) lib/File/Basename.pm (@17840..) lib/filetest.pm (@18045..) lib/charnames.pm (@18088..) lib/open.pm (@18165..) 'merge in' lib/overload.pm (@17725..) perl.h (@18120..) MANIFEST (@18221..) p4raw-integrated: from //depot/perl@18216 'merge in' ext/Devel/Peek/Peek.t (@18177..)
* Add the new POSIX isxxx() test by Ed Santiago <esm@pobox.com>Jarkko Hietaniemi2002-11-271-0/+1
| | | | | (perl #16799). p4raw-id: //depot/maint-5.8/perl@18189
* Integrate:Jarkko Hietaniemi2002-11-231-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18135] Subject: [PATCH] perlopentut and PerlIO documentation From: Slaven Rezic <slaven.rezic@berlin.de> Date: 08 Nov 2002 22:22:19 +0100 Message-ID: <8765v7kb90.fsf@vran.herceg.de> [ 18136] Subject: t/run/runenv.t bug From: Salvador "Fandiño" <sfandino@yahoo.com> Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST) Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com> [ 18137] Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod From: Slaven Rezic <slaven.rezic@berlin.de> Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET) Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de> [ 18139] Date: Tue, 12 Nov 2002 16:49:22 +0200 From: Jarkko Hietaniemi <jhi@iki.fi> Subject: [PATCH] Tru64 osvers Message-ID: <20021112144922.GI511825@lyta.hut.fi> [ 18141] repair 18139 (missing awk command) [ 18147] Subject: [PATCH] Typo in perl58delta From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Sat, 16 Nov 2002 16:29:14 +0100 Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus> [ 18148] New B::Lint option, bare-subs, that checks for implicitely quoted barewords that are also subroutines, from Ian Phillipps <ip@tarragon-et.co.uk>. Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> With a few tweaks to the implementation and tests. [ 18149] New B::Lint option, bare-subs, that checks for implicitely quoted barewords that are also subroutines, from Ian Phillipps <ip@tarragon-et.co.uk>. Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk> With a few tweaks to the implementation and tests. (previous change was empty) [ 18150] Subject: [PATCH] optional code for debugging leaking scalars From: Dave Mitchell <davem@fdgroup.com> Date: Thu, 14 Nov 2002 23:03:00 +0000 Message-ID: <20021114230300.B18614@fdgroup.com> [ 18151] Document PRIVSHIFT. Subject: [PATCH] two small doc patches From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Thu, 14 Nov 2002 15:07:35 -0800 Message-ID: <3yC19gzkguTO092yn@efn.org> [ 18152] Subject: Re: [PATCH] optional code for debugging leaking scalars From: Dave Mitchell <davem@fdgroup.com> Date: Sat, 16 Nov 2002 22:18:23 +0000 Message-ID: <20021116221823.A23614@fdgroup.com> Documentation for change #18150. [ 18154] Correction to change #18152, by Dave Mitchell. [ 18158] Remove duplicate my() declaration giving warnings from change #18105. [ 18159] Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet From: Gurusamy Sarathy <gsar@ActiveState.com> Date: Wed, 30 Oct 2002 20:58:15 -0800 Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com> Date: Wed, 30 Oct 2002 21:56:22 -0800 Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com> Date: Wed, 30 Oct 2002 22:55:30 -0800 Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com> [ 18160] Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc) From: Nicholas Clark <nick@unfortu.net> Date: Tue, 29 Oct 2002 23:00:05 +0000 Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net> [ 18161] Subject: [PATCH Win32] Document wperl.exe From: "Brent Dax" <brentdax@cpan.org> Date: Fri, 15 Nov 2002 23:02:01 -0800 Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue> [ 18162] Subject: [PATCH ext/threads/threads.xs] trivial typo From: Dave Mitchell <davem@fdgroup.com> Date: Thu, 14 Nov 2002 22:55:39 +0000 Message-ID: <20021114225539.A18614@fdgroup.com> [ 18163] Subject: Re: [PATCH] AutoLoader gives wrong message From: Peter Scott <Peter@PSDT.com> Date: Thu, 07 Nov 2002 19:04:27 -0800 Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com> With a tweak to the END cleanup block to fully remove the temporary test directory [ 18164] t/io/crlf.t failed with miniperl. [ 18165] Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Sun, 3 Nov 2002 17:50:08 +0200 Message-ID: <20021103155008.GA382682@lyta.hut.fi> [ 18166] Fix perl bug #17920 : a case of parser coredump. The fix is to disable Perl_block_start and Perl_block_end when the yacc parser has encountered errors. This prevents corruption of the internal stack, at the expense of correctness, but this doesn't matter as the code is unparseable anyway. [ 18168] Subject: [PATCH] hires sleeping wants libs Date: Wed, 20 Nov 2002 17:18:31 +0200 From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <20021120151830.GC127060@lyta.hut.fi> [ 18169] Add a test for bug #17920, and a new test file for it. [ 18170] Move some tests from t/run/fresh_perl.t to the new t/comp/parser.t. The goal being to get rid of fresh_perl.t at some point. [ 18171] A new test for $^S, based on a patch by Iain 'Spoon' Truskett. Fix the existing tests that didn't checked the difference between 0 and undef. [ 18172] Subject: [PATCH] Historic version labels From: andreas.koenig@anima.de (Andreas J. Koenig) Date: Fri, 22 Nov 2002 14:39:41 +0100 Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus> (and regen Configure, regen_headers) p4raw-link: @18172 on //depot/perl: cb08891181ecbc3fbbda8b8f23b205ec0d0e1cb7 p4raw-link: @18171 on //depot/perl: b0e6f8646079e4cbee83cdda71aa353762e00e3b p4raw-link: @18170 on //depot/perl: f15b33d337d48f26112cfef23a2f05290f7ec3ae p4raw-link: @18169 on //depot/perl: 923be969f850682dfbedb80d41b470ed27a2362b p4raw-link: @18168 on //depot/perl: 53df3d8cb98cbfbef669eddaaa174212d27bd68c p4raw-link: @18166 on //depot/perl: 39aa8287bdfc9ec0aeb8d8ace09b665ef71c53a8 p4raw-link: @18165 on //depot/perl: 61de9fb5aad39c2904a43125c7c70031be6bc679 p4raw-link: @18164 on //depot/perl: 31d12d11428d1c60a1eda9dedfa22782c4331ecb p4raw-link: @18163 on //depot/perl: 94825128f215c164961da3f6ffd645af41f1d5db p4raw-link: @18162 on //depot/perl: c8dae523ee7d36f845a2fdbbbb34116da97972e4 p4raw-link: @18161 on //depot/perl: 13ee867edc32e36741ac42b9562212ef3b159f54 p4raw-link: @18160 on //depot/perl: 36bb303b6ac55df9c2780b48d374c505374dc378 p4raw-link: @18159 on //depot/perl: 0dae17bd7971d11b90a07b6fc03ec78ab38e4db4 p4raw-link: @18158 on //depot/perl: 8af2e859c733a1615cc8dbeb3491332ed702a779 p4raw-link: @18154 on //depot/perl: 287a822c675abc6308357941862beda584b38a68 p4raw-link: @18152 on //depot/perl: 5a6c59efdb6adbea810f12ca2ce4a559f52eca2e p4raw-link: @18151 on //depot/perl: 7b2a0f841a9bbe7062cc61dc1e243a85576b8e52 p4raw-link: @18150 on //depot/perl: eba0f806800ee6c16a404edf6a6aff3df57bdcb5 p4raw-link: @18149 on //depot/perl: 40f1df11ae16783cbf9e21d31dd70ec71d4993dc p4raw-link: @18148 on //depot/perl: 66ab01efa2dccac305525894f45ccaf6d373c517 p4raw-link: @18147 on //depot/perl: 899914caadddae9f40c2da9fd2949220633c94e1 p4raw-link: @18141 on //depot/perl: fdd85a0336e53022f23038eaac184e017d9c5d61 p4raw-link: @18139 on //depot/perl: ed2f3d382347ec6277f063901256239f1d017afe p4raw-link: @18137 on //depot/perl: d49f26d47a884d90aae378b8a343605c5f035cd8 p4raw-link: @18136 on //depot/perl: a07046312b1e745e6afd58111064e3a7a00b11b0 p4raw-link: @18135 on //depot/perl: 80fea0d2bcf08e174a74010b6dc3b53a2700dacd p4raw-link: @18105 on //depot/perl: dd58e686a56f2e2b79be702b8652140afcbfc717 p4raw-id: //depot/maint-5.8/perl@18173
* IntegrateJarkko Hietaniemi2002-11-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18122] Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite From: "david@dhaller.de (via RT)" <perlbug@perl.org> Date: 23 Oct 2002 18:42:51 -0000 Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org> [ 18123] Subject: PATCH x2p/find2perl.PL From: "Newton, Philip" <Philip.Newton@datenrevision.de> Date: Thu, 24 Oct 2002 10:05:19 +0200 Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg> [ 18124] Subject: [PATCH] File::Temp documentation fix From: Slaven Rezic <slaven.rezic@berlin.de> Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST) Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de> [ 18125] Subject: Re: The Inaba patch for tr/// vs. use encoding From: Dan Kogai <dankogai@dan.co.jp> Date: Fri, 25 Oct 2002 13:04:00 +0900 Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp> p4raw-link: @18125 on //depot/perl: 0d55c8f7c05ceae7db13bb3863932232a57c2a7b p4raw-link: @18124 on //depot/perl: c6d63c67cbd3ac9fa6ff9e314b9945f590abfc9d p4raw-link: @18123 on //depot/perl: b739a87e1136803e4caa98b406c9987f6607e13e p4raw-link: @18122 on //depot/perl: b0d0c53930669dca23928a6d1a7ae6e9f2bd61d8 p4raw-id: //depot/maint-5.8/perl@18133 p4raw-branched: from //depot/perl@18132 'branch in' t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t p4raw-integrated: from //depot/perl@18132 'copy in' ext/Fcntl/t/syslfs.t t/op/lfs.t (@11940..) lib/File/Temp.pm (@16942..) x2p/find2perl.PL (@16979..) 'merge in' MANIFEST (@18102..)
* IntegrateJarkko Hietaniemi2002-11-091-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18102] Subject: Re: [perl #18066] Bug in -I when path has double colons? From: Slaven Rezic <slaven.rezic@berlin.de> Date: 30 Oct 2002 11:18:47 +0100 Message-ID: <87of9c2prs.fsf@vran.herceg.de> With the corresponding change to embed.fnc [ 18105] Subject: Re: Class::Struct, simple patch, tests From: Marty Pauley <marty+p5p@kasei.com> Date: Fri, 18 Oct 2002 22:26:38 +0100 Message-ID: <20021018212638.GB3764@soto.kasei.com> [ 18106] new test based on: Subject: [TEST] for [PATCH] bug in utf8.c(?) From: Marty Pauley <marty+p5p@kasei.com> Date: Fri, 18 Oct 2002 21:02:38 +0100 Message-ID: <20021018200238.GY3764@soto.kasei.com> [ 18107] 1. Update pp_ucfirst to enter the UTF-8 branch only if the first character is UTF-8. (Copied from pp_lcfirst.) 2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK. [ 18108] Put back the DO NOT EDIT headers in proto.h and global.sym Subject: Re: [perl #18066] Bug in -I when path has double colons? From: Slaven Rezic <slaven.rezic@berlin.de> Date: 03 Nov 2002 10:25:10 +0100 Message-ID: <87adkrngy1.fsf@vran.herceg.de> [ 18109] Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex From: hv@crypt.org Date: Tue, 05 Nov 2002 13:30:00 +0000 Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk> This is half of the fix for #18107. The swash_init() problems described in <20021105143646.M18101@lustre.dyn.wiw.org> remain, but can now be seen only with UTF-8 test cases. [ 18113] make regen_headers. Backport change #18078 to warnings.pl. plus make regen_headers p4raw-link: @18113 on //depot/perl: f5e3445d922108beb0eda8afa05a86411da18e40 p4raw-link: @18109 on //depot/perl: d104a74c650f174423937daa379e5578a56dc3bb p4raw-link: @18108 on //depot/perl: b445a7d9de59a3c21efaf046071b5c6b77dbd8b2 p4raw-link: @18107 on //depot/perl: 34aa158557bf899117e749eb5a8375ffe870f5d0 p4raw-link: @18106 on //depot/perl: 107c23634640452662c18f6ae1ae0d2920a4cf3b p4raw-link: @18105 on //depot/perl: dd58e686a56f2e2b79be702b8652140afcbfc717 p4raw-link: @18102 on //depot/perl: 574c798aa09309489c549b50dff81b705c3afde8 p4raw-link: @18078 on //depot/perl: 92cde64730ac68c05bd8f8990a57fb156d283457 p4raw-id: //depot/maint-5.8/perl@18126
| * Re: [perl #18066] Bug in -I when path has double colons?Slaven Rezic2002-11-041-0/+1
| | | | | | | | | | | | | | Message-ID: <87of9c2prs.fsf@vran.herceg.de> With the corresponding change to embed.fnc p4raw-id: //depot/perl@18102
| * Update to Scalar-List-Utils 1.08Graham Barr2002-11-031-0/+2
| | | | | | p4raw-id: //depot/perl@18076
* | Integrate: the same caveat as for #18080.Jarkko Hietaniemi2002-11-041-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 17779] upgrade bignum to v0.13: fix test failures and update docs [ 17780] fix bignum test failures [ 17784] #17780 relies on unixy paths to locate own directory for bignum tests. [ 17785] fix non-ANSI C++-style comment Subject: [ PATCH ] Smoke 17780 /pro/3gl/CPAN/perl-current From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Date: Mon, 26 Aug 2002 09:15:18 +0200 Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl> [ 17841] Subject: [PATCH] op/getpid.t failure From: Michael G Schwern <schwern@pobox.com> Date: Tue, 3 Sep 2002 17:48:24 -0700 Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net> [ 17872] temporarily skip failing Storable tests caused by #17869 [ 17901] Subject: [PATCH] more PASE wisdom From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 13 Sep 2002 00:17:39 +0300 Message-ID: <20020912211739.GB6980@lyta.hut.fi> [ 17912] Subject: [PATCH] AIX test shouldn't trip OS/400 PASE From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 19 Sep 2002 18:59:48 +0300 Message-Id: <20020919155948.GU208696@lyta.hut.fi> Subject: [PATCH] more PASE tweakage From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 19 Sep 2002 18:01:44 +0300 Message-Id: <20020919150144.GJ208696@lyta.hut.fi> [ 17963] Subject: Re: [perl #17376] Bug Report - our(%) From: sthoenna@efn.org (Yitzchak Scott-Thoennes) Date: Tue, 01 Oct 2002 09:54:30 -0700 Message-ID: <GNdm9gzkgWOS092yn@efn.org> [ 17969] Subject: [PATCH] Storable and code serialization: documentation From: Slaven Rezic <slaven.rezic@berlin.de> Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST) Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de> [ 17970] Add a line about 2.05. [ 17971] Subject: Re: Not OK 17969 From: Slaven Rezic <slaven.rezic@berlin.de> Date: 03 Oct 2002 13:12:58 +0200 Message-Id: <87lm5fn5c5.fsf@vran.herceg.de> [ 17974] Fix a precedence problem. [ 17977] Complement to change #17976 : there was a similar bug on rdo(). Increment $Safe::VERSION. [ 17980] Upgrade Safe.pm to 2.09 after CPAN backport. Fix testcases to run properly outside perl core build enviroment. [ 17986] Remove use of caller() in strict.pm, and tighten Safe compartment for Storable tests to match. [ 18000] Subject: [PATCH] perl573delta delinting From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 4 Oct 2002 16:19:31 +0300 Message-ID: <20021004131931.GE278184@lyta.hut.fi> [ 18008] Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t) From: Nicholas Clark <nick@unfortu.net> Date: Mon, 7 Oct 2002 23:35:34 +0100 Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net> [ 18014] Subject: Re: [PATCH] perl573delta delinting From: Philip Newton <Philip.Newton@gmx.net> Date: Sat, 12 Oct 2002 21:25:49 +0200 Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com> [ 18019] Subject: Japanese translation of Storable From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp> Date: Tue, 15 Oct 2002 06:31:01 +0900 Message-Id: <003801c273c9$05888910$1401a8c0@hipposam> [ 18024] Subject: Re: [perl #17061] no strict 'garbage' From: Slaven Rezic <slaven.rezic@berlin.de> Date: 10 Oct 2002 16:23:22 +0200 Message-ID: <87ptui5q5h.fsf@vran.herceg.de> [ 18061] Subject: [PATCH lib/IO.t] Add tests for IO.pm From: chromatic <chromatic@wgz.org> Date: Mon, 21 Oct 2002 20:27:43 -0700 Message-ID: <20021022033253.57952.qmail@onion.perl.org> [ 18063] change #18038 gives too many problems on t/450_service.t; disable it for now p4raw-link: @18063 on //depot/perl: dd5ea221bb13f4bad856ba91d1a82acf3ec12919 p4raw-link: @18061 on //depot/perl: 3bb002d747f3cadf1f1d3ad9d5c66def4b868834 p4raw-link: @18038 on //depot/perl: f569508ea9a702bfcab8cb9379c22c4e8e3e3b15 p4raw-link: @18024 on //depot/perl: d1e2299c1c3e13c365c4beee74f1481ec4de334a p4raw-link: @18019 on //depot/perl: 7c89f822cb10ced0749b67c4d8a890f65ee4c463 p4raw-link: @18014 on //depot/perl: a5c16299e4688e58a2a7b276af191a614da68f07 p4raw-link: @18008 on //depot/perl: a2307be4b899f5bb1ef09b534ea96c8d5ffd7a73 p4raw-link: @18000 on //depot/perl: 14e65a201c70c8bc90f5f26dc9b327bb7cdf015e p4raw-link: @17986 on //depot/perl: e279cb0b1bca3fd51526cebcf39440049559cc98 p4raw-link: @17980 on //depot/perl: ac5e36916bf9bff6ce2594ce0b6db3ecde427ff6 p4raw-link: @17977 on //depot/perl: d00660f465786916fefe3ea27590f9ad4976afab p4raw-link: @17976 on //depot/perl: 33f7e1aa9bf0173d92dc0c0b35d57754dbf6c87e p4raw-link: @17974 on //depot/perl: 893dbd498249a3471ae1a5af6bbc8907ce70982f p4raw-link: @17971 on //depot/perl: 197b90bc675dbb2231247e9e988048a1157fec5f p4raw-link: @17970 on //depot/perl: 9cfdba97320df942c6094cb3fa2119367540b63a p4raw-link: @17969 on //depot/perl: d2b968696c5f51a5e3f3c71338f15fbfa0d49035 p4raw-link: @17963 on //depot/perl: c754c3d7d306f3634bb3500e77dcb37c2c9892e2 p4raw-link: @17912 on //depot/perl: 61074b56bec688db916ab8fff6f579810626a32e p4raw-link: @17901 on //depot/perl: 954a4c1b76328f9623107f01659910c38d8206dd p4raw-link: @17872 on //depot/perl: d329d3eb3187afd7769bc694293d2deb4adb4c6a p4raw-link: @17841 on //depot/perl: 88faa3e1196cb995dc6f12a2e95603325145515e p4raw-link: @17785 on //depot/perl: aa6930702d30b377634933794b8700d63528659d p4raw-link: @17784 on //depot/perl: ff82603e9e548d32f848ce90a6d459bec959863b p4raw-link: @17780 on //depot/perl: 0772a4e5ebeb4d946aa2ef5ed4d54b8a567fca2e p4raw-link: @17779 on //depot/perl: 24716a002766c3e656eeb2fe964bfcbafec661f3 p4raw-id: //depot/maint-5.8/perl@18082
| * Add tests for IO.pmchromatic2002-10-251-0/+1
| | | | | | | | | | Message-ID: <20021022033253.57952.qmail@onion.perl.org> p4raw-id: //depot/perl@18061
| * [Encode] 1.80 releasedDan Kogai2002-10-241-37/+39
| | | | | | | | | | Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp> p4raw-id: //depot/perl@18057
| * Update to Net::Ping v2.23Hugo van der Sanden2002-10-201-6/+10
| | | | | | p4raw-id: //depot/perl@18038
| * Update to Time::HiRes v1.38Hugo van der Sanden2002-10-201-0/+1
| | | | | | p4raw-id: //depot/perl@18034
| * Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-1/+0
| | | | | | | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
| * Version object combined patchJohn Peacock2002-10-101-0/+2
| | | | | | | | | | Message-ID: <3D9E593E.1060605@rowman.com> p4raw-id: //depot/perl@17990
| * Fix bug #17744, suggested by Andreas Jurenda,Rafael Garcia-Suarez2002-10-041-0/+1
| | | | | | | | | | tweaked by rgs (security hole in Safe). p4raw-id: //depot/perl@17976
| * retropatchJarkko Hietaniemi2002-10-021-0/+1
| | | | | | | | | | Message-ID: <20020927005134.GB339120@lyta.hut.fi> p4raw-id: //depot/perl@17966
| * move all pad-related code to its own src fileDave Mitchell2002-10-021-0/+2
| | | | | | | | | | Message-ID: <20020925234023.A20044@fdgroup.com> p4raw-id: //depot/perl@17953
| * add TODO tests for slow our() declarationYitzchak Scott-Thoennes2002-09-261-0/+1
| | | | | | | | | | | | Subject: Re: [perl #17376] Bug Report - our(%) Message-ID: <JNri9gzkgSBB092yn@efn.org> p4raw-id: //depot/perl@17921
| * Unicode::Collate 0.23 ReleasedSADAHIRO Tomoyuki2002-09-081-0/+1
| | | | | | | | | | Message-Id: <20020905232316.8151.BQW10602@nifty.com> p4raw-id: //depot/perl@17865
| * OS/400 PASE portJarkko Hietaniemi2002-09-041-0/+2
| | | | | | | | | | Message-ID: <20020829192251.GA27102@lyta.hut.fi> p4raw-id: //depot/perl@17827
| * Fixes to threads::shared when disabledMichael G. Schwern2002-08-301-0/+1
| | | | | | | | | | Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17810
| * posixify getppid on linux-multithreadRafael Garcia-Suarez2002-08-291-0/+1
| | | | | | | | | | Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17798
| * Missing MANIFEST files for #17783.Hugo van der Sanden2002-08-271-0/+6
| | | | | | p4raw-id: //depot/perl@17791
| * bignum-0.12 updates from:Tels2002-08-221-0/+6
| | | | | | | | | | | | Subject: [ANNOUCNE] Big Math::Big* update Message-Id: <200208132121.g7DLLRV21408@crypt.org> p4raw-id: //depot/perl@17758
| * new file for #17756Hugo van der Sanden2002-08-221-0/+1
| | | | | | p4raw-id: //depot/perl@17757
| * ANNOUNCE: Math-BigInt v1.62Tels2002-08-221-0/+2
| | | | | | | | | | Message-Id: <200208211513.g7LFDUs02512@crypt.org> p4raw-id: //depot/perl@17754
| * podlators 1.24 releasedRuss Allbery2002-08-221-0/+1
| | | | | | | | | | Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu> p4raw-id: //depot/perl@17753
* | Integrate:Slaven Rezic2002-11-041-0/+1
|\ \ | |/ | | | | | | | | | | | | [ 17741] Subject: Re: [PATCH] Storable and CODE references Message-id: <87bs812r78.fsf@vran.herceg.de> p4raw-link: @17741 on //depot/perl: 464b080a310708e7a2a4f76cfdc5ca4039ba758d p4raw-id: //depot/maint-5.8/perl@18081
| * Re: [PATCH] Storable and CODE referencesSlaven Rezic2002-08-201-0/+1
| | | | | | | | | | Message-id: <87bs812r78.fsf@vran.herceg.de> p4raw-id: //depot/perl@17741
| * Remove old VOS build methodsPaul Green2002-08-181-13/+0
| | | | | | | | | | Message-id: <200208131426.KAA01012@mailhub1.stratus.com> p4raw-id: //depot/perl@17732
| * Re: [perl #15479] perl 5.8.0 segfaultRafael Garcia-Suarez2002-08-081-0/+1
| | | | | | | | | | Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr> p4raw-id: //depot/perl@17695
| * Defined-or patch (cleaned up)Brent Dax2002-08-051-0/+1
| | | | | | | | | | | | From: "Brent Dax" <brentdax@cpan.org> Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue> p4raw-id: //depot/perl@17682
| * Copy perldelta as perl58delta, purge the perldelta.Jarkko Hietaniemi2002-07-191-0/+1
| | | | | | p4raw-id: //depot/perl@17644
| * It's all yours, Hugo.Jarkko Hietaniemi2002-07-191-0/+1
| | | | | | p4raw-id: //depot/perl@17639
* | The first big import towards 5.8.1, @18078. Please do NOTJarkko Hietaniemi2002-11-041-43/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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:Jarkko Hietaniemi2002-11-041-0/+2
|/ | | | | | | | | | | | | | | | [ 17639] It's all yours, Hugo. (Flip Changes as Changes5.8, start new Changes) [ 17644] Copy perldelta as perl58delta, purge the perldelta. The 17639 required editing to talk about 5.8.1 instead of 5.9.X; the 17644 required manual resolving since perldelta was a bit confused between three Perl versions. p4raw-link: @17644 on //depot/perl: 55e8fca7cffebeb1d95d86b8d8a21177c004c656 p4raw-link: @17639 on //depot/perl: 6b490b4c5a72d946db8698910845b81e25ef475b p4raw-id: //depot/maint-5.8/perl@18079
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-121-6/+6
| | | | | | | and Queue. The 5005threads case where the old Semaphore and Queue.pm (they are disguised as .pmx) should get magically installed instead has not been tested. p4raw-id: //depot/perl@17509
* Test Config.Jarkko Hietaniemi2002-07-091-0/+1
| | | p4raw-id: //depot/perl@17458
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-10/+10
| | | p4raw-id: //depot/perl@17454