summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes368
1 files changed, 368 insertions, 0 deletions
diff --git a/Changes b/Changes
index 54c991f326..98e2a29b46 100644
--- a/Changes
+++ b/Changes
@@ -31,6 +31,374 @@ or any other branch.
Version v5.7.1 Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 10104] By: jhi on 2001/05/14 18:09:07
+ Log: Retract #10094.
+ Branch: perl
+ ! lib/Pod/Text.pm
+____________________________________________________________________________
+[ 10103] By: jhi on 2001/05/14 15:20:58
+ Log: Integrate change #10100 from maintperl.
+
+ PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
+ bug ID 20010514.027)
+ Branch: perl
+ !> mg.c pp_ctl.c
+____________________________________________________________________________
+[ 10102] By: jhi on 2001/05/14 15:19:21
+ Log: Document the deprecatedness of suidperl.
+ Branch: perl
+ ! INSTALL pod/perlfaq1.pod
+____________________________________________________________________________
+[ 10101] By: jhi on 2001/05/14 14:54:31
+ Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
+ From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
+ Date: Mon, 14 May 2001 09:38:59 -0400
+ Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
+ Branch: perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 10100] By: gsar on 2001/05/14 14:43:50
+ Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
+ bug ID 20010514.027)
+
+ TODO: this needs a testsuite addition
+ Branch: maint-5.6/perl
+ ! mg.c pp_ctl.c
+____________________________________________________________________________
+[ 10099] By: jhi on 2001/05/14 13:42:38
+ Log: More DWIMminess for Class::Struct: calling the array or hash
+ accessors only with one argument, an array or a hash reference,
+ sets the underlying array or hash. This mirrors nicely also
+ the usage in the constructor.
+ From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
+ Branch: perl
+ ! lib/Class/Struct.pm t/lib/class-struct.t
+____________________________________________________________________________
+[ 10098] By: jhi on 2001/05/14 13:10:34
+ Log: Reference cmp'ing should go through the whole stringification
+ process shebang, as pointed out by Sarathy in #10091.
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 10097] By: jhi on 2001/05/14 12:54:31
+ Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
+ From: Simon Cozens <simon@netthink.co.uk>
+ Date: Sat, 12 May 2001 16:36:27 +0100
+ Message-ID: <20010512163627.A5522@netthink.co.uk>
+
+ with some additions salvaged from Todo and Todo-5.6 before
+ retiring them.
+ Branch: perl
+ - Todo Todo-5.6
+ ! MANIFEST pod/perltodo.pod
+____________________________________________________________________________
+[ 10096] By: jhi on 2001/05/14 12:37:01
+ Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
+ From: "Golubev I. N." <gin@mo.msk.ru>
+ Date: Mon, 07 May 2001 14:33:34 (GMT)
+ Message-Id: <02453af6b23e63-gin@mo.msk.ru>
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 10095] By: jhi on 2001/05/14 12:34:24
+ Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
+ From: "Todd C. Miller" <Todd.Miller@courtesan.com>
+ Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
+ Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
+ Branch: perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 10094] By: jhi on 2001/05/14 12:32:44
+ Log: (Retracted by #10104.)
+
+ Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
+ From: barries <barries@slaysys.com>
+ Date: Sat, 12 May 2001 01:28:10 -0400
+ Message-ID: <20010512012810.B26358@jester.slaysys.com>
+ Branch: perl
+ ! lib/Pod/Text.pm
+____________________________________________________________________________
+[ 10093] By: jhi on 2001/05/14 12:30:38
+ Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
+ From: Mike Guy <mjtg@cam.ac.uk>
+ Date: Sat, 12 May 2001 19:24:33 +0100
+ Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
+ Branch: perl
+ ! lib/AutoSplit.pm
+____________________________________________________________________________
+[ 10092] By: jhi on 2001/05/14 12:29:21
+ Log: Yet another HP-UX hints tweak from Merijn.
+ Branch: perl
+ ! hints/hpux.sh
+____________________________________________________________________________
+[ 10091] By: gsar on 2001/05/14 04:38:32
+ Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
+ isn't defined (changes#9366,9368,9370 from mainline without the
+ pp_scmp() change)
+ Branch: maint-5.6/perl
+ ! pp.c pp.h pp_hot.c
+____________________________________________________________________________
+[ 10090] By: jhi on 2001/05/12 13:39:43
+ Log: The sorting seems to happen now automatically.
+ Branch: perl
+ ! t/lib/glob-basic.t
+____________________________________________________________________________
+[ 10089] By: jhi on 2001/05/12 03:38:15
+ Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
+ From: Benjamin Sugars <bsugars@canoe.ca>
+ Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 10088] By: jhi on 2001/05/12 03:37:00
+ Log: Subject: Re: undef(&foo) does not work for XS functions
+ From: Doug MacEachern <dougm@covalent.net>
+ Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
+ Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 10087] By: jhi on 2001/05/12 03:35:58
+ Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
+ From: Peter Prymmer <pvhp@forte.com>
+ Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
+ Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
+ Branch: perl
+ ! t/op/append.t
+____________________________________________________________________________
+[ 10086] By: jhi on 2001/05/11 14:23:08
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
+[ 10085] By: jhi on 2001/05/11 14:08:20
+ Log: Remove the 'asciir' re subpragma. Should instead implement
+ the 'physical vs logical' range scheme:
+
+ \xAA-\xCC is a native physical range, you want that range of
+ codepoints in your native encoding. In EBCDIC the codepoints
+ in the gaps (between i-j and r-s) should be included.
+
+ \x{AA}-\x{CC} is a physical Unicode range, you want that range of
+ codepoints in Unicode.
+
+ a-z is a logical range, you want that range of 'logical' codepoints
+ in your native encoding. In EBCDIC the codepoints in the gaps
+ (between i-j and r-s) should not be included.
+
+ Mixed cases (a-\xAA, etc) should either be errors, or maybe
+ the 'logical' endpoints should be converted to native/Unicode
+ codepoints, and the range handled as a physical range.
+
+ 'Logical endpoints' are to be recognized only in the A-Z, a-z,
+ and 0-9 ranges. Probably a warning should be given for mixed
+ cases like A-z or a-9 (since such expressions are encoding
+ dependent), with a recommendation to use physical ranges.
+ Branch: perl
+ ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
+ ! t/op/regexp.t
+____________________________________________________________________________
+[ 10084] By: jhi on 2001/05/11 13:56:16
+ Log: Make the test to cleanup the test directory tree
+ both before and after the testing so that we always
+ have a clean slate to work with.
+ Branch: perl
+ ! t/lib/filefind.t
+____________________________________________________________________________
+[ 10083] By: jhi on 2001/05/11 13:46:30
+ Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
+ From: Jon Eveland <jweveland@yahoo.com>
+ Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
+ Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 10082] By: jhi on 2001/05/11 13:45:06
+ Log: Merge the camel-III/vstring.t with op/ver.t.
+ Branch: perl
+ - t/camel-III/vstring.t
+ ! MANIFEST t/TEST t/harness t/op/ver.t
+____________________________________________________________________________
+[ 10081] By: jhi on 2001/05/11 13:15:55
+ Log: Add test.deparse make target.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 10080] By: jhi on 2001/05/11 12:52:49
+ Log: Subject: [PATCH B::Deparse] $foo->bar(0)
+ From: Robin Houston <robin@kitsite.com>
+ Date: Fri, 11 May 2001 12:02:22 +0100
+ Message-ID: <20010511120222.A11529@penderel>
+ Branch: perl
+ ! ext/B/B/Deparse.pm t/op/method.t
+____________________________________________________________________________
+[ 10079] By: jhi on 2001/05/11 01:59:06
+ Log: A nicely working combination for UTS from Hal Morris.
+ Branch: perl
+ + ext/POSIX/hints/uts.pl
+ ! MANIFEST hints/uts.sh
+____________________________________________________________________________
+[ 10078] By: jhi on 2001/05/11 01:15:04
+ Log: i_ieeefp=undef for UTS.
+ Branch: perl
+ ! hints/uts.sh
+____________________________________________________________________________
+[ 10077] By: jhi on 2001/05/10 22:42:35
+ Log: Subject: RE: rand(0) is rand(1)
+ From: Larry Shatzer <lshatzer@islanddata.com>
+ Date: Thu, 10 May 2001 11:09:27 -0700
+ Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 10076] By: jhi on 2001/05/10 22:36:50
+ Log: Subject: [patch] make op_{clear,null} public
+ From: Doug MacEachern <dougm@covalent.net>
+ Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
+ Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
+ Branch: perl
+ ! embed.h embed.pl op.c proto.h
+____________________________________________________________________________
+[ 10075] By: jhi on 2001/05/10 22:28:36
+ Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
+ From: Robin Houston <robin@kitsite.com>
+ Date: Thu, 10 May 2001 18:54:59 +0100
+ Message-ID: <20010510185459.A5995@penderel>
+ Branch: perl
+ ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
+____________________________________________________________________________
+[ 10074] By: jhi on 2001/05/10 22:23:41
+ Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
+ From: Robin Houston <robin@kitsite.com>
+ Date: Thu, 10 May 2001 12:56:39 +0100
+ Message-ID: <20010510125639.A2119@penderel>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 10073] By: jhi on 2001/05/10 14:26:01
+ Log: Retract #10070, not ready yet.
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 10072] By: jhi on 2001/05/10 13:40:24
+ Log: The metaconfig unit change for #10071.
+ Branch: metaconfig
+ ! U/modified/mallocsrc.U
+____________________________________________________________________________
+[ 10071] By: jhi on 2001/05/10 13:39:57
+ Log: The #9525+#9526 didn't allow for overriding usemymalloc.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 10070] By: jhi on 2001/05/10 13:18:42
+ Log: (Retracted by #10073)
+
+ Subject: Re: [PATCH t/TEST] B::Deparse tester
+ From: Hugo <hv@crypt.compulink.co.uk>
+ Date: Thu, 10 May 2001 05:48:09 +0100
+ Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 10069] By: jhi on 2001/05/10 12:24:06
+ Log: Add a for(func()) test.
+ Branch: perl
+ ! t/cmd/for.t
+____________________________________________________________________________
+[ 10068] By: jhi on 2001/05/10 12:16:00
+ Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
+ From: Robin Houston <robin@kitsite.com>
+ Date: Thu, 10 May 2001 13:50:08 +0100
+ Message-ID: <20010510135008.A2454@penderel>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 10067] By: jhi on 2001/05/10 01:45:03
+ Log: A thinko in #10065.
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 10066] By: jhi on 2001/05/10 01:33:12
+ Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
+ From: Robin Houston <robin@kitsite.com>
+ Date: Thu, 10 May 2001 02:10:34 +0100
+ Message-ID: <20010510021034.A19421@penderel>
+ Branch: perl
+ ! ext/B/B.xs ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 10065] By: jhi on 2001/05/10 01:30:43
+ Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
+ From: Doug MacEachern <dougm@covalent.net>
+ Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
+ Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 10064] By: jhi on 2001/05/09 23:13:29
+ Log: One more workaround for the UTS compiler from Hal Morris.
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 10063] By: jhi on 2001/05/09 23:09:53
+ Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
+ From: Robin Houston <robin@kitsite.com>
+ Date: Thu, 10 May 2001 01:02:08 +0100
+ Message-ID: <20010510010208.A18200@penderel>
+ Branch: perl
+ ! ext/B/B/Debug.pm
+____________________________________________________________________________
+[ 10062] By: jhi on 2001/05/09 23:06:25
+ Log: Subject: [PATCH] Simplify deb_curcv() a bit
+ From: Benjamin Sugars <bsugars@canoe.ca>
+ Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
+ Branch: perl
+ ! run.c
+____________________________________________________________________________
+[ 10061] By: jhi on 2001/05/09 23:05:28
+ Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
+ From: Benjamin Sugars <bsugars@canoe.ca>
+ Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
+ Branch: perl
+ ! t/lib/io_scalar.t
+____________________________________________________________________________
+[ 10060] By: jhi on 2001/05/09 23:04:38
+ Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
+ From: Peter Prymmer <pvhp@forte.com>
+ Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
+ Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
+ Branch: perl
+ ! t/lib/md5-file.t
+____________________________________________________________________________
+[ 10059] By: jhi on 2001/05/09 23:03:52
+ Log: Subject: [PATCH t/TEST] B::Deparse tester
+ From: Robin Houston <robin@kitsite.com>
+ Date: Wed, 9 May 2001 19:17:50 +0100
+ Message-ID: <20010509191750.A16940@penderel>
+ Branch: perl
+ ! ext/B/O.pm t/TEST
+____________________________________________________________________________
+[ 10058] By: jhi on 2001/05/09 23:02:56
+ Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
+ From: Jeff Pinyan <jeffp@crusoe.net>
+ Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
+ Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
+ Branch: perl
+ ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 10057] By: nick on 2001/05/09 18:37:56
+ Log: Integrate mainline.
+ Branch: perlio
+ !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
+ !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
+____________________________________________________________________________
+[ 10056] By: jhi on 2001/05/09 16:44:44
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 10055] By: jhi on 2001/05/09 16:26:47
Log: Integrate perlio.
Branch: perl