X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b8c4733508b5d4bb1fa59f136459d2f4f588ce3a;hb=29bdacb8f1686adf0d6e73a4e2fd7fb9becf6eab;hp=dee8053263f099ed178d9ca4e4978e647509b36f;hpb=69aa86c49b89e63a415aa4ec3e10b9a818552eec;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Changes b/Changes index dee8053..b8c4733 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,3825 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 13022] By: jhi on 2001/11/15 15:11:37 + Log: Subject: [PATCH] new tests for command-line switches + From: Rafael Garcia-Suarez + Date: Thu, 15 Nov 2001 17:00:30 +0100 + Message-ID: <20011115170030.A14193@rafael> + Branch: perl + + t/run/switches.t + ! MANIFEST +____________________________________________________________________________ +[ 13021] By: jhi on 2001/11/15 15:06:36 + Log: Upgrade to podlators 1.13. + Branch: perl + + lib/Pod/ParseLink.pm + ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm + ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm + ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr + ! t/pod/pod2usage.xr t/pod/podselect.xr +____________________________________________________________________________ +[ 13020] By: jhi on 2001/11/15 14:47:29 + Log: skip "might be used uninitialized". + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 13019] By: jhi on 2001/11/15 14:35:55 + Log: Fix for "perlio bug in koi8-r encoding". The problem + seemed to be that binmode() always flushed the handle, + which is not so good when switching encodings. Fixed, + added Matt Sergeant's testcase, documented in perlfunc/binmode, + also added a pointer about disciplines to perlfunc/open, + and in general cleaned up and reformatted the open entry. + Branch: perl + ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod +____________________________________________________________________________ +[ 13018] By: jhi on 2001/11/15 13:22:57 + Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 15 Nov 2001 08:57:06 -0000 + Message-Id: + + chop() and chomp() are not real list functions, + so let's not have them overrideable. (Casey will + be confused since in #7071 he patched the other way.) + Branch: perl + ! pod/perlfunc.pod toke.c +____________________________________________________________________________ +[ 13017] By: ams on 2001/11/15 12:56:49 + Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map + From: Robin Barker + Date: Thu, 15 Nov 2001 13:48:34 GMT + Message-Id: <200111151348.NAA01299@tempest.npl.co.uk> + (Applied with tweaks.) + Branch: perl + ! pod/perltrap.pod +____________________________________________________________________________ +[ 13016] By: ams on 2001/11/15 09:12:48 + Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun + From: Rafael Garcia-Suarez + Date: Thu, 15 Nov 2001 09:06:39 +0100 + Message-Id: <20011115090639.A13005@rafael> + Branch: perl + ! pod/perlrun.pod +____________________________________________________________________________ +[ 13015] By: jhi on 2001/11/15 04:08:50 + Log: "link =" from utils.lst was being processed oddly. + Branch: perl + ! installman +____________________________________________________________________________ +[ 13014] By: ams on 2001/11/15 02:52:52 + Log: Subject: [PATCH current] CreateTTY in -d + From: Ilya Zakharevich + Date: Wed, 14 Nov 2001 21:26:31 -0500 + Message-Id: <20011114212631.A25705@math.ohio-state.edu> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 13013] By: jhi on 2001/11/15 00:46:07 + Log: Corify the Filter::Simple tests. + Branch: perl + ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t + ! lib/Filter/Simple/t/filter_only.t +____________________________________________________________________________ +[ 13012] By: jhi on 2001/11/15 00:42:25 + Log: Upgrade to Filter::Simple 0.70. + Branch: perl + + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t + + t/lib/FilterOnlyTest.pm + ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes + ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t + ! t/lib/FilterTest.pm +____________________________________________________________________________ +[ 13011] By: jhi on 2001/11/14 22:38:31 + Log: Cleanliness inspired by Cygwin. + Branch: perl + ! Makefile.SH x2p/Makefile.SH +____________________________________________________________________________ +[ 13010] By: jhi on 2001/11/14 22:30:59 + Log: Add perlunintro (formerly known as perlunitut); regen toc. + Branch: perl + + pod/perlunintro.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod +____________________________________________________________________________ +[ 13009] By: jhi on 2001/11/14 22:27:12 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq6.pod +____________________________________________________________________________ +[ 13008] By: jhi on 2001/11/14 22:16:06 + Log: Quieten pgcc 2.91.66 worries. + Branch: perl + ! gv.c pp_ctl.c utf8.c +____________________________________________________________________________ +[ 13007] By: jhi on 2001/11/14 22:05:01 + Log: Upgrade to Switch 2.06. + Branch: perl + ! lib/Switch.pm lib/Switch/Changes lib/Switch/README + ! lib/Switch/t/nested.t +____________________________________________________________________________ +[ 13006] By: jhi on 2001/11/14 21:55:51 + Log: Upgrade to Attribute::Handlers 0.76. + Branch: perl + ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes + ! lib/Attribute/Handlers/README + ! lib/Attribute/Handlers/demo/Demo.pm + ! lib/Attribute/Handlers/demo/Descriptions.pm + ! lib/Attribute/Handlers/demo/MyClass.pm + ! lib/Attribute/Handlers/demo/demo_cycle.pl + ! lib/Attribute/Handlers/demo/demo_hashdir.pl + ! lib/Attribute/Handlers/t/multi.t +____________________________________________________________________________ +[ 13005] By: jhi on 2001/11/14 21:53:22 + Log: Signedness nit. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13004] By: jhi on 2001/11/14 21:24:39 + Log: VERSIONize. + Branch: perl + ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm + ! lib/integer.pm +____________________________________________________________________________ +[ 13003] By: jhi on 2001/11/14 21:17:02 + Log: No pod in internal Net::FTP classes. + Branch: perl + ! pod/buildtoc.PL +____________________________________________________________________________ +[ 13002] By: jhi on 2001/11/14 21:11:48 + Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* + From: "Jeff 'japhy' Pinyan" + Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST) + Message-ID: + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 13001] By: jhi on 2001/11/14 21:09:48 + Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered + Pudge correctly). + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 13000] By: jhi on 2001/11/14 21:00:23 + Log: Add comments to mark where $^X is being handled. + Branch: perl + ! perl.c toke.c +____________________________________________________________________________ +[ 12999] By: jhi on 2001/11/14 20:45:42 + Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test + From: Michael G Schwern + Date: Wed, 14 Nov 2001 16:38:25 -0500 + Message-ID: <20011114163825.D6519@blackrider> + Branch: perl + ! t/op/repeat.t +____________________________________________________________________________ +[ 12998] By: jhi on 2001/11/14 20:22:06 + Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t] + From: Michael G Schwern + Date: Wed, 14 Nov 2001 13:19:15 -0500 + Message-ID: <20011114131915.K5096@blackrider> + Branch: perl + ! t/op/die_exit.t +____________________________________________________________________________ +[ 12997] By: jhi on 2001/11/14 19:36:57 + Log: Subject: Re: [PATCH] new version of runperl() + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 14 Nov 2001 15:39:12 EST + Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu> + + "VMS $^X pipes etc" patch. + Branch: perl + ! vms/vms.c +____________________________________________________________________________ +[ 12996] By: jhi on 2001/11/14 19:31:01 + Log: test.pl runperl() nits from Chris Nandor and Craig Berry, + and add "verbose" option to show the final command. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12995] By: jhi on 2001/11/14 15:02:29 + Log: Goof in some of the comment fields of #12994. + Branch: perl + ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl + ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl + ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl + ! lib/unicore/In/9.pl +____________________________________________________________________________ +[ 12994] By: jhi on 2001/11/14 14:59:32 + Log: The First, Last ranges in the Unicode data weren't + getting their general categories added properly; + noticed by Jeffrey Friedl. + Branch: perl + ! lib/unicore/Category.pl lib/unicore/In/0.pl + ! lib/unicore/In/1.pl lib/unicore/In/164.pl + ! lib/unicore/In/169.pl lib/unicore/In/170.pl + ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl + ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl + ! lib/unicore/In/8.pl lib/unicore/In/9.pl + ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl + ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl + ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl + ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl + ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl + ! lib/unicore/Is/Word.pl lib/unicore/Name.pl + ! lib/unicore/mktables +____________________________________________________________________________ +[ 12993] By: jhi on 2001/11/14 13:54:20 + Log: Subject: [PATCH] new version of runperl() + From: Rafael Garcia-Suarez + Date: Wed, 14 Nov 2001 12:23:01 +0100 + Message-ID: <20011114122301.A29384@rafael> + Branch: perl + ! t/io/argv.t t/test.pl +____________________________________________________________________________ +[ 12992] By: ams on 2001/11/14 13:40:39 + Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/ + From: Michael G Schwern + Date: Tue, 13 Nov 2001 23:17:54 -0500 + Message-Id: <20011113231754.S32567@blackrider> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12991] By: jhi on 2001/11/14 13:24:34 + Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix] + From: Philip Newton + Date: Wed, 14 Nov 2001 10:59:53 +0100 + Message-ID: + + plus a lot of paragraph reformatting because of long lines. + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 12990] By: jhi on 2001/11/14 13:19:19 + Log: A bool is not a pointer. + Branch: perl + ! pp_sys.c +____________________________________________________________________________ +[ 12989] By: jhi on 2001/11/14 02:41:42 + Log: AUTHORS updates. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 12988] By: jhi on 2001/11/14 02:18:44 + Log: There are several MIME RFCs. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12987] By: ams on 2001/11/14 01:09:28 + Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:59:13 -0500 + Message-Id: <20011113205913.H32567@blackrider> + Branch: perl + ! t/op/groups.t vms/test.com +____________________________________________________________________________ +[ 12986] By: ams on 2001/11/14 01:07:06 + Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:51:34 -0500 + Message-Id: <20011113205134.F32567@blackrider> + Branch: perl + ! ext/IO/lib/IO/t/io_sel.t vms/test.com +____________________________________________________________________________ +[ 12985] By: ams on 2001/11/14 00:43:59 + Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS? + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:38:42 -0500 + Message-Id: <20011113203842.E32567@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12984] By: ams on 2001/11/14 00:32:15 + Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests + From: Michael G Schwern + Date: Tue, 13 Nov 2001 20:27:02 -0500 + Message-Id: <20011113202702.D32567@blackrider> + Branch: perl + ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t + ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t + ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t + ! ext/IO/lib/IO/t/io_xs.t vms/test.com +____________________________________________________________________________ +[ 12983] By: ams on 2001/11/14 00:00:27 + Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo + From: Michael G Schwern + Date: Tue, 13 Nov 2001 19:51:59 -0500 + Message-Id: <20011113195159.B32567@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12982] By: ams on 2001/11/13 23:53:11 + Log: Subject: [PATCH pod/perlapio.pod double-word fix] + From: Larry Shatzer + Date: Tue, 13 Nov 2001 17:27:59 -0700 + Message-Id: <20011113172759.E27768@zippy.zyx.net> + Branch: perl + ! pod/perlapio.pod +____________________________________________________________________________ +[ 12981] By: jhi on 2001/11/13 22:50:27 + Log: Fix for the :utf8 read() bug noticed by Matt Sergeant: + "large enough" Unicode characters returned more than one + as their "Unicode size". + Branch: perl + ! pp_sys.c t/io/utf8.t +____________________________________________________________________________ +[ 12980] By: ams on 2001/11/13 19:32:33 + Log: Subject: [PATCH] vms/gen_shrfls.pl tweak + From: "Craig A. Berry" + Date: Tue, 13 Nov 2001 14:33:25 -0600 + Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01> + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 12979] By: jhi on 2001/11/13 18:10:15 + Log: Subject: Minor patch to Encode.pm (detypo) + From: "Philip Newton" + Date: Tue, 13 Nov 2001 20:11:01 +0100 + Message-ID: <20011113.200845@ID-11583.news.dfncis.de> + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12978] By: jhi on 2001/11/13 17:55:02 + Log: Evil tabulators. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12977] By: jhi on 2001/11/13 17:52:17 + Log: Document the available encodings. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12976] By: ams on 2001/11/13 17:14:07 + Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? + From: Barrie Slaymaker + Date: Tue, 13 Nov 2001 12:41:36 -0500 + Message-Id: <20011113124133.C24305@sizzle.whoville.com> + Branch: perl + ! t/op/universal.t +____________________________________________________________________________ +[ 12975] By: ams on 2001/11/13 16:24:21 + Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ?? + From: Barrie Slaymaker + Date: Tue, 13 Nov 2001 10:56:20 -0500 + Message-Id: <20011113105620.B24192@sizzle.whoville.com> + (Test applied with minor tweaks and ->isa("HASH") omission.) + Branch: perl + ! lib/UNIVERSAL.pm t/op/universal.t +____________________________________________________________________________ +[ 12974] By: ams on 2001/11/13 15:46:07 + Log: Subject: [PATCH Benchmark.pm] docco tweaks + From: Barrie Slaymaker + Date: Tue, 13 Nov 2001 11:34:45 -0500 + Message-Id: <20011113113442.B24305@sizzle.whoville.com> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 12973] By: jhi on 2001/11/13 13:42:40 + Log: Subject: [PATCH] Attack of the C loops, round 1 + From: Richard Soderberg + Date: Mon, 12 Nov 2001 12:07:29 -0800 + Message-Id: <200111122007.MAA01994@oregonnet.com> + + Subject: [PATCH] bytecode.pl (tiny patch) + From: Richard Soderberg + Date: Mon, 12 Nov 2001 12:53:24 -0800 + Message-Id: <200111122053.MAA06272@oregonnet.com> + Branch: perl + ! bytecode.pl installhtml +____________________________________________________________________________ +[ 12972] By: jhi on 2001/11/13 13:41:02 + Log: Subject: [PATCH] Update to Filter::Util::Call + From: "Paul Marquess" + Date: Sun, 11 Nov 2001 22:33:33 -0000 + Message-ID: + + Use the new CXT* macros. + Branch: perl + ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs +____________________________________________________________________________ +[ 12971] By: jhi on 2001/11/13 13:31:34 + Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS + From: Michael G Schwern + Date: Mon, 12 Nov 2001 20:50:34 -0500 + Message-ID: <20011112205034.H2888@blackrider> + Branch: perl + + lib/vmsish.pm lib/vmsish.t + - vms/ext/vmsish.pm vms/ext/vmsish.t + ! MANIFEST vms/descrip_mms.template +____________________________________________________________________________ +[ 12970] By: jhi on 2001/11/13 13:09:23 + Log: :utf8 works only with perlio. + Branch: perl + ! lib/open.t +____________________________________________________________________________ +[ 12969] By: jhi on 2001/11/13 13:03:36 + Log: Subject: Re: @Config -"des" not quite working on VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Tue, 13 Nov 2001 08:35:13 EST + Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12968] By: jhi on 2001/11/13 12:59:11 + Log: Subject: [PATCH] lib/charnames.pm + From: Jeffrey Friedl + Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) + Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com> + Branch: perl + ! lib/charnames.pm +____________________________________________________________________________ +[ 12967] By: pudge on 2001/11/13 05:44:13 + Log: Docs for Mac::err. + Branch: maint-5.6/macperl + ! macos/ext/Mac/err/err.pm +____________________________________________________________________________ +[ 12966] By: pudge on 2001/11/13 05:43:58 + Log: Some cleanup; change some globals to references for + possible persistence later. + Branch: maint-5.6/macperl + ! macos/lib/Mac/Glue.pm +____________________________________________________________________________ +[ 12965] By: pudge on 2001/11/13 05:42:59 + Log: Add in a bunch of Mac OS 9 constants for Mac::Files. + Branch: maint-5.6/macperl + ! macos/ext/Mac/Files/Files.pm +____________________________________________________________________________ +[ 12964] By: pudge on 2001/11/13 05:42:35 + Log: Get Mac::Navigation to compile (bug #464684). + Branch: maint-5.6/macperl + ! macos/Makefile.mk macos/ext/Mac/Makefile.mk + ! macos/ext/Mac/Navigation/Makefile.PL + ! macos/ext/Mac/Navigation/Navigation.xs + ! macos/macperl/Makefile.mk +____________________________________________________________________________ +[ 12963] By: pudge on 2001/11/13 05:41:12 + Log: Add in modules and POD to help menu. + Branch: maint-5.6/macperl + ! macos/macperl/MacPerl.podhelp +____________________________________________________________________________ +[ 12962] By: pudge on 2001/11/13 05:28:18 + Log: Update bundled modules. + Branch: maint-5.6/macperl + + macos/bundled_ext/Filter/t/FilterTest.pm + + macos/bundled_ext/List/Util/t/shuffle.t + + macos/bundled_ext/Storable/t/compat06.t + + macos/bundled_ext/Storable/t/st-dump.pl + + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl + + macos/bundled_lib/blib/lib/LWP/ConnCache.pm + + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm + + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm + + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm + + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm + + macos/bundled_lib/blib/lib/lwpcook.pod + + macos/bundled_lib/t/Filter/Simple/filter.t + + macos/bundled_lib/t/Switch/t/given.t + + macos/bundled_lib/t/Switch/t/nested.t + + macos/bundled_lib/t/Switch/t/switch.t + + macos/bundled_lib/t/Text/Balanced/t/extbrk.t + + macos/bundled_lib/t/Text/Balanced/t/extcbk.t + + macos/bundled_lib/t/Text/Balanced/t/extdel.t + + macos/bundled_lib/t/Text/Balanced/t/extmul.t + + macos/bundled_lib/t/Text/Balanced/t/extqlk.t + + macos/bundled_lib/t/Text/Balanced/t/exttag.t + + macos/bundled_lib/t/Text/Balanced/t/extvar.t + + macos/bundled_lib/t/Text/Balanced/t/gentag.t + + macos/bundled_lib/t/URI/rfc2732.t + + macos/bundled_lib/t/libnet/config.t + + macos/bundled_lib/t/libnet/libnet_t.pl + + macos/bundled_lib/t/libwww-perl/live/google.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t + + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t + + macos/bundled_lib/t/libwww-perl/live/validator.t + - macos/bundled_ext/Filter/t/MyFilter.pm + - macos/bundled_ext/Storable/t/compat-0.6.t + - macos/bundled_ext/Storable/t/dump.pl + - macos/bundled_ext/Time/Piece/Makefile.PL + - macos/bundled_ext/Time/Piece/Piece.pm + - macos/bundled_ext/Time/Piece/Piece.t + - macos/bundled_ext/Time/Piece/Piece.xs + - macos/bundled_ext/Time/Piece/README + - macos/bundled_ext/Time/Piece/Seconds.pm + - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm + - macos/bundled_lib/blib/lib/Net/DummyInetd.pm + - macos/bundled_lib/blib/lib/Net/PH.pm + - macos/bundled_lib/blib/lib/Net/SNPP.pm + - macos/bundled_lib/blib/lib/Text/Balanced.pod + - macos/bundled_lib/t/Filter/Simple/test.pl + - macos/bundled_lib/t/Switch/test.pl + - macos/bundled_lib/t/Text/Balanced/t/genxt.t + - macos/bundled_lib/t/Text/Balanced/t/xbrak.t + - macos/bundled_lib/t/Text/Balanced/t/xcode.t + - macos/bundled_lib/t/Text/Balanced/t/xdeli.t + - macos/bundled_lib/t/Text/Balanced/t/xmult.t + - macos/bundled_lib/t/Text/Balanced/t/xquot.t + - macos/bundled_lib/t/Text/Balanced/t/xtagg.t + - macos/bundled_lib/t/Text/Balanced/t/xvari.t + - macos/bundled_lib/t/libnet/ph.t + ! (edit 125 files) +____________________________________________________________________________ +[ 12961] By: ams on 2001/11/13 00:45:08 + Log: Subject: [PATCH pod/perlport.pod] exit docs out of order + From: Michael G Schwern + Date: Mon, 12 Nov 2001 20:16:45 -0500 + Message-Id: <20011112201644.G2888@blackrider> + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12960] By: ams on 2001/11/12 23:54:00 + Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com] + Recoving dup tests for VMS + From: Michael G Schwern + Date: Mon, 12 Nov 2001 19:35:33 -0500 + Message-Id: <20011112193533.D2888@blackrider> + Branch: perl + ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com +____________________________________________________________________________ +[ 12959] By: jhi on 2001/11/12 20:23:59 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12958] By: jhi on 2001/11/12 16:33:01 + Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Mon, 12 Nov 2001 12:35:18 EST + Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs + ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c +____________________________________________________________________________ +[ 12957] By: jhi on 2001/11/12 15:26:37 + Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result + From: Barrie Slaymaker + Date: Mon, 12 Nov 2001 11:19:52 -0500 + Message-ID: <20011112111948.C7626@sizzle.whoville.com> + Branch: perl + ! lib/File/Spec.t lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12956] By: jhi on 2001/11/12 15:23:48 + Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result + From: Barrie Slaymaker + Date: Mon, 12 Nov 2001 11:07:36 -0500 + Message-ID: <20011112110733.B7626@sizzle.whoville.com> + Branch: perl + ! lib/Benchmark.pm +____________________________________________________________________________ +[ 12955] By: jhi on 2001/11/12 15:22:23 + Log: Misplaced test, noticed by Barrie Slaymaker. + (We are missing Benchmark tests, then.) + Branch: perl + + ext/Devel/DProf/DProf.t + - lib/Benchmark.t + ! MANIFEST +____________________________________________________________________________ +[ 12954] By: jhi on 2001/11/12 14:50:44 + Log: Subject: [PATCH] a few typo fixes + From: Jeffrey Friedl + Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST) + Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> + + Patching README.foo instead of pod/perlfoo.pod, + not patching Math::BigInt (Tels will take care of that), + dropping broken hv.c and sv.h patches, patching libnetcfg.PL + and perldoc.PL instead of libnetcfg and perldoc, patching + ext/Digest/MD5/t/files.t since MD5.pm was changed. + Branch: perl + ! (edit 109 files) +____________________________________________________________________________ +[ 12953] By: jhi on 2001/11/12 13:11:55 + Log: Add a note about the dangers of bad UTF-8. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12952] By: jhi on 2001/11/12 12:54:52 + Log: NetWare Nit from Ananth Kesari. + Branch: perl + ! NetWare/config.wc +____________________________________________________________________________ +[ 12951] By: jhi on 2001/11/12 12:32:13 + Log: Ooops. I was "fixing" the wrong routine in #12947 and #12950. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12950] By: jhi on 2001/11/12 12:14:53 + Log: (retracted by #12951) + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12949] By: ams on 2001/11/12 06:40:18 + Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted + From: Robert Spier + Date: Sun, 11 Nov 2001 18:50:18 -0800 + Message-Id: <15343.14570.121505.233336@rls.cx> + + Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted + From: Rick Delaney + Date: 12 Nov 2001 00:15:52 -0500 + Message-Id: + Branch: perl + ! pp_hot.c t/op/taint.t +____________________________________________________________________________ +[ 12948] By: jhi on 2001/11/12 01:23:58 + Log: It seems that we actually have this detail implemented + as for as Level 1 Support of Unicode regex support is + concerned: at Level 1 only 1:1 support for loose + (aka caseless, aka caseigoring ) matching is required. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12947] By: jhi on 2001/11/11 21:41:44 + Log: (retracted by #12951) + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12946] By: jhi on 2001/11/11 21:09:31 + Log: BOM, bom, Bom. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12945] By: jhi on 2001/11/11 21:07:18 + Log: Upgrade to Math::BigInt 1.46. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt.pm + ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t + ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 12944] By: jhi on 2001/11/11 18:52:22 + Log: Subject: Re: PERFORCE change 12943 for review + From: "Philip Newton" + Date: Sun, 11 Nov 2001 20:53:36 +0100 + Message-ID: <20011111.204950@ID-11583.news.dfncis.de> + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12943] By: jhi on 2001/11/11 18:00:03 + Log: Doc updates; make the Unicode discussions a little + bit less alarming, and add information about encodings, + surrogates, and BOMs. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12942] By: ams on 2001/11/11 16:45:00 + Log: Subject: [PATCH @12917] Unicode::Collate v0.09 + From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= + Date: Mon, 12 Nov 2001 00:22:57 +0900 + Message-Id: <20011112002232.BD46.BQW10602@nifty.com> + Branch: perl + ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes + ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t +____________________________________________________________________________ +[ 12941] By: ams on 2001/11/11 13:01:40 + Log: Subject: Re: PERFORCE change 12929 for review + From: "Philip Newton" + Date: Sun, 11 Nov 2001 14:27:44 +0100 + Message-Id: <20011111.142505@ID-11583.news.dfncis.de> + Branch: perl + ! MANIFEST +____________________________________________________________________________ +[ 12940] By: ams on 2001/11/11 05:06:43 + Log: Subject: [PATCH t/op/chdir.t] %ENV protection + From: Michael G Schwern + Date: Thu, 8 Nov 2001 22:56:45 -0500 + Message-Id: <20011108225645.H5587@blackrider> + Branch: perl + ! t/op/chdir.t +____________________________________________________________________________ +[ 12939] By: ams on 2001/11/11 05:01:00 + Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup + From: Michael G Schwern + Date: Sun, 11 Nov 2001 00:54:43 -0500 + Message-Id: <20011111005443.A24450@blackrider> + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 12938] By: ams on 2001/11/11 03:25:13 + Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t] + (was Re: [ID 20011110.104] File::stat vs. $! conflict) + From: "chromatic" + Date: Sat, 10 Nov 2001 21:03:20 -0700 + Message-Id: <20011111041025.12984.qmail@onion.perl.org> + Branch: perl + ! lib/File/stat.pm lib/File/stat.t +____________________________________________________________________________ +[ 12937] By: ams on 2001/11/11 02:05:23 + Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS + From: "Craig A. Berry" + Date: Sat, 10 Nov 2001 17:23:52 -0600 + Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com> + Branch: perl + ! t/op/magic.t +____________________________________________________________________________ +[ 12936] By: jhi on 2001/11/10 18:55:21 + Log: Bah. %X doesn't mean 0xC1, it means 0XC1. So let's %x. + Branch: perl + ! lib/open.pm lib/open.t +____________________________________________________________________________ +[ 12935] By: jhi on 2001/11/10 17:47:21 + Log: The Official name of ASCII. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12934] By: jhi on 2001/11/10 17:44:27 + Log: The KOI8-R example wasn't quite right. + Branch: perl + ! lib/open.pm lib/open.t +____________________________________________________________________________ +[ 12933] By: jhi on 2001/11/10 17:30:52 + Log: Enhance the open pragma to support :utf8, :locale, + and :encoding directly as special cases, and rename + the INOUT to IO. + Branch: perl + ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c +____________________________________________________________________________ +[ 12932] By: jhi on 2001/11/10 15:15:29 + Log: Document the UTF-16 surrogate encoding and decoding. + Branch: perl + ! ext/Encode/Encode.pm +____________________________________________________________________________ +[ 12931] By: jhi on 2001/11/10 15:05:56 + Log: A potential recursion breaker. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12930] By: ams on 2001/11/10 07:46:53 + Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests + (was Re: perl@12892) + From: "chromatic" + Date: Sat, 10 Nov 2001 01:28:09 -0700 + Message-Id: <20011110083514.86488.qmail@onion.perl.org> + Branch: perl + ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t + ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t + ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t + ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t +____________________________________________________________________________ +[ 12929] By: jhi on 2001/11/10 06:38:07 + Log: Add a test for the bytes pragma. + Branch: perl + + lib/bytes.t + ! MANIFEST +____________________________________________________________________________ +[ 12928] By: jhi on 2001/11/10 06:10:39 + Log: Doc update. + Branch: perl + ! lib/bytes.pm +____________________________________________________________________________ +[ 12927] By: jhi on 2001/11/10 04:19:44 + Log: Cease to exist. + Branch: perl + - lib/Unicode/Normalize.pm +____________________________________________________________________________ +[ 12926] By: ams on 2001/11/10 03:23:16 + Log: Subject: [patch] my_setenv speedup + fixes + From: Doug MacEachern + Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST) + Message-Id: + Branch: perl + ! util.c +____________________________________________________________________________ +[ 12925] By: jhi on 2001/11/10 01:55:13 + Log: Newline trouble. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12924] By: jhi on 2001/11/10 01:42:29 + Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix + From: "Craig A. Berry" + Date: Fri, 09 Nov 2001 18:13:16 -0600 + Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01> + Branch: perl + ! vms/munchconfig.c +____________________________________________________________________________ +[ 12923] By: jhi on 2001/11/10 01:39:01 + Log: Subject: [PATCH] new tests for swiches -n -p -a -F + From: Rafael Garcia-Suarez + Date: Sat, 10 Nov 2001 00:10:45 +0100 + Message-ID: <20011110001045.A11945@rafael> + Branch: perl + + t/run/noswitch.t t/run/switchF.t t/run/switcha.t + + t/run/switchn.t t/run/switchp.t + ! MANIFEST +____________________________________________________________________________ +[ 12922] By: jhi on 2001/11/10 01:34:51 + Log: Subject: [PATCH] some tests not cleaning up properly + From: Rafael Garcia-Suarez + Date: Fri, 9 Nov 2001 22:13:10 +0100 + Message-ID: <20011109221310.A11115@rafael> + Branch: perl + ! ext/Cwd/t/cwd.t t/io/argv.t +____________________________________________________________________________ +[ 12921] By: jhi on 2001/11/10 01:32:52 + Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 9 Nov 2001 15:07:19 EST + Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12920] By: dougm on 2001/11/10 00:34:50 + Log: when PERL_USE_SAFE_PUTENV is defined environ will not + have been copied so it shouldn't be freed in perl_destruct() + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12919] By: ams on 2001/11/09 15:36:22 + Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself + From: Michael G Schwern + Date: Fri, 9 Nov 2001 00:38:59 -0500 + Message-Id: <20011109003859.K5587@blackrider> + (Applied with directory name changes suggested by Craig Berry.) + Branch: perl + ! ext/Cwd/t/cwd.t +____________________________________________________________________________ +[ 12918] By: ams on 2001/11/09 15:29:15 + Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename + From: Michael G Schwern + Date: Fri, 9 Nov 2001 01:44:14 -0500 + Message-Id: <20011109014414.N5587@blackrider> + Branch: perl + ! vms/ext/filespec.t +____________________________________________________________________________ +[ 12917] By: jhi on 2001/11/09 14:39:14 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12916] By: jhi on 2001/11/09 14:33:39 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 12915] By: jhi on 2001/11/09 14:08:30 + Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot, + see http://www.jepstone.net/bjepson//jpl/cvs.html + Branch: perl + ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL +____________________________________________________________________________ +[ 12914] By: ams on 2001/11/09 14:05:12 + Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order? + From: Michael G Schwern + Date: Thu, 8 Nov 2001 22:05:49 -0500 + Message-Id: <20011108220549.F5587@blackrider> + Branch: perl + ! vms/test.com +____________________________________________________________________________ +[ 12913] By: jhi on 2001/11/09 13:54:23 + Log: NetWare update from Ananth Kesari. + Branch: perl + ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h +____________________________________________________________________________ +[ 12912] By: ams on 2001/11/09 13:40:26 + Log: Subject: [PATCH ID 20011109.100] #!perl -F... + From: Rafael Garcia-Suarez + Date: Fri, 9 Nov 2001 14:32:28 +0100 + Message-Id: <20011109143228.A18996@rafael> + Branch: perl + ! perl.c +____________________________________________________________________________ +[ 12911] By: jhi on 2001/11/09 13:37:01 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod +____________________________________________________________________________ +[ 12910] By: ams on 2001/11/09 07:33:49 + Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code + From: Michael G Schwern + Date: Fri, 9 Nov 2001 00:41:56 -0500 + Message-Id: <20011109004156.L5587@blackrider> + Branch: perl + ! lib/File/Find/t/find.t +____________________________________________________________________________ +[ 12909] By: jhi on 2001/11/09 00:23:40 + Log: Upgrade to Unicode::Normalize 0.10, now in XS. + The CPAN distribution has both pm and XS implementations, + and for performance reasons we choose the XS. + Another reason to choose the XS is that it doesn't + require Lingua::KO::Hangul::Util, which means that + we can delete that-- which in turn means that Unicode::UCD + cannot expect that: support it, but don't expect. + Ditto Unicode::Collate. + + Note that Unicode::Normalize Makefile.PL and + Normalize.xs have been modified from the CPAN 0.10 + versions: the first one to be simpler (no pm) and + clean up the generated unf*.h files, the second one + to quench compiler grumblings. Must notify Sadahiro + about these changes. + Branch: perl + + ext/Unicode/Normalize/Changes + + ext/Unicode/Normalize/Makefile.PL + + ext/Unicode/Normalize/Normalize.pm + + ext/Unicode/Normalize/Normalize.pod + + ext/Unicode/Normalize/Normalize.xs + + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader + + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t + + ext/Unicode/Normalize/t/test.t + - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes + - lib/Lingua/KO/Hangul/Util/README + - lib/Lingua/KO/Hangul/Util/t/test.t + - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README + - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t + ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh + ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile + ! win32/makefile.mk +____________________________________________________________________________ +[ 12908] By: jhi on 2001/11/08 23:49:42 + Log: Test miscounting. + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 12907] By: jhi on 2001/11/08 22:06:31 + Log: Quote the variables in failures messages more nicely. + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12906] By: jhi on 2001/11/08 21:55:32 + Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup + From: Michael G Schwern + Date: Thu, 8 Nov 2001 17:24:49 -0500 + Message-ID: <20011108172449.A5587@blackrider> + + Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup + From: "Craig A. Berry" + Date: Thu, 8 Nov 2001 16:35:00 -0600 + Message-Id: + Branch: perl + ! ext/POSIX/t/posix.t t/test.pl vms/test.com +____________________________________________________________________________ +[ 12905] By: jhi on 2001/11/08 21:51:51 + Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3 + From: "Paul Marquess" + Date: Thu, 8 Nov 2001 22:52:50 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12904] By: jhi on 2001/11/08 21:49:20 + Log: Unicode::UCD is not yet supported in EBCDIC platforms. + (Probably not an EBCDIC issue the way one would think + since no chr() et alia are used in UCD.pm.) + Branch: perl + ! lib/Unicode/UCD.pm lib/Unicode/UCD.t +____________________________________________________________________________ +[ 12903] By: jhi on 2001/11/08 15:16:49 + Log: Whether overwriting the $self->{...} values (see #12902) + is a good policy or not is debatable, but let's at least + be consistent. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12902] By: jhi on 2001/11/08 15:13:15 + Log: The MakeMaker argument () quoting patch that sneaked + in at #12883 didn't handle make macros like this $(...). + Leaning toothpicks, we've got them. + Branch: perl + ! lib/ExtUtils/MM_Unix.pm +____________________________________________________________________________ +[ 12901] By: jhi on 2001/11/08 14:28:38 + Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS + From: Michael G Schwern + Date: Wed, 7 Nov 2001 02:02:29 -0500 + Message-ID: <20011107020229.K2858@blackrider> + Branch: perl + ! t/io/argv.t t/test.pl vms/test.com +____________________________________________________________________________ +[ 12900] By: jhi on 2001/11/08 14:14:40 + Log: Subject: [PATCH 20011106.084] -s on #! line + From: Rafael Garcia-Suarez + Date: Wed, 7 Nov 2001 22:23:39 +0100 + Message-ID: <20011107222339.E729@rafael> + Branch: perl + ! embed.h embed.pl perl.c proto.h toke.c +____________________________________________________________________________ +[ 12899] By: jhi on 2001/11/08 13:46:02 + Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries + From: Michael G Schwern + Date: Wed, 7 Nov 2001 16:52:49 -0500 + Message-ID: <20011107165249.I7346@blackrider> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 12898] By: ams on 2001/11/08 13:02:19 + Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ + From: Mark-Jason Dominus + Date: Thu, 08 Nov 2001 08:59:02 -0500 + Message-Id: <20011108135902.2275.qmail@plover.com> + Branch: perl + ! INSTALL README README.amiga README.os2 README.vms + ! lib/I18N/LangTags.pm lib/I18N/LangTags/README + ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk +____________________________________________________________________________ +[ 12897] By: ams on 2001/11/08 12:49:28 + Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/ + From: mjd@plover.com + Date: 8 Nov 2001 13:33:18 -0000 + Message-Id: <20011108133318.1786.qmail@plover.com> + Branch: perl + ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod + ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod + ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod + ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod + ! pod/perlport.pod pod/perlvar.pod +____________________________________________________________________________ +[ 12896] By: ams on 2001/11/08 11:22:12 + Log: open(FH, $file) should strip leading and trailing whitespace. + Branch: perl + ! doio.c +____________________________________________________________________________ +[ 12895] By: ams on 2001/11/08 10:17:14 + Log: Subject: [PATCH] resurrect t/op/glob.t on VMS + From: "Craig A. Berry" + Date: Wed, 07 Nov 2001 13:41:50 -0600 + Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01> + Branch: perl + ! t/op/glob.t +____________________________________________________________________________ +[ 12894] By: ams on 2001/11/08 08:32:20 + Log: Subject: [ID 20011108.092] makedepend bug with new gcc + From: Alexander Klimov + Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST) + Message-Id: + Branch: perl + ! makedepend.SH +____________________________________________________________________________ +[ 12893] By: ams on 2001/11/08 08:26:31 + Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod + From: mjd@plover.com + Date: 8 Nov 2001 08:08:07 -0000 + Message-Id: <20011108080807.30147.qmail@plover.com> + + Subject: bleadperl perl.pod + From: mjd@plover.com + Date: 8 Nov 2001 08:10:47 -0000 + Message-Id: <20011108081047.30178.qmail@plover.com> + + Subject: more bleadperl perl.pod + From: mjd@plover.com + Date: 8 Nov 2001 08:16:28 -0000 + Message-Id: <20011108081628.30229.qmail@plover.com> + Branch: perl + ! pod/perl.pod pod/perldebug.pod +____________________________________________________________________________ +[ 12892] By: jhi on 2001/11/07 16:01:37 + Log: Tweak for Cray-friendliness from Nicholas Clark. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12891] By: jhi on 2001/11/07 15:54:24 + Log: VMS patch redo from Charles Lane. + Branch: perl + ! vms/gen_shrfls.pl +____________________________________________________________________________ +[ 12890] By: ams on 2001/11/07 15:16:10 + Log: Subject: [ID 20011107.088] two perl pod nits + From: lvirden@cas.org + Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST) + Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org> + Branch: perl + ! pod/perl.pod pod/perlfaq3.pod +____________________________________________________________________________ +[ 12889] By: jhi on 2001/11/07 15:07:18 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12888] By: jhi on 2001/11/07 14:26:42 + Log: The (emulated) "no utf8" must be in a BEGIN block + to be effective. + Branch: perl + ! lib/CGI/t/html.t +____________________________________________________________________________ +[ 12887] By: jhi on 2001/11/07 13:52:58 + Log: "v-strings" is the right term. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 12886] By: jhi on 2001/11/07 13:48:36 + Log: Add vstrings-as-objects need to perltodo. + Branch: perl + ! pod/perltodo.pod +____________________________________________________________________________ +[ 12885] By: jhi on 2001/11/07 13:43:33 + Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc + From: Nicholas Clark + Date: Wed, 7 Nov 2001 14:36:32 +0000 + Message-ID: <20011107143631.I24980@plum.flirble.org> + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12884] By: jhi on 2001/11/07 13:34:44 + Log: The Embed test requires a major rewrite for VMS + (plus it reveals a couple of annoying glitches + in buffering), so skip the test for now; from + Charles Lane. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12883] By: jhi on 2001/11/07 13:33:16 + Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 7 Nov 2001 09:23:28 EST + Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl +____________________________________________________________________________ +[ 12882] By: ams on 2001/11/07 05:14:04 + Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings + From: Mark-Jason Dominus + Date: Wed, 07 Nov 2001 00:43:46 -0500 + Message-Id: <20011107054346.14428.qmail@plover.com> + Branch: perl + ! gv.c op.c toke.c +____________________________________________________________________________ +[ 12881] By: jhi on 2001/11/07 03:33:08 + Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts + From: Michael G Schwern + Date: Tue, 6 Nov 2001 22:04:39 -0500 + Message-ID: <20011106220439.D2858@blackrider> + Branch: perl + ! lib/perl5db.pl +____________________________________________________________________________ +[ 12880] By: jhi on 2001/11/07 01:35:30 + Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under + stress)) + From: Jonathan Stowe + Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT) + Message-ID: + + (except for one hunk where indentation differs) + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12879] By: jhi on 2001/11/07 01:22:40 + Log: Subject: [PATCH File::Spec::*] a bunch of untested patches + From: Rafael Garcia-Suarez + Date: Tue, 6 Nov 2001 21:45:01 +0100 + Message-ID: <20011106214501.A704@rafael> + Branch: perl + ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12878] By: jhi on 2001/11/07 01:06:41 + Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() + From: Michael G Schwern + Date: Tue, 6 Nov 2001 20:58:45 -0500 + Message-ID: <20011106205845.G29411@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12877] By: jhi on 2001/11/07 01:01:18 + Log: Subject: making do_sprintf public + From: Doug MacEachern + Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST) + Message-ID: + Branch: perl + ! embed.h embed.pl global.sym +____________________________________________________________________________ +[ 12876] By: jhi on 2001/11/06 22:12:28 + Log: Update to CGI.pm 2.78. + + TODO: the test suite needs to be merged so that + when in core, the core version is tested, and when + using the CPAN version, testing the CPAN version. + (the changes need to be sent to Lincoln, too...) + Branch: perl + ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm + ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm + ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t + ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t + ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t + ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t +____________________________________________________________________________ +[ 12875] By: jhi on 2001/11/06 22:10:03 + Log: Integrate with perlio; (strictly) readonly hashes via XS. + Branch: perl + +> t/lib/access.t + !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c +____________________________________________________________________________ +[ 12874] By: nick on 2001/11/06 21:05:16 + Log: Keep It Simple and Stupid version of readonly hash support. + - Test for SvREAONLY(hv) at a few spots in hv.c + - add the error message to perldiag.pod + - (dubious) add access::readonly() to univeral.c + - add test using above + - fixup ext/B/t/stash.t to account for access:: existing + Branch: perlio + + t/lib/access.t + ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c +____________________________________________________________________________ +[ 12873] By: jhi on 2001/11/06 17:07:50 + Log: Fix incorrect warnings about broken globbing; + from Andy Dougherty. + Branch: perl + ! hints/linux.sh +____________________________________________________________________________ +[ 12872] By: jhi on 2001/11/06 15:18:41 + Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 + toggle-on from the encoding pragma. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12871] By: jhi on 2001/11/06 13:19:46 + Log: Retract #12824, doesn't help and is ignored + by Configure anyway. + Branch: perl + ! hints/beos.sh +____________________________________________________________________________ +[ 12870] By: ams on 2001/11/06 10:40:37 + Log: Subject: Cosmetic change + From: H.Merijn Brand + Date: Tue, 06 Nov 2001 12:30:52 +0100 + Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.hpux +____________________________________________________________________________ +[ 12869] By: nick on 2001/11/06 08:26:40 + Log: Integrate mainline + Branch: perlio + !> ext/DB_File/DB_File.pm global.sym hints/os390.sh + !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c +____________________________________________________________________________ +[ 12868] By: jhi on 2001/11/06 03:15:50 + Log: The parentheses are protected enough. + Branch: perl + ! hints/os390.sh +____________________________________________________________________________ +[ 12867] By: jhi on 2001/11/06 03:13:50 + Log: ccflags, not ldflags. + Branch: perl + ! hints/os390.sh +____________________________________________________________________________ +[ 12866] By: jhi on 2001/11/06 03:12:57 + Log: ... and the proto to go with #12865. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 12865] By: jhi on 2001/11/06 03:11:12 + Log: Oops. Luckily nothing was using this symbol yet. + Branch: perl + ! global.sym +____________________________________________________________________________ +[ 12864] By: jhi on 2001/11/06 03:05:34 + Log: Implement the encoding pragma for regex literals. + Branch: perl + ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c +____________________________________________________________________________ +[ 12863] By: jhi on 2001/11/06 01:01:49 + Log: More UTF8 EXACT fixing. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12862] By: jhi on 2001/11/06 00:05:19 + Log: More re debugging. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12861] By: jhi on 2001/11/05 23:24:24 + Log: EXACT correction attempt. Continued in #12863. + Branch: perl + ! regexec.c +____________________________________________________________________________ +[ 12860] By: jhi on 2001/11/05 22:57:04 + Log: Unterminated L<. + Branch: perl + ! ext/DB_File/DB_File.pm +____________________________________________________________________________ +[ 12859] By: nick on 2001/11/05 19:15:17 + Log: Integrate mainline + Branch: perlio + +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm + +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t + +> lib/Math/BigInt/t/sub_mbi.t + - lib/Math/BigInt/t/Math/Subclass.pm + - lib/Math/BigInt/t/subclass.t + !> (integrate 30 files) +____________________________________________________________________________ +[ 12858] By: jhi on 2001/11/05 17:05:38 + Log: Regex debugging fixes from Hugo. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12857] By: jhi on 2001/11/05 16:09:51 + Log: IRIX: at some point the cc -version has started + to output to stderr, not stdout any more. + Branch: perl + ! hints/irix_6.sh +____________________________________________________________________________ +[ 12856] By: jhi on 2001/11/05 15:27:45 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12855] By: jhi on 2001/11/05 15:21:13 + Log: The ${"\cTAINT"} raises the ire of 'use strict'. + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 12854] By: jhi on 2001/11/05 15:16:24 + Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir() + From: rgarciasuarez@free.fr + Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET) + Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr> + Branch: perl + ! lib/File/Spec/Unix.pm +____________________________________________________________________________ +[ 12853] By: jhi on 2001/11/05 14:54:37 + Log: Use config.arch in OS/390 where the combination of + IEEE floats and ldflags is tricky. + Branch: perl + ! hints/os390.sh +____________________________________________________________________________ +[ 12852] By: jhi on 2001/11/05 14:53:53 + Log: Metaconfig unit change for #12851. + Branch: metaconfig + ! U/modified/Config_sh.U +____________________________________________________________________________ +[ 12851] By: jhi on 2001/11/05 14:53:14 + Log: Support a config.arch file, similar to config.over, + but loaded just before it. + Branch: perl + ! Configure INSTALL +____________________________________________________________________________ +[ 12850] By: jhi on 2001/11/05 13:34:25 + Log: Subject: [PATCH Symbol.{pm.t}] bugfixes + From: Rafael Garcia-Suarez + Date: Mon, 5 Nov 2001 14:26:24 +0100 + Message-ID: <20011105142624.C31977@rafael> + Branch: perl + ! lib/Symbol.pm lib/Symbol.t +____________________________________________________________________________ +[ 12849] By: jhi on 2001/11/04 22:15:39 + Log: Subject: [PATCH] unbalanced parenthesis in pods + From: Rafael Garcia-Suarez + Date: Sun, 4 Nov 2001 22:28:57 +0100 + Message-ID: <20011104222857.C696@rafael> + Branch: perl + ! pod/perldebug.pod pod/perlpodspec.pod +____________________________________________________________________________ +[ 12848] By: jhi on 2001/11/04 22:11:24 + Log: The missing pieces from the Math::BigInt 1.45 puzzle. + Branch: perl + ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t +____________________________________________________________________________ +[ 12847] By: jhi on 2001/11/04 17:44:41 + Log: Math::Big* test tweaks to work better with core: + but the coast still not clear. + Branch: perl + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t + ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t +____________________________________________________________________________ +[ 12846] By: jhi on 2001/11/04 17:43:10 + Log: Protect against high load: measure how much wall + clock time went by while sleeping. Avoids some + false negatives, while may introduce some false + positives. Life is hard. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12845] By: jhi on 2001/11/04 17:29:40 + Log: More forgotten from #12843. + Branch: perl + ! lib/Math/BigInt/t/bigfltpm.inc +____________________________________________________________________________ +[ 12844] By: jhi on 2001/11/04 17:19:13 + Log: Forgot from #12843. + Branch: perl + + lib/Math/BigInt/t/bigintpm.inc + ! MANIFEST +____________________________________________________________________________ +[ 12843] By: jhi on 2001/11/04 16:52:45 + Log: Upgrade to Math::BigInt 1.45; from Tels. + NOTE: some of the tests are failing but that's because + the core integration is not yet done. + Branch: perl + + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm + + lib/Math/BigInt/t/Math/BigInt/Subclass.pm + + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t + - lib/Math/BigInt/t/Math/Subclass.pm + - lib/Math/BigInt/t/subclass.t + ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm + ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t + ! lib/Math/BigInt/t/mbimbf.t +____________________________________________________________________________ +[ 12842] By: jhi on 2001/11/04 16:45:02 + Log: VMS: adds capability to control more configuration stuff with + -D and -U switches; parsing config.sh to extract previous config + info in VMS-form, and a rewrite of the "prompt/response" routine; + from Charles Lane. + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12841] By: jhi on 2001/11/04 15:18:39 + Log: Subject: Typo correction in perldebguts.pod + From: mjd@plover.com + Date: 4 Nov 2001 16:20:05 -0000 + Message-ID: <20011104162005.16699.qmail@plover.com> + Branch: perl + ! pod/perldebguts.pod +____________________________________________________________________________ +[ 12840] By: jhi on 2001/11/04 15:17:22 + Log: Subject: Re: Where are my 'O's? [+ 12836 smoke] + From: Rafael Garcia-Suarez + Date: Sun, 4 Nov 2001 11:47:30 +0100 + Message-ID: <20011104114730.A715@rafael> + + Remove -T from the test, wrong place for that. + Branch: perl + ! lib/File/Temp/t/mktemp.t +____________________________________________________________________________ +[ 12839] By: jhi on 2001/11/04 15:15:42 + Log: Subject: [REPATCH] Re: PerlIOBuf_dup + From: Nicholas Clark + Date: Sun, 4 Nov 2001 10:41:24 +0000 + Message-ID: <20011104104123.U20123@plum.flirble.org> + Branch: perl + ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c +____________________________________________________________________________ +[ 12838] By: jhi on 2001/11/03 21:19:43 + Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress) + From: Michael G Schwern + Date: Sat, 3 Nov 2001 15:41:47 -0500 + Message-ID: <20011103154147.C600@blackrider> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12837] By: jhi on 2001/11/03 21:14:34 + Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t + From: "Craig A. Berry" + Date: Sat, 03 Nov 2001 16:02:28 -0600 + Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12836] By: jhi on 2001/11/03 18:41:33 + Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress) + From: "chromatic" + Date: Sat, 03 Nov 2001 12:28:17 -0700 + Message-ID: <20011103193507.94848.qmail@onion.perl.org> + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12835] By: jhi on 2001/11/03 18:34:08 + Log: Don't bother doing POSIX charclass parsing if it + possibly cannot be so. Prepares way for charclass + syntax like [[abc]||[def]] (or just [[abc][def]]) + for union, [[\w]&&[$a]] for intersection, + and [[a-z]&&[^def]] for subtraction. + + Currently /[[a]/ (or /[a[]/) parses as a character + class containing two characters, "[" and "a", + this may have to be broken for the syntax described + above, otherwise we would have to scan the whole pattern + to find out whether the square brackets match pairwise. + Luckily, the special case of "[" doesn't seem to be + documented (as opposed to "]" and "-"), so we may have + better story for breaking it... One can always use \[ + if one wants a literal "[", so there. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12834] By: jhi on 2001/11/03 17:51:44 + Log: Comment correction. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12833] By: jhi on 2001/11/03 17:33:21 + Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets. + The latter is a RedHatism. + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12832] By: jhi on 2001/11/03 15:43:03 + Log: Integrate perlio. + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 12831] By: nick on 2001/11/03 11:42:15 + Log: Integrate mainline + Branch: perlio + !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL + !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t + !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c + !> sv.c t/test.pl +____________________________________________________________________________ +[ 12830] By: nick on 2001/11/03 10:27:34 + Log: Fix clone_leak problem. + PerlIOStdio_dup was leaking FILE * as it was still doing fdopen() + as vestige of calling PerlLIO_dup(). + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12829] By: nick on 2001/11/03 09:40:46 + Log: Tweaks attempting to locate Doug's clone_leak leak. + - add some PerlIO_debug() + - handle PerlIO_clone() with empty lists (clone before Perl_parse()) + - Even if it closing stdout etc. do a fflush() + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12828] By: nick on 2001/11/03 08:34:31 + Log: Integrate mainline + Branch: perlio + !> (integrate 54 files) +____________________________________________________________________________ +[ 12827] By: ams on 2001/11/03 03:45:19 + Log: Ugly bandaid to stop C from segfaulting (remember to + remove this later). Based on a patch from Robert Spier in + <15330.61459.14452.795263@rls.cx>. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12826] By: jhi on 2001/11/02 23:56:00 + Log: microperl sync. + Branch: perl + ! doio.c perl.c perl.h perlio.c regexec.c +____________________________________________________________________________ +[ 12825] By: jhi on 2001/11/02 23:20:03 + Log: Definitions for the Unicode Newline Guidelines. + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12824] By: jhi on 2001/11/02 23:08:05 + Log: There is no csh of any kind in default BeOS. + For the purposes of miniperl globbing, bash + will do. + Branch: perl + ! hints/beos.sh +____________________________________________________________________________ +[ 12823] By: jhi on 2001/11/02 21:56:36 + Log: Integrate change #12820 from macperl to maint and blead; + + Fix up (dynaloading) to work properly with multiplicity + Branch: maint-5.6/perl + !> ext/DynaLoader/dl_mac.xs + Branch: perl + !> ext/DynaLoader/dl_mac.xs +____________________________________________________________________________ +[ 12822] By: pudge on 2001/11/02 21:38:22 + Log: Several fixes for various exit problems and clearing out + task queue, as well as another (incomplete) go at + fixing error message handling + Branch: maint-5.6/macperl + ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp +____________________________________________________________________________ +[ 12821] By: pudge on 2001/11/02 21:36:26 + Log: Add source files for bleadperl builds + Branch: maint-5.6/macperl + ! macos/Makefile.mk +____________________________________________________________________________ +[ 12820] By: pudge on 2001/11/02 21:35:15 + Log: Fix up to work properly with multiplicity + Branch: maint-5.6/macperl + ! ext/DynaLoader/dl_mac.xs +____________________________________________________________________________ +[ 12819] By: pudge on 2001/11/02 21:21:56 + Log: Integrate with maintperl. + Branch: maint-5.6/macperl + +> t/op/system.t t/op/system_tests + !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h + !> pod/perltodo.pod util.c win32/win32.c +____________________________________________________________________________ +[ 12818] By: jhi on 2001/11/02 21:03:58 + Log: Locate _PATH_LOG if it's a socket even if not #defined + (helps Tru64) From Paul David Fardy , + via Nick Clark. + Branch: perl + ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t +____________________________________________________________________________ +[ 12817] By: jhi on 2001/11/02 20:07:05 + Log: Subject: [PATCH t/test.pl] _expect and other little tweaks + From: Michael G Schwern + Date: Fri, 2 Nov 2001 15:36:41 -0500 + Message-ID: <20011102153641.E23234@blackrider> + Branch: perl + ! t/test.pl +____________________________________________________________________________ +[ 12816] By: jhi on 2001/11/02 17:53:00 + Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2 + From: merlyn@stonehenge.com (Randal L. Schwartz) + Date: 02 Nov 2001 09:33:34 -0800 + Message-ID: + + (two of the changes) + + Better coexistence with extensions. + Branch: perl + ! ext/Errno/Errno_pm.PL hints/darwin.sh +____________________________________________________________________________ +[ 12815] By: ams on 2001/11/02 16:47:43 + Log: Subject: Re: [PATCH] the the double double word word fix fix + From: Wolfgang Laun + Date: Fri, 02 Nov 2001 19:43:07 +0100 + Message-Id: <3BE2E93B.627C198E@alcatel.at> + Branch: perl + ! pod/perldebug.pod +____________________________________________________________________________ +[ 12814] By: jhi on 2001/11/02 15:24:10 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12813] By: jhi on 2001/11/02 15:19:35 + Log: More encoding testing. + Branch: perl + ! lib/encoding.pm lib/encoding.t +____________________________________________________________________________ +[ 12812] By: ams on 2001/11/02 15:07:11 + Log: Slight modification of #12811. + Branch: perl + ! op.c +____________________________________________________________________________ +[ 12811] By: jhi on 2001/11/02 14:58:13 + Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar" + From: Radu Greab + Date: Fri, 2 Nov 2001 15:28:58 +0200 + Message-ID: <15330.40858.629851.468818@ix.netsoft.ro> + Branch: perl + ! op.c t/op/stat.t +____________________________________________________________________________ +[ 12810] By: jhi on 2001/11/02 14:15:34 + Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791 + From: Rafael Garcia-Suarez + Date: Thu, 1 Nov 2001 22:35:50 +0100 + Message-ID: <20011101223550.A10849@rafael> + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12809] By: jhi on 2001/11/02 14:10:05 + Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 2 Nov 2001 14:48:51 -0000 + Message-Id: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 12808] By: jhi on 2001/11/02 05:40:21 + Log: Add documentation. + Branch: perl + ! embed.pl pod/perlapi.pod utf8.c +____________________________________________________________________________ +[ 12807] By: jhi on 2001/11/02 05:18:45 + Log: Unicode: add ToFold mapping. Not used yet; but basically + a more useful mapping for caseless aka case-ignoring than + doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full + algorithm for creating the foldings uses equivalence classes, + see http://www.unicode.org/unicode/reports/tr21/ + Hopefully this feature will be used in //i. + (The folding tables were introduced by #12689.) + Branch: perl + ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c + ! utf8.c +____________________________________________________________________________ +[ 12806] By: jhi on 2001/11/02 05:04:05 + Log: Subject: [PATCH] AutoSplit.t clean-up for VMS + From: "Craig A. Berry" + Date: Fri, 02 Nov 2001 00:03:52 -0600 + Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01> + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12805] By: jhi on 2001/11/02 04:17:04 + Log: Subject: Trivial doc patch + From: andreas.koenig@anima.de (Andreas J. Koenig) + Date: 02 Nov 2001 06:11:35 +0100 + Message-ID: + Branch: perl + ! pod/perlport.pod +____________________________________________________________________________ +[ 12804] By: jhi on 2001/11/02 02:14:46 + Log: Make encoding and charnames pragmas coexist. + Branch: perl + ! lib/charnames.pm lib/encoding.pm lib/encoding.t +____________________________________________________________________________ +[ 12803] By: jhi on 2001/11/02 01:26:53 + Log: The basic character classes seem to go untested with Unicode. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 12802] By: ams on 2001/11/02 00:39:36 + Log: Subject: [PATCH] the the double double word word fix fix + From: Richard Soderberg + Date: Thu, 1 Nov 2001 13:12:03 -0800 + Message-Id: <200111012112.NAA23288@oregonnet.com> + + Subject: Re: [PATCH] the the double double word word fix fix + From: Mark-Jason Dominus + Date: Thu, 01 Nov 2001 16:43:40 -0500 + Message-Id: <20011101214340.2044.qmail@plover.com> + + Subject: Re: [PATCH] the the double double word word fix fix + From: Mark-Jason Dominus + Date: Thu, 01 Nov 2001 16:51:39 -0500 + Message-Id: <20011101215139.2196.qmail@plover.com> + Branch: perl + ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod + ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod + ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod + ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod + ! pod/perltodo.pod pod/perlxstut.pod +____________________________________________________________________________ +[ 12801] By: jhi on 2001/11/01 14:27:51 + Log: Comment tweaks. + Branch: perl + ! toke.c +____________________________________________________________________________ +[ 12800] By: jhi on 2001/11/01 14:06:04 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq9.pod +____________________________________________________________________________ +[ 12799] By: jhi on 2001/11/01 13:59:42 + Log: If an encoding is set by -M/-m, it must be in + effect only for the actual script, not any other + required/-M/-m'ed module, otherwise we enter a nasty + recursion in regexec.c while trying to init the simple + UTF-8 charclasses like PL_utf8_alnum. + Branch: perl + ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c +____________________________________________________________________________ +[ 12798] By: jhi on 2001/10/31 21:10:09 + Log: A bit more descriptive name. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12797] By: jhi on 2001/10/31 20:32:29 + Log: Subject: [PATCH Perl@12768] Time::Hires test fix + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 31 Oct 2001 13:47:04 EST + Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12796] By: jhi on 2001/10/31 20:31:20 + Log: Subject: [PATCH Perl@12768] make setting signal() persistent + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Wed, 31 Oct 2001 13:43:29 EST + Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12795] By: jhi on 2001/10/31 20:29:37 + Log: Subject: [PATCH] Various test cleanups + From: Rafael Garcia-Suarez + Date: Tue, 30 Oct 2001 21:56:26 +0100 + Message-ID: <20011030215626.A28503@rafael> + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t ext/Encode.t +____________________________________________________________________________ +[ 12794] By: jhi on 2001/10/31 15:26:59 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12793] By: jhi on 2001/10/31 15:23:12 + Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs + From: Rafael Garcia-Suarez + Date: Wed, 31 Oct 2001 17:16:39 +0100 + Message-ID: <20011031171639.A32511@rafael> + Branch: perl + ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t +____________________________________________________________________________ +[ 12792] By: jhi on 2001/10/31 15:20:01 + Log: Skip message nit. + Branch: perl + ! t/io/fs.t +____________________________________________________________________________ +[ 12791] By: jhi on 2001/10/31 14:54:19 + Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9 + From: rgarciasuarez@free.fr (Rafael Garcia-Suarez) + Date: 31 Oct 2001 14:49:37 -0000 + Message-Id: + Branch: perl + ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t +____________________________________________________________________________ +[ 12790] By: jhi on 2001/10/31 14:44:33 + Log: Extend the effect of the encoding pragma to chr() and ord(). + + TODO: regex literals, reentrancy problems with the utf8 + and charnames pragmas. + Branch: perl + ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c +____________________________________________________________________________ +[ 12789] By: jhi on 2001/10/31 13:25:02 + Log: Doc tweaks. + Branch: perl + ! lib/encoding.pm +____________________________________________________________________________ +[ 12788] By: nick on 2001/10/31 08:59:56 + Log: Integrate mainline + Branch: perlio + +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests + !> (integrate 49 files) +____________________________________________________________________________ +[ 12787] By: jhi on 2001/10/31 03:22:34 + Log: Forgot new proto. + Branch: perl + ! proto.h +____________________________________________________________________________ +[ 12786] By: jhi on 2001/10/31 02:32:35 + Log: Clarification: use encoding cannot be used to + change the default encoding of "your whole script"; + only the default encoding of the *data*. Also, it + seems that "use encoding" does not mix with "use utf8" + (a coredumping recursion ensues). Should not be a huge + problem since "use utf8" is pretty marginal nowadays. + Branch: perl + ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod +____________________________________________________________________________ +[ 12785] By: jhi on 2001/10/31 02:19:49 + Log: More documentation for the encode pragma. + Branch: perl + ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm + ! pod/perlapi.pod pod/perlunicode.pod sv.c +____________________________________________________________________________ +[ 12784] By: jhi on 2001/10/31 02:08:27 + Log: Thinko in #12783. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12783] By: jhi on 2001/10/31 02:04:22 + Log: Make sv_recode_to_utf8() a real API: the encoding + is a parameter, instead of a global. Document the + PERL_ENCODING. + Branch: perl + ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c + ! toke.c +____________________________________________________________________________ +[ 12782] By: jhi on 2001/10/31 00:57:42 + Log: Enable -Mencoding=foobar also for string literals. + Branch: perl + ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t + ! pod/perlapi.pod proto.h sv.c toke.c +____________________________________________________________________________ +[ 12781] By: jhi on 2001/10/30 17:06:39 + Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box + From: Andy Dougherty + Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST) + Message-ID: + Branch: perl + ! ext/POSIX/hints/svr4.pl +____________________________________________________________________________ +[ 12780] By: jhi on 2001/10/30 14:54:12 + Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules + From: "Paul Marquess" + Date: Mon, 29 Oct 2001 23:11:58 -0000 + Message-ID: + + Add compat.h. + Branch: perl + ! lib/h2xs.t utils/h2xs.PL +____________________________________________________________________________ +[ 12779] By: jhi on 2001/10/30 13:51:43 + Log: Subject: PerlIOBuf_dup + From: Nicholas Clark + Date: Mon, 29 Oct 2001 21:52:35 +0000 + Message-ID: <20011029215235.K41204@plum.flirble.org> + + Add prototype. + Branch: perl + ! perliol.h +____________________________________________________________________________ +[ 12778] By: jhi on 2001/10/30 13:49:51 + Log: Subject: [PATCH] Make malloc.c errors more useful + From: Richard Soderberg + Date: Mon, 29 Oct 2001 22:28:02 -0800 + Message-Id: <200110300628.WAA11025@oregonnet.com> + Branch: perl + ! malloc.c +____________________________________________________________________________ +[ 12777] By: jhi on 2001/10/30 04:02:10 + Log: Retract #12776 - the bug 19990906.001 is still valid. + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12776] By: jhi on 2001/10/30 03:03:49 + Log: (Retracted by #12777) + Subject: Perlbug 19990906.001 - segfault on long escaped quote regex + From: Michael G Schwern + Date: Mon, 29 Oct 2001 23:01:08 -0500 + Message-ID: <20011029230108.G18053@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12775] By: jhi on 2001/10/30 02:56:41 + Log: Comment nits. + Branch: perl + ! lib/encoding.t +____________________________________________________________________________ +[ 12774] By: gsar on 2001/10/30 01:32:57 + Log: integrate change#12772 from mainline + + Subject: [PATCH] Mommy, what's a pointer cast? + Branch: maint-5.6/perl + ! perl.h +____________________________________________________________________________ +[ 12773] By: jhi on 2001/10/30 01:19:32 + Log: Subject: [PATCH] Mommy, what's a pointer cast? + From: Richard Soderberg + Date: Mon, 29 Oct 2001 17:01:10 -0800 + Message-Id: <200110300101.RAA31561@oregonnet.com> + + (threads* parts) + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/threads.xs +____________________________________________________________________________ +[ 12772] By: jhi on 2001/10/30 01:19:13 + Log: Subject: [PATCH] Mommy, what's a pointer cast? + From: Richard Soderberg + Date: Mon, 29 Oct 2001 17:01:10 -0800 + Message-Id: <200110300101.RAA31561@oregonnet.com> + + (the perl.h part) + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12771] By: jhi on 2001/10/30 01:17:21 + Log: Subject: [PATCH] OpenBSD likes signal.h + From: Richard Soderberg + Date: Mon, 29 Oct 2001 17:00:31 -0800 + Message-Id: <200110300100.RAA31533@oregonnet.com> + Branch: perl + ! unixish.h +____________________________________________________________________________ +[ 12770] By: jhi on 2001/10/30 01:10:24 + Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3 + From: "Paul Marquess" + Date: Mon, 29 Oct 2001 23:04:23 -0000 + Message-ID: + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12769] By: jhi on 2001/10/30 01:08:01 + Log: Subject: [PATCH perl@12718] HiRes.t tweaks + From: "Craig A. Berry" + Date: Mon, 29 Oct 2001 12:34:07 -0600 + Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01> + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12768] By: jhi on 2001/10/29 15:10:04 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12767] By: jhi on 2001/10/29 14:49:28 + Log: AIX needs an explicit symbol export list. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12766] By: jhi on 2001/10/29 14:08:21 + Log: The test (and the module) would require some + quality hacking time to work on EBCDIC. Based n + the test results nothing seems to be majorly broken, + the module just seems to have strange assumptions: + got: ''\226\225\205' + expected: ''one' + The \226\225\205 being, of course, 'one', in EBCDIC. + Branch: perl + ! lib/Dumpvalue.t +____________________________________________________________________________ +[ 12765] By: jhi on 2001/10/29 13:58:48 + Log: Mark the test known to be failing in EBCDIC. + Branch: perl + ! t/op/tr.t +____________________________________________________________________________ +[ 12764] By: jhi on 2001/10/29 13:51:51 + Log: None of the libnet modules are going to work in + EBCDIC without the Convert::EBCDIC. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12763] By: jhi on 2001/10/29 13:45:39 + Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12762] By: jhi on 2001/10/29 13:40:17 + Log: UTF-EBCDIC ain't UTF-8. + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12761] By: jhi on 2001/10/29 13:35:35 + Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC. + Branch: perl + ! t/lib/1_compile.t +____________________________________________________________________________ +[ 12760] By: jhi on 2001/10/29 13:32:20 + Log: Let's not assume ASCII. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 12759] By: jhi on 2001/10/29 13:24:54 + Log: Call the new perlio symbols differently. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12758] By: jhi on 2001/10/29 13:23:11 + Log: Don't expect ASCII ordering. + Branch: perl + ! lib/ExtUtils/Manifest.t +____________________________________________________________________________ +[ 12757] By: jhi on 2001/10/29 13:13:09 + Log: Forgot from #12756. + Branch: perl + ! perlio.h +____________________________________________________________________________ +[ 12756] By: jhi on 2001/10/29 13:12:41 + Log: BeOS tweaks: + - fseeko and ftello can be found by Configure but + we do not seem to have prototypes for them so + let's make up some + - BeOS didn't use to have real sockets (sockets as + filedescriptors) but the BONE package is supposed + to fix this. I do not know how to detect BONEness, + see hints/beos.sh for a spot that needs to fixed. + - BeOS has O_TEXT != O_BINARY but has no setmode() + Branch: perl + ! hints/beos.sh perlio.c +____________________________________________________________________________ +[ 12755] By: sky on 2001/10/29 12:56:12 + Log: Ugly fix to not die when a thread creator is holding locks. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12754] By: jhi on 2001/10/29 12:31:34 + Log: Integrate change #12752 from maintperl; + + croak(Nullch) wasn't printing the contents of ERRSV if there was + no outer eval (bug in change#6125) + Branch: perl + !> util.c +____________________________________________________________________________ +[ 12753] By: jhi on 2001/10/29 12:28:41 + Log: Subject: [PATCH h2xs] Use of static data in XS modules + From: "Paul Marquess" + Date: Sun, 28 Oct 2001 21:19:07 -0000 + Message-ID: + + with nits from Sarathy. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12752] By: gsar on 2001/10/29 03:07:15 + Log: croak(Nullch) wasn't printing the contents of ERRSV if there was + no outer eval (bug in change#6125) + Branch: maint-5.6/perl + ! util.c +____________________________________________________________________________ +[ 12751] By: jhi on 2001/10/28 23:11:15 + Log: More todo for the encoding pragma. + Branch: perl + ! lib/encoding.pm +____________________________________________________________________________ +[ 12750] By: jhi on 2001/10/28 22:55:24 + Log: Add the encoding pragma to control the "upgrade" + from the native eight bit data to Unicode. + + TODO: \x.. and \0... literals. \N{}. chr()? ord()? + Branch: perl + + lib/encoding.pm lib/encoding.t + ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h + ! pod/perlunicode.pod pod/perlvar.pod sv.c +____________________________________________________________________________ +[ 12749] By: sky on 2001/10/28 21:02:33 + Log: Update documentation. + Branch: perl + ! ext/threads/shared/shared.pm +____________________________________________________________________________ +[ 12748] By: jhi on 2001/10/28 20:55:57 + Log: Integrate change #12747 from maintperl; + + finishing touches to system() fixes on windows: + * detect cmd shell correctly even if it had full path in it + * more quoting needed for single-arg system if the argument + really had multiple quoted arguments within it + * be smarter about not calling the shell when the executable + has spaces, but otherwise does not need shell involvement + * add a testsuite (windows-specific currently) + Branch: perl + +> t/op/system.t t/op/system_tests + ! MANIFEST pod/perltodo.pod + !> win32/win32.c +____________________________________________________________________________ +[ 12747] By: gsar on 2001/10/28 18:33:23 + Log: finishing touches to system() fixes on windows: + * detect cmd shell correctly even if it had full path in it + * more quoting needed for single-arg system if the argument + really had multiple quoted arguments within it + * be smarter about not calling the shell when the executable + has spaces, but otherwise does not need shell involvement + * add a testsuite (windows-specific currently) + Branch: maint-5.6/perl + + t/op/system.t t/op/system_tests + ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c +____________________________________________________________________________ +[ 12746] By: jhi on 2001/10/28 16:34:35 + Log: Integrate perlio. + Branch: perl + !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12745] By: nick on 2001/10/28 16:08:14 + Log: Mingw32 fixup for Embed.t + Branch: perlio + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12744] By: nick on 2001/10/28 15:54:14 + Log: GCC vs MS 64-bit constant syntax + Branch: perlio + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12743] By: nick on 2001/10/28 15:42:55 + Log: Integrate mainline + Branch: perlio + !> ext/threads/threads.pm lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12742] By: sky on 2001/10/28 14:47:10 + Log: Manpage updates. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 12741] By: jhi on 2001/10/28 14:39:55 + Log: Newline confusion: t/TEST sees an extra newline and gets huffy. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12740] By: nick on 2001/10/28 14:14:24 + Log: Integrate mainline + Branch: perlio + !> lib/ExtUtils/Embed.t win32/win32.c +____________________________________________________________________________ +[ 12739] By: jhi on 2001/10/28 14:06:58 + Log: Need to be ./executed. + Branch: perl + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12738] By: jhi on 2001/10/28 14:03:58 + Log: Integrate perlio. + Branch: perl + !> perlio.c win32/win32.h +____________________________________________________________________________ +[ 12737] By: nick on 2001/10/28 13:53:45 + Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked + by gcc -xc++. + Branch: perlio + ! win32/win32.h +____________________________________________________________________________ +[ 12736] By: nick on 2001/10/28 13:50:50 + Log: Have :stdio layer update an honour the fd refcnt table. + Embed.t now passes with PERLIO=stdio as well (tested under ithreads) + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12735] By: jhi on 2001/10/28 13:34:37 + Log: Integrate changes #12724 and #12725 from maintperl; + multiarg system now works. + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 12734] By: jhi on 2001/10/28 13:31:54 + Log: Integrate perlio. + Branch: perl + +> lib/ExtUtils/Embed.t + !> MANIFEST perlio.c +____________________________________________________________________________ +[ 12733] By: nick on 2001/10/28 13:07:16 + Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at + least for PERLIO=perlio unthreaded case + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12732] By: nick on 2001/10/28 11:10:24 + Log: Typo in exe name + Branch: perlio + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12731] By: nick on 2001/10/28 11:09:59 + Log: Integrate Mainline + Branch: perlio + !> Changes configure.com ext/DB_File/DB_File.pm + !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs + !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp + !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h + !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod + !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h + !> t/TEST t/op/regexp.t win32/buildext.pl +____________________________________________________________________________ +[ 12730] By: nick on 2001/10/28 11:05:35 + Log: Fixup Embed.t for Win32/VC++ + Branch: perlio + ! lib/ExtUtils/Embed.t +____________________________________________________________________________ +[ 12729] By: nick on 2001/10/28 09:36:20 + Log: Adapt testcase from Doug Maceachern for perlio_destruct + bug as lib/ExtUtils/Embed.t which tests that and some aspects of + ExtUtils::Embed. + Branch: perlio + + lib/ExtUtils/Embed.t + ! MANIFEST +____________________________________________________________________________ +[ 12728] By: sky on 2001/10/28 08:12:53 + Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that + line manually! + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 12727] By: sky on 2001/10/28 08:02:09 + Log: And here we use the prototypes. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12726] By: sky on 2001/10/28 08:00:48 + Log: Support [] style prototypes. + Branch: perl + ! lib/ExtUtils/xsubpp +____________________________________________________________________________ +[ 12725] By: gsar on 2001/10/28 04:49:15 + Log: yet another multi-arg system() fix on windows: batch files as the + first argument (i.e. directly executed by CreateProcess()) need + extra quoting to escape shell-shock + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12724] By: gsar on 2001/10/28 03:49:31 + Log: another multi-arg system() fix on windows: passing empty arguments + now works + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12723] By: jhi on 2001/10/28 03:32:32 + Log: Explicitly expect only 4 or 8 bytes of PTRSIZE. + No final #else #error because we do not seem to + be using #error? + Branch: perl + ! op.h +____________________________________________________________________________ +[ 12722] By: jhi on 2001/10/28 02:41:04 + Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Sat, 27 Oct 2001 23:28:44 EST + Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12721] By: jhi on 2001/10/28 01:53:34 + Log: Regen perlapi, perltoc. + Branch: perl + ! pod/perlapi.pod pod/perltoc.pod +____________________________________________________________________________ +[ 12720] By: jhi on 2001/10/28 01:30:04 + Log: Subject: [PATCH] sv.h documentation + From: Tim Jenness + Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) + Message-ID: + Branch: perl + ! sv.h +____________________________________________________________________________ +[ 12719] By: gsar on 2001/10/27 23:42:51 + Log: "nmake clean" fails to clean ext/... because buildext.pl calls + system("nmake -nologo", "clean") and there is no executable + called "nmake -nologo"; this used to "work" pre-change#12559 due + to bugs in multiarg system() that have since been fixed + Branch: perl + ! win32/buildext.pl +____________________________________________________________________________ +[ 12718] By: jhi on 2001/10/27 21:58:35 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12717] By: jhi on 2001/10/27 21:54:11 + Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface) + From: Richard.Foley@t-online.de (Richard Foley) + Date: Sun, 28 Oct 2001 00:48:32 +0200 + Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com> + Branch: perl + ! pod/perlhack.pod +____________________________________________________________________________ +[ 12716] By: jhi on 2001/10/27 21:41:02 + Log: Must store pointers with the right width. + Branch: perl + ! op.h +____________________________________________________________________________ +[ 12715] By: jhi on 2001/10/27 21:22:52 + Log: Integrate change #12711 from perlio; + + Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). + Restores op/fork.t on Win32 (still segfault on exit of ok 2). + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 12714] By: jhi on 2001/10/27 21:04:59 + Log: Subject: [PATCH] make minitest + From: Nicholas Clark + Date: Sat, 27 Oct 2001 22:56:16 +0100 + Message-ID: <20011027225616.L20275@plum.flirble.org> + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12713] By: jhi on 2001/10/27 20:58:33 + Log: Patch #12661 missed this. + Branch: perl + ! ext/DB_File/DB_File.pm +____________________________________________________________________________ +[ 12712] By: jhi on 2001/10/27 20:56:38 + Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS + From: "Craig A. Berry" + Date: Sat, 27 Oct 2001 16:07:47 -0500 + Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01> + Branch: perl + ! configure.com perlio.c +____________________________________________________________________________ +[ 12711] By: nick on 2001/10/27 19:49:25 + Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup(). + Restores op/fork.t on Win32 (still segfault on exit of ok 2). + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12710] By: jhi on 2001/10/27 17:07:46 + Log: Let's not replace reason if there's one already supplied. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 12709] By: jhi on 2001/10/27 17:02:30 + Log: is not good. + Branch: perl + ! t/op/regexp.t +____________________________________________________________________________ +[ 12708] By: jhi on 2001/10/27 16:54:07 + Log: ldlibpth can exist but be unset. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12707] By: jhi on 2001/10/27 16:47:07 + Log: Unicode: property alias naming cleanup. + Branch: perl + ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod +____________________________________________________________________________ +[ 12706] By: jhi on 2001/10/27 15:24:06 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod +____________________________________________________________________________ +[ 12705] By: jhi on 2001/10/27 15:23:15 + Log: Integrate change #12703 from maintperl; + + typemap stuff intervenes before declaration, move it to PREINIT + section + + (an empty integrate, but now the files are in sync + between the branches) + Branch: perl + !> ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 12704] By: jhi on 2001/10/27 15:21:17 + Log: More PerlIO symbols. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12703] By: gsar on 2001/10/27 15:12:54 + Log: typemap stuff intervenes before declaration, move it to PREINIT + section + Branch: maint-5.6/perl + ! ext/ODBM_File/ODBM_File.xs +____________________________________________________________________________ +[ 12702] By: nick on 2001/10/27 14:09:35 + Log: Integrate mainline + Branch: perlio + +> ext/threads/shared/t/av_simple.t + +> ext/threads/shared/t/hv_refs.t + +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl + !> (integrate 109 files) +____________________________________________________________________________ +[ 12700] By: ams on 2001/10/26 21:22:23 + Log: Subject: [PATCH] tweak divide + From: Nicholas Clark + Date: Fri, 26 Oct 2001 22:52:17 +0100 + Message-Id: <20011026225217.B20275@plum.flirble.org> + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 12699] By: pudge on 2001/10/26 20:49:00 + Log: Integrate a buncha things from maintperl. + Branch: maint-5.6/macperl + !> (integrate 32 files) +____________________________________________________________________________ +[ 12698] By: jhi on 2001/10/26 19:13:24 + Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box + From: Andy Dougherty + Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/svr4.sh +____________________________________________________________________________ +[ 12697] By: jhi on 2001/10/26 18:42:58 + Log: When you're root, many things become writable. + Branch: perl + ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t +____________________________________________________________________________ +[ 12696] By: jhi on 2001/10/26 15:52:58 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12695] By: gsar on 2001/10/26 15:34:31 + Log: Term/Cap.t attempts to access the floppy drive for no good reason + on dosish systems + Branch: perl + ! lib/Term/Cap.t +____________________________________________________________________________ +[ 12694] By: gsar on 2001/10/26 15:15:16 + Log: fix misleading comment on known inadequacy in B::Terse, and skip + it correctly + Branch: perl + ! ext/B/t/terse.t +____________________________________________________________________________ +[ 12693] By: gsar on 2001/10/26 14:53:56 + Log: fix spurious AutoSplit.t failure under windows + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12692] By: gsar on 2001/10/26 14:39:06 + Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12691] By: jhi on 2001/10/26 14:34:15 + Log: More logical to use %04"UVXf" than %"UVuf" since + the Unicode standard prefers hex. + Branch: perl + ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables utf8.c +____________________________________________________________________________ +[ 12690] By: gsar on 2001/10/26 14:15:55 + Log: change#12065 seems to have broken Encode build on windows; fix + Branch: perl + ! ext/Encode/Encode.xs ext/Encode/Makefile.PL +____________________________________________________________________________ +[ 12689] By: jhi on 2001/10/26 14:12:04 + Log: Unicode: add the case folding table. + Branch: perl + + lib/unicore/To/Fold.pl + ! MANIFEST lib/unicore/mktables +____________________________________________________________________________ +[ 12688] By: sky on 2001/10/26 13:51:29 + Log: Get the new functions right, do not export lock since we use builtin lock. + TODO: fix xsubpp to support the new prototypes + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12687] By: jhi on 2001/10/26 13:43:03 + Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL, + as suggested by Sarathy. + Branch: perl + ! mg.c +____________________________________________________________________________ +[ 12686] By: gsar on 2001/10/26 13:39:52 + Log: avoid compiler warning + Branch: perl + ! win32/win32.c +____________________________________________________________________________ +[ 12685] By: jhi on 2001/10/26 13:39:12 + Log: WinCE update from Rainer Keuchel. + Branch: perl + ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def + ! wince/wince.c +____________________________________________________________________________ +[ 12684] By: sky on 2001/10/26 13:34:33 + Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12683] By: gbarr on 2001/10/26 13:32:47 + Log: More fixes that were made to the core and not in the libnet src + Branch: perl + ! lib/Net/Domain.pm +____________________________________________________________________________ +[ 12682] By: jhi on 2001/10/26 13:31:10 + Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3 + From: "H.Merijn Brand" + Date: Fri, 26 Oct 2001 13:55:21 +0200 + Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl> + + (plus make the db-recno.t#59 accept both \n and \r\n) + Branch: perl + ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t + ! ext/DB_File/t/db-recno.t +____________________________________________________________________________ +[ 12681] By: gbarr on 2001/10/26 13:22:38 + Log: Fix tests to be able to run in the core and the CPAN dist + Branch: perl + ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t + ! lib/Net/t/require.t lib/Net/t/smtp.t +____________________________________________________________________________ +[ 12680] By: jhi on 2001/10/26 13:16:03 + Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed] + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu> + Date: Fri, 26 Oct 2001 08:34:46 EDT + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12679] By: gbarr on 2001/10/26 13:11:00 + Log: Sync libnet modules with what will be libnet-1.08 + Branch: perl + ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm + ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm + ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t + ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t +____________________________________________________________________________ +[ 12678] By: jhi on 2001/10/26 13:03:01 + Log: Integrate maintperl changes #12268 and #12669; + + final touches to the audit for statics and thread-unsafe code + * make DB_File, ODBM_File thread-safe + * remove unnecessary/dangerous statics and protect others + from not getting accidentally enabled under threaded perls + + windows support functions get_childdir() et al aren't exported + correctly under vanilla build + + Testing under win32 appreciated since changes there had + to be manually merged and I cannot test how badly did I do. + Branch: perl + !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs + !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs + !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c + !> win32/vmem.h win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 12677] By: sky on 2001/10/26 12:37:17 + Log: More Config::threads to threads::threads changes + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/t/basic.t +____________________________________________________________________________ +[ 12676] By: sky on 2001/10/26 12:31:46 + Log: Make new() work exactly like create(). Move from Config::threads to threads::threads + Branch: perl + ! ext/threads/threads.pm ext/threads/threads.xs +____________________________________________________________________________ +[ 12675] By: sky on 2001/10/26 12:06:30 + Log: Allocing a TLS in runtime is not too hot. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12674] By: sky on 2001/10/26 11:59:09 + Log: Don't display debug data. + Branch: perl + ! ext/threads/threads.pm +____________________________________________________________________________ +[ 12673] By: sky on 2001/10/26 11:35:47 + Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is + complete bar support for blessed objects. + TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed. + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 12672] By: sky on 2001/10/26 11:15:28 + Log: Fix case where shared reference does not exist in current thread. + Branch: perl + ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t +____________________________________________________________________________ +[ 12671] By: sky on 2001/10/26 08:48:52 + Log: Support for references in shared arrays. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12670] By: sky on 2001/10/26 08:30:11 + Log: Add tests for references in hashes. + Branch: perl + + ext/threads/shared/t/hv_refs.t + ! MANIFEST +____________________________________________________________________________ +[ 12669] By: gsar on 2001/10/26 06:07:10 + Log: windows support functions get_childdir() et al aren't exported + correctly under vanilla build + Branch: maint-5.6/perl + ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h +____________________________________________________________________________ +[ 12668] By: gsar on 2001/10/26 03:52:12 + Log: final touches to the audit for statics and thread-unsafe code + * make DB_File, ODBM_File thread-safe + * remove unnecessary/dangerous statics and protect others + from not getting accidentally enabled under threaded perls + Branch: maint-5.6/perl + ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs + ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs + ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h + ! win32/win32.c +____________________________________________________________________________ +[ 12667] By: ams on 2001/10/26 03:48:36 + Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings. + From: "Richard Soderberg" + Date: Thu, 25 Oct 2001 23:42:50 -0400 + Message-Id: + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12666] By: jhi on 2001/10/26 02:07:17 + Log: Integrate change #12664 from maintperl; + + the newest GCCs don't seem to like C<"string1"##STRING2> + so keep it as C<"string1" STRING2> (latter appears to + work everywhere) + Branch: perl + !> ext/DynaLoader/dlutils.c +____________________________________________________________________________ +[ 12665] By: jhi on 2001/10/26 02:04:29 + Log: Subject: [PATCH] perl.h for Mac OS (Classic) + From: Chris Nandor + Date: Thu, 25 Oct 2001 22:15:03 -0400 + Message-Id: + Branch: perl + ! perl.h +____________________________________________________________________________ +[ 12664] By: gsar on 2001/10/26 00:22:35 + Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as + C<"string1" STRING2> (latter appears to work everywhere) + Branch: maint-5.6/perl + ! ext/DynaLoader/dlutils.c +____________________________________________________________________________ +[ 12663] By: jhi on 2001/10/25 22:59:44 + Log: AUTHORS update. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 12662] By: jhi on 2001/10/25 22:50:41 + Log: Integrate change #12660 from maintperl; + + make the dMY_CXT stuff available under all of + MULTIPLICITY/PERL_OBJECT/USE_ITHREADS + Branch: perl + !> perl.h +____________________________________________________________________________ +[ 12661] By: jhi on 2001/10/25 22:47:28 + Log: Subject: [PATCH] DB_File-1.79 + From: "Paul Marquess" + Date: Fri, 26 Oct 2001 00:03:54 +0100 + Message-ID: + Branch: perl + ! ext/DB_File/Changes ext/DB_File/DB_File.xs + ! ext/DB_File/t/db-recno.t ext/DB_File/version.c +____________________________________________________________________________ +[ 12660] By: gsar on 2001/10/25 22:44:44 + Log: make the dMY_CXT stuff available under all of + MULTIPLICITY/PERL_OBJECT/USE_ITHREADS + Branch: maint-5.6/perl + ! perl.h +____________________________________________________________________________ +[ 12659] By: jhi on 2001/10/25 21:27:23 + Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly + From: Michael G Schwern + Date: Thu, 25 Oct 2001 18:28:12 -0400 + Message-ID: <20011025182812.M4811@blackrider> + Branch: perl + ! t/run/kill_perl.t +____________________________________________________________________________ +[ 12658] By: jhi on 2001/10/25 20:54:58 + Log: STRLEN != int. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12657] By: jhi on 2001/10/25 20:51:44 + Log: Subject: [PATCH] remove small IVop redundancy + From: Nicholas Clark + Date: Thu, 25 Oct 2001 22:48:28 +0100 + Message-ID: <20011025224827.M66471@plum.flirble.org> + Branch: perl + ! pp.c pp_hot.c +____________________________________________________________________________ +[ 12656] By: jhi on 2001/10/25 18:45:52 + Log: Metaconfig unit change for #12655. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 12655] By: jhi on 2001/10/25 18:45:18 + Log: Subject: Re: Not OK @12650 + From: Andy Dougherty + Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT) + Message-ID: + Branch: perl + ! Configure +____________________________________________________________________________ +[ 12654] By: jhi on 2001/10/25 18:07:58 + Log: Integrate changes #12652 and #12653 from maintperl; + + more tweaks to change#12626 + * move the boilerplate code over to perl.h and make DynaLoader + use it + * make re, Opcode, File::Glob and B threadsafe + * re.xs needed s/deinstall/uninstall/ (guess nobody uses + C anywhere) + + include XS_VERSION in MY_CXT_KEY (tweak for change#12652) + + File::Glob required a bit more work in bleadperl + because of ExtUtils::Constant (see the Makefile.PL change) + Branch: perl + ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL + !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs + !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h +____________________________________________________________________________ +[ 12653] By: gsar on 2001/10/25 17:23:52 + Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652) + Branch: maint-5.6/perl + ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs + ! ext/Opcode/Opcode.xs ext/re/re.xs +____________________________________________________________________________ +[ 12652] By: gsar on 2001/10/25 16:46:44 + Log: more tweaks to change#12626 + * move the boilerplate code over to perl.h and make DynaLoader + use it + * make re, Opcode, File::Glob and B threadsafe + * re.xs needed s/deinstall/uninstall/ (guess nobody uses + C anywhere) + Branch: maint-5.6/perl + ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs + ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h +____________________________________________________________________________ +[ 12651] By: jhi on 2001/10/25 16:35:51 + Log: Metaconfig unit change for #12650. + Branch: metaconfig/U/perl + ! Extensions.U +____________________________________________________________________________ +[ 12650] By: jhi on 2001/10/25 16:35:34 + Log: Subject: Re: ithreads doesn't like usedl=n + From: Andy Dougherty + Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT) + Message-ID: + + Special-case threads::shared. + Branch: perl + ! Configure +____________________________________________________________________________ +[ 12649] By: jhi on 2001/10/25 16:21:35 + Log: Getting fancier... + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12648] By: jhi on 2001/10/25 14:26:20 + Log: csh - what a pain. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12647] By: jhi on 2001/10/25 14:04:01 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12646] By: jhi on 2001/10/25 13:34:19 + Log: Allow resetting the locale system for the duration + of the build (Mac OS X default setting LANG=En_US + ist kaputt) + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 12645] By: jhi on 2001/10/25 13:04:17 + Log: Update the MD5 checksum of MD5.xs (caused by #12642) + Branch: perl + ! ext/Digest/MD5/t/files.t +____________________________________________________________________________ +[ 12644] By: jhi on 2001/10/25 12:56:33 + Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641) + From: Andy Dougherty + Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) + Message-ID: + Branch: perl + ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL + ! ext/threads/shared/Makefile.PL +____________________________________________________________________________ +[ 12643] By: sky on 2001/10/25 12:28:26 + Log: Add support for reference members of hashes. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12642] By: ams on 2001/10/25 12:21:13 + Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo + From: "Norton Allen" + Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt) + Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu> + Branch: perl + ! ext/Digest/MD5/MD5.xs +____________________________________________________________________________ +[ 12641] By: sky on 2001/10/25 10:27:39 + Log: Tests shared hashes. + Branch: perl + + ext/threads/shared/t/hv_simple.t + ! MANIFEST +____________________________________________________________________________ +[ 12640] By: sky on 2001/10/25 10:18:23 + Log: Fix threadcounts for arrays and hashes. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12639] By: sky on 2001/10/25 10:17:26 + Log: Note to self, doing *src_ary++ in a macro that evaluates + the value more than once is a good way to dump core. + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12638] By: jhi on 2001/10/25 05:18:06 + Log: Integrate change #12636 from maintperl; more dl fixups. + Branch: perl + !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs + !> ext/DynaLoader/dl_vms.xs +____________________________________________________________________________ +[ 12637] By: jhi on 2001/10/25 05:14:17 + Log: Like dl_hpux, like dl_dld. + Branch: perl + ! ext/DynaLoader/dl_dld.xs +____________________________________________________________________________ +[ 12636] By: gsar on 2001/10/25 02:34:06 + Log: followups to change#12635 + Branch: maint-5.6/perl + ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs + ! ext/DynaLoader/dl_vms.xs +____________________________________________________________________________ +[ 12635] By: gsar on 2001/10/25 02:22:03 + Log: add part of change#12634 to the two files that need it; dl_aix.xs + in maint-5.6 doesn't have the branch that had the problem in + mainline + Branch: maint-5.6/perl + ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs +____________________________________________________________________________ +[ 12634] By: jhi on 2001/10/25 01:53:03 + Log: Fixes for #12627. + Branch: perl + ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs +____________________________________________________________________________ +[ 12633] By: jhi on 2001/10/25 01:52:33 + Log: Since pv_uni_display and sv_uni_display are now used + in the re extension, their symbols have to be exported. + Branch: perl + ! embed.pl global.sym +____________________________________________________________________________ +[ 12632] By: jhi on 2001/10/25 01:00:06 + Log: Subject: Re: [PATCH Perl@12567] debug /list + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Tue, 23 Oct 2001 21:40:33 EDT + Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12631] By: jhi on 2001/10/25 00:25:55 + Log: This takes care of some of the re 'debug' cases but + not all cases since the information whether the pattern + or the target are utf8 seems to be either lost or not + spread widely enough, sigh. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 12630] By: jhi on 2001/10/25 00:03:07 + Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure + From: John Peacock + Date: Wed, 24 Oct 2001 16:53:29 -0400 + Message-ID: <3BD72A49.1508D152@rowman.com> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12629] By: jhi on 2001/10/24 23:16:21 + Log: Upgrade NetWare and WinCE as in #12626. + Branch: perl + ! NetWare/dl_netware.xs wince/dl_win32.xs +____________________________________________________________________________ +[ 12628] By: jhi on 2001/10/24 23:07:00 + Log: Tru64 compiler nit. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12627] By: jhi on 2001/10/24 22:02:23 + Log: Integrate change #12626 from maintperl; + make DynaLoader threadsafe by moving all statics into + interpreter-local space + + TODO: Netware, OS/2, WinCE + Branch: perl + !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs + !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs + !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs + !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs + !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs + !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs + !> ext/DynaLoader/dlutils.c win32/dl_win32.xs +____________________________________________________________________________ +[ 12626] By: gsar on 2001/10/24 21:43:10 + Log: make DynaLoader threadsafe by moving all statics into interpreter-local + space + Branch: maint-5.6/perl + ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs + ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs + ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs + ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs + ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs + ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs + ! ext/DynaLoader/dlutils.c win32/dl_win32.xs +____________________________________________________________________________ +[ 12625] By: sky on 2001/10/24 20:05:26 + Log: Change #12623 inflicted an infinite hang. Fixed. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12624] By: sky on 2001/10/24 19:06:55 + Log: Adds support for hashes. Neither hashes nor arrays can contain references yet. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12623] By: sky on 2001/10/24 18:06:34 + Log: We need to do sharedsv_find in the original perl context. + Branch: perl + ! ext/threads/shared/shared.xs +____________________________________________________________________________ +[ 12622] By: sky on 2001/10/24 17:26:51 + Log: Add support for basic support for AVs, references not supported yet. + Add test for AVs. + Add more tests to sv_refs + Fix documentation issues. + Branch: perl + + ext/threads/shared/t/av_simple.t + ! MANIFEST ext/threads/shared/shared.pm + ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t +____________________________________________________________________________ +[ 12621] By: jhi on 2001/10/24 14:08:39 + Log: Dump Unicode better for re 'debug'. The regprop() + is unfinished since have to figure out how to detect + Unicodeness in there. + Branch: perl + ! regcomp.c regexec.c +____________________________________________________________________________ +[ 12620] By: sky on 2001/10/24 13:18:07 + Log: Add support for finding shared arrays and hashes. + Branch: perl + ! sharedsv.c +____________________________________________________________________________ +[ 12619] By: jhi on 2001/10/24 13:06:24 + Log: Rewrite sv_uni_display() as pv_uni_display() as + reimplement sv_uni_display() using that. + Branch: perl + ! dump.c embed.h embed.pl proto.h +____________________________________________________________________________ +[ 12618] By: jhi on 2001/10/24 12:14:03 + Log: Integrate change #12615 from maintperl; + on Windows, IO::File::new_tmpfile() fails after being called + 32767 times because MSVCRT thinks stdio's TMP_MAX is a + process-wide limit + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 12617] By: jhi on 2001/10/24 12:10:37 + Log: Don't try to print ints as IVs. + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12616] By: sky on 2001/10/24 11:06:35 + Log: We only need to fetch the SV from the backend if the index + is not the same as mg_private. In theory this could be + a problem if there are an exact multiple of U16 changes + of a shared variable between two access in a given thread, + we choose to avoid theory for now. + Branch: perl + ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h +____________________________________________________________________________ +[ 12615] By: gsar on 2001/10/24 04:09:43 + Log: on Windows, IO::File::new_tmpfile() fails after being called + 32767 times because MSVCRT thinks stdio's TMP_MAX is a + process-wide limit + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12614] By: jhi on 2001/10/23 22:19:34 + Log: Negation and Unicode: sort of solves 20010303.010, + except not quite like reported in the Subject + (Perl_warner is still utf8-ignorant). + Branch: perl + ! pp.c t/lib/warnings/sv +____________________________________________________________________________ +[ 12613] By: jhi on 2001/10/23 21:53:13 + Log: Make the "isn't numeric" warning to show Unicode as Unicode. + Branch: perl + ! sv.c t/lib/warnings/sv +____________________________________________________________________________ +[ 12612] By: jhi on 2001/10/23 21:52:45 + Log: sv_uni_display(): do not add the "...", let the caller + do it if wanted, and be prepared for more display options. + Branch: perl + ! dump.c embed.h embed.pl proto.h +____________________________________________________________________________ +[ 12611] By: nick on 2001/10/23 20:28:07 + Log: Integrate mainline + Branch: perlio + !> Changes configure.com cygwin/cygwin.c + !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t + !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t + !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm + !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c + !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t + !> utils/h2xs.PL utils/perldoc.PL +____________________________________________________________________________ +[ 12610] By: sky on 2001/10/23 19:39:24 + Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves + READONLY but still dies with modification attempt. We only call bless for ext and + umagic. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12609] By: jhi on 2001/10/23 19:35:02 + Log: Croak() on negative time; doc tweaks. + Branch: perl + ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12608] By: jhi on 2001/10/23 18:38:03 + Log: FAQ sync. + Branch: perl + ! pod/perlfaq4.pod pod/perlfaq7.pod +____________________________________________________________________________ +[ 12607] By: sky on 2001/10/23 18:27:27 + Log: Call setmagic on the referant we blessing! + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 12606] By: jhi on 2001/10/23 16:30:00 + Log: Small test nits. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 12605] By: jhi on 2001/10/23 13:08:32 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12604] By: jhi on 2001/10/23 13:03:21 + Log: Make the PerlIO_init() prototypes consistent. + Branch: perl + ! perlio.c +____________________________________________________________________________ +[ 12603] By: jhi on 2001/10/23 12:54:52 + Log: Upping the test count is a good idea. + Branch: perl + ! t/op/lc.t +____________________________________________________________________________ +[ 12602] By: jhi on 2001/10/23 12:52:10 + Log: Document the final sigma spot. + Branch: perl + ! pp.c +____________________________________________________________________________ +[ 12601] By: jhi on 2001/10/23 12:26:12 + Log: Fix multicharacter titlecase (ucfirst). + Branch: perl + ! pod/perlunicode.pod pp.c t/op/lc.t +____________________________________________________________________________ +[ 12600] By: jhi on 2001/10/23 11:47:19 + Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp + From: Mikhail Zabaluev + Date: Tue, 23 Oct 2001 10:40:37 +0400 + Message-ID: <20011023104037.A12761@localhost.localdomain> + + (#12406 replaced with this) + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 12599] By: jhi on 2001/10/23 00:26:17 + Log: MacOS Classic updates from Pudge. + Branch: perl + ! lib/File/Spec.t lib/File/Spec/Mac.pm +____________________________________________________________________________ +[ 12598] By: jhi on 2001/10/22 22:32:59 + Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32 + From: Nikola Knezevic + Date: Sun, 14 Oct 2001 23:14:46 +0200 + Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu> + + except for the 2->4 changes. + Branch: perl + ! lib/AutoSplit.t +____________________________________________________________________________ +[ 12597] By: gsar on 2001/10/22 22:02:50 + Log: integrate macperl contents into maint-5.6 + Branch: maint-5.6/perl + ! mg.c + !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL + !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm + !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm + !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm + !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm + !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t + !> t/lib/filefind.t t/lib/filespec.t +____________________________________________________________________________ +[ 12596] By: jhi on 2001/10/22 21:43:44 + Log: At some point the #6234 has been lost from the mainline + (noticed by Pudge; what's a Mac guy doing reading Win modules? :-) + Branch: perl + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12595] By: jhi on 2001/10/22 21:31:31 + Log: Cygwin seems to round up (or closest, but not down) + for time(), so half of the time (bad pun intended) + Time::HiRes::time() is less than time(), half of + the time it's more. So let's try harder in the loop. + Branch: perl + ! ext/Time/HiRes/HiRes.t +____________________________________________________________________________ +[ 12594] By: jhi on 2001/10/22 21:23:15 + Log: MacOS Classic timeofday(), from Chris Nandor. + Branch: perl + ! ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12593] By: jhi on 2001/10/22 21:17:39 + Log: Integrate changes #12580 and #12581 from macperl; + + Fix path construction. + + (Copyright) Nit. + Branch: perl + !> ext/DynaLoader/DynaLoader_pm.PL perl.c +____________________________________________________________________________ +[ 12592] By: jhi on 2001/10/22 21:00:18 + Log: No domainname(1) in Cygwin, either, and the 2>/dev/null + doesn't seem to help (the error being output to console, maybe?) + Branch: perl + ! lib/Net/Domain.pm +____________________________________________________________________________ +[ 12591] By: jhi on 2001/10/22 20:55:08 + Log: Taint the getcwd() result also in Cygwin. + (TODO: which other platforms need the same thing?) + Branch: perl + ! cygwin/cygwin.c +____________________________________________________________________________ +[ 12590] By: jhi on 2001/10/22 20:27:47 + Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false. + Branch: perl + ! t/op/taint.t +____________________________________________________________________________ +[ 12589] By: jhi on 2001/10/22 20:10:40 + Log: getpwuid() fragility continues. + Branch: perl + ! utils/h2xs.PL +____________________________________________________________________________ +[ 12588] By: jhi on 2001/10/22 19:58:34 + Log: getpwuid() might succeed but that's no guarantee + that the $home will be defined. + Branch: perl + ! ext/File/Glob/t/basic.t +____________________________________________________________________________ +[ 12587] By: jhi on 2001/10/22 19:50:35 + Log: It's safer to to expand the variable, too... (see #12571) + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12586] By: pudge on 2001/10/22 19:42:04 + Log: Integrate with maintperl. + Branch: maint-5.6/macperl + !> win32/bin/pl2bat.pl win32/win32.c +____________________________________________________________________________ +[ 12585] By: pudge on 2001/10/22 19:32:02 + Log: Oops, forgot to include Win32 ... just as well, since it + seems in bleadperl, change #7764 was not included + (adding C:\temp). Re-added. Rip it back out if it + doesn't belong. :-) + Branch: maint-5.6/macperl + ! lib/File/Spec/Win32.pm +____________________________________________________________________________ +[ 12584] By: jhi on 2001/10/22 19:26:47 + Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads + From: "Craig A. Berry" + Date: Mon, 22 Oct 2001 15:25:19 -0500 + Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01> + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 12583] By: pudge on 2001/10/22 19:26:00 + Log: Add in lots of File::Spec changes, from Thomas Wegner, + and sync with changes from bleadperl. + Branch: maint-5.6/macperl + ! lib/File/Spec.pm lib/File/Spec/Epoc.pm + ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm + ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm + ! lib/File/Spec/Win32.pm t/lib/filespec.t +____________________________________________________________________________ +[ 12582] By: pudge on 2001/10/22 19:23:28 + Log: Sync with latest File::Find and tests from bleadperl. + Branch: maint-5.6/macperl + ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t +____________________________________________________________________________ +[ 12581] By: pudge on 2001/10/22 19:22:12 + Log: Nit. + Branch: maint-5.6/macperl + ! perl.c +____________________________________________________________________________ +[ 12580] By: pudge on 2001/10/22 19:21:37 + Log: Fix path construction. + Branch: maint-5.6/macperl + ! ext/DynaLoader/DynaLoader_pm.PL +____________________________________________________________________________ +[ 12579] By: nick on 2001/10/22 19:08:35 + Log: Integrate mainline (for Arthurs thread.xs fix) + Branch: perlio + !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t +____________________________________________________________________________ +[ 12578] By: pudge on 2001/10/22 19:02:34 + Log: Fix up exported symbols, move relevant docs + over from macperl.pod. + Branch: maint-5.6/macperl + ! macos/ext/MacPerl/MacPerl.pm +____________________________________________________________________________ +[ 12577] By: pudge on 2001/10/22 19:01:38 + Log: Make ADDRESS called optionally as a method. + Branch: maint-5.6/macperl + ! macos/lib/Mac/Glue.pm +____________________________________________________________________________ +[ 12576] By: pudge on 2001/10/22 18:58:22 + Log: Fix exit code (MacPerl bug #422129) and add Stop Script + Apple event. + Branch: maint-5.6/macperl + ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c + ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c + ! macos/macperl/MPTerminology.aete +____________________________________________________________________________ +[ 12575] By: pudge on 2001/10/22 18:56:34 + Log: Clean up some build utilities. Change Entab to Duplicate; + fix docs and error reporting; improve macify() of paths; + remove requirement for Exporter.pm presence. + Branch: maint-5.6/macperl + ! macos/InstallBLIB macos/MacPerlTests.cmd + ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm +____________________________________________________________________________ +[ 12574] By: pudge on 2001/10/22 18:53:28 + Log: Sync Time::HiRes with bleadperl + Branch: maint-5.6/macperl + ! macos/bundled_ext/Time/HiRes/HiRes.pm + ! macos/bundled_ext/Time/HiRes/HiRes.t + ! macos/bundled_ext/Time/HiRes/HiRes.xs +____________________________________________________________________________ +[ 12573] By: pudge on 2001/10/22 18:52:58 + Log: Fix up Changes + Branch: maint-5.6/macperl + ! macos/Changes +____________________________________________________________________________ +[ 12572] By: jhi on 2001/10/22 18:49:32 + Log: A user might belong to only a single group + (the group equal to the group id). + Branch: perl + ! t/op/groups.t +____________________________________________________________________________ +[ 12571] By: jhi on 2001/10/22 18:36:46 + Log: Prepending (instead of replacing with) the pwd is safer. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12570] By: jhi on 2001/10/22 18:34:54 + Log: Be more robust if no hostname or domainname + (especially the latter) + Branch: perl + ! lib/Net/Domain.pm +____________________________________________________________________________ +[ 12569] By: sky on 2001/10/22 17:41:07 + Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour. + Branch: perl + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12568] By: nick on 2001/10/22 16:31:24 + Log: Integrate mainline + Branch: perlio + +> ext/threads/shared/Makefile.PL ext/threads/shared/README + +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs + +> ext/threads/shared/t/sv_refs.t + +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod + - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + - lib/unicore/To/SpecUpper.pl + !> (integrate 42 files) +____________________________________________________________________________ +[ 12567] By: jhi on 2001/10/22 12:56:20 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12566] By: jhi on 2001/10/22 12:22:29 + Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $] + From: Michael G Schwern + Date: Mon, 22 Oct 2001 03:48:38 -0400 + Message-ID: <20011022034838.B1676@blackrider> + Branch: perl + ! pod/perlvar.pod +____________________________________________________________________________ +[ 12565] By: jhi on 2001/10/22 12:21:28 + Log: Pod nits, as suggested by Stas Bekman. + Branch: perl + ! ext/threads/shared/shared.pm ext/threads/threads.pm +____________________________________________________________________________ +[ 12564] By: jhi on 2001/10/22 12:17:00 + Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules + From: "Paul Marquess" + Date: Sun, 21 Oct 2001 21:11:15 +0100 + Message-ID: + Branch: perl + ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t + ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs + ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap + ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t + ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t + ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs + ! ext/SDBM_File/sdbm.t +____________________________________________________________________________ +[ 12563] By: jhi on 2001/10/22 12:15:19 + Log: Integrate change #12559 from maintperl; + various fixes for system() and backticks under windows + Branch: perl + !> win32/win32.c +____________________________________________________________________________ +[ 12562] By: jhi on 2001/10/22 12:05:35 + Log: Integrate change #12560 from maintperl; + make pl2bat use %0 rather than "%0" (the latter fails to work + in a lot of common cases) + Branch: perl + !> win32/bin/pl2bat.pl +____________________________________________________________________________ +[ 12561] By: jhi on 2001/10/22 12:00:23 + Log: Integrate changes #12549 and #12550 from maintperl; + + readline() doesn't work with our variables; it confuses them with + my variables (change#4227 was incomplete) + Branch: perl + ! t/lib/strict/vars + !> t/base/rs.t toke.c +____________________________________________________________________________ +[ 12560] By: gsar on 2001/10/22 09:51:59 + Log: make pl2bat use %0 rather than "%0" (the latter fails to work + in a lot of common cases) + Branch: maint-5.6/perl + ! win32/bin/pl2bat.pl +____________________________________________________________________________ +[ 12559] By: gsar on 2001/10/22 09:49:51 + Log: various fixes for system() and backticks under windows: + + * avoid munging whitespace that is passed within quotes + * work around a cmd.exe misfeature that made multi-arg + system() unreliable when there is more than one quoted + argument + * make multi-arg system() autoquote arguments as needed + before passing them to the shell (this avoids having to + second guess the shell quoting) + * perl's -Dp switch can be used to trace the innards + Branch: maint-5.6/perl + ! win32/win32.c +____________________________________________________________________________ +[ 12558] By: nick on 2001/10/22 08:58:42 + Log: Integrate ithreads buffer flush fix from perlio + Branch: perl + !> ext/threads/t/basic.t perl.c +____________________________________________________________________________ +[ 12557] By: nick on 2001/10/22 08:35:09 + Log: All tests pass (legitimately) on ithreads + Branch: perlio + ! ext/threads/t/basic.t perl.c +____________________________________________________________________________ +[ 12556] By: nick on 2001/10/22 06:51:22 + Log: Integrate non-ithreads fix to mainline + Branch: perl + !> perlio.c +____________________________________________________________________________ +[ 12555] By: nick on 2001/10/22 06:48:33 + Log: Restore non-ithreads build. Interestingly binmode test passes + non-ithreads - so crlf layer is not damaged and ithreads fail + is a symptom ... + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12554] By: jhi on 2001/10/21 22:21:55 + Log: Integrate from perlio; restructuring. + Branch: perl + !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c + !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk + !> win32/perlhost.h +____________________________________________________________________________ +[ 12553] By: pudge on 2001/10/21 21:51:34 + Log: Integrate from maintperl + (Changes 12350, 12496, 12548, 12549, 12550) + Branch: maint-5.6/macperl + !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t + !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c +____________________________________________________________________________ +[ 12552] By: nick on 2001/10/21 19:18:12 + Log: Win32 PerlIO_cleanup special cases should no longer be required. + Branch: perlio + ! perl.c +____________________________________________________________________________ +[ 12551] By: nick on 2001/10/21 19:16:56 + Log: Multiple win32io.o is fatal for GCC (and noise with VC++) + Branch: perlio + ! win32/makefile.mk +____________________________________________________________________________ +[ 12550] By: gsar on 2001/10/21 19:05:54 + Log: change#12549 wasn't aware of strictures + Branch: maint-5.6/perl + ! t/pragma/strict-vars toke.c +____________________________________________________________________________ +[ 12549] By: gsar on 2001/10/21 18:03:19 + Log: readline() doesn't work with our variables; it confuses them with + my variables (change#4227 was incomplete) + Branch: maint-5.6/perl + ! t/base/rs.t toke.c +____________________________________________________________________________ +[ 12548] By: gsar on 2001/10/21 17:48:01 + Log: change#12220 appears to have pulled in a mainline change that + isn't applicable to maint-5.6 (some platforms don't taint + cwd) + Branch: maint-5.6/perl + ! t/lib/filefind-taint.t +____________________________________________________________________________ +[ 12547] By: nick on 2001/10/21 17:15:54 + Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions + for them. Call explicit cleanup during destruct process. + - one binmode test is failing + - also ext/threads/t/basic.t fails under make test, and is noisy under + harness. (Threads results are intermingled and don't match order expected.) + Branch: perlio + ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c + ! perlio.h perliol.h pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 12546] By: jhi on 2001/10/21 16:12:08 + Log: Implement multicharacter case mappings where a single + Unicode character can be mapped into several. + Branch: perl + - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + - lib/unicore/To/SpecUpper.pl + ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl + ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl + ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c + ! proto.h t/op/lc.t utf8.c +____________________________________________________________________________ +[ 12545] By: sky on 2001/10/21 15:25:16 + Log: First support of threads::shared, support shared svs and references. + Branch: perl + + ext/threads/shared/Makefile.PL ext/threads/shared/README + + ext/threads/shared/shared.pm ext/threads/shared/shared.xs + + ext/threads/shared/t/sv_refs.t + + ext/threads/shared/t/sv_simple.t + ! MANIFEST sharedsv.c +____________________________________________________________________________ +[ 12544] By: nick on 2001/10/21 14:52:35 + Log: PerlIO layer table as PL_perlio (per-interpreter) + Branch: perlio + ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h + ! pod/perlapi.pod sv.c +____________________________________________________________________________ +[ 12543] By: jhi on 2001/10/21 13:36:40 + Log: Prettyprinting. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12542] By: ams on 2001/10/21 03:50:25 + Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final" + From: "Sean M. Burke" + Date: Sat, 20 Oct 2001 17:51:09 -0600 + Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net> + Branch: perl + + pod/perlpodspec.pod + ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod + ! pod/perltoc.pod +____________________________________________________________________________ +[ 12541] By: nick on 2001/10/20 22:23:53 + Log: Fix typos in new locking on MemShared + Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...) + - seems to make segfaults more deterministic - suspect they are + attempt to free() after Interp and Host have gone. + Branch: perlio + ! perlio.c win32/perlhost.h +____________________________________________________________________________ +[ 12540] By: nick on 2001/10/20 21:50:46 + Log: Remove the MemShared re-#define (again) + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 12539] By: nick on 2001/10/20 21:49:06 + Log: Use locks on MemShared + Branch: perlio + ! win32/perlhost.h +____________________________________________________________________________ +[ 12538] By: jhi on 2001/10/20 17:31:07 + Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out + From: "chromatic" + Date: Sat, 20 Oct 2001 11:13:47 -0600 + Message-ID: <20011020172003.60024.qmail@onion.perl.org> + Branch: perl + ! installhtml +____________________________________________________________________________ +[ 12537] By: nick on 2001/10/20 16:44:03 + Log: Integrate mainline + Branch: perlio + !> (integrate 48 files) +____________________________________________________________________________ +[ 12536] By: jhi on 2001/10/20 15:58:00 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ +[ 12535] By: jhi on 2001/10/20 15:18:57 + Log: Upgrade to podlators 1.11, from Russ Allbery. + Branch: perl + ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm + ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm + ! pod/pod2man.PL pod/pod2text.PL +____________________________________________________________________________ +[ 12534] By: jhi on 2001/10/20 15:14:25 + Log: Integrate perlio change #12532: + introduce and use PerlIO_intmod2str(). + Branch: perl + !> doio.c lib/Net/Domain.pm perlio.c perlio.h +____________________________________________________________________________ +[ 12533] By: jhi on 2001/10/20 14:42:33 + Log: Update to Getopt::Long 2.26_02, from Johan Vromans. + Branch: perl + ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl +____________________________________________________________________________ +[ 12532] By: nick on 2001/10/20 14:25:37 + Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str() + Use for non-PERLIO fdupopen(). + Branch: perlio + ! doio.c lib/Net/Domain.pm perlio.c perlio.h +____________________________________________________________________________ +[ 12531] By: jhi on 2001/10/20 14:05:47 + Log: Integrate perlio: PerlIO win32 fixes. + Branch: perl + !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym + !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod + !> proto.h sv.h win32/win32io.c +____________________________________________________________________________ +[ 12530] By: nick on 2001/10/20 12:53:30 + Log: Fixed in two places - p4 resolve + Branch: perlio + ! perlsdio.h +____________________________________________________________________________ +[ 12529] By: nick on 2001/10/20 12:51:05 + Log: Fix for ithreads/stdio build + Branch: perlio + ! perlio.c perlsdio.h +____________________________________________________________________________ +[ 12528] By: ams on 2001/10/20 12:13:25 + Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man + From: Michael G Schwern + Date: Sat, 20 Oct 2001 01:41:21 -0400 + Message-Id: <20011020014121.I3681@blackrider> + Branch: perl + ! installman +____________________________________________________________________________ +[ 12527] By: ams on 2001/10/20 12:09:41 + Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo + From: Michael G Schwern + Date: Sat, 20 Oct 2001 02:04:21 -0400 + Message-Id: <20011020020421.A11732@blackrider> + Branch: perl + ! lib/Pod/Checker.pm +____________________________________________________________________________ +[ 12526] By: ams on 2001/10/20 11:59:41 + Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos + From: "chromatic" + Date: Fri, 19 Oct 2001 22:46:39 -0600 + Message-Id: <20011020045254.73112.qmail@onion.perl.org> + Branch: perl + ! lib/Net/Config.pm +____________________________________________________________________________ +[ 12525] By: nick on 2001/10/20 11:16:18 + Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling + Perl_sv_setsv_flags directly. + Branch: perlio + ! ext/threads/threads.xs +____________________________________________________________________________ +[ 12524] By: nick on 2001/10/20 10:28:17 + Log: Add a new flag character 'm' to embed.pl set to represent + "functions" which are really macros. Use it foe the troublesome + sv_setsv() etc. macros in sv.h - changing latter to define + sv_setsv rather than sv_setsv_macro etc. + Branch: perlio + ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h + ! pod/perlapi.pod proto.h sv.h +____________________________________________________________________________ +[ 12523] By: nick on 2001/10/20 09:17:17 + Log: Add comments explaining why win32.h/embed.h are included where they are + in perl.h + Branch: perlio + ! perl.h +____________________________________________________________________________ +[ 12522] By: nick on 2001/10/20 08:27:44 + Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not + being used yet. + Branch: perlio + ! win32/win32io.c +____________________________________________________________________________ +[ 12521] By: jhi on 2001/10/20 02:36:21 + Log: Wording tweaks. + Branch: perl + ! t/TEST +____________________________________________________________________________ +[ 12520] By: jhi on 2001/10/20 01:02:26 + Log: Subject: IO module with nonblocking socket connect patch + From: Raul Dias + Date: Fri, 19 Oct 2001 22:45:32 -0300 + Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br> + Branch: perl + ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm +____________________________________________________________________________ +[ 12519] By: jhi on 2001/10/20 00:51:07 + Log: Test vertical whitespace combined with /x in \p{}. + Branch: perl + ! t/op/pat.t +____________________________________________________________________________ +[ 12518] By: jhi on 2001/10/20 00:13:47 + Log: Subject: [PATCH] PERL_MM_USE_DEFAULT + From: Gisle Aas + Date: 19 Oct 2001 16:46:02 -0700 + Message-ID: + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12517] By: jhi on 2001/10/19 23:59:34 + Log: No more this symbol. + Branch: perl + ! makedef.pl +____________________________________________________________________________ +[ 12516] By: jhi on 2001/10/19 23:57:48 + Log: Integrate change #12511; fix gross win32 build issues. + Branch: perl + !> makedef.pl sv.c +____________________________________________________________________________ +[ 12515] By: jhi on 2001/10/19 23:16:06 + Log: Unpack in scalar context should return the first value + returned in list context, as pointed out by Ton Hospel + in 2001-05-21 (this is how it works already in blead, + just adding the test). + Branch: perl + ! t/op/pack.t +____________________________________________________________________________ +[ 12514] By: jhi on 2001/10/19 21:10:43 + Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS + From: "Craig A. Berry" + Date: Fri, 19 Oct 2001 16:59:30 -0500 + Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01> + Branch: perl + ! utils/perldoc.PL +____________________________________________________________________________ +[ 12513] By: jhi on 2001/10/19 21:09:27 + Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 19 Oct 2001 17:45:23 EDT + Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h + ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h + ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c + ! vms/vmsish.h +____________________________________________________________________________ +[ 12512] By: jhi on 2001/10/19 20:28:48 + Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed + From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) + Date: Fri, 19 Oct 2001 17:26:35 EDT + Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu> + Branch: perl + ! lib/Term/Complete.t lib/Test/Simple/t/output.t +____________________________________________________________________________ +[ 12511] By: nick on 2001/10/19 19:55:36 + Log: Fix gross win32 build issues + Branch: perlio + ! makedef.pl sv.c +____________________________________________________________________________ +[ 12510] By: jhi on 2001/10/19 19:52:17 + Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current) + From: David Dyck + Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT) + Message-ID: + Branch: perl + ! lib/File/Find.pm +____________________________________________________________________________ +[ 12509] By: jhi on 2001/10/19 19:01:46 + Log: Subject: Re: PerlIO and Encode + From: SADAHIRO Tomoyuki + Date: Tue, 16 Oct 2001 01:50:16 +0900 + Message-Id: <20011016014150.0C8E.BQW10602@nifty.com> + Branch: perl + ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm + ! ext/Encode/Encode/Tcl.t +____________________________________________________________________________ +[ 12508] By: ams on 2001/10/19 17:59:16 + Log: C> hunks from <20011019014551.A35625@not.autrijus.org>. + (See #12499) + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 12507] By: nick on 2001/10/19 16:30:43 + Log: Integrate mainline + Branch: perlio + +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t + +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t + +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t + +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t + +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t + +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t + +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl + +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod + +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64 + +> win32/config_H.win64 + - lib/Test/Utils.pm lib/unicore/mktables.PL + - t/lib/Test/Simple/Catch/More.pm + !> (integrate 84 files) +____________________________________________________________________________ +[ 12506] By: jhi on 2001/10/19 14:20:15 + Log: Retract the #10451 which seems to be the cause + of the major leakage from while(){eval"sub{}"} + Branch: perl + ! op.c t/run/kill_perl.t +____________________________________________________________________________ +[ 12505] By: jhi on 2001/10/19 13:39:59 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 12504] By: jhi on 2001/10/19 13:35:59 + Log: Tiny tweaks. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 12503] By: ams on 2001/10/19 13:34:24 + Log: Subject: Re: perlintro.pod + From: Abe Timmerman + Date: Fri, 19 Oct 2001 14:12:40 +0200 + Message-Id: + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 12502] By: ams on 2001/10/19 13:24:12 + Log: Slight reorganisation of references. + Branch: perl + ! pod/perl.pod +____________________________________________________________________________ +[ 12501] By: jhi on 2001/10/19 13:19:14 + Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's + From: Kay Röpke + Date: Fri, 19 Oct 2001 14:04:01 +0200 + Message-Id: + Branch: perl + ! lib/ExtUtils/MakeMaker.pm +____________________________________________________________________________ +[ 12500] By: jhi on 2001/10/19 03:25:44 + Log: Unicode categories continue: + implement Category=, Script=, Block= + (these are based on an upcoming update of TR#18) + Fix a bug where we got two In categories named "old italic", + and another where shortcut for the Is categories wasn't taken. + Branch: perl + ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl + ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod + ! pod/perlunicode.pod t/op/pat.t +____________________________________________________________________________ +[ 12499] By: ams on 2001/10/19 01:42:29 + Log: Subject: a small patch to perlintro.pod. + From: Autrijus Tang + Date: Fri, 19 Oct 2001 01:45:51 +0800 + Message-Id: <20011019014551.A35625@not.autrijus.org> + (Applied by hand with nits.) + Branch: perl + ! pod/perlintro.pod +____________________________________________________________________________ +[ 12498] By: jhi on 2001/10/19 00:14:50 + Log: Subject: [PATCH] OpenBSD hints for ithreads + From: Andy Dougherty + Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT) + Message-ID: + Branch: perl + ! hints/openbsd.sh +____________________________________________________________________________ +[ 12497] By: jhi on 2001/10/18 16:14:13 + Log: Retract #12446; the problem solved by #12474. + Branch: perl + ! hints/aix.sh +____________________________________________________________________________ +[ 12496] By: gsar on 2001/10/18 15:38:22 + Log: Carp::shortmess_heavy() doesn't notice trailing newline in + message and suppress line number info (from Steve Hay + ) + Branch: maint-5.6/perl + ! lib/Carp/Heavy.pm +____________________________________________________________________________ +[ 12495] By: jhi on 2001/10/18 14:06:52 + Log: More documented In categories. + Branch: perl + ! pod/perlunicode.pod +____________________________________________________________________________ +[ 12494] By: jhi on 2001/10/18 13:04:48 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 12493] By: jhi on 2001/10/18 12:58:31 Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST. Branch: perl @@ -382,7 +4201,8 @@ ____________________________________________________________________________ ! perlio.c perliol.h ____________________________________________________________________________ [ 12446] By: jhi on 2001/10/15 18:44:19 - Log: In AIX vac 5 just can't seem to get regcomp right. + Log: (retracted by #12497) + In AIX vac 5 just can't seem to get regcomp right. Branch: perl ! hints/aix.sh ____________________________________________________________________________ @@ -719,7 +4539,9 @@ ____________________________________________________________________________ ! ext/threads/threads.xs ____________________________________________________________________________ [ 12406] By: ams on 2001/10/12 13:26:04 - Log: Subject: [PATCH 5.6.1 perldoc] use File::Temp + Log: (replaced with #12600) + + Subject: [PATCH 5.6.1 perldoc] use File::Temp From: Mikhail Zabaluev Date: Fri, 12 Oct 2001 12:47:47 +0400 Message-Id: <20011012124747.E13918@localhost.localdomain> @@ -1904,7 +5726,9 @@ ____________________________________________________________________________ ! ext/B/B/Terse.pm ____________________________________________________________________________ [ 12249] By: jhi on 2001/09/27 22:29:32 - Log: Subject: [PATCH] Cleanup of perldsc.pod + Log: (retracted by #12338) + + Subject: [PATCH] Cleanup of perldsc.pod From: Casey West Date: Thu, 27 Sep 2001 11:13:17 -0400 Message-ID: <20010927111317.A1942@stupid.geeknest.com> @@ -2684,7 +6508,9 @@ ____________________________________________________________________________ ! embed.pl proto.h sharedsv.h ____________________________________________________________________________ [ 12136] By: ams on 2001/09/22 15:14:34 - Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm] + Log: (Retracted by #12185) + + Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm] Add Tests for warnings::register, Doc Update From: "chromatic" Date: Sat, 22 Sep 2001 09:43:20 -0600