summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-11 16:55:59 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-11 16:55:59 +0000
commitebd65db85c85622408cdba101e1826f763df0558 (patch)
tree96a579ff41c285b5a3b53d39aa5ca23ed9694af6 /Changes
parent7678ccedef3d2583c849cbd8e5a13ba36925ac4c (diff)
downloadperl-ebd65db85c85622408cdba101e1826f763df0558.tar.gz
Update Changes
p4raw-id: //depot/perl@24025
Diffstat (limited to 'Changes')
-rw-r--r--Changes8915
1 files changed, 8511 insertions, 404 deletions
diff --git a/Changes b/Changes
index 19bc93d7fa..54fde5ea7f 100644
--- a/Changes
+++ b/Changes
@@ -29,6 +29,8113 @@ Version v5.9.X Development release working toward v5.10
--------------
____________________________________________________________________________
+[ 24024] By: rgs on 2005/03/11 11:12:31
+ Log: FAQ sync
+ Branch: perl
+ ! pod/perlfaq.pod 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
+____________________________________________________________________________
+[ 24023] By: rgs on 2005/03/11 10:22:28
+ Log: Subject: [PATCH] pad_push numero three-o
+ From: Andy Lester <andy@petdance.com>
+ Date: Thu, 10 Mar 2005 15:17:28 -0600
+ Message-ID: <20050310211728.GC32386@petdance.com>
+ Branch: perl
+ ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
+ ! proto.h
+____________________________________________________________________________
+[ 24022] By: rgs on 2005/03/10 17:42:54
+ Log: Make the return value of close() depend not only on the success of the
+ close itself, but also on whether the output stream had a previous
+ error. From Jim Meyering <jim@meyering.net>, via Debian.
+ Branch: perl
+ ! doio.c
+____________________________________________________________________________
+[ 24021] By: rgs on 2005/03/10 17:39:56
+ Log: 8 is not an octal digit. (from Debian)
+ Branch: perl
+ ! pod/perlreref.pod
+____________________________________________________________________________
+[ 24020] By: rgs on 2005/03/10 17:38:51
+ Log: Fix a2p manpage (from Debian)
+ Branch: perl
+ ! x2p/a2p.pod
+____________________________________________________________________________
+[ 24019] By: rgs on 2005/03/10 17:36:37
+ Log: Remove a spurious undefined warning when using getopts.pl with -w.
+ (from Debian)
+ Branch: perl
+ ! lib/getopts.pl
+____________________________________________________________________________
+[ 24018] By: rgs on 2005/03/10 17:34:39
+ Log: Doc patch for Devel::DProf (from Debian)
+ Branch: perl
+ ! ext/Devel/DProf/DProf.pm
+____________________________________________________________________________
+[ 24017] By: rgs on 2005/03/10 17:22:25
+ Log: Add support for Debian GNU/k*BSD
+ Branch: perl
+ ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
+____________________________________________________________________________
+[ 24016] By: rgs on 2005/03/10 17:21:05
+ Log: Patch for Debian bug #258618, compilation under Debian/Hurd
+ Branch: perl
+ ! hints/gnu.sh
+____________________________________________________________________________
+[ 24015] By: steveh on 2005/03/10 15:18:20
+ Log: Subject: Minor AUTHORS patch
+ From: "Mike Giroux" <rmgiroux@hotmail.com>
+ Date: Thu, 10 Mar 2005 08:39:04 -0500
+ Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 24014] By: steveh on 2005/03/10 11:25:36
+ Log: More Win32 dmake fixes
+
+ Use $B macro as per change 23991 in more places, and fix some syntax
+ errors in the subst's (missing trailing ",")
+
+ Tested with GCC and MSVC. I don't have BCC available, so those parts
+ are untested.
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 24013] By: rgs on 2005/03/10 10:10:33
+ Log: Upgrade to CGI.pm 3.06
+ Branch: perl
+ ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
+ ! lib/CGI/t/form.t lib/CGI/t/html.t
+____________________________________________________________________________
+[ 24012] By: rgs on 2005/03/09 22:17:33
+ Log: Further pack optimisations by Ton Hospel
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 24011] By: rgs on 2005/03/09 18:02:13
+ Log: Fix memory corruption when growing pack utf8 buffer
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 24010] By: rgs on 2005/03/08 17:53:50
+ Log: Subject: Encoding neutral unpack
+ From: perl5-porters@ton.iguana.be (Ton Hospel)
+ Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
+ Message-Id: <d0fi6i$k06$1@post.home.lunix>
+ Branch: perl
+ ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
+ ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
+ ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
+ ! t/op/utftaint.t
+____________________________________________________________________________
+[ 24009] By: merijn on 2005/03/08 15:25:57
+ Log: Subject: Minor AUTHORS patch
+ From: Andy Lester <andy@petdance.com>
+ Date: Tue, 8 Mar 2005 09:44:45 -0600
+ Message-ID: <20050308154445.GB3213@petdance.com>
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 24008] By: merijn on 2005/03/08 14:45:17
+ Log: Some updates to current status
+ Branch: perl
+ ! README.hpux
+____________________________________________________________________________
+[ 24007] By: steveh on 2005/03/07 11:02:12
+ Log: Include regcomp.h in Win32 makefiles
+
+ Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
+ From: demerphq <demerphq@gmail.com>
+ Date: Sun, 6 Mar 2005 09:16:12 +0100
+ Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 24006] By: steveh on 2005/03/04 17:19:46
+ Log: A better fix than change 24005 was ;)
+
+ Actually, "@echo." still emits a blank line. Use "@rem" instead as the
+ no-op. This was being used in the Win95 case, but works fine on WinNT
+ too, and is actually what ExtUtils-MakeMaker uses.
+
+ Also change the nmake Makefile.
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 24005] By: steveh on 2005/03/04 17:11:56
+ Log: Suppress "ECHO is on." messages when using dmake on Win32
+
+ (The shell's "echo" command displays the current echo setting when
+ called with no arguments. Use "echo." to display nothing.)
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 24004] By: steveh on 2005/03/04 17:01:24
+ Log: Stop mktables from needlessly re-running when using dmake on Win32
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 24003] By: rgs on 2005/03/04 16:02:20
+ Log: Update -v copyright notice
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 24002] By: rgs on 2005/03/03 18:27:34
+ Log: Add a regression test for bug #32193, and make the
+ fix a bit more robust
+ Branch: perl
+ ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
+____________________________________________________________________________
+[ 24001] By: rgs on 2005/03/03 18:03:15
+ Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
+ From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
+ Date: 28 Oct 2004 12:16:37 -0000
+ Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
+ Branch: perl
+ ! lib/Tie/RefHash.pm
+____________________________________________________________________________
+[ 24000] By: rgs on 2005/03/03 15:43:43
+ Log: do "filename" is not really used with perl subroutine librairies
+ anymore.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23999] By: merijn on 2005/02/27 11:28:27
+ Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
+ http://rt.perl.org/rt3/Ticket/Display.html?id=8698
+ If there was no TOP format the lines left on page was set
+ to fixed number, now set to the current page length of the
+ IO channel used. More debugging for yet another bug needed.
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 23998] By: davem on 2005/02/26 11:32:59
+ Log: ithreads: cond_signal() on a non-shared object coredumped
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 23997] By: nicholas on 2005/02/26 09:33:30
+ Log: SvUTF8 can be present on scalars other than PVs
+ (specifically references with overloaded stringification)
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 23996] By: davem on 2005/02/26 00:47:03
+ Log: Fix leaks in List::Util::reduce,first
+ When the block is a closure, the cloned CV created on each call
+ was never freed
+ Branch: perl
+ ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 23995] By: steveh on 2005/02/24 15:52:01
+ Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
+ From: demerphq <demerphq@gmail.com>
+ Date: Wed, 23 Feb 2005 17:49:50 +0100
+ Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 23994] By: merijn on 2005/02/24 10:12:26
+ Log: Subject: [PATCH] dprofpp help
+ From: Andy Lester <andy@petdance.com>
+ Date: Thu, 24 Feb 2005 00:10:42 -0600
+ Message-ID: <20050224061042.GA20259@petdance.com>
+ Branch: perl
+ ! utils/dprofpp.PL
+____________________________________________________________________________
+[ 23993] By: steveh on 2005/02/23 13:36:59
+ Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
+ From: demerphq <demerphq@gmail.com>
+ Date: Sat, 19 Feb 2005 11:10:00 +0100
+ Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
+ Branch: perl
+ ! t/harness
+____________________________________________________________________________
+[ 23992] By: steveh on 2005/02/23 12:28:55
+ Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
+ From: demerphq <demerphq@gmail.com>
+ Date: Sat, 19 Feb 2005 11:00:08 +0100
+ Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 23991] By: steveh on 2005/02/23 09:17:55
+ Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 23990] By: rgs on 2005/02/22 18:13:01
+ Log: Porting/manicheck is not happy when I use spaces instead of tabs.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23989] By: rgs on 2005/02/21 16:05:22
+ Log: Subject: IPC::Run test failures with utf8
+ From: Nicholas Clark <nick@ccl4.org>
+ Date: Sat, 19 Feb 2005 00:27:57 +0000
+ Message-ID: <20050219002757.GO13998@plum.flirble.org>
+ Branch: perl
+ ! lib/IPC/Run/t/run.t
+____________________________________________________________________________
+[ 23988] By: rgs on 2005/02/21 13:51:44
+ Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 18 Feb 2005 09:42:52 -0600
+ Message-ID: <42160CFC.3080304@mac.com>
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23987] By: rgs on 2005/02/21 12:56:22
+ Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
+ From: demerphq <demerphq@gmail.com>
+ Date: Sat, 19 Feb 2005 11:04:00 +0100
+ Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
+ Branch: perl
+ ! t/japh/abigail.t
+____________________________________________________________________________
+[ 23986] By: rgs on 2005/02/18 18:21:25
+ Log: Subject: Patch for Perlbug #4253
+ From: Nikolai Eipel <eipel@web.de>
+ Date: Sat, 29 Jan 2005 16:52:53 +0100
+ Message-Id: <200501291652.53841.eipel@web.de>
+
+ (-T and -B invalidate _ filehandle when no read permission on file)
+ plus a regression test
+ Branch: perl
+ ! pp_sys.c t/op/stat.t
+____________________________________________________________________________
+[ 23985] By: rgs on 2005/02/18 16:18:34
+ Log: Install and build corelist on VMS, too
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 23984] By: rgs on 2005/02/18 16:07:54
+ Log: Add corelist to the win32 makefiles
+ (noticed by demerphq)
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 23983] By: rgs on 2005/02/18 15:48:51
+ Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
+ From: Stephen McCamant <smcc@MIT.EDU>
+ Date: Tue, 28 Dec 2004 10:13:50 -0800
+ Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
+ Branch: perl
+ ! ext/B/B.xs op.h
+____________________________________________________________________________
+[ 23982] By: rgs on 2005/02/18 15:34:59
+ Log: Subject: Re: Integration of PathTools 3.04
+ From: demerphq <demerphq@gmail.com>
+ Date: Fri, 18 Feb 2005 16:31:50 +0100
+ Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
+ Branch: perl
+ ! lib/Cwd.pm
+____________________________________________________________________________
+[ 23981] By: rgs on 2005/02/18 15:00:12
+ Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 03 Feb 2005 03:16:46 -0800
+ Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
+ Branch: perl
+ ! ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 23980] By: rgs on 2005/02/18 14:27:38
+ Log: Integrate encoding::warnings from Autrijus Tang.
+ Branch: perl
+ + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
+ + lib/encoding/warnings/t/2-fatal.t
+ + lib/encoding/warnings/t/3-normal.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 23979] By: rgs on 2005/02/18 09:53:36
+ Log: Subject: [PATCH] find2perl, new options
+ From: slaven@rezic.de
+ Date: Thu, 17 Feb 2005 22:30:13 +0100
+ Message-Id: <1108675813.24421@devpc01.iconmobile.de>
+ Branch: perl
+ ! x2p/find2perl.PL
+____________________________________________________________________________
+[ 23978] By: rgs on 2005/02/18 08:54:33
+ Log: Missing dependencies in x2p makefile, by Slaven Rezic.
+ Branch: perl
+ ! x2p/Makefile.SH
+____________________________________________________________________________
+[ 23977] By: rgs on 2005/02/17 18:14:19
+ Log: Upgrade to PathTools 3.04
+ (plus tweaks to Cwd and cwd.t to run when building perl)
+ Branch: perl
+ + ext/Cwd/ppport.h
+ ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
+ ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
+ ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
+ ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
+ ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
+ ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
+ ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
+ ! lib/File/Spec/t/rel2abs2rel.t
+____________________________________________________________________________
+[ 23976] By: rgs on 2005/02/17 17:42:59
+ Log: Upgrade to Pod::LaTeX 0.58
+ Branch: perl
+ ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
+____________________________________________________________________________
+[ 23975] By: rgs on 2005/02/17 15:21:55
+ Log: Upgrade to Time::HiRes 1.66
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
+____________________________________________________________________________
+[ 23974] By: rgs on 2005/02/17 14:57:06
+ Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 1 Feb 2005 16:24:11 -0000
+ Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
+ Branch: perl
+ ! ext/IO/lib/IO/File.pm
+____________________________________________________________________________
+[ 23973] By: rgs on 2005/02/16 13:20:55
+ Log: Subject: Re: [PATCH] Re: perl winpid?
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Tue, 15 Feb 2005 20:45:13 -0800
+ Message-ID: <20050216044512.GA2516@efn.org>
+ Branch: perl
+ ! ext/B/t/stash.t
+____________________________________________________________________________
+[ 23972] By: steveh on 2005/02/15 14:47:47
+ Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
+ Branch: perl
+ ! Porting/Maintainers.pl README.win32
+____________________________________________________________________________
+[ 23971] By: rgs on 2005/02/15 13:52:15
+ Log: Fix documentation bug in using Socket's import tags :
+
+ Subject: [perl #34141] example in perlbug -f getsockopt incomplete
+ From: David Dyck (via RT) <perlbug-followup@perl.org>
+ Date: 15 Feb 2005 07:35:45 -0000
+ Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23970] By: steveh on 2005/02/15 13:20:40
+ Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
+
+ Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
+ We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
+ undefined, and we should do all this *before* inspecting DEBUG_MSTATS
+ to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 23969] By: steveh on 2005/02/15 11:40:03
+ Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 23968] By: rgs on 2005/02/15 08:29:13
+ Log: Use strl* functions in doio.c when available
+ Based on :
+ Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
+ From: Steve Peters <steve@fisharerojo.org>
+ Date: Wed, 1 Dec 2004 19:42:14 -0600
+ Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
+ Branch: perl
+ ! doio.c
+____________________________________________________________________________
+[ 23967] By: mhx on 2005/02/15 04:58:48
+ Log: Subject: [PATCH] Additional tests for t/op/not.t
+ From: Steve Peters <steve@fisharerojo.org>
+ Date: Mon, 14 Feb 2005 19:54:17 -0600
+ Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
+ Branch: perl
+ ! t/op/not.t
+____________________________________________________________________________
+[ 23966] By: rgs on 2005/02/14 21:05:17
+ Log: Subject: Re: encoding neutral unpack
+ From: perl5-porters@ton.iguana.be (Ton Hospel)
+ Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
+ Message-ID: <cu17rk$k78$1@post.home.lunix>
+
+ tweaked to remove the 'not supported on this platform'
+ error messages
+ Branch: perl
+ ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
+____________________________________________________________________________
+[ 23965] By: mhx on 2005/02/14 17:26:02
+ Log: Regenerate Perl_keyword() to remove superfluous goto statements.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23964] By: mhx on 2005/02/14 17:21:29
+ Log: Require version 0.05 of Devel::Tokenizer::C.
+ Branch: perl
+ ! perl_keyword.pl
+____________________________________________________________________________
+[ 23963] By: rgs on 2005/02/12 16:26:47
+ Log: Mac OS Classic vs Mac OS X clarications
+ by Sherm Pendley
+ Branch: perl
+ ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23962] By: rgs on 2005/02/12 16:14:56
+ Log: README.cygwin additions by Reini Urban
+ Branch: perl
+ ! README.cygwin
+____________________________________________________________________________
+[ 23961] By: merijn on 2005/02/11 09:32:50
+ Log: Subject: Re: [PATCH] Re: perl winpid?
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Thu, 10 Feb 2005 20:04:35 -0800
+ Message-ID: <20050211040434.GA3824@efn.org>
+ Branch: perl
+ + t/lib/cygwin.t
+ ! MANIFEST README.cygwin cygwin/cygwin.c
+____________________________________________________________________________
+[ 23960] By: mhx on 2005/02/10 20:50:31
+ Log: not() || 1 produces segmentation fault
+
+ Fixed by making not() behave like not(0). This is also the
+ way not() behaved before it started segfaulting in 5.6.0.
+ Branch: perl
+ + t/op/not.t
+ ! MANIFEST perly.act perly.h perly.tab perly.y
+____________________________________________________________________________
+[ 23959] By: mhx on 2005/02/10 20:36:13
+ Log: regen_perly.pl runs fine with bison 2.0.
+ Branch: perl
+ ! regen_perly.pl
+____________________________________________________________________________
+[ 23958] By: merijn on 2005/02/10 15:56:04
+ Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
+ ccversion is important enough to jump through some hoops to get it
+ Branch: perl
+ ! hints/hpux.sh
+____________________________________________________________________________
+[ 23957] By: merijn on 2005/02/10 14:19:51
+ Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
+ translation *before* the chdir (), so it now DTRT
+ Branch: perl
+ ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
+ ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
+ ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
+ ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
+ ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
+ ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
+ ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
+____________________________________________________________________________
+[ 23956] By: rgs on 2005/02/10 10:58:26
+ Log: Upgrade to Time::Local 1.11
+ Branch: perl
+ ! lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 23955] By: rgs on 2005/02/10 10:51:59
+ Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
+ From: Tels <nospam-abuse@bloodgate.com>
+ Date: Wed, 9 Feb 2005 21:44:22 +0100
+ Message-Id: <200502092144.24051@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigInt/Calc.pm
+____________________________________________________________________________
+[ 23954] By: rgs on 2005/02/09 18:06:39
+ Log: Add IPC::Run 0.80.
+
+ Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
+ From: "Jos I. Boumans" <kane@xs4all.net>
+ Date: Fri, 28 Jan 2005 18:32:44 +0100
+ Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
+
+ with PERL_CORE test premables hacked for better $^X portability
+ (we hope.)
+ Branch: perl
+ + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
+ + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
+ + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
+ + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
+ + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
+ + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
+ + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
+ + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
+ + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
+ + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 23953] By: rgs on 2005/02/09 09:28:19
+ Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
+ The rmtree() function in the perl File::Path module would remove
+ directories in an insecure manner which could lead to the removal
+ of arbitrary files and directories via a symlink attack.
+ Branch: perl
+ ! lib/File/Path.pm
+____________________________________________________________________________
+[ 23952] By: merijn on 2005/02/08 16:30:43
+ Log: IBM Released vac.C version 7, and changed the naming convention (again)
+ Thanks to Campo for spotting, testing and the fix
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 23951] By: rgs on 2005/02/08 14:02:56
+ Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
+ From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+ Date: 6 Feb 2005 22:03:20 -0000
+ Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23950] By: rgs on 2005/02/08 11:09:03
+ Log: Remove mention of sub-packages in the Symbol manpage.
+ Branch: perl
+ ! lib/Symbol.pm
+____________________________________________________________________________
+[ 23949] By: rgs on 2005/02/08 10:44:09
+ Log: Add Module::CoreList in the maintainers list
+ Branch: perl
+ ! Porting/Maintainers.pl
+____________________________________________________________________________
+[ 23948] By: rgs on 2005/02/08 10:39:21
+ Log: Fix typo in corelist
+ Branch: perl
+ ! lib/Module/CoreList/bin/corelist
+____________________________________________________________________________
+[ 23947] By: rgs on 2005/02/08 10:22:22
+ Log: Add Module::CoreList to bleadperl.
+
+ Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
+ From: "Jos I. Boumans" <kane@xs4all.net>
+ Date: Fri, 28 Jan 2005 17:38:27 +0100
+ Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
+ Branch: perl
+ + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
+ + lib/Module/CoreList/t/corelist.t utils/corelist.PL
+ ! MANIFEST installperl utils.lst utils/Makefile
+____________________________________________________________________________
+[ 23946] By: rgs on 2005/02/08 09:31:45
+ Log: Subject: [perl #34062] pack Z0 destroys the character before
+ From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+ Date: 5 Feb 2005 18:09:00 -0000
+ Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
+ (plus a regression test)
+ Branch: perl
+ ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 23945] By: rgs on 2005/02/08 09:25:29
+ Log: A small precision in the docs for overloaded regexp escapes
+ (see bug #33906)
+ Branch: perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 23943] By: rgs on 2005/02/06 22:18:48
+ Log: Avoid evaluating a strlen twice due the new implementation
+ of New() with PERL_MALLOC_WRAP
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23942] By: nicholas on 2005/02/05 22:02:50
+ Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
+ itself on a previous run.
+ Branch: perl
+ ! lib/h2xs.t
+____________________________________________________________________________
+[ 23941] By: nicholas on 2005/02/05 21:47:35
+ Log: With mallocwrap New() evaluates its arguments more than once, so they
+ had better not have any side effects.
+ :-(
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23935] By: nicholas on 2005/02/05 15:05:08
+ Log: Let's (un)do the timewarp, again.
+ Attempt to bodge round Makefile sometimes being older than Makefile.PL
+ Pesky filesystems.
+ Branch: perl
+ ! lib/ExtUtils/t/Constant.t
+____________________________________________________________________________
+[ 23928] By: rgs on 2005/02/04 10:41:43
+ Log: Upgrade to Digest 1.10
+ Branch: perl
+ + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
+ ! MANIFEST lib/Digest.pm lib/Digest/base.pm
+____________________________________________________________________________
+[ 23927] By: mhx on 2005/02/02 21:33:12
+ Log: Remove 2 unused variables from APItest.xs.
+ Branch: perl
+ ! ext/XS/APItest/APItest.xs
+____________________________________________________________________________
+[ 23926] By: mhx on 2005/02/02 21:29:40
+ Log: Upgrade to Devel::PPPort 3.06.
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
+ ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
+ ! ext/Devel/PPPort/parts/inc/exception
+ ! ext/Devel/PPPort/parts/inc/misc
+____________________________________________________________________________
+[ 23925] By: mhx on 2005/02/02 21:26:14
+ Log: Attempt to fix problems with new exception handling macros.
+ Branch: perl
+ + ext/XS/APItest/exception.c
+ ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
+ ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 23924] By: rgs on 2005/02/02 19:50:53
+ Log: Subject: Re: encoding neutral unpack
+ From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+ Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
+ Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
+
+ Counted length prefixes shouldn't change C0/U0 mode
+ in pack/unpack (plus a regression test)
+ Branch: perl
+ ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 23923] By: rgs on 2005/02/02 19:35:47
+ Log: Subject: Re: encoding neutral unpack
+ From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+ Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
+ Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
+
+ Make U0 and C0 scoped to () pack subtemplates.
+ (plus a regression test)
+ Branch: perl
+ ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 23922] By: rgs on 2005/02/02 19:23:46
+ Log: Subject: Re: encoding neutral unpack
+ From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+ Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
+ Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
+
+ Ensure that with the C format, unpack checksums
+ don't get overflowed. (plus a regression test)
+ Branch: perl
+ ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 23921] By: davem on 2005/02/02 18:25:00
+ Log: fix POSIX::strtod error handling documentation
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 23920] By: merijn on 2005/02/02 13:12:17
+ Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
+ From: Abigail <abigail@abigail.nl>
+ Date: Tue, 1 Feb 2005 21:33:14 +0100
+ Message-ID: <20050201203314.GC335@abigail.nl>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23919] By: merijn on 2005/02/02 12:49:46
+ Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
+ between declarations
+ Branch: perl
+ ! ext/Devel/PPPort/PPPort.xs
+____________________________________________________________________________
+[ 23917] By: nicholas on 2005/02/01 11:46:31
+ Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
+ hints files to add to MANIFEST. Sort MANIFEST
+ while I'm in the area.
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23916] By: rgs on 2005/02/01 10:02:51
+ Log: Subject: Re: [perl #34010] localtime docs
+ From: Andy Lester <andy@petdance.com>
+ Date: Mon, 31 Jan 2005 21:24:29 -0600
+ Message-ID: <20050201032429.GA29354@petdance.com>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23915] By: rgs on 2005/01/31 23:08:59
+ Log: Subject: Re: encoding neutral unpack
+ From: perl5-porters[at]ton.iguana.be (Ton Hospel)
+ Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
+ Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
+
+ Forgotten character progress while checksumming over partial
+ b or B format. (plus a regression test)
+ Branch: perl
+ ! pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 23914] By: mhx on 2005/01/31 19:22:41
+ Log: Make Perl_keyword() another 30% faster.
+ Branch: perl
+ ! perl_keyword.pl toke.c
+____________________________________________________________________________
+[ 23913] By: mhx on 2005/01/31 18:14:44
+ Log: Regenerate perlapi.pod.
+ Branch: perl
+ ! pod/perlapi.pod
+____________________________________________________________________________
+[ 23912] By: mhx on 2005/01/31 18:07:29
+ Log: Upgrade to Devel::PPPort 3.05.
+ Branch: perl
+ + ext/Devel/PPPort/parts/base/5008006
+ + ext/Devel/PPPort/parts/inc/exception
+ + ext/Devel/PPPort/parts/todo/5008006
+ + ext/Devel/PPPort/t/exception.t
+ ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
+ ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
+ ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
+ ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
+ ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
+ ! ext/Devel/PPPort/apicheck_c.PL
+ ! ext/Devel/PPPort/devel/buildperl.pl
+ ! ext/Devel/PPPort/devel/mkapidoc.sh
+ ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
+ ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
+ ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
+ ! ext/Devel/PPPort/parts/apicheck.pl
+ ! ext/Devel/PPPort/parts/base/5004000
+ ! ext/Devel/PPPort/parts/base/5004050
+ ! ext/Devel/PPPort/parts/base/5005000
+ ! ext/Devel/PPPort/parts/base/5006000
+ ! ext/Devel/PPPort/parts/base/5008001
+ ! ext/Devel/PPPort/parts/base/5009002
+ ! ext/Devel/PPPort/parts/embed.fnc
+ ! ext/Devel/PPPort/parts/inc/MY_CXT
+ ! ext/Devel/PPPort/parts/inc/SvPV
+ ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
+ ! ext/Devel/PPPort/parts/inc/format
+ ! ext/Devel/PPPort/parts/inc/grok
+ ! ext/Devel/PPPort/parts/inc/limits
+ ! ext/Devel/PPPort/parts/inc/mPUSH
+ ! ext/Devel/PPPort/parts/inc/magic
+ ! ext/Devel/PPPort/parts/inc/misc
+ ! ext/Devel/PPPort/parts/inc/newCONSTSUB
+ ! ext/Devel/PPPort/parts/inc/newRV
+ ! ext/Devel/PPPort/parts/inc/ppphbin
+ ! ext/Devel/PPPort/parts/inc/ppphdoc
+ ! ext/Devel/PPPort/parts/inc/ppphtest
+ ! ext/Devel/PPPort/parts/inc/sv_xpvf
+ ! ext/Devel/PPPort/parts/inc/threads
+ ! ext/Devel/PPPort/parts/inc/uv
+ ! ext/Devel/PPPort/parts/inc/version
+ ! ext/Devel/PPPort/parts/ppptools.pl
+ ! ext/Devel/PPPort/parts/todo/5009002
+ ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
+ ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
+ ! ext/Devel/PPPort/typemap
+____________________________________________________________________________
+[ 23911] By: mhx on 2005/01/31 18:00:31
+ Log: Add simple exception handling macros for XS writers.
+ Branch: perl
+ + ext/XS/APItest/t/exception.t
+ ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
+ ! ext/XS/APItest/APItest.xs pod/perlguts.pod
+____________________________________________________________________________
+[ 23910] By: nicholas on 2005/01/31 17:46:03
+ Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23909] By: merijn on 2005/01/31 11:33:14
+ Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
+ From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
+ Date: 31 Jan 2005 07:37:55 -0000
+ Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
+ Branch: perl
+ + ext/DynaLoader/hints/gnukfreebsd.pl
+ + ext/DynaLoader/hints/gnuknetbsd.pl
+ + ext/NDBM_File/hints/gnukfreebsd.pl
+ + ext/NDBM_File/hints/gnuknetbsd.pl
+ + ext/ODBM_File/hints/gnukfreebsd.pl
+ + ext/ODBM_File/hints/gnuknetbsd.pl
+ + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
+ + ext/Storable/hints/gnukfreebsd.pl
+ + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
+ + hints/gnuknetbsd.sh
+ ! Configure
+____________________________________________________________________________
+[ 23907] By: rgs on 2005/01/31 11:17:26
+ Log: Document the changes to PERLIO_DEBUG.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23906] By: rgs on 2005/01/31 10:53:14
+ Log: Really fix the bug [perl #33990].
+ NB. -DIAMSUID is only set to compile sperl.o.
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 23905] By: steveh on 2005/01/31 10:03:56
+ Log: Fix test suite hang on Win32 caused by change #23898
+
+ ("perl -e sleep 3" does an indefinite sleep!)
+ Branch: perl
+ ! t/op/alarm.t
+____________________________________________________________________________
+[ 23904] By: rgs on 2005/01/31 08:35:51
+ Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 23903] By: rgs on 2005/01/31 08:19:10
+ Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 23900] By: davem on 2005/01/30 17:46:35
+ Log: minor corrections to comments in perly.y
+ Branch: perl
+ ! perly.y
+____________________________________________________________________________
+[ 23899] By: rgs on 2005/01/30 14:50:15
+ Log: Subject: h2hp: 2 fix
+ From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
+ Date: Fri, 28 Jan 2005 16:53:11 +0100
+ Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 23898] By: davem on 2005/01/29 16:14:20
+ Log: chomp() fails after alarm(), `sleep`
+
+ PP_backtick's temp altering of PL_rs didn't restore after
+ an exception
+ Branch: perl
+ ! pp_sys.c t/op/alarm.t
+____________________________________________________________________________
+[ 23897] By: nicholas on 2005/01/28 21:01:04
+ Log: More consistent names for all the parameter name/declaration methods
+ Branch: perl
+ ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
+ ! perl_keyword.pl
+____________________________________________________________________________
+[ 23894] By: nicholas on 2005/01/28 13:59:40
+ Log: Calculate the number of tests in one place, so that the skip()s will
+ always agree with the plan()s
+ Branch: perl
+ ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
+____________________________________________________________________________
+[ 23893] By: rgs on 2005/01/28 08:53:47
+ Log: Add a reference to books.perl.org.
+ Branch: perl
+ ! pod/perlbook.pod
+____________________________________________________________________________
+[ 23892] By: nicholas on 2005/01/27 19:26:21
+ Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
+ future use.
+ Branch: perl
+ ! genpacksizetables.pl pp_pack.c
+____________________________________________________________________________
+[ 23891] By: rgs on 2005/01/27 18:29:51
+ Log: Subject: Re: [patch] decrufting OptreeCheck stuff
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Sun, 16 Jan 2005 17:16:00 -0700
+ Message-ID: <41EB03C0.7030509@divsol.com>
+ (with minor typos fixed)
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
+ ! ext/B/t/f_sort.t ext/B/t/optree_check.t
+ ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+ ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+ ! ext/B/t/optree_varinit.t
+____________________________________________________________________________
+[ 23890] By: rgs on 2005/01/27 17:49:50
+ Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 05 Jan 2005 03:21:06 -0800
+ Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23889] By: nicholas on 2005/01/27 17:29:04
+ Log: Make the byte order modifers < and > and the sign modifier ! (for
+ n N v V) conditionally compile. This means that the refactored
+ pp_pack/pp_unpack code can now be used in maint.
+ Branch: perl
+ ! genpacksizetables.pl pp_pack.c
+____________________________________________________________________________
+[ 23888] By: nicholas on 2005/01/27 16:40:07
+ Log: Oops. Was forgetting to test n! N! v! V! in pack
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 23886] By: nicholas on 2005/01/27 14:42:28
+ Log: Check that the warning behaviour on the modifiers !, < and > is as we
+ expect it for this perl.
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 23884] By: nicholas on 2005/01/27 11:27:12
+ Log: Make the tests for the endianness modifiers < and >, and the
+ signnedness modifier ! conditional on perl version. Surprisingly
+ little change needed.
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 23883] By: nicholas on 2005/01/27 11:12:34
+ Log: &_q needs to *globally* escape ' and \ in its substitution.
+ Branch: perl
+ ! t/test.pl
+____________________________________________________________________________
+[ 23882] By: rgs on 2005/01/25 16:53:08
+ Log: Subject: [PATCH] BigInt mbi_rand.t failings
+ From: Tels <nospam-abuse@bloodgate.com>
+ Date: Tue, 25 Jan 2005 18:06:58 +0100
+ Message-Id: <200501251806.59782@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigInt/Calc.pm
+____________________________________________________________________________
+[ 23881] By: rgs on 2005/01/25 16:12:08
+ Log: Integrate change #23880 in original comment
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23880] By: merijn on 2005/01/25 15:41:30
+ Log: Subject: [PATCH] perlapi.pod has pod errors
+ From: "Jos I. Boumans" <kane@xs4all.net>
+ Date: Tue, 25 Jan 2005 16:42:38 +0100
+ Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
+ Branch: perl
+ ! pod/perlapi.pod
+____________________________________________________________________________
+[ 23879] By: nicholas on 2005/01/24 23:16:04
+ Log: Correct and update comments (before anyone writes in)
+ Remove a temporary variable.
+ Branch: perl
+ ! lib/ExtUtils/Constant/Base.pm
+____________________________________________________________________________
+[ 23878] By: nicholas on 2005/01/24 22:10:36
+ Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
+ the dump file. The newer format is only 135M
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23877] By: nicholas on 2005/01/24 22:06:05
+ Log: A script to regenerate Perl_keyword()
+ Branch: perl
+ + perl_keyword.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23876] By: nicholas on 2005/01/24 22:05:29
+ Log: Add weights to ExtUtils::Constant to allow sorting by expected
+ frequency. This makes the Perl_keyword() replacement 20% faster,
+ rather than just 12%
+ Branch: perl
+ ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
+____________________________________________________________________________
+[ 23875] By: nicholas on 2005/01/24 21:43:52
+ Log: Replace Perl_keyword() with a version that's 20% faster on typical
+ input, generated by subclassing ExtUtils::Constant. (Typical input
+ being about 135M of input from running a lot of perl scripts)
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23874] By: merijn on 2005/01/24 15:10:55
+ Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 23 Jan 2005 14:23:17 -0600
+ Message-ID: <41F407B5.7020106@mac.com>
+ Branch: perl
+ ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
+____________________________________________________________________________
+[ 23873] By: rgs on 2005/01/24 13:14:21
+ Log: Revert change 23843.
+ (See discussion for bug [perl #31924])
+ Branch: perl
+ ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
+ ! pp_ctl.c proto.h t/comp/require.t
+____________________________________________________________________________
+[ 23872] By: rgs on 2005/01/24 10:27:10
+ Log: Subject: [perl #33906] Missing \\ in perlre
+ From: Andrew (via RT) <perlbug-followup@perl.org>
+ Date: 23 Jan 2005 20:52:51 -0000
+ Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
+ Branch: perl
+ ! pod/perlre.pod
+____________________________________________________________________________
+[ 23871] By: rgs on 2005/01/24 10:10:47
+ Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sun, 23 Jan 2005 13:44:49 -0600
+ Message-ID: <41F3FEB1.9020102@mac.com>
+ Branch: perl
+ ! lib/Test/Harness/Straps.pm
+____________________________________________________________________________
+[ 23870] By: rgs on 2005/01/24 09:40:35
+ Log: Subject: Re: [perl #33892] Add Interix support
+ From: Todd Vierling <tv@duh.org>
+ Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
+ Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
+ Branch: perl
+ ! hints/interix.sh
+____________________________________________________________________________
+[ 23869] By: davem on 2005/01/23 22:20:10
+ Log: Subject: Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Sun, 23 Jan 2005 21:25:01 +0200
+ Message-Id: <41F3FA0D.4010301@iki.fi>
+
+ The uc() memory reduction patch had a memory leak...
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 23868] By: nicholas on 2005/01/23 22:06:01
+ Log: Tidy up 2 comments
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 23867] By: nicholas on 2005/01/23 22:05:12
+ Log: Assimilate ExtUtils::Constant 0.16
+ Branch: perl
+ + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
+ + lib/ExtUtils/Constant/XS.pm
+ ! MANIFEST lib/ExtUtils/Constant.pm
+____________________________________________________________________________
+[ 23866] By: nicholas on 2005/01/23 21:43:17
+ Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 23864] By: nicholas on 2005/01/22 22:30:12
+ Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-ID: <41F2C427.7020003@iki.fi>
+ Date: Sat, 22 Jan 2005 23:22:47 +0200
+ Branch: perl
+ ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 23863] By: davem on 2005/01/22 18:27:58
+ Log: Subject: Re: uc($long_utf8_string) exhausts memory
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Sat, 22 Jan 2005 11:33:12 +0200
+ Message-Id: <41F21DD8.3050500@iki.fi>
+
+ change #23857 miscalculated the SvGROW size
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 23862] By: nicholas on 2005/01/22 17:51:13
+ Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-ID: <41F2911E.8090204@iki.fi>
+ Date: Sat, 22 Jan 2005 19:45:02 +0200
+
+ (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
+ Branch: perl
+ ! hints/dec_osf.sh
+____________________________________________________________________________
+[ 23861] By: nicholas on 2005/01/22 14:15:58
+ Log: Update copyright years and add editor blocks
+ Branch: perl
+ ! doop.c hv.c utf8.c
+____________________________________________________________________________
+[ 23860] By: nicholas on 2005/01/22 12:03:00
+ Log: From: Jarkko Hietaniemi <jhi@iki.fi>
+ Subject: Re: [PATCH] do not assume quads or long doubles
+ Message-ID: <41F21B0A.2050301@iki.fi>
+ Date: Sat, 22 Jan 2005 11:21:14 +0200
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23858] By: nicholas on 2005/01/22 00:39:41
+ Log: Remove now-unnecessary check. (It's done earlier)
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23857] By: davem on 2005/01/22 00:17:40
+ Log: Subject: Re: uc($long_utf8_string) exhausts memory
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Sat, 22 Jan 2005 00:20:12 +0200
+ Message-Id: <41F1801C.3080201@iki.fi>
+
+ Make buffer size estimates for utf8 case conversion less maximally
+ pessimistic
+ Branch: perl
+ ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
+ ! toke.c utf8.c utf8.h
+____________________________________________________________________________
+[ 23854] By: nicholas on 2005/01/21 22:15:43
+ Log: Shrink a switch() statment by driving the size calculations from the
+ size table. This requires #ifdef()s in the size table initialiser.
+ Astoundingly this shaves over 6K of the object size with -Os on OS X.
+ I was expecting about 1K (due to shrinking a branch table). Mind you,
+ I'm not going to argue with what I got. :-)
+ Branch: perl
+ ! genpacksizetables.pl pp_pack.c
+____________________________________________________________________________
+[ 23853] By: nicholas on 2005/01/21 16:46:49
+ Log: Make the length overrun checking and stack extension table driven.
+ (Shaves about 3k off pp_pack.o)
+ Branch: perl
+ + genpacksizetables.pl
+ ! MANIFEST pp_pack.c
+____________________________________________________________________________
+[ 23852] By: rgs on 2005/01/21 16:29:53
+ Log: Subject: [perl #32503] Fix for Storable module
+ From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
+ Date: 19 Nov 2004 13:06:57 -0000
+ Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 23851] By: rgs on 2005/01/21 15:51:54
+ Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 23850] By: nicholas on 2005/01/21 15:43:24
+ Log: Name another pack test
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 23849] By: rgs on 2005/01/21 15:26:10
+ Log: Subject: [perl #33892] Add Interix support
+ From: Todd Vierling (via RT) <perlbug-followup@perl.org>
+ Date: 21 Jan 2005 14:36:31 -0000
+ Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
+
+ (except the Configure chunk)
+ (and bump version numbers of modules)
+ Branch: perl
+ + hints/interix.sh
+ ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
+ ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
+____________________________________________________________________________
+[ 23848] By: merijn on 2005/01/21 14:47:31
+ Log: Subject: [perl #33892] Add Interix support
+ From: Todd Vierling (via RT) <perlbug-followup@perl.org>
+ Date: 21 Jan 2005 14:36:31 -0000
+ Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23847] By: rgs on 2005/01/21 14:46:38
+ Log: Upgrade to Test::Harness 2.46
+ Branch: perl
+ + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
+ + lib/Test/Harness/t/prove-globbing.t
+ ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
+ ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
+ ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
+ ! lib/Test/Harness/t/strap.t
+____________________________________________________________________________
+[ 23845] By: rgs on 2005/01/21 14:09:19
+ Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
+ From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
+ Date: Tue, 28 Dec 2004 16:01:49 -0800
+ Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
+ Branch: perl
+ ! ext/B/B.pm
+____________________________________________________________________________
+[ 23844] By: rgs on 2005/01/21 13:49:46
+ Log: Subject: [Patch] [perl #32446] close leaves fd open
+ From: Steffen Ullrich <coyote.frank@gmx.net>
+ Date: Wed, 01 Dec 2004 15:22:34 +0100
+ Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 23843] By: rgs on 2005/01/21 13:35:49
+ Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
+ From: Rick Delaney <rick@bort.ca>
+ Date: Wed, 13 Oct 2004 12:40:18 -0400
+ Message-ID: <20041013164018.GA32174@biff.bort.ca>
+ Branch: perl
+ ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
+ ! pp_ctl.c proto.h t/comp/require.t
+____________________________________________________________________________
+[ 23842] By: rgs on 2005/01/21 10:57:48
+ Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Mon, 20 Dec 2004 16:08:56 -0800
+ Message-ID: <20041221000856.GA2924@efn.org>
+ Branch: perl
+ ! pp_sys.c t/op/stat.t
+____________________________________________________________________________
+[ 23841] By: rgs on 2005/01/21 10:26:17
+ Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Sun, 19 Dec 2004 23:57:56 -0800
+ Message-ID: <20041220075754.GA800@efn.org>
+ Branch: perl
+ ! ext/B/B.pm
+____________________________________________________________________________
+[ 23840] By: rgs on 2005/01/20 18:45:55
+ Log: Subject: [patch] cleanup perlsfio.h
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 13 Jan 2005 16:14:23 -0500
+ Message-ID: <41E6E4AF.8070303@stason.org>
+ Branch: perl
+ ! perlsfio.h
+____________________________________________________________________________
+[ 23839] By: rgs on 2005/01/20 18:33:00
+ Log: VERSION++
+ Branch: perl
+ ! lib/Text/ParseWords.pm
+____________________________________________________________________________
+[ 23838] By: rgs on 2005/01/20 18:21:36
+ Log: Subject: Re: [perl #33173] shellwords.pl and tainting
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Tue, 28 Dec 2004 22:29:37 +0300
+ Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
+ Branch: perl
+ + lib/Text/ParseWords/taint.t
+ ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
+____________________________________________________________________________
+[ 23836] By: nicholas on 2005/01/20 13:21:14
+ Log: Run regen.pl and pod/buildtoc --build-all
+ Branch: perl
+ ! MANIFEST pod/perlapi.pod pod/perltoc.pod
+____________________________________________________________________________
+[ 23835] By: nicholas on 2005/01/20 13:20:50
+ Log: A little more determinacy in our sorting
+ Branch: perl
+ ! autodoc.pl
+____________________________________________________________________________
+[ 23827] By: nicholas on 2005/01/19 21:22:30
+ Log: Make "assertion" attribute code and test conditional
+ Branch: perl
+ ! t/op/attrs.t xsutils.c
+____________________________________________________________________________
+[ 23824] By: merijn on 2005/01/19 18:32:41
+ Log: Subject: [PATCH] Further follow-up to 23767
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 19 Jan 2005 18:30:31 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
+ Branch: perl
+ ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
+____________________________________________________________________________
+[ 23822] By: rgs on 2005/01/19 17:19:04
+ Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
+ From: Noah <sitz@onastick.net>
+ Date: Wed, 19 Jan 2005 12:33:52 -0500
+ Message-ID: <20050119173352.GA15592@radu.onastick.net>
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 23821] By: rgs on 2005/01/19 11:30:38
+ Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Sun, 16 Jan 2005 10:30:45 -0800
+ Message-ID: <20050116183045.GA2768@efn.org>
+ Branch: perl
+ ! t/op/stat.t
+____________________________________________________________________________
+[ 23820] By: rgs on 2005/01/19 11:20:10
+ Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
+ From: "Jos I. Boumans" <kane@xs4all.net>
+ Date: Tue, 18 Jan 2005 15:12:03 +0100
+ Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 23819] By: rgs on 2005/01/19 11:15:14
+ Log: Fix dependencies in ext/B/Makefile.PL
+ (bug #8254, fix by Alan Burlison)
+ Branch: perl
+ ! ext/B/Makefile.PL
+____________________________________________________________________________
+[ 23817] By: steveh on 2005/01/19 09:33:27
+ Log: Exclude "Thread" from $Config{extensions}
+
+ It is already excluded from $Config{dynamic_ext}, so should not be
+ in $Config{extensions} either. (Note that Thread is actually still
+ built, though. This is just for consistency with Unix builds.)
+ Branch: perl
+ ! win32/config_sh.PL
+____________________________________________________________________________
+[ 23816] By: steveh on 2005/01/19 08:55:06
+ Log: Exclude "Thread" from $Config{dynamic_ext}
+
+ This was accidentally broken by change 23757. It has already been
+ fixed in maint-5.8 when resolving conflicts during integration of
+ 23757, so this one does NOT need integrating itself!
+
+ For more details see:
+ http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
+ Branch: perl
+ ! win32/config_sh.PL
+____________________________________________________________________________
+[ 23807] By: steveh on 2005/01/17 17:55:02
+ Log: Fix for building with MinGW under Cygwin
+
+ Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Thu, 13 Jan 2005 16:11:36 -0800
+ Message-ID: <20050114001136.GC2516@efn.org>
+ Branch: perl
+ ! ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[ 23806] By: steveh on 2005/01/17 16:57:10
+ Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
+ Branch: perl
+ ! win32/config_sh.PL
+____________________________________________________________________________
+[ 23805] By: nicholas on 2005/01/14 19:56:42
+ Log: Better test diagnostics for the numbers tests.
+ (Failure diagnostics were always good, but now the tests have names,
+ which show even when they pass)
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 23803] By: nicholas on 2005/01/14 12:06:31
+ Log: Correct the editor block to match the perl 5 policy on tabs
+ Branch: perl
+ ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
+ ! sv.c universal.c
+____________________________________________________________________________
+[ 23802] By: nicholas on 2005/01/14 10:58:47
+ Log: Refactor S_regclass to generate slightly smaller object code
+ Branch: perl
+ ! regcomp.c
+____________________________________________________________________________
+[ 23801] By: nicholas on 2005/01/14 10:32:08
+ Log: A terser way to write the \-ing code in pv_uni_display
+ Plus drive-by insert of a more correct editor block. (thanks Dave)
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 23800] By: nicholas on 2005/01/14 09:55:16
+ Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
+ is taken from the SV's UTF-8ness
+ Branch: perl
+ ! pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 23799] By: nicholas on 2005/01/14 09:52:51
+ Log: SvUTF8_off() in do_join can be unconditional.
+ Branch: perl
+ ! doop.c
+____________________________________________________________________________
+[ 23798] By: nicholas on 2005/01/14 09:28:14
+ Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
+ Branch: perl
+ ! op.c regcomp.c toke.c utf8.c
+____________________________________________________________________________
+[ 23797] By: nicholas on 2005/01/13 23:13:05
+ Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23796] By: nicholas on 2005/01/13 23:10:38
+ Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 23795] By: nicholas on 2005/01/13 22:54:10
+ Log: replace NEWSV(), SvSetSV() with newSVsv()
+ Branch: perl
+ ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
+____________________________________________________________________________
+[ 23794] By: nicholas on 2005/01/13 22:39:58
+ Log: Turn the unreachable code into assertions. (So prove me wrong...)
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23793] By: nicholas on 2005/01/13 22:07:20
+ Log: Source code tidy up - avoid assigning to sv.
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23792] By: nicholas on 2005/01/13 21:54:21
+ Log: Avoid dogfood problems when an empty string accidentally ends up
+ as a constant name. [They don't work in qw(), strangely]
+ Branch: perl
+ ! lib/ExtUtils/Constant.pm
+____________________________________________________________________________
+[ 23791] By: nicholas on 2005/01/13 21:44:53
+ Log: The leaktesting of NEWSV() is long dead, so create and initialise
+ SV values in one, to simplify source code and shrink object code
+ by about 1%
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23790] By: nicholas on 2005/01/13 20:55:37
+ Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
+ representation.
+ Branch: perl
+ ! t/op/join.t
+____________________________________________________________________________
+[ 23789] By: nicholas on 2005/01/13 14:05:08
+ Log: Update copyright years. Add an editor block while passing by.
+ Branch: perl
+ ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
+ ! universal.c
+____________________________________________________________________________
+[ 23788] By: nicholas on 2005/01/13 13:50:40
+ Log: utf.pm needs to require Carp before croak()ing
+ Branch: perl
+ ! lib/utf8.pm lib/utf8.t
+____________________________________________________________________________
+[ 23787] By: nicholas on 2005/01/13 13:21:11
+ Log: Refactor all the unpack checksum-or-not logic to avoid massive
+ duplication.
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 23786] By: merijn on 2005/01/13 11:28:31
+ Log: Subject: Re: killing USE_5005THREADS in blead?
+ From: Stas Bekman <stas@stason.org>
+ Date: Wed, 12 Jan 2005 16:32:42 -0500
+ Message-ID: <41E5977A.3060306@stason.org>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23785] By: steveh on 2005/01/13 10:24:13
+ Log: Fix Win32 build problem caused by change 23757
+
+ Change 23757 added a glob() call to win32/FindExt.pm. That code is
+ run by miniperl.exe when making the ..\config.sh target, but
+ miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
+ perlglob.exe to do the glob(). perlglob.exe has been built, but is
+ in the top-level of the source tree so is not found when miniperl.exe
+ is executed from within the win32/ sub-directory.
+
+ This was causing smokes to fail on t/lib/commonsense.t because the
+ "extensions" field in lib/Config_heavy.pl only contained
+ "threads/shared" as a result of the glob() not finding anything.
+
+ Manual builds had been working fine for me because I had an installed
+ perl in my PATH so perlglob.exe was being found there instead!
+ Branch: perl
+ ! win32/FindExt.pm
+____________________________________________________________________________
+[ 23783] By: rgs on 2005/01/12 18:04:17
+ Log: Subject: [PATCH] follow-up to #23765
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 11 Jan 2005 21:01:27 -0600
+ Message-ID: <41E49307.7080900@mac.com>
+ Branch: perl
+ ! lib/warnings.t
+____________________________________________________________________________
+[ 23782] By: nicholas on 2005/01/11 19:10:20
+ Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
+ (for cases of mixed UTF8/bytes)
+ Test code based on bug report by John Gardiner Myers
+ Branch: perl
+ ! pp.c t/op/index.t
+____________________________________________________________________________
+[ 23781] By: rgs on 2005/01/11 17:04:24
+ Log: Subject: [PATCH] follow-up to 23767
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 11 Jan 2005 15:48:49 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
+ Branch: perl
+ ! Porting/pumpkin.pod sv.c
+____________________________________________________________________________
+[ 23780] By: mhx on 2005/01/10 19:25:27
+ Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
+ Branch: perl
+ ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
+ ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
+ ! proto.h scope.c scope.h sv.c thrdvar.h
+____________________________________________________________________________
+[ 23779] By: nicholas on 2005/01/10 17:07:03
+ Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41E1C261.5020100@mac.com>
+ Date: Sun, 09 Jan 2005 17:46:41 -0600
+ Branch: perl
+ ! t/op/split.t
+____________________________________________________________________________
+[ 23778] By: steveh on 2005/01/10 11:53:10
+ Log: Need to close files before unlinking them on Win32
+
+ (Various files created by test programs are left behind otherwise,
+ and distclean doesn't clean them up)
+ Branch: perl
+ ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
+ ! lib/FileCache/t/07noimport.t t/op/read.t
+____________________________________________________________________________
+[ 23777] By: steveh on 2005/01/10 10:28:00
+ Log: Make Win32's distclean target clean up properly
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 23776] By: steveh on 2005/01/10 09:45:50
+ Log: Get $Config{osvers} filled in on Win32
+ Branch: perl
+ ! win32/config_sh.PL
+____________________________________________________________________________
+[ 23775] By: merijn on 2005/01/10 08:54:00
+ Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
+ Date: Sun, 09 Jan 2005 17:52:09 -0600
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41E1C3A9.9080900@mac.com>
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 23774] By: nicholas on 2005/01/09 23:42:25
+ Log: Shorter source code in pp_gelem. (But it compiles to the same size)
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 23773] By: nicholas on 2005/01/09 21:50:28
+ Log: If we know the length of the string constant, save a strlen()
+ Branch: perl
+ ! perl.c pp_sys.c
+____________________________________________________________________________
+[ 23772] By: nicholas on 2005/01/09 21:26:40
+ Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
+ strlen(). Add savesvpv(sv), which gets the length from the SV,
+ and returns a copy of its PV.
+ Branch: perl
+ ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
+ ! universal.c util.c
+____________________________________________________________________________
+[ 23771] By: nicholas on 2005/01/09 19:42:30
+ Log: Can pass in a length here without introducing a bug. Might save
+ a strlen()
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23770] By: nicholas on 2005/01/09 15:05:33
+ Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
+ as I think that it will be needed for utf8 soft references.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23769] By: steveh on 2005/01/07 17:25:35
+ Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
+ and force PERL_MALLOC off if USE_IMP_SYS is on
+
+ This brings makefile.mk into line with Makefile in this regard
+
+ (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
+ http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
+ so it is sensible to enforce this, and to not have the default set
+ to a configuration that isn't allowed)
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 23768] By: rgs on 2005/01/07 14:30:51
+ Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
+ From: Jim Cromie <jim.cromie@gmail.com>
+ Date: Mon, 3 Jan 2005 06:36:16 -0700
+ Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
+ Branch: perl
+ + lib/vars_carp.t
+ ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
+ ! lib/English.pm lib/Exporter.pm lib/Exporter.t
+ ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
+____________________________________________________________________________
+[ 23767] By: rgs on 2005/01/07 13:41:47
+ Log: Subject: [PATCH] to improve -DCHECK_FORMAT
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 5 Jan 2005 11:55:09 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
+ Branch: perl
+ ! mg.c perl.h pp.h pp_sys.c sv.c
+____________________________________________________________________________
+[ 23766] By: nicholas on 2005/01/07 12:46:07
+ Log: Stage 1 of utf8 support for soft references.
+ Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
+ Add gv_fetchsv to look up a GV by SV rather than a char * pointer
+ Provide a backwards compatability gv_fetchpv
+ Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
+ the pointer from an SV
+ All tests still pass.
+ Branch: perl
+ ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
+ ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
+____________________________________________________________________________
+[ 23765] By: nicholas on 2005/01/07 11:23:48
+ Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41DDCA71.1080704@mac.com>
+ Date: Thu, 06 Jan 2005 17:32:01 -0600
+ Branch: perl
+ ! lib/warnings.t
+____________________________________________________________________________
+[ 23764] By: steveh on 2005/01/07 08:35:29
+ Log: Fix win32/config.*'s cc, ld and other related values
+
+ cc and ld themselves always get replaced with correct values anyway
+ so we just provide example values as per other similar settings
+
+ Other related values (ccname, cpp, cpprun, cppstdin) need to use the
+ correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
+
+ Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Wed, 5 Jan 2005 10:01:41 -0800
+ Message-ID: <20050105180141.GA676@efn.org>
+
+ Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Thu, 6 Jan 2005 11:53:11 -0800
+ Message-ID: <20050106195311.GC1300@efn.org>
+ Branch: perl
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config.vc64
+____________________________________________________________________________
+[ 23763] By: nicholas on 2005/01/06 17:42:59
+ Log: Add TODO tests for UTF8 encoded soft references
+ Branch: perl
+ ! t/op/ref.t
+____________________________________________________________________________
+[ 23762] By: steveh on 2005/01/06 16:50:10
+ Log: Allow static linking core extensions on Win32 with MinGW
+
+ Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Wed, 5 Jan 2005 10:01:41 -0800
+ Message-ID: <20050105180141.GA676@efn.org>
+ Branch: perl
+ ! win32/buildext.pl win32/makefile.mk
+____________________________________________________________________________
+[ 23761] By: rgs on 2005/01/06 15:49:39
+ Log: Silence a compilation warning
+ Branch: perl
+ ! pp_sort.c
+____________________________________________________________________________
+[ 23760] By: nicholas on 2005/01/06 14:59:17
+ Log: Turn barewords into strings to run under strict subs.
+ Run under strict refs outside the soft reference tests.
+ Branch: perl
+ ! t/op/ref.t
+____________________________________________________________________________
+[ 23759] By: nicholas on 2005/01/06 14:34:24
+ Log: All tests now use test.pl
+ Branch: perl
+ ! t/op/ref.t
+____________________________________________________________________________
+[ 23758] By: nicholas on 2005/01/06 11:44:08
+ Log: Start converting t/op/ref.t to use test.pl
+ Branch: perl
+ ! t/op/ref.t
+____________________________________________________________________________
+[ 23757] By: steveh on 2005/01/06 11:26:12
+ Log: Fix extensions config fields on Win32 to be as they are on Unix
+
+ Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Wed, 5 Jan 2005 10:01:41 -0800
+ Message-ID: <20050105180141.GA676@efn.org>
+ Branch: perl
+ ! win32/FindExt.pm win32/config_sh.PL
+____________________________________________________________________________
+[ 23756] By: nicholas on 2005/01/05 21:58:15
+ Log: Correct a Greengrocer's apostrophe.
+ Branch: perl
+ ! ext/DynaLoader/dl_dyld.xs
+____________________________________________________________________________
+[ 23755] By: nicholas on 2005/01/05 21:36:26
+ Log: Foolishly I committed change 23753 before remembering to test without
+ ithreads. No tests => bugs. This should fix them.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23754] By: nicholas on 2005/01/05 20:14:02
+ Log: Error-free constant folding is a TODO
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23753] By: nicholas on 2005/01/05 19:44:28
+ Log: Turn INIT_TLS_AND_INTERP into a static function
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23752] By: nicholas on 2005/01/05 16:27:19
+ Log: Shave off the explict 1; from the end of lib/Config.pm
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23751] By: rgs on 2005/01/05 13:31:51
+ Log: Subject: [PATCH] unnecessary rmdir in Makefile
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 5 Jan 2005 11:58:54 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 23750] By: merijn on 2005/01/05 11:44:11
+ Log: Subject: [PATCH] gcc and ld in Configure
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 5 Jan 2005 12:04:25 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
+ Branch: perl
+ ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 23749] By: nicholas on 2005/01/05 11:25:29
+ Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 05 Jan 2005 01:09:51 -0800
+ Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
+ Branch: perl
+ ! thread.h
+____________________________________________________________________________
+[ 23748] By: nicholas on 2005/01/05 10:44:59
+ Log: Subject: [PATCH] -Duselargefiles for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41DB63A6.7040504@mac.com>
+ Date: Tue, 04 Jan 2005 21:48:54 -0600
+ Branch: perl
+ ! configure.com vms/descrip_mms.template vms/vmsish.h
+____________________________________________________________________________
+[ 23747] By: nicholas on 2005/01/05 10:10:14
+ Log: Rafael spotted that my changes caused warnings. So clean up.
+ Branch: perl
+ ! t/op/attrs.t
+____________________________________________________________________________
+[ 23746] By: nicholas on 2005/01/04 23:07:25
+ Log: Update copyright years.
+ Branch: perl
+ ! mg.c miniperlmain.c op.c perlio.c xsutils.c
+____________________________________________________________________________
+[ 23745] By: nicholas on 2005/01/04 19:32:01
+ Log: Make the switch statement discriminate similar names more
+ efficiently.
+ Branch: perl
+ ! xsutils.c
+____________________________________________________________________________
+[ 23744] By: nicholas on 2005/01/04 16:20:43
+ Log: Check all attributes in modify_SV_attributes are recognised.
+ Fix bug where 'assertion' was always rejected as invalid.
+ Branch: perl
+ ! t/op/attrs.t xsutils.c
+____________________________________________________________________________
+[ 23743] By: nicholas on 2005/01/04 12:46:56
+ Log: Use the new ${^UTF8LOCALE} to make the test reliable.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 23742] By: merijn on 2005/01/04 12:38:03
+ Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Tue, 4 Jan 2005 12:32:29 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
+ Branch: perl
+ ! pod/perlxs.pod
+____________________________________________________________________________
+[ 23741] By: nicholas on 2005/01/04 11:27:57
+ Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
+ Branch: perl
+ ! gv.c mg.c
+____________________________________________________________________________
+[ 23740] By: steveh on 2005/01/04 10:56:55
+ Log: Bring win32/config.* into line with win32/config_H.*
+ so that "perl -V:usemallocwrap" tells us what the configuration is
+ instead of saying 'UNKNOWN'.
+ Branch: perl
+ ! win32/config.bc win32/config.gc win32/config.vc
+ ! win32/config.vc64
+____________________________________________________________________________
+[ 23739] By: rgs on 2005/01/04 08:36:50
+ Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
+ From: Tels <nospam-abuse@bloodgate.com>
+ Date: Sat, 1 Jan 2005 18:59:51 +0100
+ Message-Id: <200501011859.52858@bloodgate.com>
+ Branch: perl
+ + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
+ ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
+ ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
+ ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+ ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
+ ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
+ ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
+ ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
+ ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
+ ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
+ ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
+ ! lib/bignum/t/option_p.t lib/bigrat.pm
+ ! t/lib/Math/BigFloat/Subclass.pm
+____________________________________________________________________________
+[ 23738] By: rgs on 2005/01/04 08:05:16
+ Log: Happy new year
+ Branch: perl
+ ! README
+____________________________________________________________________________
+[ 23736] By: nicholas on 2005/01/03 21:17:28
+ Log: Return an immortal from attributes::_warn_reserved (a private
+ function). (saves creating a new IV)
+ Branch: perl
+ ! xsutils.c
+____________________________________________________________________________
+[ 23735] By: nicholas on 2005/01/03 20:58:09
+ Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
+ Branch: perl
+ ! xsutils.c
+____________________________________________________________________________
+[ 23733] By: nicholas on 2005/01/03 18:54:22
+ Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
+ threaded, but "oh no it isn't!" :-(
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23732] By: rgs on 2005/01/03 17:24:24
+ Log: Integrate a patch from Gentoo for uclibc support.
+ See :
+ Subject: Re: Static linking notes --- perl5.8.6 and uClibc
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Tue, 28 Dec 2004 14:25:42 +0300
+ Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
+ Branch: perl
+ ! perlio.c
+____________________________________________________________________________
+[ 23731] By: nicholas on 2005/01/02 23:18:07
+ Log: Remove compiler warnings.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23730] By: nicholas on 2005/01/02 22:49:49
+ Log: Change 23727 broke code that relied on \ being escaped.
+ Fix this. *Everything* should work now.
+ Branch: perl
+ + t/run/switchF1.t
+ ! MANIFEST toke.c
+____________________________________________________________________________
+[ 23729] By: nicholas on 2005/01/02 07:46:12
+ Log: Splitting the -n/-p code and concatenating strings generates
+ smaller object code.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23728] By: nicholas on 2005/01/01 21:34:52
+ Log: Concatenate some string constants
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23727] By: nicholas on 2005/01/01 21:13:53
+ Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
+ lot of quoting code
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23726] By: nicholas on 2005/01/01 20:48:31
+ Log: Probably should be using *pvn rather than *pv forms for speed in
+ toke.c (to save a strlen())
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23725] By: nicholas on 2005/01/01 20:26:27
+ Log: strEQ/strNE of 1 character strings seems better hand inlined,
+ because it generates smaller object code (as well as being
+ faster than a true function call)
+ Branch: perl
+ ! doio.c locale.c op.c perl.c pp.c toke.c util.c
+____________________________________________________________________________
+[ 23724] By: nicholas on 2005/01/01 17:15:58
+ Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
+ Tweak is_gv_magical's string comparisons to produce smaller object
+ code.
+ First 2005 copyright notice.
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23723] By: nicholas on 2005/01/01 13:54:33
+ Log: Change 23714 accidentally broke t/io/layers.t when testing with
+ UTF8 locales and the -C flag. When UTF8 is flagged as enabled
+ based on the locale, we have no perl space access to PL_utf8locale
+ so assume for the moment that UTF8 is never conditionally enabled.
+ Branch: perl
+ ! t/io/layers.t
+____________________________________________________________________________
+[ 23722] By: nicholas on 2004/12/31 23:04:47
+ Log: Skip the switch statement entirely if the pointer is null, rather
+ than the old pointless switch on '\0'. Also skip re-comparing the
+ first character. Faster, and generates terser object code.
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 23721] By: nicholas on 2004/12/31 22:46:25
+ Log: Doing the strnEQ char by char for 2 and 3 character strings
+ generates a smaller object file, and will be faster.
+ Branch: perl
+ ! doio.c
+____________________________________________________________________________
+[ 23720] By: nicholas on 2004/12/31 21:41:25
+ Log: Improve documentation for is_gv_magical, and split the switch
+ statement into 2 parts, lengths > 1 and lengths <= 1
+ This should cause most variables (lower case, multicharacter)
+ to escape the function without passing through a switch table.
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23719] By: nicholas on 2004/12/31 21:02:59
+ Log: Because name is always NUL terminated we can incorporate length
+ 0 names in the switch statement for length 1.
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23718] By: nicholas on 2004/12/31 20:25:52
+ Log: Generate smaller object code by using a single switch statement
+ for determining which names are forced into main::
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23717] By: nicholas on 2004/12/31 18:31:18
+ Log: Tidy up comments in change 23716
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23716] By: nicholas on 2004/12/31 18:22:54
+ Log: Refactor gv_fetchpv so that the overwhelmingly common case
+ (variable names starting with a lower case letter or _, longer
+ than one character) get out of the function very quickly.
+ (Without even passing through a switch statement jump table)
+ Also fixes bug 33631
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23715] By: nicholas on 2004/12/31 15:43:07
+ Log: Subject: [PATCH] randbits and randfunc for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41D570BF.8010409@mac.com>
+ Date: Fri, 31 Dec 2004 09:31:11 -0600
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 23714] By: nicholas on 2004/12/31 13:14:18
+ Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
+ Branch: perl
+ ! AUTHORS t/io/layers.t
+____________________________________________________________________________
+[ 23712] By: mhx on 2004/12/30 18:29:02
+ Log: Mention ppport.h and its --api-info switch in perlguts.
+ Branch: perl
+ ! pod/perlguts.pod
+____________________________________________________________________________
+[ 23711] By: merijn on 2004/12/30 13:10:20
+ Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 30 Dec 2004 03:39:36 -0800
+ Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23708] By: nicholas on 2004/12/29 21:41:04
+ Log: Thinko in the description of Config::Extensions
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23707] By: nicholas on 2004/12/29 21:25:29
+ Log: Experimental module intended to simplify core regression tests
+ Branch: perl
+ + lib/Config/Extensions.pm lib/Config/Extensions.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 23706] By: nicholas on 2004/12/29 21:24:30
+ Log: Skip tests that binmode :utf8 if there is no perlio
+ Branch: perl
+ ! t/op/read.t
+____________________________________________________________________________
+[ 23705] By: nicholas on 2004/12/29 21:04:43
+ Log: Ooops. Fix unitialised variable
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 23704] By: nicholas on 2004/12/29 19:47:12
+ Log: Oops. Forgot to uncomment the last set of Unicode values for
+ testing.
+ Branch: perl
+ ! t/op/read.t
+____________________________________________________________________________
+[ 23703] By: nicholas on 2004/12/29 19:00:12
+ Log: read (and presuambly sysread) would expose the UTF8 internals when
+ reading from a byte orientated file handle into a UTF8 scalar.
+ Branch: perl
+ ! pp_sys.c t/op/read.t
+____________________________________________________________________________
+[ 23702] By: nicholas on 2004/12/29 17:20:29
+ Log: Add a lot of tests for combinations of values, offsets and lengths
+ Branch: perl
+ ! t/op/read.t
+____________________________________________________________________________
+[ 23701] By: nicholas on 2004/12/29 16:28:58
+ Log: Convert op/read.t to use test.pl and make it stricture compliant.
+ Branch: perl
+ ! t/op/read.t
+____________________________________________________________________________
+[ 23700] By: mhx on 2004/12/29 13:46:36
+ Log: Upgrade to Devel::PPPort 3.04
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+ ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
+ ! ext/Devel/PPPort/parts/inc/ppphbin
+ ! ext/Devel/PPPort/parts/inc/ppphdoc
+ ! ext/Devel/PPPort/parts/inc/ppphtest
+____________________________________________________________________________
+[ 23696] By: merijn on 2004/12/29 12:41:14
+ Log: Rebuilt after backport start for 23674, 23675, and 23676
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23691] By: merijn on 2004/12/29 11:57:57
+ Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
+ Date: Tue, 28 Dec 2004 13:49:19 -0800
+ From: Stephen McCamant <smcc@MIT.EDU>
+ Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
+ Branch: perl
+ ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
+ ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
+ ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
+ ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
+ ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
+ ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
+ ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
+ ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
+ ! ext/B/t/xref.t
+____________________________________________________________________________
+[ 23688] By: nicholas on 2004/12/28 10:25:28
+ Log: Make Config.t warnings and strictures clean
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23683] By: nicholas on 2004/12/27 16:03:59
+ Log: Subject: [patch sv.c] comment fix
+ From: Stas Bekman <stas@stason.org>
+ Message-ID: <41CF50FE.5070307@stason.org>
+ Date: Sun, 26 Dec 2004 19:02:06 -0500
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23682] By: nicholas on 2004/12/27 15:48:24
+ Log: Add investigating self tie segfaults to the TODO
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23681] By: rgs on 2004/12/24 13:51:59
+ Log: Subject: [perl #33173] shellwords.pl and tainting
+ From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+ Date: 24 Dec 2004 00:14:19 -0000
+ Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
+ Branch: perl
+ ! lib/shellwords.pl
+____________________________________________________________________________
+[ 23680] By: rgs on 2004/12/24 13:42:08
+ Log: Subject: Missign STATEMENT brackets in PUSHMARK
+ From: perl5-porters@ton.iguana.be (Ton Hospel)
+ Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
+ Message-Id: <cqf0q1$9cc$1@post.home.lunix>
+ Branch: perl
+ ! pp.h
+____________________________________________________________________________
+[ 23679] By: nicholas on 2004/12/24 10:33:32
+ Log: Don't do the ... expansion on archlib, sitelib etc, given that
+ everyone should already be using archlibext etc
+ Add the extra special case code for otherlibdirs
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23678] By: rgs on 2004/12/24 08:57:56
+ Log: Subject: Re: [patch perlapi doc] sv_magic
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 23 Dec 2004 16:28:06 -0500
+ Message-ID: <41CB3866.1080307@stason.org>
+ Branch: perl
+ ! pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 23677] By: nicholas on 2004/12/24 08:54:58
+ Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41CB6BD1.8030207@mac.com>
+ Date: Thu, 23 Dec 2004 19:07:29 -0600
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 23676] By: nicholas on 2004/12/23 23:15:24
+ Log: Bother. It helps if you also propagate the new entry to config.sh
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23675] By: nicholas on 2004/12/23 22:14:42
+ Log: Oops. You can't add new entries to config_h.SH without making some
+ sort of corresponding defined/undefined value in config.sh somehow.
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23674] By: nicholas on 2004/12/23 21:38:59
+ Log: Relocatable @INC entries for Unix.
+ (With appropriate fixups in Config.pm to complete the illusion)
+ Currently can only be enabled with hackery to config.sh
+ TODO - proper Configure support, and support for otherlibdirs in
+ Config.pm
+ Branch: perl
+ ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
+ ! proto.h
+____________________________________________________________________________
+[ 23673] By: merijn on 2004/12/23 21:04:37
+ Log: 23669 was not such a good idea. More research needed.
+ Branch: perl
+ ! config_h.SH
+____________________________________________________________________________
+[ 23672] By: rgs on 2004/12/23 17:21:37
+ Log: The "Setuid script not plain file" error wasn't documented.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 23671] By: rgs on 2004/12/23 15:21:58
+ Log: Subject: [PATCH] Data::Dumper Freezer fixes
+ From: Sam Tregar <sam@tregar.com>
+ Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
+ Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
+
+ and bump Data::Dumper's VERSION
+ Branch: perl
+ + ext/Data/Dumper/t/freezer.t
+ ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
+____________________________________________________________________________
+[ 23670] By: nicholas on 2004/12/22 23:15:07
+ Log: Fix typo
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 23669] By: merijn on 2004/12/22 20:16:53
+ Log: Just to re-sync with metaconfig output. No real changes.
+ Branch: perl
+ ! config_h.SH
+____________________________________________________________________________
+[ 23668] By: rgs on 2004/12/22 08:46:21
+ Log: Move the definition of the S_procself_val() function before
+ the point where it's used
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23667] By: nicholas on 2004/12/21 20:56:58
+ Log: Move the setting of $^X ahead of the initialisation of @INC
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23666] By: nicholas on 2004/12/21 20:31:57
+ Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
+ skip the test on platforms where it's not available
+ Branch: perl
+ ! t/op/bop.t
+____________________________________________________________________________
+[ 23663] By: nicholas on 2004/12/21 11:58:53
+ Log: Note that the shell's test uses eq etc for numbers, = etc for
+ strings, the reverse of Perl, which is definitely a trap.
+ Spotted by Alexei Alexandrov.
+ Branch: perl
+ ! AUTHORS pod/perltrap.pod
+____________________________________________________________________________
+[ 23662] By: merijn on 2004/12/20 13:38:45
+ Log: Subject: [PATCH] AUTHORS
+ From: Tels <nospam-abuse@bloodgate.com>
+ Date: Sun, 19 Dec 2004 14:28:44 +0100
+ Message-Id: <200412191428.45898@bloodgate.com>
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 23661] By: rgs on 2004/12/17 09:08:23
+ Log: Subject: Re: [perl #32717] BeOS specific Updates
+ From: bonefish@cs.tu-berlin.de
+ Date: Fri, 17 Dec 2004 01:17:40 +0100
+ Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
+ Branch: perl
+ - beos/beos_flock_server.cpp beos/beos_flock_server.h
+ ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
+ ! hints/beos.sh
+____________________________________________________________________________
+[ 23660] By: rgs on 2004/12/16 16:09:20
+ Log: Subject: [PATCH] bop.t follow-up to #23645
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 16 Dec 2004 08:53:32 -0600
+ Message-ID: <41C1A16C.9040700@mac.com>
+ Branch: perl
+ ! t/op/bop.t
+____________________________________________________________________________
+[ 23659] By: rgs on 2004/12/16 16:05:49
+ Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
+ Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! ext/POSIX/Makefile.PL
+____________________________________________________________________________
+[ 23658] By: rgs on 2004/12/16 15:58:06
+ Log: Two pod2html patches from Dave Sparks :
+
+ Fix anchors for some function names
+ Subject: pod2html fragment fix [PATCH]
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 11 Nov 2004 14:36:46 +0100
+ Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
+
+ Subject: Make 'pod2html --quiet' be quiet [PATCH]
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 11 Nov 2004 15:19:58 +0100
+ Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
+ Branch: perl
+ ! lib/Pod/Html.pm
+____________________________________________________________________________
+[ 23657] By: rgs on 2004/12/16 15:43:02
+ Log: Pod::Html is not part of the podlators distribution
+ Branch: perl
+ ! Porting/Maintainers.pl
+____________________________________________________________________________
+[ 23656] By: rgs on 2004/12/15 16:39:29
+ Log: Security fix from Debian in the debugger (in the setterm()
+ function), from:
+ Subject: Re: Security patch from Debian?
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Thu, 2 Dec 2004 13:42:17 +1100
+ Message-ID: <20041202024217.GA12670@londo.c47.org>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 23655] By: rgs on 2004/12/15 15:14:05
+ Log: A couple of SCO compilation patches
+
+ Subject: [perl #3097] Re: SCO5 XS dyn loading fails
+ From: "Ilya N. Golubev" <gin@mo.msk.ru>
+ Date: Tue, 14 Dec 2004 22:37:27 +0300
+ Message-ID: <028941bf40f648-gin@mo.msk.ru>
+
+ Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
+ Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! hints/sco.sh
+____________________________________________________________________________
+[ 23654] By: rgs on 2004/12/15 13:16:06
+ Log: Upgrade to Test::Simple 0.54
+ Branch: perl
+ + lib/Test/Simple/t/is_fh.t
+ ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+ ! lib/Test/Simple.pm lib/Test/Simple/Changes
+ ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
+ ! lib/Test/Simple/t/harness_active.t
+ ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
+ ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
+ ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
+____________________________________________________________________________
+[ 23653] By: rgs on 2004/12/15 12:43:37
+ Log: Upgrade to ExtUtils::MakeMaker 6.25
+ Branch: perl
+ + lib/ExtUtils/t/dir_target.t
+ ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
+ ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
+ ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
+ ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
+ ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
+ ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
+ ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
+ ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
+ ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
+ ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
+ ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
+ ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
+ ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
+ ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
+ ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
+____________________________________________________________________________
+[ 23652] By: rgs on 2004/12/14 16:22:42
+ Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 23651] By: rgs on 2004/12/14 12:17:25
+ Log: Subject: Re: B::walkoptree segfaults
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Fri, 3 Dec 2004 05:06:49 +0300
+ Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
+ Branch: perl
+ ! ext/B/B.pm
+____________________________________________________________________________
+[ 23650] By: rgs on 2004/12/14 11:21:53
+ Log: Make Sys::Syslog stricture-compliant
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 23649] By: rgs on 2004/12/14 10:35:57
+ Log: Allow escaping %m as %%m in Sys::Syslog format strings
+ (suggested by Joshua Richardson <jric@yahoo-inc.com>
+ and Yitzchak Scott-Thoennes)
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 23648] By: rgs on 2004/12/14 10:22:48
+ Log: Subject: [perl #24343] [PATCH] -w vs. -s
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 14 Dec 2004 06:41:34 -0000
+ Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23647] By: merijn on 2004/12/14 07:51:43
+ Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
+ Date: 14 Dec 2004 06:29:23 -0000
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
+ Branch: perl
+ ! pod/perlfaq5.pod
+____________________________________________________________________________
+[ 23646] By: rgs on 2004/12/14 07:41:08
+ Log: Fix test added in change 23645 with an eval()
+ Branch: perl
+ ! t/op/bop.t
+____________________________________________________________________________
+[ 23645] By: rgs on 2004/12/14 07:28:57
+ Log: Test patch for already-solved bug #33003,
+ by Michael G Schwern.
+ Branch: perl
+ ! t/op/bop.t
+____________________________________________________________________________
+[ 23644] By: steveh on 2004/12/13 17:26:46
+ Log: Document gv_stashpvn
+
+ This is already in the API supported by Devel::PPPort, and is
+ more efficient than gv_stashpv if the length is already known.
+ Branch: perl
+ ! embed.fnc gv.c pod/perlapi.pod
+____________________________________________________________________________
+[ 23643] By: rgs on 2004/12/13 10:02:57
+ Log: Subject: [PATCH] FileCache without import
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 11 Dec 2004 18:58:32 -0500
+ Message-ID: <20041211235832.GA13462@windhund.schwern.org>
+ Branch: perl
+ + lib/FileCache/t/07noimport.t
+ ! MANIFEST lib/FileCache.pm
+____________________________________________________________________________
+[ 23642] By: rgs on 2004/12/13 09:54:23
+ Log: Subject: [PATCH] perlipc typo
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Sun, 12 Dec 2004 10:25:04 +1100
+ Message-ID: <20041211232504.GA8380@londo.c47.org>
+ Branch: perl
+ ! pod/perlipc.pod
+____________________________________________________________________________
+[ 23641] By: rgs on 2004/12/13 09:41:21
+ Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 11 Dec 2004 11:03:57 -0600
+ Message-ID: <41BB287D.6090001@mac.com>
+ Branch: perl
+ ! t/op/taint.t
+____________________________________________________________________________
+[ 23640] By: rgs on 2004/12/13 08:39:34
+ Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 11 Dec 2004 02:57:19 -0800
+ Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 23639] By: rgs on 2004/12/10 22:02:52
+ Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
+ From: mjtg@cam.ac.uk (Mike Guy)
+ Date: Fri, 10 Dec 2004 19:08:01 +0000
+ Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23638] By: steveh on 2004/12/10 14:58:59
+ Log: Fix Win32 breakage caused by change 23610
+
+ Simply skip the offending tests on Win32. There is no sense in testing
+ that $Config dir entries appear in @INC because the $Config entries
+ relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
+ win32/Makefile), whereas @INC entries are dynamic, based on where
+ perlXX.dll is currently located.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23637] By: rgs on 2004/12/10 10:17:47
+ Log: Pod nit ([perl #32800])
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23636] By: rgs on 2004/12/10 10:02:12
+ Log: Subject: [PATCH] Test rt.perl.org 5900
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Thu, 9 Dec 2004 22:11:59 -0500
+ Message-ID: <20041210031159.GA7629@windhund.schwern.org>
+ Branch: perl
+ ! t/op/taint.t
+____________________________________________________________________________
+[ 23635] By: rgs on 2004/12/10 09:51:44
+ Log: Subject: [PATCH] cleanup t/op/taint.t
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 10 Dec 2004 02:04:49 -0500
+ Message-ID: <20041210070448.GA22347@windhund.schwern.org>
+
+ Subject: [PATCH] Add todo_skip() to test.pl
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 10 Dec 2004 04:27:06 -0500
+ Message-ID: <20041210092706.GA23378@windhund.schwern.org>
+ Branch: perl
+ ! t/op/taint.t t/test.pl
+____________________________________________________________________________
+[ 23634] By: nicholas on 2004/12/09 22:51:03
+ Log: Evade using @ in the 1 liner with some perl 1 syntax.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23633] By: rgs on 2004/12/09 18:50:16
+ Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 1 Dec 2004 15:15:44 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 23632] By: rgs on 2004/12/09 17:12:12
+ Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
+ From: Gisle Aas <gisle@activestate.com>
+ Date: 06 Dec 2004 02:59:24 -0800
+ Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
+ Branch: perl
+ ! utf8.h
+____________________________________________________________________________
+[ 23631] By: rgs on 2004/12/09 16:03:01
+ Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 03 Dec 2004 06:09:19 -0800
+ Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
+ Branch: perl
+ ! ext/PerlIO/t/encoding.t
+____________________________________________________________________________
+[ 23630] By: rgs on 2004/12/09 15:49:07
+ Log: Upgrade to perldoc 3.14
+ Branch: perl
+ ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
+____________________________________________________________________________
+[ 23629] By: rgs on 2004/12/09 09:57:42
+ Log: Fix test to cope with the previous h2ph change.
+ Branch: perl
+ ! t/lib/h2ph.pht
+____________________________________________________________________________
+[ 23628] By: rgs on 2004/12/08 16:50:30
+ Log: Subject: [perl #32962] h2ph - use of local() in generated code
+ From: Peter.Dintelmann@dresdner-bank.com (via RT)
+ Date: 8 Dec 2004 15:49:32 -0000
+ Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 23627] By: rgs on 2004/12/08 16:19:38
+ Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
+ From: "Jos I. Boumans" <kane@xs4all.net>
+ Date: Wed, 8 Dec 2004 14:24:19 +0100
+ Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
+ Branch: perl
+ + lib/FileCache/t/06export.t
+ ! MANIFEST lib/FileCache.pm
+____________________________________________________________________________
+[ 23626] By: nicholas on 2004/12/07 23:39:46
+ Log: Avoid getting the stash name twice (at least visually, if not also
+ in the generated code)
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23624] By: rgs on 2004/12/07 18:26:48
+ Log: Upgrade to Encode 2.09
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
+ ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
+____________________________________________________________________________
+[ 23623] By: nicholas on 2004/12/07 15:27:09
+ Log: Revert part of the change to gv_fullname4(), as the change seems to
+ be fractionally slower. Re-investigation prompted by a comment from
+ Tim Bunce, who seems to be more on the ball than I am.
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23622] By: steveh on 2004/12/07 10:50:26
+ Log: Update AUTHORS (for changes #23200 and #23621)
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 23621] By: steveh on 2004/12/07 10:35:59
+ Log: Updates to README.win32 (aka perlwin32), with some changes.
+
+ Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
+ From: Max Maischein <corion@corion.net>
+ Date: Sun, 05 Dec 2004 19:39:40 +0100
+ Message-ID: <41B355EC.9010505@corion.net>
+ Branch: perl
+ ! README.win32
+____________________________________________________________________________
+[ 23620] By: rgs on 2004/12/06 22:22:11
+ Log: Upgrade to Term::ANSIColor 1.09
+ Branch: perl
+ ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
+ ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
+____________________________________________________________________________
+[ 23619] By: rgs on 2004/12/06 21:54:55
+ Log: Small addition to perlsec by Stas Bekman.
+ Branch: perl
+ ! pod/perlsec.pod
+____________________________________________________________________________
+[ 23618] By: steveh on 2004/12/06 15:54:30
+ Log: Fix another Win32 breakage caused by change 23554
+ Branch: perl
+ ! t/win32/system.t
+____________________________________________________________________________
+[ 23617] By: nicholas on 2004/12/06 15:35:39
+ Log: Break out setting $^X into its own static function S_set_caret_X
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23616] By: steveh on 2004/12/06 14:42:32
+ Log: Fix typo from change 23554 which screwed up Windows smokes
+ Branch: perl
+ ! win32/Makefile
+____________________________________________________________________________
+[ 23615] By: nicholas on 2004/12/06 14:39:59
+ Log: sanity check the arguments to runperl(), to try to avoid it
+ hanging waiting on STDIN for a script.
+ Branch: perl
+ ! t/test.pl
+____________________________________________________________________________
+[ 23614] By: nicholas on 2004/12/06 13:41:45
+ Log: Remove spurious semicolons
+ (As these 2 are spare, I guess I should send them to Mark Rhodes
+ (former office mate) as he often said that he kept mislaying his)
+ Branch: perl
+ ! gv.h
+____________________________________________________________________________
+[ 23613] By: nicholas on 2004/12/06 13:10:24
+ Log: Tests for Config.pm much better now - toDONE
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23612] By: nicholas on 2004/12/06 13:01:36
+ Log: Turn gv_fullname3 and gv_efullname3 into macros that call
+ gv_fullname4 and gv_efullname4 directly, saving overhead.
+ Branch: perl
+ ! embed.fnc embed.h gv.h proto.h
+____________________________________________________________________________
+[ 23611] By: merijn on 2004/12/06 12:00:10
+ Log: New Itanium servers
+ Branch: perl
+ ! README.hpux
+____________________________________________________________________________
+[ 23610] By: nicholas on 2004/12/06 10:35:00
+ Log: Check that @INC entries and %Config path entries are consistent.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23609] By: nicholas on 2004/12/03 22:17:32
+ Log: gv_fullname4() can get rid of the main:: for us.
+ (well, actually, it never puts it in)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 23608] By: rgs on 2004/12/03 21:51:45
+ Log: $foo::_ was wrongly forced as $main::_.
+ Since we still want "our $_" to be always forced to $main::_,
+ deplace the forcing code at our-pad allocation time.
+ (Making execution probably a tiny bit faster)
+ Branch: perl
+ ! gv.c op.c t/op/mydef.t
+____________________________________________________________________________
+[ 23607] By: nicholas on 2004/12/03 20:38:37
+ Log: Remove double checking of acceptable switches on tr/// ops.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23606] By: nicholas on 2004/12/03 20:07:31
+ Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
+ The latter gives larger code, is less clear and can't be any faster
+ Branch: perl
+ ! perl.c toke.c
+____________________________________________________________________________
+[ 23605] By: nicholas on 2004/12/03 18:56:31
+ Log: Small code tidy up in gv_fullname4
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23604] By: nicholas on 2004/12/03 18:26:43
+ Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
+ They seem to produce slightly smaller object code too.
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23603] By: nicholas on 2004/12/03 17:02:43
+ Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23602] By: nicholas on 2004/12/03 15:50:15
+ Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
+ S_pushinc into a new function S_pushinc_if_exists
+ Avoid the SV copy when pushing onto @INC by creating a new scratch
+ SV each time a push is done.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23601] By: nicholas on 2004/12/02 22:35:34
+ Log: Subject: [PATCH] configure.com: no more CONFIG=true
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41AF87BA.1080108@mac.com>
+ Date: Thu, 02 Dec 2004 15:23:06 -0600
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 23598] By: nicholas on 2004/12/01 23:13:32
+ Log: 2 new BeOS files were missing
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23592] By: nicholas on 2004/12/01 18:54:14
+ Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-ID: <41ADFD95.4030007@iki.fi>
+ Date: Wed, 01 Dec 2004 19:21:25 +0200
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 23588] By: nicholas on 2004/12/01 16:52:45
+ Log: &test in constant.t is vestigial, so amputate it.
+ Branch: perl
+ ! lib/constant.t
+____________________________________________________________________________
+[ 23587] By: nicholas on 2004/12/01 16:35:10
+ Log: Tidy up the reference name stringification to save getting the
+ hash name twice. Pleasant side effect is 44 byte smaller object
+ file. (A small win is still a win)
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23584] By: merijn on 2004/12/01 13:44:24
+ Log: Subject: [perl #32717] BeOS specific Updates
+ Date: 30 Nov 2004 15:38:32 -0000
+ From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
+ Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
+ Branch: perl
+ + beos/beos_flock_server.cpp beos/beos_flock_server.h
+ ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
+ ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
+ ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
+____________________________________________________________________________
+[ 23583] By: merijn on 2004/12/01 13:29:18
+ Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
+ Date: Wed, 01 Dec 2004 07:24:45 -0600
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41ADC61D.8010407@mac.com>
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 23581] By: rgs on 2004/12/01 13:01:55
+ Log: MANIFEST.SKIP is missing from the list of files that come
+ with MakeMaker
+ Branch: perl
+ ! Porting/Maintainers.pl
+____________________________________________________________________________
+[ 23577] By: nicholas on 2004/11/30 16:40:06
+ Log: Add placeholders for the new strlcat and strlcpy entries in
+ config.sh, to ensure that the config.h generated for cross-
+ compilation will still work.
+ Branch: perl
+ ! Cross/config.sh-arm-linux
+____________________________________________________________________________
+[ 23575] By: nicholas on 2004/11/30 15:32:17
+ Log: Let pod/buildtoc resort the MANIFEST the way it wants it
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23574] By: nicholas on 2004/11/30 15:31:14
+ Log: Add perl586delta.pod to all the necessary makefiles and tables of
+ contents.
+ Branch: perl
+ ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
+ ! win32/pod.mak
+____________________________________________________________________________
+[ 23571] By: merijn on 2004/11/30 15:11:01
+ Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
+ Date: Tue, 30 Nov 2004 09:29:06 -0600
+ From: Steve Peters <steve@fisharerojo.org>
+ Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 23570] By: nicholas on 2004/11/30 14:57:53
+ Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
+ Branch: perl
+ +> pod/perl586delta.pod
+ ! MANIFEST
+ !> pod/perlhist.pod
+____________________________________________________________________________
+[ 23568] By: rgs on 2004/11/30 13:02:16
+ Log: Protection against trailing spaces in embed.fnc
+ Branch: perl
+ ! autodoc.pl embed.pl
+____________________________________________________________________________
+[ 23567] By: rgs on 2004/11/30 12:57:30
+ Log: Remove trailing whitespace that found their way in the docs
+ (spotted by Stas Bekman)
+ Branch: perl
+ ! embed.fnc pod/perlapi.pod proto.h
+____________________________________________________________________________
+[ 23566] By: rgs on 2004/11/29 12:30:31
+ Log: Upgrade to Test::Simple 0.53
+ Branch: perl
+ + lib/Test/Simple/t/circular_data.t
+ + lib/Test/Simple/t/overload_threads.t
+ + lib/Test/Simple/t/plan_bad.t
+ + lib/Test/Simple/t/plan_shouldnt_import.t
+ + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
+ ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+ ! lib/Test/Simple.pm lib/Test/Simple/Changes
+ ! lib/Test/Simple/README lib/Test/Simple/TODO
+ ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
+ ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
+ ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
+ ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
+____________________________________________________________________________
+[ 23564] By: nicholas on 2004/11/28 16:13:56
+ Log: Skip generating all the code to deal with "" strings in config.sh
+ if there aren't any. '' only code is much simpler.
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23563] By: nicholas on 2004/11/28 15:00:15
+ Log: Given that there is a pre-built cache, no need for @v_fast
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23562] By: nicholas on 2004/11/28 13:56:30
+ Log: The byteorder code doesn't need to be in Config.pm if byteorder
+ isn't actually a frequently looked up value.
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23561] By: nicholas on 2004/11/28 13:20:39
+ Log: Need to stub the public functions to keep some existing code
+ working.
+ No need to keep $Config_SH around in memory when we can easily
+ re-create it.
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23558] By: nicholas on 2004/11/27 23:06:41
+ Log: Generate the precached %Config entries based on some empirical
+ data, rather than just guesswork.
+ Branch: perl
+ ! Makefile.SH configpm
+____________________________________________________________________________
+[ 23557] By: nicholas on 2004/11/27 21:26:42
+ Log: Subject: [PATCH] Re: getting Config.pm on a diet
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <41A8F225.7080902@mac.com>
+ Date: Sat, 27 Nov 2004 15:31:17 -0600
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 23555] By: nicholas on 2004/11/27 17:28:47
+ Log: Hateful cAsE iNsEnSiTiVe file systems
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23554] By: nicholas on 2004/11/27 16:56:35
+ Log: Put Config.pm on a diet. 3K rather than 32K
+ configpm now generates 2 files, a small Config.pm containing the
+ commonly used functions and values, which AUTOLOADs a
+ Config_heavy.pl containing anything else needed.
+ The "common" values in the small Config.pm may need some
+ tweaking, based on real world data.
+ Branch: perl
+ ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 23550] By: nicholas on 2004/11/27 14:43:37
+ Log: Clarify the return values of pos, particularly 0 and undef, as
+ suggested by Stas Bekman
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23549] By: nicholas on 2004/11/27 14:24:21
+ Log: Document the interaction of PERL_USE_SAVE_PUTENV and
+ PL_use_safe_putenv, based on text by Stas Bekman
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 23548] By: rgs on 2004/11/26 17:20:46
+ Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 26 Nov 2004 17:14:33 -0000
+ Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
+ Branch: perl
+ ! lib/Term/Complete.pm
+____________________________________________________________________________
+[ 23547] By: rgs on 2004/11/26 15:16:59
+ Log: Freak out if h2ph has to translate a macro that contains assembly code.
+
+ Subject: [PATCH] h2ph vs __asm__
+ From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+ Date: Thu, 25 Nov 2004 17:24:43 +0100
+ Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 23546] By: rgs on 2004/11/26 15:07:47
+ Log: Doc nit for B::Lint
+ Subject: [PATCH] B::Lint
+ From: Andy Lester <andy@petdance.com>
+ Date: Fri, 26 Nov 2004 00:30:48 -0600
+ Message-ID: <20041126063048.GA10161@petdance.com>
+ Branch: perl
+ ! ext/B/B/Lint.pm
+____________________________________________________________________________
+[ 23545] By: nicholas on 2004/11/26 12:33:34
+ Log: The change to the internal representation introduced a bug whereby
+ the key returned by FIRSTKEY had an erroneous leading newline.
+ EXISTS was also buggy.
+ Branch: perl
+ ! configpm lib/Config.t
+____________________________________________________________________________
+[ 23544] By: nicholas on 2004/11/26 11:29:21
+ Log: Make configpm and the generated Config.pm strict and warnings
+ clean.
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 23543] By: steveh on 2004/11/26 10:56:12
+ Log: Fix Win32 breakage caused by changes 23535/23542.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23542] By: nicholas on 2004/11/25 23:41:05
+ Log: Generate the virtual entries at Config.pm build time, as they
+ don't change. This lets us get rid of the entire "fetch_virtual"
+ baggage, and makes the config_re lookup work for the virtual
+ entries.
+ Branch: perl
+ ! configpm lib/Config.t
+____________________________________________________________________________
+[ 23541] By: nicholas on 2004/11/25 22:50:15
+ Log: Cheat. (Add a leading newline, and so remove all the special
+ casing for "if we're at the start of $Config_SH")
+ Branch: perl
+ ! configpm lib/Config.t
+____________________________________________________________________________
+[ 23538] By: nicholas on 2004/11/25 21:37:23
+ Log: Add an exists test for the things we loop over
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23537] By: nicholas on 2004/11/25 21:33:23
+ Log: The first entry in the virtual config.sh is special cased. So
+ test it.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23536] By: nicholas on 2004/11/25 21:00:56
+ Log: Make $Config{libs_nolargefiles} and
+ $Config{libswanted_nolargefiles} work. (For the first time)
+ Branch: perl
+ ! configpm lib/Config.t
+____________________________________________________________________________
+[ 23535] By: nicholas on 2004/11/25 20:10:43
+ Log: Test the currently working virtual %Config entries
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23534] By: rgs on 2004/11/24 16:09:42
+ Log: Subject: RC1 pod fix #anchor
+ From: Stas Bekman <stas@stason.org>
+ Date: Wed, 24 Nov 2004 10:57:21 -0500
+ Message-ID: <41A4AF61.9080408@stason.org>
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23533] By: rgs on 2004/11/24 16:07:38
+ Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
+ From: Stas Bekman <stas@stason.org>
+ Date: Wed, 24 Nov 2004 11:25:14 -0500
+ Message-ID: <41A4B5EA.3020804@stason.org>
+ Branch: perl
+ ! pod/perlipc.pod
+____________________________________________________________________________
+[ 23532] By: rgs on 2004/11/24 14:47:31
+ Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 21 Nov 2004 04:38:09 -0000
+ Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
+ Branch: perl
+ ! pod/perlvar.pod
+____________________________________________________________________________
+[ 23531] By: nicholas on 2004/11/24 11:50:28
+ Log: Wrap some long lines
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23528] By: rgs on 2004/11/23 13:35:34
+ Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
+ after eval or require
+ Branch: perl
+ ! t/comp/package.t toke.c
+____________________________________________________________________________
+[ 23527] By: rgs on 2004/11/23 10:20:02
+ Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 19 Nov 2004 14:28:56 -0500
+ Message-ID: <20041119192856.GA4769@windhund.schwern.org>
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 23526] By: rgs on 2004/11/23 09:26:03
+ Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 23 Nov 2004 00:04:24 -0000
+ Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 23525] By: rgs on 2004/11/23 09:09:57
+ Log: Subject: [PATCH] warnings.t portability tweaks
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 20 Nov 2004 10:29:47 -0600
+ Message-ID: <419F70FB.7000100@mac.com>
+ Branch: perl
+ ! t/lib/warnings/9uninit t/lib/warnings/perlio
+____________________________________________________________________________
+[ 23523] By: nicholas on 2004/11/20 22:17:18
+ Log: Assimilate Test-Simple 0.50
+ Branch: perl
+ + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
+ + lib/Test/Simple/t/00test_harness_check.t
+ + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
+ + lib/Test/Simple/t/fail_one.t
+ + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
+ + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
+ + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
+ ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
+ ! lib/Test/Simple.pm lib/Test/Simple/Changes
+ ! lib/Test/Simple/README lib/Test/Simple/t/More.t
+ ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
+ ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
+ ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
+ ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
+ ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
+ ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
+ ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
+ ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
+ ! t/lib/TieOut.pm
+____________________________________________________________________________
+[ 23520] By: nicholas on 2004/11/20 14:21:28
+ Log: genuine possible buffer problems spotted by flawfinder
+ Branch: perl
+ ! regcomp.c util.c
+____________________________________________________________________________
+[ 23519] By: rgs on 2004/11/19 14:48:35
+ Log: Make "err" a weak keyword;
+ that is, it will be overriden by any sub named "err", except when
+ really an operator is expected at this point. ([perl #32347])
+ Branch: perl
+ ! t/op/dor.t toke.c
+____________________________________________________________________________
+[ 23518] By: rgs on 2004/11/19 09:22:33
+ Log: Subject: [perl #32486] error in documentation for POSIX::pipe
+ From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
+ Date: 18 Nov 2004 18:09:54 -0000
+ Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 23517] By: nicholas on 2004/11/18 23:32:20
+ Log: Bump version number
+ Branch: perl
+ ! lib/ExtUtils/Constant.pm
+____________________________________________________________________________
+[ 23516] By: rgs on 2004/11/18 22:06:21
+ Log: Remaining nit in the deparsing of reversed foreach loops
+ Branch: perl
+ ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+____________________________________________________________________________
+[ 23514] By: rgs on 2004/11/18 18:01:52
+ Log: Fix deparsing of reversed foreach loops,
+ plus a bug in the previous commit
+ Branch: perl
+ ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+____________________________________________________________________________
+[ 23513] By: rgs on 2004/11/18 17:25:19
+ Log: Fix deparsing of reversed sort and descending sorts,
+ due to the recent optimisations on this part of the optree.
+ Branch: perl
+ ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+____________________________________________________________________________
+[ 23510] By: rgs on 2004/11/17 10:41:56
+ Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 12 Nov 2004 02:47:36 -0000
+ Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
+ Branch: perl
+ ! lib/File/Find.pm lib/File/Find/t/find.t
+____________________________________________________________________________
+[ 23509] By: rgs on 2004/11/17 10:22:52
+ Log: PerlFAQ sync.
+ Branch: perl
+ ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
+ ! pod/perlfaq7.pod
+____________________________________________________________________________
+[ 23508] By: rgs on 2004/11/17 10:14:58
+ Log: Fix a couple of typos.
+ Branch: perl
+ ! hv.c utf8.c
+____________________________________________________________________________
+[ 23507] By: rgs on 2004/11/17 10:11:20
+ Log: Subject: SuSE's perl safe_putenf diff
+ From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
+ Date: Thu, 11 Nov 2004 15:54:43 +0100
+ Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
+
+ slightly reworked to make the PL_use_safe_putenv variable fit in
+ the current framework. This patch turns on the use of safe putenv
+ for any application that embeds a perl interpreter.
+ Branch: perl
+ ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
+ ! util.c
+____________________________________________________________________________
+[ 23506] By: rgs on 2004/11/17 08:57:17
+ Log: Subject: [PATCH] perl5db.pl POD cleanup
+ From: Autrijus Tang <autrijus@autrijus.org>
+ Date: Fri, 12 Nov 2004 12:41:33 +0800
+ Message-ID: <20041112044133.GA92924@aut.dyndns.org>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 23505] By: rgs on 2004/11/17 08:31:39
+ Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
+ Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! t/op/time.t
+____________________________________________________________________________
+[ 23501] By: steveh on 2004/11/16 10:55:20
+ Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
+
+ (autodoc.pl was already done by change 23371.)
+ Branch: perl
+ ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
+ ! warnings.pl
+____________________________________________________________________________
+[ 23500] By: merijn on 2004/11/16 10:49:35
+ Log: Subject: [PATCH] s/hierachy/hierarchy/
+ Date: Mon, 15 Nov 2004 15:59:14 -0700
+ From: "Larry Shatzer Jr." <larrysh@cpan.org>
+ Message-ID: <20041115225913.GA22373@zippy.zyx.net>
+ Branch: perl
+ ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
+____________________________________________________________________________
+[ 23499] By: steveh on 2004/11/16 09:42:50
+ Log: Fix Win32 breakage caused by changes to op.c in change 23433.
+
+ Also limit the scope of the locks in a couple of places, as suggested
+ by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
+ Branch: perl
+ ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
+____________________________________________________________________________
+[ 23498] By: merijn on 2004/11/14 07:02:20
+ Log: Subject: [PATCH] Add the minitest target to vms buildsystem
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sun, 14 Nov 2004 00:48:17 +0100
+ Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
+ Branch: perl
+ ! vms/descrip_mms.template vms/test.com
+____________________________________________________________________________
+[ 23497] By: rgs on 2004/11/12 21:11:48
+ Log: Subject: [perl #32400] Unnecessary warning from constant.pm
+ From: Anno Siegel (via RT) <perlbug-followup@perl.org>
+ Date: 10 Nov 2004 18:30:38 -0000
+ Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
+ Branch: perl
+ ! lib/constant.pm lib/constant.t
+____________________________________________________________________________
+[ 23496] By: merijn on 2004/11/12 20:47:19
+ Log: Subject: [perl #32419] Spelling fixes for perl@23492
+ Date: 12 Nov 2004 16:14:49 -0000
+ From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
+ Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
+ Branch: perl
+ ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
+ ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
+ ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
+ ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
+ ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
+ ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
+____________________________________________________________________________
+[ 23495] By: merijn on 2004/11/12 20:26:17
+ Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
+ Date: Fri, 12 Nov 2004 11:15:47 -0600
+ From: steve@fisharerojo.org
+ Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
+ Branch: perl
+ ! lib/ExtUtils/Constant.pm
+____________________________________________________________________________
+[ 23494] By: davem on 2004/11/12 18:59:06
+ Log: Add some descriptive text from Larry to op.c on how optrees are built
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 23492] By: rgs on 2004/11/10 09:32:39
+ Log: Replace a skip by a todo.
+ Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Wed, 10 Nov 2004 01:30:14 -0800
+ Message-ID: <20041110093014.GA1676@efn.org>
+ Branch: perl
+ ! t/io/tell.t
+____________________________________________________________________________
+[ 23491] By: rgs on 2004/11/10 07:40:31
+ Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Tue, 9 Nov 2004 17:40:13 -0800
+ Message-ID: <20041110014012.GA2796@efn.org>
+ Branch: perl
+ ! t/io/tell.t
+____________________________________________________________________________
+[ 23490] By: rgs on 2004/11/09 18:17:07
+ Log: Adjust test count for non-windows machines
+ Branch: perl
+ ! ext/IO/t/io_file.t
+____________________________________________________________________________
+[ 23489] By: merijn on 2004/11/09 17:53:53
+ Log: Subject: [PATCH] fix IO::File to support binmode
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Tue, 9 Nov 2004 16:59:27 +0100
+ Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
+ Branch: perl
+ + ext/IO/t/io_file.t
+ ! MANIFEST ext/IO/lib/IO/File.pm
+____________________________________________________________________________
+[ 23487] By: nicholas on 2004/11/08 20:27:42
+ Log: No more late changes, dammit
+ Branch: perl
+ ! ext/B/t/optree_concise.t
+____________________________________________________________________________
+[ 23485] By: rgs on 2004/11/08 08:38:03
+ Log: Subject: Re: optree tests and VMS progress (no really)
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Sun, 7 Nov 2004 23:24:15 -0800
+ Message-ID: <20041108072415.GA3928@efn.org>
+ Branch: perl
+ ! ext/B/t/OptreeCheck.pm
+____________________________________________________________________________
+[ 23482] By: davem on 2004/11/06 11:59:16
+ Log: document regcomp.c/regexec.c's dual life under ext/re/
+ Branch: perl
+ ! regcomp.c regexec.c
+____________________________________________________________________________
+[ 23481] By: nicholas on 2004/11/06 08:48:50
+ Log: Subject: Re: optree tests and VMS progress (no really)
+ From: Jim Cromie <jim.cromie@gmail.com>
+ Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
+ Date: Sat, 6 Nov 2004 00:57:13 -0700
+ Branch: perl
+ ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
+ ! ext/B/t/optree_concise.t
+____________________________________________________________________________
+[ 23475] By: merijn on 2004/11/05 14:16:27
+ Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
+ Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 23474] By: merijn on 2004/11/05 13:07:16
+ Log: Skip failing thread/wait tests on HP-UX 10.20
+ These will never ever be fixed, since 10.20 is obsolete
+ perl583delta describes this. The quote is included in wait.t
+ Branch: perl
+ ! ext/threads/shared/t/wait.t
+____________________________________________________________________________
+[ 23473] By: rgs on 2004/11/05 08:47:44
+ Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
+ From: Anno Siegel (via RT) <perlbug-followup@perl.org>
+ Date: 4 Nov 2004 20:12:36 -0000
+ Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
+ Branch: perl
+ ! lib/Benchmark.pm lib/Benchmark.t
+____________________________________________________________________________
+[ 23471] By: rgs on 2004/11/04 09:26:56
+ Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
+ From: Rick Delaney <rick@bort.ca>
+ Date: Sun, 31 Oct 2004 22:40:40 -0500
+ Message-ID: <20041101034040.GC1232@biff.bort.ca>
+ Branch: perl
+ + t/op/regexp_qr.t
+ ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
+____________________________________________________________________________
+[ 23470] By: rgs on 2004/11/04 08:25:34
+ Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
+ From: Rick Delaney <rick@bort.ca>
+ Date: Wed, 3 Nov 2004 19:46:16 -0500
+ Message-ID: <20041104004616.GA11214@biff.bort.ca>
+ Branch: perl
+ ! lib/overload.pm lib/overload.t
+____________________________________________________________________________
+[ 23469] By: rgs on 2004/11/03 11:54:28
+ Log: Mostly revert change #23347 (keep the test suite, fixed),
+ having decided that it wasn't a correct fix for bug #31793.
+ Branch: perl
+ ! lib/overload.pm lib/overload.t
+____________________________________________________________________________
+[ 23468] By: rgs on 2004/11/03 07:39:04
+ Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Tue, 2 Nov 2004 17:24:29 -0800
+ Message-ID: <20041103012429.GA7196@efn.org>
+ Branch: perl
+ ! util.h
+____________________________________________________________________________
+[ 23467] By: rgs on 2004/11/03 06:38:38
+ Log: Subject: [PATCH configure.com] Re: [PATCH] Detecting strlcat() and strlcpy() in Configure
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 02 Nov 2004 20:02:04 -0600
+ Message-ID: <41883C1C.3080108@mac.com>
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 23466] By: rgs on 2004/11/02 12:33:57
+ Log: FAQ sync
+ Branch: perl
+ ! pod/perlfaq.pod 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
+____________________________________________________________________________
+[ 23465] By: rgs on 2004/11/02 08:18:15
+ Log: Reformulate an error
+ (so the error message given by "perl -M" is a bit more
+ meaningful, as Jarkko pointed out)
+ Branch: perl
+ ! perl.c pod/perldiag.pod
+____________________________________________________________________________
+[ 23457] By: merijn on 2004/11/01 13:26:43
+ Log: New Glossary and samples for blead
+ Glossary now is in line with recent changes to config_h.SH
+ Branch: perl
+ ! Porting/Glossary Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 23455] By: merijn on 2004/11/01 12:51:52
+ Log: Since strlcat/strlcpy are not argument/return value compatible
+ with strncat/strncpy, replace the misleading defines with comment
+ Branch: perl
+ ! handy.h
+____________________________________________________________________________
+[ 23450] By: merijn on 2004/10/31 16:33:17
+ Log: The next step in strlcat ()/ strcpy () detection and usage
+ preparation. Change to handy.h eeded for config_h.SH
+ Branch: perl
+ ! config_h.SH handy.h
+____________________________________________________________________________
+[ 23448] By: nicholas on 2004/10/31 14:37:46
+ Log: Make TEST and harness skip tests for extensions that were not
+ configured. Currently this skipping is silent - maybe they should
+ report what they are skipping.
+ Branch: perl
+ ! t/TEST t/harness
+____________________________________________________________________________
+[ 23446] By: nicholas on 2004/10/31 13:02:01
+ Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
+ From: Jim Cromie <jim.cromie@gmail.com>
+ Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
+ Date: Mon, 25 Oct 2004 16:36:40 -0600
+ Branch: perl
+ ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
+____________________________________________________________________________
+[ 23445] By: nicholas on 2004/10/31 12:24:09
+ Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
+ Branch: perl
+ ! perl.c sv.c
+____________________________________________________________________________
+[ 23444] By: nicholas on 2004/10/31 11:20:27
+ Log: Skip tests if Devel::Peek not built
+ Branch: perl
+ ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
+ ! ext/threads/t/join.t lib/base/t/fields-base.t
+____________________________________________________________________________
+[ 23443] By: nicholas on 2004/10/31 11:19:47
+ Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
+ Branch: perl
+ ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
+ ! lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 23442] By: nicholas on 2004/10/31 11:07:57
+ Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
+ Branch: perl
+ + lib/I18N/LangTags/t/20_locales.t
+____________________________________________________________________________
+[ 23441] By: nicholas on 2004/10/31 10:41:17
+ Log: Correct change 23437 - as Config isn't imported, need to use a fully
+ qualified package
+ Branch: perl
+ ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
+ ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+ ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+ ! ext/B/t/optree_varinit.t
+____________________________________________________________________________
+[ 23440] By: nicholas on 2004/10/31 10:40:11
+ Log: Assimilate I18N::LangTags 0.35
+ Branch: perl
+ ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+ ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
+____________________________________________________________________________
+[ 23439] By: nicholas on 2004/10/31 08:17:57
+ Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
+ Date: Sun, 31 Oct 2004 04:01:42 -0500
+ From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
+ Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
+ Branch: perl
+ ! hints/irix_6.sh
+____________________________________________________________________________
+[ 23438] By: davem on 2004/10/30 23:25:37
+ Log: Using foreach on threads::shared array crashes perl
+ The FETCH code for shared aggregate elements could leak a shared RV
+ address into a private SV. RVs are now handled specially, in the
+ same way that they already were for scalar shared magic.
+ Branch: perl
+ ! ext/threads/shared/shared.xs
+____________________________________________________________________________
+[ 23437] By: nicholas on 2004/10/30 22:49:18
+ Log: Skip tests that require Data::Dumper if it is not built
+ Branch: perl
+ ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
+ ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+ ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+ ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
+ ! lib/ExtUtils/t/prereq_print.t
+____________________________________________________________________________
+[ 23436] By: merijn on 2004/10/30 16:11:15
+ Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
+ Branch: perl
+ ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64 wince/config_H.ce
+____________________________________________________________________________
+[ 23435] By: merijn on 2004/10/30 15:54:48
+ Log: Added probes for strlcat () and strlcpy () to Configure
+ Re-ordered config_h.SH
+ Branch: perl
+ ! Configure Makefile.SH config_h.SH
+____________________________________________________________________________
+[ 23433] By: davem on 2004/10/29 21:04:17
+ Log: Threading crash with closures
+ various OpREFCNT_inc() operations weren't doing locking
+ Branch: perl
+ ! pad.c regcomp.c sv.c
+____________________________________________________________________________
+[ 23432] By: steveh on 2004/10/29 14:12:02
+ Log: Document sv_magic() changes brought about by sv_magicext()
+
+ Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
+ but didn't update the documentation for sv_magic() to reflect
+ the changed handling of the name/namlen arguments.
+
+ Also correct a couple of typos, and mention sv_magicext() in
+ perlguts.
+ Branch: perl
+ ! pod/perlapi.pod pod/perlguts.pod sv.c
+____________________________________________________________________________
+[ 23431] By: merijn on 2004/10/29 13:56:03
+ Log: Subject: [PATCH] 36 additional tests for B
+ From: Steve Peters <steve@fisharerojo.org>
+ Date: Fri, 29 Oct 2004 00:53:22 -0500
+ Message-Id: <200410290053.22947.steve@fisharerojo.org>
+ Branch: perl
+ ! ext/B/t/b.t
+____________________________________________________________________________
+[ 23426] By: davem on 2004/10/27 22:50:57
+ Log: include flags and refcount in the list of leaked scalars
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23425] By: ams on 2004/10/27 11:27:27
+ Log: Subject: [PATCH] lib/Carp.t improvements
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 26 Oct 2004 23:32:25 -0500
+ Message-Id: <417F24D9.1000904@mac.com>
+ Branch: perl
+ ! lib/Carp.t
+____________________________________________________________________________
+[ 23424] By: rgs on 2004/10/25 15:31:21
+ Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
+ Branch: perl
+ ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
+____________________________________________________________________________
+[ 23423] By: rgs on 2004/10/25 15:09:27
+ Log: Small updates to the web addresses for Perl, noticed by Robert Spier
+ Branch: perl
+ ! pod/perl.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 23422] By: rgs on 2004/10/25 14:56:37
+ Log: Subject: [perl #30227] [PATCH]splain vs. -w
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 23 Oct 2004 13:55:41 -0000
+ Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
+ Branch: perl
+ ! lib/diagnostics.pm
+____________________________________________________________________________
+[ 23421] By: rgs on 2004/10/25 07:29:50
+ Log: Upgrade to Encode 2.08.
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
+ ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
+ ! ext/Encode/Unicode/Unicode.xs
+ ! ext/Encode/lib/Encode/Encoding.pm
+____________________________________________________________________________
+[ 23420] By: mhx on 2004/10/24 07:53:45
+ Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
+ From: Steve Peters <steve@fisharerojo.org>
+ Date: Sat, 23 Oct 2004 08:01:51 -0500
+ Message-Id: <200410230801.51649.steve@fisharerojo.org>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 23419] By: mhx on 2004/10/23 23:39:18
+ Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Sat, 23 Oct 2004 16:56:31 +0200
+ Message-Id: <200410231656.40995@bloodgate.com>
+ Branch: perl
+ ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
+____________________________________________________________________________
+[ 23418] By: davem on 2004/10/23 21:50:19
+ Log: Chained goto &sub drops data too early.
+
+ Change 22373 to stop a memory leak in goto &foo intead caused
+ the elements of @_ to be freed too early. This revised fix
+ just transfers the reifiedness of the old @_ to the new @_
+ Branch: perl
+ ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[ 23417] By: rgs on 2004/10/23 19:58:07
+ Log: Upgrade to Encode 2.07
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/Encode.xs ext/Encode/META.yml
+ ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
+ ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
+ ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
+ ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
+ ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
+ ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
+ ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
+ ! ext/Encode/ucm/macThai.ucm
+____________________________________________________________________________
+[ 23416] By: nicholas on 2004/10/23 17:15:46
+ Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
+ Message-ID: <20041022033033.GA12362@londo.c47.org>
+ From: Brendan O'Dea <bod@debian.org>
+ Date: Fri, 22 Oct 2004 13:30:33 +1000
+ Branch: perl
+ ! ext/IO/IO.xs
+____________________________________________________________________________
+[ 23410] By: rgs on 2004/10/21 15:51:32
+ Log: Subject: docpatch for perltie.pod
+ From: David Cantrell <david@cantrell.org.uk>
+ Date: Thu, 21 Oct 2004 12:21:52 +0100
+ Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
+ Branch: perl
+ ! pod/perltie.pod
+____________________________________________________________________________
+[ 23396] By: ams on 2004/10/21 01:36:49
+ Log: Subject: [PATCH] Math::BigInt v1.73 final
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Wed, 20 Oct 2004 21:06:40 +0200
+ Message-Id: <200410202106.41840@bloodgate.com>
+
+ Subject: [PATCH] Math::BigRat v0.13 (pre-release)
+ From: Tels <tels@bloodgate.com>
+ Date: Wed, 20 Oct 2004 22:03:55 +0200
+ Message-Id: <200410202203.56063@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
+ ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
+ ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
+ ! lib/Math/BigRat/t/bigratup.t
+____________________________________________________________________________
+[ 23395] By: nicholas on 2004/10/20 22:39:36
+ Log: Need to skip optree walking tests if perlio not built
+ Branch: perl
+ ! ext/B/t/f_map.t ext/B/t/f_sort.t
+____________________________________________________________________________
+[ 23394] By: rgs on 2004/10/20 07:42:34
+ Log: Remove opmini.c when cleaning up.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 23393] By: rgs on 2004/10/20 07:36:45
+ Log: Ensure that PVA.pl returns a true value.
+ Branch: perl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 23392] By: ams on 2004/10/20 06:19:03
+ Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
+ Rephrase "Perl Home Page" References
+ From: chromatic <chromatic@wgz.org>
+ Date: Tue, 19 Oct 2004 22:52:19 -0700
+ Message-Id: <1098251539.20976.53.camel@localhost>
+ Branch: perl
+ ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
+____________________________________________________________________________
+[ 23384] By: rgs on 2004/10/19 13:17:01
+ Log: Upgrade to Encode 2.05
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
+ ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 23383] By: rgs on 2004/10/19 11:38:37
+ Log: More Data::Dumper docs nits, fix the previous one,
+ suggested by Yves Orton.
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 23382] By: rgs on 2004/10/19 11:21:55
+ Log: Subject: [PATCH] perlfaq2.pod (add a book)
+ From: <richard.foley@ubs.com>
+ Date: Tue, 19 Oct 2004 07:29:31 +0200
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
+ Branch: perl
+ ! pod/perlfaq2.pod
+____________________________________________________________________________
+[ 23381] By: mhx on 2004/10/19 03:51:59
+ Log: Re-apply the encoding.pm part of:
+
+ Subject: [PATCH] encoding and open pragmas
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Mon, 16 Aug 2004 22:27:00 +0300
+ Message-ID: <41210A84.6060506@iki.fi>
+ Branch: perl
+ ! ext/Encode/encoding.pm
+____________________________________________________________________________
+[ 23380] By: mhx on 2004/10/18 21:00:26
+ Log: Upgrade to Encode 2.04.
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
+ ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
+ ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
+ ! ext/Encode/lib/Encode/Supported.pod
+ ! ext/Encode/ucm/big5-hkscs.ucm
+____________________________________________________________________________
+[ 23379] By: mhx on 2004/10/18 15:44:05
+ Log: Fix a typo.
+ Branch: perl
+ ! utils/c2ph.PL
+____________________________________________________________________________
+[ 23378] By: rgs on 2004/10/18 11:25:20
+ Log: Add a missing warning categorisation in perldiag.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 23377] By: ams on 2004/10/16 23:52:18
+ Log: Subject: [PATCH] test_harness tweak for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 16 Oct 2004 12:15:02 -0500
+ Message-Id: <41715716.5000108@mac.com>
+ Branch: perl
+ ! vms/descrip_mms.template vms/test.com
+____________________________________________________________________________
+[ 23376] By: nicholas on 2004/10/16 18:16:12
+ Log: Merge code from vdie and vcroak into S_vdie_croak_common
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23375] By: nicholas on 2004/10/16 14:39:48
+ Log: Merge the common code from Perl_vdie and Perl_vwarner into a
+ S_vdie_common
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23374] By: nicholas on 2004/10/16 12:57:39
+ Log: The second half of Perl_vwarner is actually a straight cut&paste job
+ from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
+ cut&paste is bad, m'kay.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23373] By: nicholas on 2004/10/15 17:11:08
+ Log: Implement sv_svset _nosteal variants by passing a flag into
+ sv_set_flags rather than messing with the SvTEMP() flag on either
+ side of the call.
+ Branch: perl
+ ! sv.c sv.h
+____________________________________________________________________________
+[ 23372] By: rgs on 2004/10/15 14:09:54
+ Log: Implement a new -dt command-line flag, to enable threads under the
+ debugger (bug #31666).
+
+ Subject: RE: [PATCH] debugger handles threads [perl #31666]
+ From: <richard.foley@ubs.com>
+ Date: Wed, 13 Oct 2004 13:01:18 +0200
+ Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
+
+ Subject: Re: [PATCH] debugger handles threads [perl #31666]
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Wed, 13 Oct 2004 02:49:58 -0700
+ Message-ID: <20041013094957.GA17184@efn.org>
+ Branch: perl
+ ! lib/perl5db.pl perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 23371] By: steveh on 2004/10/15 12:54:29
+ Log: Make autodoc.pl write its output with UNIX style EOL's.
+
+ This saves the Win32 committer(s?) having to dos2unix the files
+ before committing. Maybe Perforce's "LineEnd: share" suffices
+ anyway, but there's no harm in playing safe.
+ Branch: perl
+ ! autodoc.pl
+____________________________________________________________________________
+[ 23370] By: nicholas on 2004/10/15 11:01:18
+ Log: Include opmini.c in the dependency generation.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 23369] By: rgs on 2004/10/15 10:20:16
+ Log: Doc nit to Data::Dumper, suggested by Peter Kay.
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.pm
+____________________________________________________________________________
+[ 23368] By: steveh on 2004/10/15 10:12:31
+ Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
+
+ These are already in the API supported by Devel::PPPort, and are
+ often more useful than sv_vcatpvfn and sv_vsetpvfn which were
+ already documented.
+ Branch: perl
+ ! embed.fnc pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 23367] By: mhx on 2004/10/14 18:00:04
+ Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 14 Oct 2004 10:09:41 -0500
+ Message-ID: <416E96B5.5020100@mac.com>
+ Branch: perl
+ ! ext/Devel/PPPort/parts/inc/ppphtest
+ ! ext/Devel/PPPort/t/ppphtest.t
+____________________________________________________________________________
+[ 23366] By: rgs on 2004/10/14 15:50:49
+ Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
+ From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
+ Date: Mon, 11 Oct 2004 09:54:15 +0200
+ Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
+ Branch: perl
+ ! ext/IO/lib/IO/Poll.pm
+____________________________________________________________________________
+[ 23365] By: rgs on 2004/10/14 14:58:21
+ Log: Fix [perl #31971] local $^D gives noise
+ Branch: perl
+ ! embed.fnc embed.h mg.c perl.c proto.h
+____________________________________________________________________________
+[ 23364] By: rgs on 2004/10/14 14:25:29
+ Log: A few fixes in the list of -D debugging flags
+ Branch: perl
+ ! perl.c pod/perlrun.pod
+____________________________________________________________________________
+[ 23363] By: rgs on 2004/10/14 14:01:50
+ Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
+ From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+ Date: Wed, 13 Oct 2004 09:45:31 +0400
+ Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
+ Branch: perl
+ ! win32/buildext.pl win32/makefile.mk
+____________________________________________________________________________
+[ 23362] By: rgs on 2004/10/12 16:49:53
+ Log: Minor tweaks for the test.utf16 target, by Jarkko
+ Branch: perl
+ ! t/TEST
+____________________________________________________________________________
+[ 23361] By: rgs on 2004/10/12 16:07:54
+ Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
+ From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
+ Date: 5 Oct 2004 09:52:07 -0000
+ Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
+ (with tweaks)
+ Branch: perl
+ ! lib/warnings.pm warnings.pl
+____________________________________________________________________________
+[ 23360] By: rgs on 2004/10/12 13:02:44
+ Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
+ From: Vadim Konovalov <konovalo@mail.wplus.net>
+ Date: Mon, 11 Oct 2004 22:57:00 +0400
+ Message-ID: <80173417046.20041011225700@vkonovalov.ru>
+ Branch: perl
+ ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
+ ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
+____________________________________________________________________________
+[ 23359] By: rgs on 2004/10/12 12:54:27
+ Log: Subject: Patch: BigInt v1.73 (pre-release)
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Sun, 10 Oct 2004 22:36:03 +0200
+ Message-Id: <200410102236.03637@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+ ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
+ ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
+ ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
+ ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
+ ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
+____________________________________________________________________________
+[ 23358] By: rgs on 2004/10/11 07:28:34
+ Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sat, 9 Oct 2004 18:13:38 +0200
+ Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
+ Branch: perl
+ ! t/harness vms/descrip_mms.template vms/test.com
+____________________________________________________________________________
+[ 23357] By: davem on 2004/10/10 19:18:00
+ Log: Turn regcomp into a list op
+ Branch: perl
+ ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
+ ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
+____________________________________________________________________________
+[ 23356] By: nicholas on 2004/10/10 15:21:24
+ Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
+ Branch: perl
+ ! ext/B/t/OptreeCheck.pm
+____________________________________________________________________________
+[ 23355] By: nicholas on 2004/10/10 15:03:25
+ Log: Restore runtime loading of Encode and Encode-related modules, so that
+ open.pm will work when the Encode extension isn't build.
+ Branch: perl
+ ! lib/open.pm
+____________________________________________________________________________
+[ 23354] By: merijn on 2004/10/09 12:27:39
+ Log: Make AIX 5 + gcc work in 64bitall
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 23353] By: merijn on 2004/10/08 09:52:59
+ Log: A new machine type, some reformatting, some reorganization
+ and a bit of additional info on Sleepycat's db.
+ Branch: perl
+ ! README.hpux
+____________________________________________________________________________
+[ 23352] By: rgs on 2004/10/08 08:56:49
+ Log: Briefly document the test.utf16 make target.
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 23351] By: rgs on 2004/10/08 08:52:39
+ Log: Make the perl interpreter more tolerant of UTF-16-encoded script
+ (patch by Jarkko Hietaniemi)
+ Branch: perl
+ ! Makefile.SH t/TEST toke.c utf8.c
+____________________________________________________________________________
+[ 23350] By: rgs on 2004/10/04 16:05:20
+ Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
+ From: Jim Cromie (via RT) <perlbug-followup@perl.org>
+ Date: 23 Sep 2004 21:45:42 -0000
+ Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
+ (with doc nits)
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
+____________________________________________________________________________
+[ 23349] By: rgs on 2004/10/04 15:46:28
+ Log: Increment $overload::VERSION after change #23347
+ Branch: perl
+ ! ext/B/B/Concise.pm lib/overload.pm
+____________________________________________________________________________
+[ 23348] By: rgs on 2004/10/04 14:00:11
+ Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
+ From: Vadim Konovalov <vadim@vkonovalov.ru>
+ Date: Sun, 3 Oct 2004 22:10:06 +0400
+ Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
+ Branch: perl
+ ! ext/DynaLoader/DynaLoader_pm.PL
+____________________________________________________________________________
+[ 23347] By: rgs on 2004/10/04 10:57:15
+ Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
+ From: Rick Delaney <rick@bort.ca>
+ Date: Sat, 2 Oct 2004 01:04:49 -0400
+ Message-ID: <20041002050448.GB5059@biff.bort.ca>
+ Branch: perl
+ ! lib/overload.pm lib/overload.t
+____________________________________________________________________________
+[ 23346] By: rgs on 2004/10/04 10:18:49
+ Log: Subject: [PATCH] vms/t/filespec.t tweak
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 01 Oct 2004 13:18:03 -0500
+ Message-ID: <415D9F5B.5040306@mac.com>
+ Branch: perl
+ ! vms/ext/filespec.t
+____________________________________________________________________________
+[ 23345] By: rgs on 2004/10/04 08:53:04
+ Log: More caveats on the non-portability of stat(), suggested by
+ Stas Bekman.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23344] By: nicholas on 2004/10/02 21:49:15
+ Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
+ any check on whether it's valid.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23343] By: merijn on 2004/10/02 11:08:32
+ Log: Subject: [PATCH] make t/uni/class.t pass on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 01 Oct 2004 12:57:55 -0500
+ Message-ID: <415D9AA3.1000908@mac.com>
+ Branch: perl
+ ! t/uni/class.t
+____________________________________________________________________________
+[ 23342] By: davem on 2004/09/30 20:51:31
+ Log: open $1, "file" doesn't raise an exception
+ Branch: perl
+ ! pp.c t/io/open.t
+____________________________________________________________________________
+[ 23341] By: rgs on 2004/09/30 15:41:40
+ Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
+ From: "Jay Hannah" <jhannah@omnihotels.com>
+ Date: Wed, 15 Sep 2004 14:51:42 -0500
+ Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
+ Branch: perl
+ ! ext/Sys/Syslog/Syslog.pm
+____________________________________________________________________________
+[ 23340] By: rgs on 2004/09/30 15:12:29
+ Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
+ PV of the scalar it reads from, avoid to read it when it's an
+ undefined PV.
+ Branch: perl
+ ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
+____________________________________________________________________________
+[ 23339] By: davem on 2004/09/28 18:05:52
+ Log: the improved -DT output of #23325 could print an uninit stack value
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23338] By: nicholas on 2004/09/28 16:55:08
+ Log: Spelling correction spotted by Greg McCarroll
+ Branch: perl
+ ! README.epoc
+____________________________________________________________________________
+[ 23337] By: rgs on 2004/09/28 15:28:58
+ Log: Subject: Patch for perl.c fixing an obscure environment bug
+ From: Merijn Broeren <merijnb@iloquent.com>
+ Date: Thu, 23 Sep 2004 17:18:17 +0200
+ Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 23336] By: rgs on 2004/09/28 08:08:24
+ Log: Perl -DT segfaults when parsing a 'use' statement
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23334] By: rgs on 2004/09/23 07:33:15
+ Log: Typo fix.
+ Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
+ From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+ Date: Wed, 22 Sep 2004 11:20:53 +0200
+ Message-ID: <20040922112053.686562b6@valis.local>
+ Branch: perl
+ ! lib/open.pm
+____________________________________________________________________________
+[ 23333] By: rgs on 2004/09/23 07:30:16
+ Log: Remove a couple of C<> to avoid confusing double quotes in text
+ rendering. [perl #31678]
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 23332] By: rgs on 2004/09/22 09:08:04
+ Log: Document that $ENV{PATH} may not contain relative directories under -T
+ Branch: perl
+ ! pod/perldiag.pod pod/perlsec.pod
+____________________________________________________________________________
+[ 23331] By: davem on 2004/09/20 22:11:29
+ Log: Subject: Re: [perl #31586] utime does not reach expectations [PATCH]
+ From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+ Date: Fri, 17 Sep 2004 14:01:11 +0200
+ Message-Id: <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
+
+ Clarify the effect of utime when the file isn't owned by the user
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23330] By: rgs on 2004/09/20 17:20:38
+ Log: Upgrade to MIME::Base64 3.05.
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+ ! ext/MIME/Base64/t/warn.t
+____________________________________________________________________________
+[ 23329] By: rgs on 2004/09/20 17:13:20
+ Log: Upgrade to Time::HiRes 1.65.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+ ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
+____________________________________________________________________________
+[ 23327] By: rgs on 2004/09/20 08:23:58
+ Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
+ From: "Steve Peters via RT" <perlbug-followup@perl.org>
+ Date: 26 Aug 2004 19:06:52 -0000
+ Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
+ Branch: perl
+ ! lib/Pod/Usage.pm
+____________________________________________________________________________
+[ 23326] By: rgs on 2004/09/20 08:10:47
+ Log: Subject: [PATCH] encoding and open pragmas
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Mon, 16 Aug 2004 22:27:00 +0300
+ Message-ID: <41210A84.6060506@iki.fi>
+
+ Subject: Re: [PATCH] encoding and open pragmas
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
+ Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
+ Branch: perl
+ ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
+____________________________________________________________________________
+[ 23325] By: davem on 2004/09/19 21:47:18
+ Log: improve lexer debugging output (-DT)
+ Decode yylex() return values, and show lexer state each time
+ yylex() is called
+ Branch: perl
+ ! embed.fnc embed.h proto.h toke.c
+____________________________________________________________________________
+[ 23323] By: rgs on 2004/09/15 16:12:42
+ Log: The XSUB.h patch from:
+
+ Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Wed, 18 Aug 2004 08:26:35 -0400
+ Message-ID: <41234AFB.1020009@rowman.com>
+
+ Now it will use version object logic for version comparison
+ when loading XS modules.
+ Branch: perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 23322] By: rgs on 2004/09/15 15:48:23
+ Log: Upgrade to Time::HiRes 1.63.
+ Note that it includes a ppport.h file. See if the one
+ previously built in Devel::PPPort can be used instead.
+ Branch: perl
+ + ext/Time/HiRes/ppport.h
+ ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+ ! ext/Time/HiRes/t/HiRes.t
+____________________________________________________________________________
+[ 23321] By: davem on 2004/09/14 21:57:10
+ Log: Subject: Re: [perl #31459] Bug in read()
+ From: Chris Heath <chris@heathens.co.nz>
+ Date: 06 Sep 2004 00:03:12 -0400
+ Message-Id: <1094443392.12379.35.camel@linux.heathens.co.nz>
+
+ a read(F) into a UTF8-encoded buffer with an offset off the
+ end of the buffer, miss-calculated buffer lengths
+ Branch: perl
+ ! pp_sys.c
+____________________________________________________________________________
+[ 23320] By: davem on 2004/09/12 22:09:51
+ Log: Memory leak in nested shared data structures in 5.8.4
+ A pop of an item from a shared array ref causes a leak due to
+ AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
+ Make sv_upgrade() set always this flag.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23319] By: nicholas on 2004/09/10 16:40:17
+ Log: Integrate:
+ [ 23318]
+ Update the skips for the no perlio case
+ Branch: perl
+ !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
+ !> ext/B/t/showlex.t
+____________________________________________________________________________
+[ 23300] By: nicholas on 2004/09/09 15:54:18
+ Log: A single version of B that supports 5.8 and 5.10
+ Branch: perl
+ ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
+ ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
+____________________________________________________________________________
+[ 23283] By: mhx on 2004/09/08 20:33:55
+ Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
+ From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
+ Date: Mon, 6 Sep 2004 11:09:51 +0400
+ Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
+ Branch: perl
+ ! lib/bigint.pm
+____________________________________________________________________________
+[ 23282] By: mhx on 2004/09/08 20:19:18
+ Log: Upgrade to Devel::PPPort 3.03.
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
+ ! ext/Devel/PPPort/PPPort_pm.PL
+ ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
+____________________________________________________________________________
+[ 23281] By: davem on 2004/09/08 19:42:15
+ Log: Subject: [perl #21553] Re: Solaris Perl (fwd)
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
+ Message-Id: <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
+ Clarify whether it's safe to replace the perl bundled with Solaris
+ Branch: perl
+ ! README.solaris
+____________________________________________________________________________
+[ 23280] By: mhx on 2004/09/08 19:18:06
+ Log: Upgrade to Devel::PPPort 3.02.
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+ ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
+ ! ext/Devel/PPPort/parts/base/5004050
+ ! ext/Devel/PPPort/parts/base/5005000
+ ! ext/Devel/PPPort/parts/base/5006000
+ ! ext/Devel/PPPort/parts/base/5008001
+ ! ext/Devel/PPPort/parts/base/5009002
+ ! ext/Devel/PPPort/parts/inc/MY_CXT
+ ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
+ ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
+ ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
+ ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
+ ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
+ ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
+ ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
+ ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
+____________________________________________________________________________
+[ 23279] By: mhx on 2004/09/08 18:46:56
+ Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
+ http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
+ Branch: perl
+ ! perl.h
+____________________________________________________________________________
+[ 23278] By: nicholas on 2004/09/08 16:53:34
+ Log: backport B to work on 5.8.x, so that a single version of the source
+ can be maintained, and ultimately dual-lifed on CPAN
+ (the version conditional changes are actually surprisingly small)
+ Branch: perl
+ ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
+ ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
+ ! ext/B/t/stash.t
+____________________________________________________________________________
+[ 23277] By: mhx on 2004/09/08 16:49:59
+ Log: Subject: SvO?OK_off()'s return value
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Sun, 1 Aug 2004 12:46:48 +0200
+ Message-Id: <20040801124648.7f9b3cee@r2d2>
+
+ Move (void) casts into SvOOK_off macro.
+ Branch: perl
+ ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
+____________________________________________________________________________
+[ 23276] By: merijn on 2004/09/07 12:57:58
+ Log: Subject: [PATCH] perlintro.pod
+ From: Paul Johnson <paul@pjcj.net>
+ Date: Tue, 7 Sep 2004 15:13:51 +0200
+ Message-ID: <20040907131351.GD2513@pjcj.net>
+ Branch: perl
+ ! pod/perlintro.pod
+____________________________________________________________________________
+[ 23275] By: steveh on 2004/09/06 10:16:12
+ Log: Implement new environment variable to allow the use of non-IFS
+ compatible LSP's on Windows to allow Perl to work in conjunction
+ with a firewall such as McAfee Guardian.
+
+ Bug report and possible solutions by Ken Fox <kfox@ford.com>;
+ further assistance by Artiom Morozov <artiom@phreaker.net>.
+ Branch: perl
+ ! pod/perlrun.pod win32/win32sck.c
+____________________________________________________________________________
+[ 23274] By: merijn on 2004/09/06 08:49:24
+ Log: Subject: [PATCH] -Dunlink_all_versions for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 04 Sep 2004 11:58:56 -0500
+ Message-ID: <4139F450.7040708@mac.com>
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 23271] By: davem on 2004/09/05 21:36:57
+ Log: only mortalize deleted array elements for AvREAL
+ (update to change #23158)
+ Branch: perl
+ ! av.c
+____________________________________________________________________________
+[ 23267] By: davem on 2004/09/05 20:16:55
+ Log: I somehow managed to omit the base.pm change from #23266
+ Branch: perl
+ ! lib/base.pm
+____________________________________________________________________________
+[ 23266] By: davem on 2004/09/05 20:04:35
+ Log: Fields package bug
+ An intermediate class with no fields messes up private fields
+ in the base class.
+ Branch: perl
+ ! lib/base.pm lib/base/t/fields-base.t
+____________________________________________________________________________
+[ 23258] By: rgs on 2004/09/02 15:37:55
+ Log: Upgrade to Encode 2.02
+ Branch: perl
+ ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
+ ! ext/Encode/META.yml ext/Encode/bin/enc2xs
+ ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
+ ! ext/Encode/lib/Encode/Unicode/UTF7.pm
+ ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
+ ! ext/Encode/ucm/big5-hkscs.ucm
+____________________________________________________________________________
+[ 23257] By: rgs on 2004/09/02 15:01:39
+ Log: Upgrade to version 0.42.
+ From:
+ Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Wed, 18 Aug 2004 08:26:35 -0400
+ Message-ID: <41234AFB.1020009@rowman.com>
+ Branch: perl
+ ! lib/version.pm lib/version.t util.c
+____________________________________________________________________________
+[ 23256] By: davem on 2004/09/01 23:41:25
+ Log: Subject: [PATCH] fields.pm lost compile-time benefit
+ From: Rick Delaney <rick@bort.ca>
+ Date: Fri, 13 Aug 2004 19:54:12 -0400
+ Message-Id: <20040813235412.GB12980@biff.bort.ca>
+
+ restore the compile-time field checking for
+ my Dog $spot; $spot->{'walkies'};
+ that was lost when pseudo-hashes were removed
+ Branch: perl
+ ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 23255] By: davem on 2004/09/01 23:37:07
+ Log: whoops, fix 'formline undef' test broken by change #23251
+ Branch: perl
+ ! t/lib/warnings/9uninit
+____________________________________________________________________________
+[ 23253] By: davem on 2004/09/01 22:45:07
+ Log: Subject: PATCH: Taintedness and ternary conditional
+ From: Andy Lester <andy@petdance.com>
+ Date: Thu, 26 Aug 2004 23:44:47 -0500
+ Message-Id: <20040827044447.GA5268@petdance.com>
+
+ add tests and documentation to the effect that ($tainted ? $a : $b)
+ doesn't necessarily return a tainted value. Also tidy the markup in
+ perldoc.pod
+ Branch: perl
+ ! pod/perlsec.pod t/op/taint.t
+____________________________________________________________________________
+[ 23252] By: davem on 2004/09/01 22:20:05
+ Log: delete spurious blank lines added by change 23251
+ Branch: perl
+ ! pp_ctl.c
+____________________________________________________________________________
+[ 23251] By: davem on 2004/09/01 22:17:47
+ Log: Random made scripts crashing perl
+ fix 'formline undef' coredump
+ Branch: perl
+ ! pp_ctl.c t/lib/warnings/9uninit
+____________________________________________________________________________
+[ 23250] By: davem on 2004/09/01 20:46:13
+ Log: From: david nicol <whatever@davidnicol.com>
+ Subject: [perl #31228] no no-op
+ Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
+ Date: 27 Aug 2004 21:13:42 -0500
+
+ Document that 0 and 1 can (sort of) be used as no-ops.
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 23249] By: davem on 2004/09/01 18:54:25
+ Log: Subject: [ PATCH ] 2 added private flags for B::Concise
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Tue, 31 Aug 2004 23:19:54 -0600
+ Message-Id: <41355BFA.8010900@divsol.com>
+
+ The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
+ displayed by B::Concise.
+ Branch: perl
+ ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 23248] By: rgs on 2004/09/01 15:35:20
+ Log: Upgrade to Cwd 2.21.
+ Branch: perl
+ ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
+____________________________________________________________________________
+[ 23247] By: rgs on 2004/09/01 15:11:45
+ Log: Update to File::Spec 0.90
+ Branch: perl
+ ! lib/File/Spec.pm lib/File/Spec/VMS.pm
+____________________________________________________________________________
+[ 23246] By: mhx on 2004/08/30 18:36:18
+ Log: Skip Time::HiRes tests if configured without that module.
+ Branch: perl
+ ! ext/Time/HiRes/t/HiRes.t
+____________________________________________________________________________
+[ 23245] By: mhx on 2004/08/30 18:34:58
+ Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
+ Branch: perl
+ ! lib/Dumpvalue.t
+____________________________________________________________________________
+[ 23244] By: mhx on 2004/08/30 18:33:27
+ Log: Skip a Data::Dumper test if configured without B module.
+ Branch: perl
+ ! ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 23243] By: mhx on 2004/08/29 13:22:48
+ Log: Fix typo in B::Assembler.
+ Branch: perl
+ ! ext/B/B/Assembler.pm
+____________________________________________________________________________
+[ 23242] By: mhx on 2004/08/29 13:21:50
+ Log: Skip ext/B/t/assembler.t when configured without B.
+ Branch: perl
+ ! ext/B/t/assembler.t
+____________________________________________________________________________
+[ 23241] By: merijn on 2004/08/28 08:05:19
+ Log: Subject: [PATCH] File::Spec::VMS update
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 27 Aug 2004 18:51:09 -0500
+ Message-ID: <412FC8ED.1020300@mac.com>
+ Branch: perl
+ ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
+____________________________________________________________________________
+[ 23240] By: merijn on 2004/08/28 07:41:47
+ Log: Pumpkinship updates
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 23239] By: mhx on 2004/08/26 21:57:39
+ Log: Fix nasty line break in Storable test file.
+ Branch: perl
+ ! ext/Storable/t/just_plain_nasty.t
+____________________________________________________________________________
+[ 23238] By: rgs on 2004/08/26 13:02:14
+ Log: Upgrade to MIME::Base64 3.03
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
+ ! ext/MIME/Base64/QuotedPrint.pm
+____________________________________________________________________________
+[ 23237] By: rgs on 2004/08/25 08:32:41
+ Log: Upgrade to MIME::Base64 3.02.
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+ ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+ ! ext/MIME/Base64/t/quoted-print.t
+____________________________________________________________________________
+[ 23236] By: rgs on 2004/08/24 17:24:40
+ Log: Grammatical nit by Hugo.
+ Branch: perl
+ ! pod/perlnewmod.pod
+____________________________________________________________________________
+[ 23235] By: rgs on 2004/08/23 12:32:33
+ Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
+ From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
+ Date: 23 Aug 2004 10:37:31 -0000
+ Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
+ Branch: perl
+ ! t/comp/use.t
+____________________________________________________________________________
+[ 23234] By: mhx on 2004/08/23 05:33:39
+ Log: Upgrade to Devel::PPPort 3.01.
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+ ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
+ ! ext/Devel/PPPort/parts/inc/version
+ ! ext/Devel/PPPort/t/ppphtest.t
+____________________________________________________________________________
+[ 23233] By: mhx on 2004/08/22 22:18:56
+ Log: Fix some backwards-compatibility problems with Storable.
+ Branch: perl
+ ! ext/Storable/Storable.xs ext/Storable/t/weak.t
+____________________________________________________________________________
+[ 23232] By: rgs on 2004/08/22 19:14:57
+ Log: Upgrade to Time::HiRes 1.61
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
+ ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
+____________________________________________________________________________
+[ 23231] By: mhx on 2004/08/22 15:36:36
+ Log: Fix Storable's MANIFEST.
+ Branch: perl
+ ! ext/Storable/MANIFEST
+____________________________________________________________________________
+[ 23230] By: davem on 2004/08/20 21:20:48
+ Log: a regex in STDOUT destructor coredumped because regex pad already
+ freed
+ Branch: perl
+ ! perl.c t/op/ref.t
+____________________________________________________________________________
+[ 23229] By: mhx on 2004/08/20 13:18:08
+ Log: Upgrade to Devel::PPPort 3.00_03.
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
+ ! ext/Devel/PPPort/parts/inc/ppphtest
+ ! ext/Devel/PPPort/t/ppphtest.t
+____________________________________________________________________________
+[ 23228] By: mhx on 2004/08/19 23:14:00
+ Log: Tweak 'h2xs -h' output.
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 23227] By: mhx on 2004/08/19 17:05:48
+ Log: Delete superfluous "with".
+ Branch: perl
+ ! README.win32
+____________________________________________________________________________
+[ 23226] By: mhx on 2004/08/19 11:22:15
+ Log: Upgrade to Devel::PPPort 3.00_02.
+ Branch: perl
+ ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
+ ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
+ ! ext/Devel/PPPort/PPPort_pm.PL
+____________________________________________________________________________
+[ 23225] By: rgs on 2004/08/19 07:58:59
+ Log: Mark a test that relies on tainting behavior as TODO on Windows.
+ Branch: perl
+ ! t/comp/opsubs.t
+____________________________________________________________________________
+[ 23224] By: steveh on 2004/08/18 13:44:13
+ Log: Add notes for building with MS VC++ Toolkit 2003
+ Branch: perl
+ ! README.win32
+____________________________________________________________________________
+[ 23223] By: mhx on 2004/08/17 21:33:41
+ Log: Upgrade to Devel::PPPort 3.00_01.
+ Branch: perl
+ + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
+ + ext/Devel/PPPort/t/sv_xpvf.t
+ ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
+ ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
+ ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
+ ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
+ ! ext/Devel/PPPort/parts/inc/misc
+ ! ext/Devel/PPPort/parts/inc/ppphbin
+ ! ext/Devel/PPPort/parts/inc/ppphtest
+ ! ext/Devel/PPPort/parts/inc/uv
+ ! ext/Devel/PPPort/parts/ppptools.pl
+ ! ext/Devel/PPPort/parts/todo/5004000
+ ! ext/Devel/PPPort/parts/todo/5004050
+ ! ext/Devel/PPPort/parts/todo/5006000
+ ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
+____________________________________________________________________________
+[ 23222] By: mhx on 2004/08/17 10:14:46
+ Log: Upgrade to Devel::PPPort 3.00.
+ Branch: perl
+ + (add 103 files)
+ - ext/Devel/PPPort/t/test.t
+ ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
+ ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
+ ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
+ ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
+ ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
+ ! ext/Devel/PPPort/soak
+____________________________________________________________________________
+[ 23221] By: rgs on 2004/08/17 08:25:39
+ Log: Subject: [PATCH] Document Carp's global variables + provide tests
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Mon, 16 Aug 2004 15:53:40 +0200
+ Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
+ (tests a bit reworked)
+ Branch: perl
+ ! lib/Carp.pm lib/Carp.t
+____________________________________________________________________________
+[ 23220] By: rgs on 2004/08/17 07:29:11
+ Log: Subject: Updates to modules-related pod
+ From: Kirrily Skud Robert <skud@infotrope.net>
+ Date: Mon, 16 Aug 2004 16:00:14 -0400
+ Message-ID: <20040816200014.GC27764@infotrope.net>
+ Branch: perl
+ ! pod/perlnewmod.pod
+____________________________________________________________________________
+[ 23219] By: rgs on 2004/08/16 17:59:22
+ Log: Subject: [PATCH] running mktables on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 10 Aug 2004 22:28:04 -0500
+ Message-ID: <41199244.9020706@mac.com>
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 23218] By: rgs on 2004/08/16 07:23:56
+ Log: Subject: [PATCH] make cygwin ld2 executable
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Sun, 15 Aug 2004 17:14:59 -0700
+ Message-ID: <20040816001252.GA2148@efn.org>
+ Branch: perl
+ ! cygwin/Makefile.SHs
+____________________________________________________________________________
+[ 23217] By: davem on 2004/08/14 22:32:16
+ Log: make pp_goto() cope potential stack reallocation in EXTEND
+ The code for goto &foo had local pointers to the stack that
+ pointed to the wrong place after a realloc.
+ Branch: perl
+ ! pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[ 23216] By: rgs on 2004/08/13 13:18:37
+ Log: Subject: [PATCH] pre Math::BigInt v1.72
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Fri, 13 Aug 2004 14:02:50 +0200
+ Message-Id: <200408131402.52270@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+ ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+ ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
+____________________________________________________________________________
+[ 23215] By: rgs on 2004/08/13 12:09:35
+ Log: Subject: Test for functions with operator names
+ From: Andy Lester <andy@petdance.com>
+ Date: Thu, 12 Aug 2004 11:31:03 -0500
+ Message-ID: <20040812163103.GA26687@petdance.com>
+ Branch: perl
+ + t/comp/opsubs.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 23214] By: rgs on 2004/08/13 07:13:38
+ Log: Subject: api doc fix for SvSetMagicSV_nosteal
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 12 Aug 2004 18:10:36 -0700
+ Message-ID: <411C150C.5020602@stason.org>
+ Branch: perl
+ ! pod/perlapi.pod sv.h
+____________________________________________________________________________
+[ 23213] By: rgs on 2004/08/10 13:17:40
+ Log: Subject: Re: 2 patches: goto.t, B.pm/xs
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Tue, 10 Aug 2004 07:29:08 -0600
+ Message-ID: <4118CDA4.3060700@divsol.com>
+ Branch: perl
+ ! t/op/goto.t
+____________________________________________________________________________
+[ 23212] By: rgs on 2004/08/10 07:21:19
+ Log: Subject: 2 patches: goto.t, B.pm/xs
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Sun, 08 Aug 2004 18:42:47 -0600
+ Message-ID: <4116C887.9080400@divsol.com>
+ Branch: perl
+ ! ext/B/B.pm ext/B/B.xs
+____________________________________________________________________________
+[ 23211] By: rgs on 2004/08/10 07:00:01
+ Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Mon, 09 Aug 2004 19:00:12 +0100
+ Message-ID: <4117BBAC.7080603@sun.com>
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 23210] By: davem on 2004/08/09 19:58:35
+ Log: Fix a typo and remove some debugging crud from change #23209
+ Branch: perl
+ ! ext/XS/APItest/t/call.t
+____________________________________________________________________________
+[ 23209] By: davem on 2004/08/09 19:48:57
+ Log: eval_sv() failing a taint test could corrupt the stack
+ Branch: perl
+ ! ext/XS/APItest/t/call.t perl.c
+____________________________________________________________________________
+[ 23208] By: davem on 2004/08/09 18:28:33
+ Log: made eq_array in t/test.pl handle undef values better
+ Branch: perl
+ ! t/test.pl
+____________________________________________________________________________
+[ 23207] By: davem on 2004/08/09 17:21:27
+ Log: fix minor nit in file description, to keep Jarkko happy
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 23206] By: rgs on 2004/08/09 15:33:54
+ Log: Subject: Patch for t/op/sleep.t
+ From: Andy Lester <andy@petdance.com>
+ Date: Mon, 9 Aug 2004 00:11:51 -0500
+ Message-ID: <20040809051151.GA13872@petdance.com>
+ Branch: perl
+ ! t/op/sleep.t
+____________________________________________________________________________
+[ 23205] By: rgs on 2004/08/09 12:10:25
+ Log: Add a note in perltodo about a potential extension of readpipe()
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23204] By: rgs on 2004/08/09 09:13:27
+ Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Mon, 09 Aug 2004 10:30:25 +0100
+ Message-ID: <41174431.6050803@sun.com>
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 23203] By: davem on 2004/08/07 15:10:40
+ Log: Add tests for XS call_*() API
+ Branch: perl
+ + ext/XS/APItest/t/call.t
+ ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+ ! ext/XS/APItest/MANIFEST pod/perlcall.pod
+____________________________________________________________________________
+[ 23202] By: mhx on 2004/08/07 15:10:39
+ Log: Subject: [PATCH] DB_File 1.810
+ From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+ Date: Sat, 7 Aug 2004 15:22:09 +0100
+ Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
+ Branch: perl
+ ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+ ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
+____________________________________________________________________________
+[ 23200] By: steveh on 2004/08/06 12:55:31
+ Log: Fix [perl #24269] socket() call uses non-IFS providers
+ causing subsequent print/read to hang or misbehave
+
+ Patch supplied by Artiom Morozov <artiom@phreaker.net>
+ in the bug report at http://rt.perl.org/rt3/index.html?q=24269
+ Branch: perl
+ ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
+ ! win32/win32.h win32/win32sck.c
+____________________________________________________________________________
+[ 23199] By: steveh on 2004/08/06 11:57:59
+ Log: Another small clean-up following changes #23190 and #23198
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 23198] By: davem on 2004/08/06 10:06:46
+ Log: remove leaks associated with version object change #23190
+ Branch: perl
+ ! gv.c util.c
+____________________________________________________________________________
+[ 23197] By: rgs on 2004/08/06 06:53:08
+ Log: Subject: [PATCH sv.c] signedness nit in #23190
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 05 Aug 2004 13:10:55 -0500
+ Message-ID: <4112782F.7040302@mac.com>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23196] By: mhx on 2004/08/04 18:29:23
+ Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
+ Branch: perl
+ ! pod/perlapi.pod sv.h
+____________________________________________________________________________
+[ 23195] By: nick on 2004/08/04 18:16:47
+ Log: Comment describing purpose.
+ Branch: perl
+ ! globals.c
+____________________________________________________________________________
+[ 23194] By: rgs on 2004/08/04 07:18:49
+ Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Mon, 19 Jul 2004 12:07:02 +0100
+ Message-ID: <40FBAB56.1030208@sun.com>
+
+ (last chunk only)
+ Branch: perl
+ ! ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 23193] By: rgs on 2004/08/04 07:00:21
+ Log: Remove compilation warnings about uninitialized variables.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23192] By: rgs on 2004/08/04 06:55:46
+ Log: Remove the "Newline in left-justified string" warning.
+ Branch: perl
+ ! pod/perldiag.pod sv.c t/lib/warnings/sv
+____________________________________________________________________________
+[ 23191] By: rgs on 2004/08/04 06:30:58
+ Log: Subject: [PATCH] extension to diagnostics.pm
+ From: Fergal Daly <fergal@esatclear.ie>
+ Date: Wed, 4 Aug 2004 00:33:09 +0100
+ Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
+ Branch: perl
+ ! lib/diagnostics.pm
+____________________________________________________________________________
+[ 23190] By: rgs on 2004/08/04 06:19:27
+ Log: Subject: [PATCH] Final version object core patch?
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Tue, 03 Aug 2004 22:23:57 -0400
+ Message-ID: <411048BD.3080700@rowman.com>
+ Branch: perl
+ ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
+____________________________________________________________________________
+[ 23189] By: merijn on 2004/08/03 23:51:13
+ Log: gcc on AIX 4 doesn't like -G on the commandline too
+ Branch: perl
+ ! hints/aix_4.sh
+____________________________________________________________________________
+[ 23188] By: merijn on 2004/08/03 23:48:13
+ Log: gcc on AIX doesn't like -G on the commandline
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 23187] By: davem on 2004/08/03 19:20:18
+ Log: more typo fixes for change 3176 (comments at top of .c files)
+ Branch: perl
+ ! mg.c miniperlmain.c perl.c run.c scope.c
+____________________________________________________________________________
+[ 23186] By: rgs on 2004/08/03 10:22:54
+ Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
+ From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
+ Date: 2 Aug 2004 07:00:33 -0000
+ Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
+ Branch: perl
+ ! lib/ExtUtils/Embed.pm
+____________________________________________________________________________
+[ 23185] By: rgs on 2004/08/03 09:39:35
+ Log: Subject: [PATCH] additional -V:foo tests
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Mon, 02 Aug 2004 09:15:23 -0600
+ Message-ID: <410E5A8B.9030307@divsol.com>
+ Branch: perl
+ ! configpm lib/Config.t pod/perlrun.pod
+____________________________________________________________________________
+[ 23184] By: rgs on 2004/08/02 16:40:36
+ Log: Enhance the caveat in the description of tell()
+
+ Subject: Re: [perl #30788] Error in documentation
+ From: Nick Ing-Simmons <nick@ing-simmons.net>
+ Date: Wed, 28 Jul 2004 15:12:54 +0100
+ Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23183] By: rgs on 2004/08/02 09:16:13
+ Log: Remove empty rpath from .so files
+ Branch: perl
+ ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[ 23182] By: rgs on 2004/08/02 09:11:12
+ Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
+ From: Fergal Daly <fergal@esatclear.ie>
+ Date: Fri, 30 Jul 2004 16:09:19 +0100
+ Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
+ Branch: perl
+ ! lib/overload.pm
+____________________________________________________________________________
+[ 23181] By: steveh on 2004/08/02 08:05:05
+ Log: Fix breakage caused by Change 23179
+ Branch: perl
+ ! t/run/fresh_perl.t
+____________________________________________________________________________
+[ 23180] By: davem on 2004/08/01 16:49:20
+ Log: Add comment to top of reentr.c and fix typos in other files
+ Branch: perl
+ ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
+ ! reentr.pl regcomp.c regexec.c scope.c utf8.c
+____________________________________________________________________________
+[ 23179] By: mhx on 2004/08/01 16:10:19
+ Log: Skip test when building without Encode.
+ Branch: perl
+ ! t/run/fresh_perl.t
+____________________________________________________________________________
+[ 23178] By: mhx on 2004/08/01 10:19:46
+ Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
+ and merge identical cases.
+ Branch: perl
+ ! scope.c
+____________________________________________________________________________
+[ 23177] By: davem on 2004/07/31 16:27:09
+ Log: shut up a warning in mg.c
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 23176] By: davem on 2004/07/31 16:21:50
+ Log: Add comment to the top of most .c files explaining their purpose
+ Branch: perl
+ ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
+ ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
+ ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
+ ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
+ ! universal.c utf8.c util.c
+____________________________________________________________________________
+[ 23175] By: mhx on 2004/07/31 15:19:13
+ Log: Fix copy & paste bugs in mX?PUSH macro tests.
+ Branch: perl
+ ! ext/XS/APItest/APItest.xs
+____________________________________________________________________________
+[ 23174] By: merijn on 2004/07/31 08:32:31
+ Log: First steps towards an explicit perl.exp-less AIX build
+ Previous method can still be used by undeffing usenativedlopen
+ If that is ever tested at all on AIX
+ Branch: perl
+ ! hints/aix.sh hints/aix_4.sh
+____________________________________________________________________________
+[ 23173] By: mhx on 2004/07/31 08:29:54
+ Log: Fix and update Perl_grok_* docs.
+ Branch: perl
+ ! numeric.c pod/perlapi.pod
+____________________________________________________________________________
+[ 23172] By: steveh on 2004/07/30 14:31:08
+ Log: A few minor updates to README.win32 (aka perlwin32)
+ Branch: perl
+ ! README.win32
+____________________________________________________________________________
+[ 23171] By: rgs on 2004/07/30 14:24:08
+ Log: Upgrade to Math::BigInt v1.71.
+ Branch: perl
+ ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+ ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
+ ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
+____________________________________________________________________________
+[ 23170] By: steveh on 2004/07/30 13:27:41
+ Log: Bug report #30132 was resolved before it was finished!
+ Here's the last piece in the puzzle.
+ Branch: perl
+ ! ext/IO/lib/IO/File.pm
+____________________________________________________________________________
+[ 23168] By: rgs on 2004/07/28 12:13:36
+ Log: Upgrade to File::Spec 0.88.
+ Branch: perl
+ ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
+____________________________________________________________________________
+[ 23167] By: rgs on 2004/07/28 09:20:12
+ Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
+ From: Autrijus Tang <autrijus@gmail.com>
+ Date: Thu, 22 Jul 2004 20:17:58 -0700
+ Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
+ Branch: perl
+ ! lib/Test/Builder.pm
+____________________________________________________________________________
+[ 23166] By: rgs on 2004/07/28 06:31:06
+ Log: Subject: Re: more 5.9 sort tests (second draft)
+ From: david nicol <whatever@davidnicol.com>
+ Date: 21 Jul 2004 17:10:05 -0500
+ Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
+ Branch: perl
+ ! t/op/sort.t
+____________________________________________________________________________
+[ 23165] By: rgs on 2004/07/28 06:25:15
+ Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! README.solaris
+____________________________________________________________________________
+[ 23164] By: davem on 2004/07/26 22:08:32
+ Log: Subject: [perl #7558] [PATCH] README.solaris
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
+ Message-Id: <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
+
+ Add more info on /dev/random under solaris
+ Branch: perl
+ ! README.solaris
+____________________________________________________________________________
+[ 23163] By: mhx on 2004/07/26 17:14:37
+ Log: The byte-order modifiers won't go into 5.8.
+ Branch: perl
+ ! pod/perlfunc.pod pod/perlport.pod
+____________________________________________________________________________
+[ 23162] By: steveh on 2004/07/26 10:41:56
+ Log: Windows-related updates to Porting/repository.pod
+ Branch: perl
+ ! Porting/repository.pod
+____________________________________________________________________________
+[ 23161] By: davem on 2004/07/25 19:05:28
+ Log: make -Dl log runops loop entry and exit, and jump level popping
+ Branch: perl
+ ! dump.c scope.h
+____________________________________________________________________________
+[ 23160] By: davem on 2004/07/24 10:00:27
+ Log: document that -i messes soft as well hard hard links.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23159] By: davem on 2004/07/23 21:15:32
+ Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23158] By: davem on 2004/07/23 11:06:02
+ Log: memory leak in array delete
+ av_delete() wasn't mortalizing the returned value
+ Branch: perl
+ ! av.c t/op/delete.t
+____________________________________________________________________________
+[ 23157] By: davem on 2004/07/23 10:35:16
+ Log: remove binary compat from #23156 (remove PL_retstack)
+ Branch: perl
+ ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
+ ! thrdvar.h
+____________________________________________________________________________
+[ 23156] By: davem on 2004/07/23 09:52:59
+ Log: remove the return stack PL_retstack, and store return ops in the CX
+ structure directly instead
+ Branch: perl
+ ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
+ ! pp_sys.c scope.c sv.c thrdvar.h
+____________________________________________________________________________
+[ 23155] By: nicholas on 2004/07/22 18:50:31
+ Log: Build the perldelta copying command for the main Unix makefile with
+ buildtoc, so that it doesn't get forgotten on version increments.
+ Branch: perl
+ ! Makefile.SH pod/buildtoc
+____________________________________________________________________________
+[ 23154] By: nicholas on 2004/07/22 18:19:58
+ Log: Grab perl585delta.pod from maint and
+
+ Integrate:
+ [ 23069]
+ This is RC2. Maybe this one will last longer.
+
+ [ 23141]
+ Break a leg
+
+ [perlhist.pod]
+ Branch: perl
+ +> pod/perl585delta.pod
+ ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
+ ! vms/descrip_mms.template win32/pod.mak
+ !> pod/perlhist.pod
+____________________________________________________________________________
+[ 23152] By: rgs on 2004/07/22 16:16:41
+ Log: Upgrade to Cwd 2.20
+ Branch: perl
+ + ext/Cwd/t/win32.t
+ ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
+ ! lib/Cwd.pm
+____________________________________________________________________________
+[ 23151] By: rgs on 2004/07/22 15:50:34
+ Log: Sort perldiag.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 23150] By: rgs on 2004/07/22 13:15:12
+ Log: Subject: Re: "Too late for -T" could be more descriptive
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Wed, 21 Jul 2004 11:21:50 -0600
+ Message-ID: <40FEA62E.2010809@divsol.com>
+ (with tweaks)
+ Branch: perl
+ ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 23149] By: rgs on 2004/07/22 12:09:40
+ Log: Email change for Steffen Mueller.
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 23148] By: rgs on 2004/07/22 11:32:16
+ Log: Grammar fix by Paul Johnson.
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 23147] By: nicholas on 2004/07/22 10:51:48
+ Log: Config::config_re and config_sh would report the byteorder as 'ffff'
+ Branch: perl
+ ! configpm lib/Config.t
+____________________________________________________________________________
+[ 23146] By: rgs on 2004/07/21 12:01:32
+ Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Wed, 21 Jul 2004 13:47:35 +0200
+ Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
+ (with tweaks)
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 23145] By: rgs on 2004/07/21 08:47:14
+ Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
+ From: Rick Delaney <rick@bort.ca>
+ Date: Tue, 20 Jul 2004 16:53:54 -0400
+ Message-ID: <20040720205353.GA970@biff.bort.ca>
+ Branch: perl
+ ! pp.c t/op/list.t
+____________________________________________________________________________
+[ 23142] By: rgs on 2004/07/19 15:49:12
+ Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
+ From: Tels <perl_dummy@bloodgate.com>
+ Date: Sat, 17 Jul 2004 16:22:57 +0200
+ Message-Id: <200407171622.58443@bloodgate.com>
+ Branch: perl
+ ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
+ ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
+ ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
+ ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
+ ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
+ ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
+____________________________________________________________________________
+[ 23135] By: nicholas on 2004/07/19 08:33:13
+ Log: Turn 2 strcpy()s into memcpy() because we know the length.
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 23130] By: nicholas on 2004/07/16 13:41:22
+ Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
+ 1970
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23129] By: nicholas on 2004/07/16 13:21:33
+ Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
+ Brendan O'Dea
+ Branch: perl
+ ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 23128] By: nick on 2004/07/16 12:16:05
+ Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
+ From: Steve Hay <steve.hay@uk.radan.com>
+ CC: perl-win32-porters@listserv.ActiveState.com
+ Message-ID: <40F6B295.8010804@uk.radan.com>
+
+ Assumes perl's malloc can now handle non-contiguous memory (believed
+ to be true).
+ Does not address threading issues.
+
+ "The attached patch (against blead) makes sbrk() initially try to
+ extend the existing block of memory exactly as it currently does, but
+ to not fail immediately if it can't -- it now frees up that part of
+ whatever it had previously reserved+committed which hadn't actually
+ been used yet, resets all its static variables and basically starts
+ anew."
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 23127] By: nicholas on 2004/07/16 11:14:45
+ Log: glob('*.c') to find documentation is dangerous when run in unclean
+ trees, so isntead use MANIFEST to only scan the legitimate source
+ files.
+ Branch: perl
+ ! autodoc.pl
+____________________________________________________________________________
+[ 23126] By: nicholas on 2004/07/16 11:04:37
+ Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
+ and sv_savesharedpv. Need to create non-void returning versions of
+ Copy and Zero, as the existing macros deliberately cast to (void)
+ Branch: perl
+ ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
+____________________________________________________________________________
+[ 23125] By: nicholas on 2004/07/16 10:59:08
+ Log: Rebuild perlapi.pod
+ Branch: perl
+ ! pod/perlapi.pod
+____________________________________________________________________________
+[ 23124] By: merijn on 2004/07/16 10:30:53
+ Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
+ the path to the bundled braindead C compiler. This might
+ influence ccache's behaviour in finding the correct path
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23122] By: nicholas on 2004/07/16 10:14:24
+ Log: oslevel can fail on AIX, but the output generated would confuse
+ Configure
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 23121] By: nicholas on 2004/07/16 08:53:28
+ Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
+ Bug spotted by Nigel Sandever
+ Branch: perl
+ ! ext/threads/threads.xs util.c
+____________________________________________________________________________
+[ 23120] By: nicholas on 2004/07/15 19:09:15
+ Log: threads.xs doesn't check the return value of the thread creation
+ call. D'oh! This gives SEGVs if the OS fails to create another thread.
+ Cause of problem located by Nigel Sandever
+ Branch: perl
+ ! ext/threads/threads.pm ext/threads/threads.xs
+____________________________________________________________________________
+[ 23118] By: nicholas on 2004/07/15 16:28:03
+ Log: Assimilate Cwd 2.19
+ Branch: perl
+ ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
+____________________________________________________________________________
+[ 23117] By: merijn on 2004/07/15 14:16:07
+ Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 23116] By: nicholas on 2004/07/15 12:50:31
+ Log: Abigail notes that a re-entrant regexp engine is a todo
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23115] By: nicholas on 2004/07/15 12:47:50
+ Log: for (reverse @foo) now iterates in reverse in place.
+ Branch: perl
+ ! op.c pod/perltodo.pod pp_ctl.c
+____________________________________________________________________________
+[ 23114] By: nicholas on 2004/07/15 10:05:23
+ Log: Optimise for (reverse ...)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 23113] By: nicholas on 2004/07/15 09:44:16
+ Log: Now optimising for $a (reverse ...)
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 23112] By: nicholas on 2004/07/15 09:16:43
+ Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
+ tests.
+ Branch: perl
+ ! t/cmd/for.t
+____________________________________________________________________________
+[ 23111] By: nicholas on 2004/07/15 09:02:36
+ Log: This seems to be needed to get COW working on Win32
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 23109] By: nicholas on 2004/07/14 23:35:24
+ Log: "That's the way to do it"
+ In taking out a bug spotted by my regression tests in t/cmd/for.t
+ I actually managed to disable the entire optimisation. Which means
+ that I didn't find the other bug. This optimisation is live, and
+ passes all tests.
+ Branch: perl
+ ! op.c pp_hot.c
+____________________________________________________________________________
+[ 23108] By: nicholas on 2004/07/14 20:55:30
+ Log: Optimise foreach my $i (reverse ...)
+ foreach without a lexical iterator not yet optimised
+ Branch: perl
+ ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
+____________________________________________________________________________
+[ 23107] By: nicholas on 2004/07/14 17:44:08
+ Log: Subject: [PATCH] split doc clarification
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Wed, 14 Jul 2004 10:19:36 -0700
+ Message-Id: <20040714171936.GA1092@efn.org>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 23106] By: nicholas on 2004/07/14 15:36:57
+ Log: Numeric comparison operators mustn't compare addresses of references
+ that are overloaded.
+ Branch: perl
+ ! lib/overload.t pp.c pp_hot.c
+____________________________________________________________________________
+[ 23105] By: nicholas on 2004/07/14 10:40:54
+ Log: Lots of tests for for reverse ...
+ Branch: perl
+ ! t/cmd/for.t
+____________________________________________________________________________
+[ 23104] By: nicholas on 2004/07/13 21:10:21
+ Log: Some thoughts on foreach reverse
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23103] By: nicholas on 2004/07/13 19:10:20
+ Log: s/sort/split/; - my mistake spotted by Dave.
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23102] By: nicholas on 2004/07/13 18:59:46
+ Log: Optimise list context reverse sort to reverse as part of the sort op
+ Branch: perl
+ ! op.c pp_sort.c
+____________________________________________________________________________
+[ 23101] By: nicholas on 2004/07/13 18:58:41
+ Log: Work around evil compiler bug on OS X. (Sucks all memory)
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 23100] By: nicholas on 2004/07/13 15:05:09
+ Log: check that reverse (sort (@a), @b) etc work.
+ Join some lines that don't need wrapping
+ Branch: perl
+ ! t/op/sort.t
+____________________________________________________________________________
+[ 23099] By: nicholas on 2004/07/13 14:46:06
+ Log: Check that non-optimimisable sort comparisons work when reversed
+ (Not optimised yet, but might be coming soon)
+ Branch: perl
+ ! t/op/sort.t
+____________________________________________________________________________
+[ 23098] By: nicholas on 2004/07/13 14:34:03
+ Log: Test reverse sort as the return from a function in list and scalar
+ contexts.
+ Branch: perl
+ ! t/op/sort.t
+____________________________________________________________________________
+[ 23097] By: nicholas on 2004/07/13 14:23:28
+ Log: Also test reverse sort in scalar context
+ Branch: perl
+ ! t/op/sort.t
+____________________________________________________________________________
+[ 23096] By: nicholas on 2004/07/13 14:06:36
+ Log: A proper, working, stable optimisation for sort {$b cmp $a}
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
+____________________________________________________________________________
+[ 23095] By: rgs on 2004/07/13 13:29:54
+ Log: Tweak to change #23089, as suggested by Tim Bunce
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 23094] By: nicholas on 2004/07/13 11:28:49
+ Log: Generalised "how many in list context" would be useful
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23093] By: nicholas on 2004/07/13 11:19:31
+ Log: The current optimisation for sort {$b cmp $a} is bogus now that we
+ guarantee a stable sort. Disable it, pending a correct optimisation.
+ Branch: perl
+ ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
+____________________________________________________________________________
+[ 23092] By: rgs on 2004/07/13 09:30:11
+ Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
+ From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+ Date: Mon, 12 Jul 2004 08:26:01 +0200
+ Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
+ Branch: perl
+ ! pp.c t/op/splice.t
+____________________________________________________________________________
+[ 23091] By: nicholas on 2004/07/13 09:14:22
+ Log: Check each line of config_re output.
+ Branch: perl
+ ! lib/Config.t
+____________________________________________________________________________
+[ 23090] By: nicholas on 2004/07/13 09:13:39
+ Log: no_plan support in test.pl
+ Branch: perl
+ ! t/test.pl
+____________________________________________________________________________
+[ 23089] By: rgs on 2004/07/13 08:53:46
+ Log: Subject: Re: debugger 'R'estart and open database connections
+ From: Andrew Pimlott <andrew@pimlott.net>
+ Date: Mon, 12 Jul 2004 21:06:01 -0400
+ Message-ID: <20040713010601.GF8232@pimlott.net>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 23088] By: rgs on 2004/07/13 08:27:11
+ Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Mon, 12 Jul 2004 23:16:51 -0400
+ Message-ID: <40F35423.5080304@rowman.com>
+ Branch: perl
+ ! lib/version.pm lib/version.t util.c
+____________________________________________________________________________
+[ 23085] By: nicholas on 2004/07/12 17:27:28
+ Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
+ many meanings. const const vs mutable in this case.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23084] By: nick on 2004/07/12 14:26:12
+ Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
+ so it has no business calling SvSETMAGIC.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23083] By: nick on 2004/07/12 12:17:56
+ Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
+ Can now handle the case
+ is_utf8_string(NULL,0)
+ again.
+ Why do we have code dup for Perl_is_utf8_string_loc() ?
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 23082] By: nicholas on 2004/07/11 20:09:00
+ Log: A decent benchmark would be useful. But it is vague.
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23081] By: nicholas on 2004/07/11 18:36:49
+ Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23079] By: nicholas on 2004/07/10 21:58:34
+ Log: Store weak references.
+ Branch: perl
+ + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
+ ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+ ! ext/Storable/README ext/Storable/Storable.pm
+ ! ext/Storable/Storable.xs ext/Storable/t/malice.t
+____________________________________________________________________________
+[ 23078] By: nicholas on 2004/07/10 21:11:56
+ Log: Dual lifing and dists is a TODO
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23077] By: nicholas on 2004/07/10 18:51:35
+ Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
+ Rant a bit more about POD -> HTML
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23076] By: nicholas on 2004/07/10 16:00:44
+ Log: Perl_mode_from_discipline must update len. (else SEGV)
+ Diagnosis and patch from clkao
+ Branch: perl
+ ! doio.c
+____________________________________________________________________________
+[ 23075] By: rgs on 2004/07/10 13:03:56
+ Log: Subject: Bug with NEXT when called from an eval block
+ From: Dave Rolsky <autarch@urth.org>
+ Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
+ Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
+ Branch: perl
+ ! lib/NEXT.pm lib/NEXT/t/next.t
+____________________________________________________________________________
+[ 23074] By: nicholas on 2004/07/09 21:03:11
+ Log: Subject: Re: Segfault using HTML::Entities
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-ID: <40EDBE1A.6080205@iki.fi>
+ Date: Fri, 09 Jul 2004 00:35:22 +0300
+ Branch: perl
+ ! pp_ctl.c regexec.c t/run/fresh_perl.t
+____________________________________________________________________________
+[ 23073] By: nicholas on 2004/07/09 14:49:16
+ Log: A more honest TODO
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23072] By: nicholas on 2004/07/09 11:34:17
+ Log: dor and // fulfil a TODO
+ Correct a deviation from the Nicholas Clark style guide.
+ Branch: perl
+ ! pod/perltodo.pod
+____________________________________________________________________________
+[ 23071] By: rgs on 2004/07/09 08:08:05
+ Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 08 Jul 2004 23:19:05 -0500
+ Message-ID: <40EE1CB9.8030407@mac.com>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 23065] By: nicholas on 2004/07/08 13:09:44
+ Log: Randal notes:
+
+ "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
+ *is* a "perldoc perl583delta" properly.
+
+ This is because perl584delta still thinks it's the perldelta
+ Branch: perl
+ ! pod/perl584delta.pod
+____________________________________________________________________________
+[ 23063] By: rgs on 2004/07/07 17:48:29
+ Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
+ as an argument.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23062] By: nicholas on 2004/07/07 15:14:39
+ Log: First stab at explaining that CLONE may get more parameters in future.
+ More eloquent rewording desired. Patches welcome.
+ Branch: perl
+ ! pod/perlmod.pod
+____________________________________________________________________________
+[ 23061] By: nicholas on 2004/07/07 13:30:27
+ Log: hv_store was not passing hash onwards (spotted by Dave)
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 23060] By: mhx on 2004/07/06 21:43:05
+ Log: Failing matches don't reset numbered variables.
+ Change #22997 could cause Text::ParseWords to loop forever if the
+ regex didn't not match. Explicitly return if the match fails.
+ Branch: perl
+ ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
+____________________________________________________________________________
+[ 23059] By: nicholas on 2004/07/06 21:39:27
+ Log: Integrate:
+ [ 23057]
+ This is RC1
+ Branch: perl
+ !> pod/perlhist.pod
+____________________________________________________________________________
+[ 23058] By: nicholas on 2004/07/06 20:45:53
+ Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
+ shared string scalar.
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 23052] By: nicholas on 2004/07/06 09:26:24
+ Log: A tool to check the AUTHORS file
+ Branch: perl
+ + Porting/checkAUTHORS.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 23051] By: nicholas on 2004/07/06 09:25:16
+ Log: Add some missing authors and remove 1 duplicate
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 23048] By: nicholas on 2004/07/05 17:26:09
+ Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
+ Branch: perl
+ ! lib/Text/ParseWords.pm
+____________________________________________________________________________
+[ 23047] By: rgs on 2004/07/05 17:05:55
+ Log: Update tests and $VERSION for change 23046
+ Branch: perl
+ ! ext/B/B/Deparse.pm ext/B/t/deparse.t
+____________________________________________________________________________
+[ 23046] By: rgs on 2004/07/05 16:53:54
+ Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
+ From: Stephen McCamant <smcc@MIT.EDU>
+ Date: Mon, 28 Jun 2004 18:26:24 -0700
+ Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 23042] By: nicholas on 2004/07/05 14:54:15
+ Log: Bump $B::Deparse::VERSION
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 23040] By: nicholas on 2004/07/05 10:24:17
+ Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
+ Problem appears to be due to theft of temporaries
+ Branch: perl
+ ! mg.c
+____________________________________________________________________________
+[ 23029] By: nicholas on 2004/07/04 16:39:07
+ Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <40E704AA.4090801@mac.com>
+ Date: Sat, 03 Jul 2004 14:10:34 -0500
+ Branch: perl
+ ! ext/Cwd/t/cwd.t lib/Cwd.pm
+____________________________________________________________________________
+[ 23028] By: nicholas on 2004/07/04 15:14:33
+ Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
+ LC_ALL. So when perl's expecting utf8, things don't quite work right.
+ This has become visible since fix 22842
+ Branch: perl
+ ! lib/locale.t
+____________________________________________________________________________
+[ 23027] By: mhx on 2004/07/02 14:44:37
+ Log: More microperl tweaks.
+ Branch: perl
+ ! Makefile.micro README.micro uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 23026] By: rgs on 2004/07/02 13:05:23
+ Log: Maintainer change for Safe
+ Branch: perl
+ ! Porting/Maintainers.pl
+____________________________________________________________________________
+[ 23025] By: rgs on 2004/07/02 10:06:29
+ Log: Bump version number of Safe for CPAN release
+ Branch: perl
+ ! ext/Opcode/Safe.pm
+____________________________________________________________________________
+[ 23024] By: rgs on 2004/07/02 07:50:42
+ Log: Upgrade to I18N::LangTags 0.33
+ Branch: perl
+ ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+ ! lib/I18N/LangTags/t/80_all_env.t
+____________________________________________________________________________
+[ 23023] By: davem on 2004/07/02 01:49:11
+ Log: utf8 POPSTACK crash on split execution
+ split() does a SWITCHSTACK to directly split to an array, but
+ if it subsequently dies (eg the regex triggers a 'use utf8' which
+ is then denied by Safe), then the switch doesn't get undone. Add
+ a new save type to allow for this.
+ Branch: perl
+ ! pp.c scope.c scope.h
+____________________________________________________________________________
+[ 23022] By: mhx on 2004/07/01 21:08:44
+ Log: The microperl config didn't know about usemallocwrap yet.
+ Branch: perl
+ ! uconfig.h uconfig.sh
+____________________________________________________________________________
+[ 23021] By: mhx on 2004/07/01 14:30:05
+ Log: Check for definedness of sv before calling sv_derived_from()
+ to prevent "Use of uninitialized value..." warning.
+ Branch: perl
+ ! universal.c
+____________________________________________________________________________
+[ 23019] By: nicholas on 2004/07/01 10:14:03
+ Log: Bump version numbers
+ Branch: perl
+ ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
+ ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
+ ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
+ ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
+____________________________________________________________________________
+[ 23018] By: nicholas on 2004/06/30 21:37:12
+ Log: Assert that we aren't leaking memory.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23016] By: gbarr on 2004/06/30 13:47:36
+ Log: Sync to libnet-1.19
+ Branch: perl
+ ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
+ ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
+____________________________________________________________________________
+[ 23014] By: rgs on 2004/06/30 12:12:24
+ Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
+ From: Abigail <abigail@abigail.nl>
+ Date: Wed, 30 Jun 2004 12:00:21 +0200
+ Message-ID: <20040630100021.GA23752@abigail.nl>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 23011] By: nicholas on 2004/06/29 15:26:34
+ Log: Note that sv_2mortal isn't just "increase reference count by 1, and
+ mark that it needs a deferred recount"
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23010] By: rgs on 2004/06/29 12:12:58
+ Log: More caveats in B::Deparse's documentation
+ (suggested by Yves Orton)
+ Branch: perl
+ ! ext/B/B/Deparse.pm
+____________________________________________________________________________
+[ 23007] By: merijn on 2004/06/29 10:57:46
+ Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
+ 11.00 and on are ANSI by default for /opt/ansic/bin
+ Error was introduced by #22975 in re-enabling 10.01
+ Branch: perl
+ ! hints/hpux.sh
+____________________________________________________________________________
+[ 23006] By: davem on 2004/06/28 22:50:01
+ Log: use encoding and "eq" cause memory leak
+ Perl_sv_eq() was creating a temp and not always freeing it
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 23002] By: nicholas on 2004/06/27 20:57:50
+ Log: Assimilate Locale-Codes-2.07
+ Branch: perl
+ ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
+ ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
+ ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
+ ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
+ ! lib/Locale/Constants.pod lib/Locale/Country.pm
+ ! lib/Locale/Country.pod lib/Locale/Currency.pm
+ ! lib/Locale/Currency.pod lib/Locale/Language.pm
+ ! lib/Locale/Language.pod lib/Locale/Script.pm
+ ! lib/Locale/Script.pod
+____________________________________________________________________________
+[ 23001] By: nicholas on 2004/06/27 18:27:43
+ Log: Stop 80_all_env.t failing when LC_ALL is set
+ Branch: perl
+ ! lib/I18N/LangTags/t/80_all_env.t
+____________________________________________________________________________
+[ 22998] By: nicholas on 2004/06/25 22:19:51
+ Log: Correct detection of absent modules. Based on
+
+ Subject: [PATCH] Config{extensions} uses filesystem names as extensions
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
+ Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
+
+ with improvements from Marcus Holland-Moritz
+ Branch: perl
+ ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
+ ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
+ ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
+ ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
+ ! lib/overload.t t/io/crlf.t
+____________________________________________________________________________
+[ 22997] By: mhx on 2004/06/25 20:27:05
+ Log: Cleanup the main regex in Text::ParseWords and make the
+ parse_line() routine faster. Add a Unicode test case.
+ Branch: perl
+ ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
+____________________________________________________________________________
+[ 22996] By: merijn on 2004/06/25 15:27:21
+ Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
+ From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
+ Date: 25 Jun 2004 09:39:51 -0000
+ Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
+ and
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 22995] By: rgs on 2004/06/25 15:07:51
+ Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
+ From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
+ Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
+ Branch: perl
+ ! regcomp.c t/op/regmesg.t
+____________________________________________________________________________
+[ 22994] By: rgs on 2004/06/25 08:36:33
+ Log: More @INC test fixes
+ Branch: perl
+ ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
+ ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
+____________________________________________________________________________
+[ 22993] By: rgs on 2004/06/25 08:28:34
+ Log: Fix the Cwd tests for the core.
+ Branch: perl
+ ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
+____________________________________________________________________________
+[ 22992] By: mhx on 2004/06/24 19:51:06
+ Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
+ Use the suggested regex fix, plus some tests.
+ Branch: perl
+ ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
+____________________________________________________________________________
+[ 22991] By: rgs on 2004/06/24 16:47:24
+ Log: Upgrade to Cwd 2.18
+ (with local changes to cwd.t, to adapt it to the core)
+ Branch: perl
+ ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
+____________________________________________________________________________
+[ 22990] By: mhx on 2004/06/24 16:22:05
+ Log: Fix for: [perl #2738] perl segfautls on input
+ The parser was incorrectly accepting <> as a subroutine prototype and
+ newATTRSUB didn't validate the proto argument before accessing op_sv.
+ Branch: perl
+ ! op.c pod/perldiag.pod t/comp/parser.t toke.c
+____________________________________________________________________________
+[ 22988] By: rgs on 2004/06/24 12:58:35
+ Log: Upgrade to Cwd 2.17_03
+ Branch: perl
+ ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
+____________________________________________________________________________
+[ 22977] By: nicholas on 2004/06/23 08:38:47
+ Log: Test that [] // 0 is []
+ Branch: perl
+ ! t/op/dor.t
+____________________________________________________________________________
+[ 22976] By: rgs on 2004/06/23 08:28:15
+ Log: Add a regression test for bug #23765 (by Jarkko)
+ Branch: perl
+ ! t/op/substr.t
+____________________________________________________________________________
+[ 22975] By: merijn on 2004/06/23 06:56:15
+ Log: Backward compatibility issues for HP-UX 10.01 and older
+ Yes, it is still actively used in production environment
+ One more patch expected for toke.c optimization level
+ Branch: perl
+ ! hints/hpux.sh
+____________________________________________________________________________
+[ 22972] By: mhx on 2004/06/22 21:23:59
+ Log: Proposed patch + test case.
+
+ Subject: [perl #30409] charnames.pm clobbers default variable
+ From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
+ Date: 22 Jun 2004 16:43:50 -0000
+ Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
+ Branch: perl
+ ! lib/charnames.pm lib/charnames.t
+____________________________________________________________________________
+[ 22971] By: mhx on 2004/06/22 21:00:10
+ Log: Adjust array index in FileCache.pm.
+
+ Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
+ From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
+ Date: 15 Jun 2004 16:55:22 -0000
+ Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
+ Branch: perl
+ ! lib/FileCache.pm
+____________________________________________________________________________
+[ 22970] By: mhx on 2004/06/22 20:26:11
+ Log: Subject: [PATCH] DB_File 1.809 was RE: [perl #30237] DB_File methods and substr don't mix
+ From: "Paul Marquess" <Paul.Marquess@btinternet.com>
+ Date: Tue, 22 Jun 2004 21:29:12 +0100
+ Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
+ Branch: perl
+ ! ext/DB_File/Changes ext/DB_File/DB_File.pm
+ ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
+ ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
+ ! ext/DB_File/typemap
+____________________________________________________________________________
+[ 22969] By: nicholas on 2004/06/22 13:25:11
+ Log: Abolish the "Tied variable freed while still in use" error - I have
+ a way to cleanly avoid the coredump.
+ Branch: perl
+ ! mg.c pod/perldiag.pod t/op/tie.t
+____________________________________________________________________________
+[ 22968] By: nicholas on 2004/06/22 12:28:58
+ Log: Subject: [PATCH] Storable signedness nit
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Message-ID: <40D3AAC7.6030407@mac.com>
+ Date: Fri, 18 Jun 2004 21:53:59 -0500
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 22967] By: nicholas on 2004/06/22 09:57:23
+ Log: Skip tests if List::Util not built
+ Branch: perl
+ ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
+ ! lib/overload.t
+____________________________________________________________________________
+[ 22966] By: nicholas on 2004/06/22 09:56:59
+ Log: Skip test if Data::Dumper not built
+ Branch: perl
+ ! lib/Tie/RefHash.t
+____________________________________________________________________________
+[ 22965] By: nicholas on 2004/06/22 09:56:34
+ Log: Skip test if Devel::PPPort is not built.
+ Probably should fix h2xs to work without it.
+ Branch: perl
+ ! lib/h2xs.t
+____________________________________________________________________________
+[ 22964] By: rgs on 2004/06/22 07:34:40
+ Log: Upgrade to I18N::LangTags 0.32
+ Branch: perl
+ ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+ ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
+____________________________________________________________________________
+[ 22963] By: davem on 2004/06/20 12:00:56
+ Log: make mktables always update modifed time to play better with make
+ Branch: perl
+ ! Makefile.SH lib/unicore/mktables
+____________________________________________________________________________
+[ 22962] By: davem on 2004/06/20 11:50:19
+ Log: fix typo in gp_free
+ Branch: perl
+ ! gv.c
+____________________________________________________________________________
+[ 22961] By: davem on 2004/06/19 12:36:58
+ Log: 'make test' without preceeding 'make' fails.
+ Change #22872 added a target to run mktables, but this was
+ skipped if 'make test' was run first, causing the build of
+ Unicode::Normalize to fail.
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 22960] By: nicholas on 2004/06/18 20:18:02
+ Log: When expecting an error, it's best to check the text you got, rather
+ than blindly assuming that it's correct.
+ Branch: perl
+ ! t/op/write.t
+____________________________________________________________________________
+[ 22959] By: nicholas on 2004/06/18 18:57:30
+ Log: Case insensitive file systems are bad, m'kay
+ Branch: perl
+ ! ext/IO/t/IO.t
+____________________________________________________________________________
+[ 22958] By: nicholas on 2004/06/18 13:45:51
+ Log: This needs POSIX, so skip if no POSIX
+ Branch: perl
+ ! lib/Pod/t/basic.t
+____________________________________________________________________________
+[ 22957] By: nicholas on 2004/06/18 13:44:27
+ Log: Also needs skipping if PerlIO::via not built
+ Branch: perl
+ ! lib/PerlIO/via/t/QuotedPrint.t
+____________________________________________________________________________
+[ 22956] By: nicholas on 2004/06/18 13:24:13
+ Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
+ Branch: perl
+ ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
+____________________________________________________________________________
+[ 22955] By: nicholas on 2004/06/18 13:19:16
+ Log: Not ideal, but skip all of IO's tests if Socket is not built.
+ Branch: perl
+ ! ext/IO/t/IO.t
+____________________________________________________________________________
+[ 22954] By: nicholas on 2004/06/18 13:11:31
+ Log: Skip test if perl configured without threads::shared
+ Branch: perl
+ ! ext/threads/shared/t/disabled.t
+____________________________________________________________________________
+[ 22953] By: nicholas on 2004/06/18 13:09:24
+ Log: Skip test if Devel::PPPort not built
+ Branch: perl
+ ! ext/Devel/PPPort/t/test.t
+____________________________________________________________________________
+[ 22952] By: nicholas on 2004/06/18 13:07:40
+ Log: Skip re tests if re not built.
+ Branch: perl
+ ! ext/re/t/re.t
+____________________________________________________________________________
+[ 22951] By: nicholas on 2004/06/18 11:38:24
+ Log: If we don't build B, we should skip all its tests.
+ Branch: perl
+ ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
+ ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
+ ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
+ ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
+ ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+ ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
+ ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
+ ! ext/B/t/terse.t ext/B/t/xref.t
+____________________________________________________________________________
+[ 22950] By: nicholas on 2004/06/18 11:27:51
+ Log: D'oh. Don't turn on warnings on the #! line without actually testing
+ the full code in case it warns.
+ Branch: perl
+ ! lib/Unicode/UCD.t
+____________________________________________________________________________
+[ 22949] By: nicholas on 2004/06/18 09:43:12
+ Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
+ Branch: perl
+ ! lib/Unicode/UCD.t
+____________________________________________________________________________
+[ 22948] By: nicholas on 2004/06/18 09:23:20
+ Log: Can't test the B modules if we didn't build 'em
+ Branch: perl
+ ! t/lib/1_compile.t
+____________________________________________________________________________
+[ 22947] By: nicholas on 2004/06/18 08:59:01
+ Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
+ Branch: perl
+ ! t/io/crlf.t
+____________________________________________________________________________
+[ 22946] By: rgs on 2004/06/18 07:44:34
+ Log: Upgrade to I18N::LangTags 0.31.
+ Branch: perl
+ ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+ ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
+ ! lib/I18N/LangTags/t/80_all_env.t
+____________________________________________________________________________
+[ 22945] By: nicholas on 2004/06/17 19:27:05
+ Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
+ seem that memzero() of everything is the most efficient idea.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22944] By: nicholas on 2004/06/17 14:57:14
+ Log: Change 22516 forgot to add make_overload.pl to generate test data
+ (submitted from the pub via wireless, bluetooth and then GPRS out
+ to the Internet)
+ Branch: perl
+ + ext/Storable/t/make_overload.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 22943] By: nicholas on 2004/06/17 12:03:48
+ Log: Storable should cope if the string to thaw happens to be utf8 encoded
+ And anything with bytes >=256 is corrupt
+ Branch: perl
+ ! ext/Storable/ChangeLog ext/Storable/README
+ ! ext/Storable/Storable.pm ext/Storable/Storable.xs
+ ! ext/Storable/t/utf8.t
+____________________________________________________________________________
+[ 22942] By: rgs on 2004/06/17 09:57:14
+ Log: Upgrade to Locale::Maketext 1.09
+ Branch: perl
+ + lib/Locale/Maketext/t/01_about_verbose.t
+ + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
+ + lib/Locale/Maketext/t/40_super.t
+ + lib/Locale/Maketext/t/50_super.t
+ + lib/Locale/Maketext/t/60_super.t
+ + lib/Locale/Maketext/t/90_utf8.t
+ - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
+ - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
+ - lib/Locale/Maketext/t/04super.t
+ - lib/Locale/Maketext/t/05super.t
+ - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
+ ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
+ ! lib/Locale/Maketext/README
+____________________________________________________________________________
+[ 22941] By: rgs on 2004/06/17 09:43:48
+ Log: Upgrade to I18N::LangTags 0.30.
+ Branch: perl
+ + lib/I18N/LangTags/Detect.pm
+ + lib/I18N/LangTags/t/01_about_verbose.t
+ + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
+ + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
+ + lib/I18N/LangTags/t/55_supers_strict.t
+ + lib/I18N/LangTags/t/80_all_env.t
+ - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
+ ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
+ ! lib/I18N/LangTags/List.pm
+____________________________________________________________________________
+[ 22940] By: rgs on 2004/06/17 08:54:41
+ Log: More forgiving version comparison in perlivp.
+ Branch: perl
+ ! utils/perlivp.PL
+____________________________________________________________________________
+[ 22939] By: nicholas on 2004/06/16 09:05:57
+ Log: Improve the substitution to cc_r for threading so that compilers
+ specified with a full path or as a parameter to ccache are changed
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 22938] By: rgs on 2004/06/15 14:35:00
+ Log: Subject: [PATCH] File::Basename docs
+ From: Boris Zentner <bzm@2bz.de>
+ Date: Sat, 12 Jun 2004 16:29:42 +0200
+ Message-Id: <200406121629.42595.bzm@2bz.de>
+ Branch: perl
+ ! lib/File/Basename.pm
+____________________________________________________________________________
+[ 22937] By: nicholas on 2004/06/15 09:21:22
+ Log: It seems that our assert() macro wasn't good enough.
+ Changed to one that that is an expression, rather than a statement.
+ Fix new macros definitions in sv.h to be clean enough C to keep the
+ AIX compiler happy.
+ Branch: perl
+ ! perl.h sv.h
+____________________________________________________________________________
+[ 22936] By: rgs on 2004/06/15 08:22:32
+ Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
+ From: Shlomi Fish <shlomif@vipe.technion.ac.il>
+ Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
+ Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
+ Branch: perl
+ ! pod/perlop.pod
+____________________________________________________________________________
+[ 22935] By: nicholas on 2004/06/15 07:17:17
+ Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
+ Branch: perl
+ ! ext/Storable/Storable.xs sv.h
+____________________________________________________________________________
+[ 22934] By: nicholas on 2004/06/14 15:26:38
+ Log: Assert that SV type has magic member when reading/writing.
+ Will catch buggy code.
+ Branch: perl
+ ! sv.c sv.h
+____________________________________________________________________________
+[ 22933] By: rgs on 2004/06/13 17:54:47
+ Log: More h2ph voodoo.
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 22932] By: rgs on 2004/06/13 15:35:00
+ Log: Subject: [PATCH] t/TEST
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Sun, 13 Jun 2004 11:41:49 +0200
+ Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
+ Branch: perl
+ ! t/TEST
+____________________________________________________________________________
+[ 22931] By: rgs on 2004/06/11 16:54:00
+ Log: Reapply change #20983, rolled back by change #22920,
+ as noticed by Craig Berry.
+ Branch: perl
+ ! pod/pod2usage.PL pod/podselect.PL
+____________________________________________________________________________
+[ 22930] By: rgs on 2004/06/11 14:22:55
+ Log: More h2ph tweaks: recognition of C types
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 22929] By: rgs on 2004/06/11 13:46:53
+ Log: More h2ph tweaking for gcc __inline functions
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 22928] By: mhx on 2004/06/11 09:37:42
+ Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
+ Branch: perl
+ ! t/comp/utf.t
+____________________________________________________________________________
+[ 22927] By: rgs on 2004/06/11 08:28:19
+ Log: Remove a warning against unsafe signals in perlipc.pod,
+ now that we have "safe signals".
+ Branch: perl
+ ! pod/perlipc.pod
+____________________________________________________________________________
+[ 22926] By: rgs on 2004/06/10 19:03:51
+ Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
+ From: Mathieu Arnold <m@absolight.fr>
+ Date: Thu, 10 Jun 2004 16:43:58 +0200
+ Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
+ (with a test adjustment)
+ Branch: perl
+ ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
+____________________________________________________________________________
+[ 22925] By: rgs on 2004/06/10 17:26:15
+ Log: Make h2ph able to understand a limited set of inline functions.
+ The glibc apparently now ships headers that use inline functions
+ instead of plain old macros.
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 22924] By: rgs on 2004/06/10 07:55:41
+ Log: Subject: Change 22872 breaks shared miniperl invocation
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Fri, 4 Jun 2004 13:24:17 +0400
+ Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 22923] By: rgs on 2004/06/09 19:47:47
+ Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Mon, 7 Jun 2004 00:28:55 -0700
+ Message-ID: <20040607072854.GB1028@efn.org>
+ Branch: perl
+ ! pod/perldiag.pod
+____________________________________________________________________________
+[ 22922] By: rgs on 2004/06/09 18:40:45
+ Log: Remove the "malloc wrappage" tests, due to their unportability
+ (as suggested by Jarkko.)
+ Branch: perl
+ ! t/op/array.t t/op/repeat.t
+____________________________________________________________________________
+[ 22921] By: rgs on 2004/06/09 15:57:58
+ Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 9 Jun 2004 12:02:01 +0100
+ Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
+ with further adjustements for bleadperl
+ Branch: perl
+ ! configpm lib/Config.t
+____________________________________________________________________________
+[ 22920] By: rgs on 2004/06/09 13:13:29
+ Log: Upgrade to Pod::Parser 1.28
+ (except Pod::Find, which has local patches not yet on CPAN)
+ Branch: perl
+ ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
+ ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
+ ! t/pod/find.t
+____________________________________________________________________________
+[ 22919] By: mhx on 2004/06/09 12:50:12
+ Log: s/64bit/64-bit/g for consistency in the READMEs.
+ Branch: perl
+ ! README.aix README.hpux
+____________________________________________________________________________
+[ 22918] By: rgs on 2004/06/09 12:43:59
+ Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
+ From: "Kevin Chase" <kevincha99@hotmail.com>
+ Date: Sun, 06 Jun 2004 09:44:44 -0700
+ Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
+ Branch: perl
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 22917] By: merijn on 2004/06/09 11:46:23
+ Log: Several updates, major, and minor corrections, model updates,
+ explained the model numbering of HP-UX servers.
+ Branch: perl
+ ! README.hpux
+____________________________________________________________________________
+[ 22916] By: rgs on 2004/06/09 09:53:58
+ Log: Upgrade to Pod::Perldoc 3.13
+ Branch: perl
+ + lib/Pod/Perldoc/t/01_about_verbose.t
+ ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
+____________________________________________________________________________
+[ 22915] By: rgs on 2004/06/09 09:08:46
+ Log: Upgrade to Digest 1.08.
+ Branch: perl
+ ! lib/Digest.pm
+____________________________________________________________________________
+[ 22914] By: rgs on 2004/06/09 08:08:55
+ Log: Upgrade to CGI.pm 3.05
+ Branch: perl
+ ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
+____________________________________________________________________________
+[ 22913] By: davem on 2004/06/08 22:20:40
+ Log: double DESTROY in for loop
+ pp_iter decremented the ref count of the previous iterant before
+ unaliasing it. This could lead to DESTROY being called with the
+ loop variable still aliased to the freed value. If the DESTROY
+ also contained a for loop with the same iterator variable, the
+ freed value would get resurrected then freed for a second time.
+ Branch: perl
+ ! pp_hot.c t/cmd/for.t
+____________________________________________________________________________
+[ 22912] By: rgs on 2004/06/08 18:51:03
+ Log: Upgrade to Pod::LaTeX 0.57
+ Branch: perl
+ + lib/Pod/t/user.t
+ ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
+____________________________________________________________________________
+[ 22911] By: rgs on 2004/06/08 18:42:29
+ Log: Upgrade to Unicode::Normalize 0.30.
+ Branch: perl
+ ! ext/Unicode/Normalize/Changes
+ ! ext/Unicode/Normalize/Normalize.pm
+ ! ext/Unicode/Normalize/Normalize.xs
+ ! ext/Unicode/Normalize/t/illegal.t
+ ! ext/Unicode/Normalize/t/short.t
+ ! ext/Unicode/Normalize/t/split.t
+____________________________________________________________________________
+[ 22910] By: rgs on 2004/06/08 18:40:38
+ Log: Remove a spurious \n in a perltie example,
+ noticed by Geoffrey Young.
+ Branch: perl
+ ! pod/perltie.pod
+____________________________________________________________________________
+[ 22909] By: rgs on 2004/06/08 18:34:23
+ Log: Upgrade to Unicode::Collate 0.40
+ Branch: perl
+ ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
+____________________________________________________________________________
+[ 22908] By: rgs on 2004/06/08 18:23:54
+ Log: Upgrade to Time::Local 1.10.
+ Branch: perl
+ ! lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 22907] By: rgs on 2004/06/08 18:02:59
+ Log: Upgrade to Test::Harness 2.42
+ Branch: perl
+ ! lib/Test/Harness.pm lib/Test/Harness/Changes
+ ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
+____________________________________________________________________________
+[ 22906] By: nicholas on 2004/06/08 14:59:20
+ Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
+ As spotted by Jerry D. Hedden
+ Branch: perl
+ ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
+____________________________________________________________________________
+[ 22905] By: rgs on 2004/06/08 13:53:40
+ Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Fri, 4 Jun 2004 16:29:44 +0200
+ Message-Id: <20040604162944.4011f1c6@r2d2>
+ Branch: perl
+ ! pod/perlapi.pod sv.c
+____________________________________________________________________________
+[ 22904] By: rgs on 2004/06/08 13:44:27
+ Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Date: Mon, 07 Jun 2004 20:09:42 +0300
+ Message-ID: <40C4A156.5030205@iki.fi>
+ Branch: perl
+ ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
+____________________________________________________________________________
+[ 22903] By: rgs on 2004/06/08 10:19:27
+ Log: Subject: [perl #30073] Misleading docs of Text::Wrap
+ From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
+ Date: 6 Jun 2004 21:50:19 -0000
+ Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
+ Branch: perl
+ ! lib/Text/Wrap.pm
+____________________________________________________________________________
+[ 22902] By: rgs on 2004/06/06 07:49:27
+ Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Sun, 06 Jun 2004 00:37:21 +0900
+ Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
+ Branch: perl
+ ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
+____________________________________________________________________________
+[ 22901] By: rgs on 2004/06/03 15:19:52
+ Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Thu, 03 Jun 2004 15:46:17 +0100
+ Message-ID: <40BF39B9.3060207@uk.radan.com>
+ Branch: perl
+ ! README.win32 win32/makefile.mk
+____________________________________________________________________________
+[ 22900] By: rgs on 2004/06/03 13:20:37
+ Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
+ Normalize on the hyphenated spelling.
+ Branch: perl
+ ! pod/perlpodspec.pod
+____________________________________________________________________________
+[ 22899] By: rgs on 2004/06/03 13:03:20
+ Log: Workaround a dmake oddity.
+ Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Thu, 03 Jun 2004 12:16:13 +0100
+ Message-ID: <40BF087D.8030005@uk.radan.com>
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 22898] By: rgs on 2004/06/03 09:02:31
+ Log: Carp was mostly unusable with Safe because it may require
+ Carp::Heavy at run-time (while require() is forbidden.)
+ Have Safe load Carp::Heavy.
+ Branch: perl
+ ! ext/Opcode/Safe.pm lib/Carp.pm
+____________________________________________________________________________
+[ 22897] By: mhx on 2004/06/02 18:03:40
+ Log: Make change #22889 work for threaded builds, Part 2.
+ Branch: perl
+ ! XSUB.h
+____________________________________________________________________________
+[ 22896] By: mhx on 2004/06/02 17:18:44
+ Log: Make change #22889 work for threaded builds.
+ Branch: perl
+ ! pad.c pp.c
+____________________________________________________________________________
+[ 22895] By: mhx on 2004/06/02 16:48:41
+ Log: Fix apidoc entries for PUSHMARK and newXSproto.
+ Branch: perl
+ ! XSUB.h pod/perlapi.pod pp.h
+____________________________________________________________________________
+[ 22894] By: mhx on 2004/06/02 16:42:24
+ Log: Document embed.fnc 'U' and 's' flags.
+ Branch: perl
+ ! embed.fnc
+____________________________________________________________________________
+[ 22893] By: rgs on 2004/06/02 08:21:30
+ Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Tue, 01 Jun 2004 23:16:58 -0500
+ Message-ID: <40BD54BA.9040708@mac.com>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 22892] By: rgs on 2004/06/02 08:19:30
+ Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
+ From: Alexey Tourbin <at@altlinux.ru>
+ Date: Sat, 22 May 2004 02:22:22 +0400
+ Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
+ Branch: perl
+ ! ext/NDBM_File/hints/linux.pl
+____________________________________________________________________________
+[ 22891] By: rgs on 2004/06/02 06:47:58
+ Log: Detypo.
+ Branch: perl
+ ! pod/perlintern.pod pp_ctl.c
+____________________________________________________________________________
+[ 22890] By: rgs on 2004/06/02 06:43:30
+ Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
+ From: Andrew Dougherty <doughera@lafayette.edu>
+ Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! INSTALL README
+____________________________________________________________________________
+[ 22889] By: rgs on 2004/06/02 06:07:53
+ Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
+ While we're at it, use the same trick to make reverse()
+ work correctly with lexical $_.
+ Branch: perl
+ ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
+ ! t/op/mydef.t
+____________________________________________________________________________
+[ 22888] By: rgs on 2004/06/01 15:26:59
+ Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
+ From: Alan Burlison <Alan.Burlison@Sun.COM>
+ Date: Fri, 28 May 2004 12:27:06 +0100
+ Message-ID: <40B7220A.4040305@sun.com>
+ Branch: perl
+ ! lib/FileCache.pm
+____________________________________________________________________________
+[ 22887] By: merijn on 2004/06/01 14:30:48
+ Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Tue, 01 Jun 2004 15:30:37 +0100
+ Message-ID: <40BC930D.90701@uk.radan.com>
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 22886] By: rgs on 2004/06/01 12:24:30
+ Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Fri, 28 May 2004 23:28:44 +0100
+ Message-ID: <40B7BD1C.40309@sun.com>
+ Branch: perl
+ ! lib/Pod/Find.pm
+____________________________________________________________________________
+[ 22885] By: rgs on 2004/06/01 12:17:18
+ Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
+ From: Paul Fenwick <pjf@perltraining.com.au>
+ Date: Tue, 1 Jun 2004 11:31:34 +1000
+ Message-ID: <20040601013134.GA11005@perltraining.com.au>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22884] By: merijn on 2004/06/01 10:51:33
+ Log: Subject: [PATCH] configure.com and PERL_API_REVISION
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Mon, 31 May 2004 21:04:07 -0500
+ Message-ID: <40BBE417.2090001@mac.com>
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 22883] By: rgs on 2004/06/01 09:25:32
+ Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
+ From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+ Date: Tue, 1 Jun 2004 07:52:58 +0200
+ Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
+ Branch: perl
+ ! lib/Shell.pm
+____________________________________________________________________________
+[ 22882] By: rgs on 2004/06/01 08:44:01
+ Log: Subject: [PATCH] perlhack.pod - working with the Perl source
+ From: Dave Rolsky <autarch@urth.org>
+ Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
+ Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
+ Branch: perl
+ ! pod/perlhack.pod
+____________________________________________________________________________
+[ 22881] By: nicholas on 2004/05/31 19:06:21
+ Log: replace the run time code in lib/utf8_pva.pl with data generated
+ at build by mktables, stored in lib/unicore/PVA.pl
+ Branch: perl
+ - lib/utf8_pva.pl
+ ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
+ ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 22880] By: nicholas on 2004/05/31 17:26:56
+ Log: Don't need to require utf8_pva.pl at top of file
+ Branch: perl
+ ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 22879] By: nicholas on 2004/05/31 14:24:56
+ Log: Run mktables as part of the build process.
+ Don't ship any of the files that it generates in lib/unicore
+ Branch: perl
+ - (delete 419 files)
+ ! MANIFEST Makefile.SH lib/unicore/mktables
+ ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 22878] By: rgs on 2004/05/31 14:20:53
+ Log: Subject: [perl #29937] Entries missing from .packlist
+ From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
+ Date: 28 May 2004 19:23:48 -0000
+ Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
+ Branch: perl
+ ! installman installperl
+____________________________________________________________________________
+[ 22877] By: rgs on 2004/05/31 12:50:57
+ Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
+ From: <wolfgang.laun@chello.at>
+ Date: Sun, 30 May 2004 17:27:07 +0200
+ Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
+ Branch: perl
+ ! utils/h2ph.PL
+____________________________________________________________________________
+[ 22876] By: rgs on 2004/05/31 09:52:05
+ Log: Subject: [PATCH] Fix anomalies in Carp functions
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Tue, 25 May 2004 16:05:02 +0100
+ Message-ID: <40B3609E.5060502@uk.radan.com>
+ Branch: perl
+ ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
+____________________________________________________________________________
+[ 22875] By: rgs on 2004/05/31 09:25:37
+ Log: Subject: [PATCH] Fix generation of perlapi.pod
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Fri, 28 May 2004 11:46:41 +0100
+ Message-ID: <40B71891.6090806@uk.radan.com>
+ Branch: perl
+ ! autodoc.pl pod/perlapi.pod
+____________________________________________________________________________
+[ 22874] By: davem on 2004/05/30 22:31:03
+ Log: Subject: Re: my $x->{foo} doesn't work
+ From: Shinya Hayakawa <hayakawa@livedoor.jp>
+ Date: Tue, 25 May 2004 00:06:06 +0900
+ Message-Id: <200405250006.06387.hayakawa@livedoor.jp>
+
+ Allow autovivification of (my $x)->{foo}
+ Branch: perl
+ ! pp_hot.c t/op/my.t
+____________________________________________________________________________
+[ 22873] By: nicholas on 2004/05/30 21:58:36
+ Log: Convert to using File::Spec, so that we can build Unicode files
+ on all platforms
+ Branch: perl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 22872] By: nicholas on 2004/05/30 20:34:07
+ Log: First step to generating Unicode files for the regexp engine at build
+ time - targets in the Makefile
+ Branch: perl
+ ! Makefile.SH
+____________________________________________________________________________
+[ 22870] By: davem on 2004/05/30 14:30:45
+ Log: Problem with autouse (causing Perl to crash)
+ @_ sometimes wasn't getting created right
+ Branch: perl
+ ! pad.c pp_ctl.c t/op/goto.t
+____________________________________________________________________________
+[ 22868] By: nicholas on 2004/05/30 13:57:05
+ Log: Upgrade to Encode 2.01.
+ Branch: perl
+ ! ext/Encode/lib/Encode/CN/HZ.pm
+ ! ext/Encode/lib/Encode/Unicode/UTF7.pm
+____________________________________________________________________________
+[ 22866] By: nicholas on 2004/05/30 13:11:41
+ Log: Skip in minitest
+ Branch: perl
+ ! t/comp/utf.t
+____________________________________________________________________________
+[ 22853] By: rgs on 2004/05/28 06:29:28
+ Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
+ From: Stas Bekman <stas@stason.org>
+ Date: Thu, 27 May 2004 11:25:08 -0700
+ Message-ID: <40B63284.5040203@stason.org>
+ Branch: perl
+ ! pod/perlapi.pod pod/perlguts.pod sv.h
+____________________________________________________________________________
+[ 22852] By: merijn on 2004/05/28 05:31:25
+ Log: Subject: TEST needs to ignore SCM files
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Thu, 27 May 2004 23:32:28 +0100
+ Message-ID: <40B66C7C.8030303@sun.com>
+ Branch: perl
+ ! t/TEST
+____________________________________________________________________________
+[ 22850] By: rgs on 2004/05/26 16:17:24
+ Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
+ From: Alan Burlison <Alan.Burlison@sun.com>
+ Date: Wed, 26 May 2004 16:24:03 +0100
+ Message-ID: <40B4B693.9090905@sun.com>
+ (using \0 as a separator for q//)
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 22848] By: rgs on 2004/05/26 08:15:29
+ Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Tue, 25 May 2004 02:29:37 -0700
+ Message-ID: <20040525092937.GA2332@efn.org>
+ Branch: perl
+ ! lib/diagnostics.pm
+____________________________________________________________________________
+[ 22843] By: rgs on 2004/05/24 16:12:41
+ Log: Tests for change #22842, by SADAHIRO Tomoyuki
+ (adapted to the core)
+ Branch: perl
+ + t/op/utftaint.t
+ ! MANIFEST
+____________________________________________________________________________
+[ 22842] By: rgs on 2004/05/24 15:55:23
+ Log: Subject: Re: utf-8 and taint don't work together
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Sat, 22 May 2004 21:38:33 +0900
+ Message-Id: <20040522212704.C068.BQW10602@nifty.com>
+
+ Date: Sun, 23 May 2004 09:56:15 +0900
+ Message-Id: <20040523095609.E404.BQW10602@nifty.com>
+ Branch: perl
+ ! ext/Encode/lib/Encode/CN/HZ.pm
+ ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
+____________________________________________________________________________
+[ 22841] By: rgs on 2004/05/24 11:43:32
+ Log: Subject: [PATCH] win32_chsize is not exported on Win32
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Mon, 24 May 2004 12:52:48 +0100
+ Message-ID: <40B1E210.4050202@uk.radan.com>
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 22840] By: rgs on 2004/05/24 11:23:31
+ Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Fri, 21 May 2004 11:35:34 -0700
+ Message-ID: <20040521183533.GA5108@efn.org>
+ (plus whitespace removal)
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 22839] By: davem on 2004/05/22 11:15:34
+ Log: Optimization busted: '@a = "b", sort @a' drops "b"
+ Fix the sort-in-place optimization of change #22349.
+ Branch: perl
+ ! op.c t/op/sort.t
+____________________________________________________________________________
+[ 22838] By: gbarr on 2004/05/22 07:41:21
+ Log: Update to Scalar-List-Utils-1.14
+ Branch: perl
+ + ext/List/Util/Changes
+ - ext/List/Util/ChangeLog
+ ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
+ ! ext/List/Util/lib/List/Util.pm
+ ! ext/List/Util/lib/Scalar/Util.pm
+____________________________________________________________________________
+[ 22837] By: rgs on 2004/05/21 15:40:49
+ Log: Subject: Proposed doc patch for getsockopt
+ From: perl5-porters@ton.iguana.be (Ton Hospel)
+ Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
+ Message-Id: <c87qmo$u9b$1@post.home.lunix>
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22836] By: rgs on 2004/05/21 08:45:28
+ Log: Subject: [PATCH] h2xs doesn't recognize indented enums
+ From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
+ Date: Fri, 21 May 2004 10:51:58 +0200
+ Message-id: <20040521085158.GA10660@ethan>
+ (modified regexp)
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 22835] By: rgs on 2004/05/20 13:30:25
+ Log: Upgrade to Encode 2.00.
+ Branch: perl
+ ! (edit 147 files)
+____________________________________________________________________________
+[ 22833] By: rgs on 2004/05/20 11:48:29
+ Log: Test portability nit.
+ Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Tue, 18 May 2004 11:31:04 +0100
+ Message-ID: <40A9E5E8.7030800@uk.radan.com>
+ Branch: perl
+ ! ext/B/t/optree_specials.t
+____________________________________________________________________________
+[ 22831] By: davem on 2004/05/19 21:02:04
+ Log: improve hashing algorithm for ptr tables in perl_clone:
+ the bottom few bits of a pointer are usually zero
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22830] By: davem on 2004/05/19 20:17:55
+ Log: Thread creation time is hypersensitive
+
+ Due to a logic error, the dup ptr table sometimes wans't being
+ grown, leading to extremely slow cloning.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22829] By: rgs on 2004/05/18 13:05:48
+ Log: perlrun.pod minor fixes :
+ - the parameter to -x is optional
+ - pod nit
+ Branch: perl
+ ! pod/perlrun.pod
+____________________________________________________________________________
+[ 22828] By: rgs on 2004/05/18 12:54:47
+ Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
+ From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
+ Date: 16 May 2004 13:33:32 -0000
+ Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
+ Branch: perl
+ ! lib/h2xs.t
+____________________________________________________________________________
+[ 22827] By: rgs on 2004/05/18 12:16:42
+ Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Fri, 14 May 2004 17:33:17 +0100
+ Message-ID: <40A4F4CD.2000003@uk.radan.com>
+ Branch: perl
+ ! t/comp/utf.t
+____________________________________________________________________________
+[ 22826] By: rgs on 2004/05/18 08:15:27
+ Log: Error message too wide.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 22825] By: rgs on 2004/05/17 15:12:03
+ Log: Remove a TODO test that is no longer to do.
+ Branch: perl
+ ! ext/B/t/f_sort.t
+____________________________________________________________________________
+[ 22824] By: rgs on 2004/05/17 15:08:40
+ Log: Fix new B::Concise test output
+ Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Mon, 17 May 2004 09:19:00 -0600
+ Message-ID: <40A8D7E4.1020007@divsol.com>
+ Branch: perl
+ ! ext/B/t/f_sort.t t/TEST
+____________________________________________________________________________
+[ 22823] By: rgs on 2004/05/17 08:54:15
+ Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
+ From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
+ Date: Mon, 17 May 2004 07:38:19 +0200
+ Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
+ Branch: perl
+ ! ext/File/Glob/Glob.xs
+____________________________________________________________________________
+[ 22822] By: rgs on 2004/05/17 08:49:53
+ Log: David Manura is the new maintainer of Text::Balanced.
+ Branch: perl
+ ! Porting/Maintainers.pl
+____________________________________________________________________________
+[ 22821] By: davem on 2004/05/16 15:31:42
+ Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
+ Branch: perl
+ ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
+____________________________________________________________________________
+[ 22820] By: rgs on 2004/05/14 16:30:07
+ Log: Subject: Re: more B::Concise stuff (PATCH - updated)
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Mon, 10 May 2004 05:28:11 -0600
+ Message-ID: <409F674B.2000506@divsol.com>
+ Branch: perl
+ + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
+ + ext/B/t/optree_specials.t
+ ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
+ ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
+ ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
+ ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
+ ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
+____________________________________________________________________________
+[ 22819] By: rgs on 2004/05/14 09:38:43
+ Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
+ access the $_ variable, even when there is a lexical one in scope.
+ Branch: perl
+ ! XSUB.h pod/perlapi.pod
+____________________________________________________________________________
+[ 22818] By: nicholas on 2004/05/13 12:15:17
+ Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-ID: <40A26D75.8080406@iki.fi>
+ Date: Wed, 12 May 2004 21:31:17 +0300
+ Branch: perl
+ + t/comp/utf.t
+ ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
+____________________________________________________________________________
+[ 22817] By: rgs on 2004/05/12 16:29:07
+ Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
+ From: Olli Savia (via RT) <perlbug-followup@perl.org>
+ Date: 12 May 2004 13:02:41 -0000
+ Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22816] By: rgs on 2004/05/12 16:16:50
+ Log: Make XSLoader update @DynaLoader::dl_shared_objects.
+ Branch: perl
+ ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
+____________________________________________________________________________
+[ 22815] By: merijn on 2004/05/12 10:43:42
+ Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! Configure hints/darwin.sh hints/rhapsody.sh
+____________________________________________________________________________
+[ 22812] By: mhx on 2004/05/11 17:42:13
+ Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
+ This completes the series: #22734, #22745, #22754, #22780
+ Branch: perl
+ ! pod/perlpacktut.pod
+____________________________________________________________________________
+[ 22811] By: mhx on 2004/05/11 17:21:35
+ Log: 'v' unpacks unsigned shorts.
+ Branch: perl
+ ! pod/perlpacktut.pod
+____________________________________________________________________________
+[ 22810] By: rgs on 2004/05/11 16:35:49
+ Log: Subject: various -V: searches [PATCH]
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Tue, 11 May 2004 00:15:46 -0600
+ Message-ID: <40A06F92.1070607@divsol.com>
+ Branch: perl
+ ! configpm lib/Config.t pod/perlrun.pod
+____________________________________________________________________________
+[ 22809] By: rgs on 2004/05/11 11:00:31
+ Log: More pod names in the debugger for the runman command
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 22808] By: rgs on 2004/05/11 10:52:27
+ Log: Subject: [PATCH] debugger (step backwards)
+ From: Richard.Foley@t-online.de (Richard Foley)
+ Date: Tue, 11 May 2004 11:04:11 +0200
+ Message-Id: <200405111104.11484.richard.foley@rfi.net>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 22807] By: rgs on 2004/05/11 09:16:56
+ Log: Subject: void context !~ generates "Useless use of not at line..." warning
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Sun, 9 May 2004 00:59:19 -0700
+ Message-ID: <20040509075919.GA3752@efn.org>
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 22806] By: ams on 2004/05/10 22:12:31
+ Log: Subject: Re: a little extra cmdline help. [PATCH]
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Mon, 10 May 2004 15:25:07 -0600
+ Message-Id: <409FF333.4020104@divsol.com>
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 22804] By: ams on 2004/05/10 11:10:34
+ Log: Remove stray '.
+ Branch: perl
+ ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 22803] By: ams on 2004/05/10 10:14:40
+ Log: Subject: [PATCH] File::Copy Pod
+ From: slaven@rezic.de
+ Date: Mon, 10 May 2004 09:57:37 +0000
+ Message-Id: <1084183057.10822@devpc01.iconmobile.de>
+ Branch: perl
+ ! lib/File/Copy.pm
+____________________________________________________________________________
+[ 22802] By: davem on 2004/05/07 19:12:29
+ Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
+ that $index was the uninitialized value, when in fact it was $foo1
+ Branch: perl
+ ! sv.c t/lib/warnings/9uninit
+____________________________________________________________________________
+[ 22801] By: davem on 2004/05/07 18:21:22
+ Log: Subject: Re: stdio still supported?
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Thu, 06 May 2004 16:37:56 -0600
+ Message-Id: <409ABE44.8060307@divsol.com>
+
+ Update B::Concise tests to skip stuff requiring the
+ "open to a scalar" feature of Perlio is it isn't available.
+ Also note this caveat in perlfunc.pod
+ Branch: perl
+ ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
+ ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+ ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22800] By: mhx on 2004/05/07 16:58:57
+ Log: Windows issues with select() are already documented in perlport.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22799] By: ams on 2004/05/07 13:38:16
+ Log: Subject: [perl #29397] Change in pod2man arguments
+ From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
+ Date: 6 May 2004 22:08:10 -0000
+ Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
+ Branch: perl
+ ! pod/pod2man.PL
+____________________________________________________________________________
+[ 22798] By: mhx on 2004/05/07 11:42:37
+ Log: Scalar::Util::refaddr falsely returns false
+ Add mg_get() to refaddr() when SV is magical.
+ Fix the non-xs version of looks_like_number().
+ Branch: perl
+ ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
+ ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
+____________________________________________________________________________
+[ 22797] By: mhx on 2004/05/07 10:57:23
+ Log: Document that select() on Windows doesn't work on non-socket filehandles.
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22796] By: mhx on 2004/05/06 17:19:17
+ Log: Double warning for int(undef) and abs(undef)
+ Remove the duplicate warnings and update tests.
+ Branch: perl
+ ! pp.c t/lib/warnings/9uninit
+____________________________________________________________________________
+[ 22793] By: rgs on 2004/05/06 14:43:08
+ Log: Add a small script to check whether a perl source tree
+ (with or without generated files) is friendly with
+ case-insensitive filesystems.
+ Adapted from :
+ Subject: Re: STerm.pl vs Sterm.pl
+ From: James Mastros <james@mastros.biz>
+ Date: Thu, 06 May 2004 14:45:53 +0200
+ Message-ID: <20040506124556.2402.qmail@onion.perl.org>
+ Branch: perl
+ + Porting/checkcase.pl
+ ! MANIFEST
+____________________________________________________________________________
+[ 22789] By: rgs on 2004/05/06 12:33:14
+ Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
+ From: bilbo@ua.fm
+ Date: Wed, 28 Apr 2004 00:19:55 +0300
+ Message-ID: <611491036.20040428001955@ua.fm>
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 22788] By: merijn on 2004/05/06 11:35:21
+ Log: add -pipe to gcc's default flags
+ it has shown a compile time speed increase of about 40% on
+ Linux and HP-UX, and also works on cygwin-1.5.9. On failing
+ OS/gcc combo's remove it in the hints
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 22783] By: mhx on 2004/05/05 19:02:28
+ Log: Add tests for mX?PUSH[inup] macros.
+
+ Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 05 May 2004 15:34:45 +0100
+ Message-ID: <4098FB85.1060602@uk.radan.com>
+ Branch: perl
+ + ext/XS/APItest/t/push.t
+ ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
+ ! ext/XS/APItest/MANIFEST
+____________________________________________________________________________
+[ 22782] By: rgs on 2004/05/05 16:14:25
+ Log: Subject: Problem with h2xs
+ From: David Cannings <lists@edeca.net>
+ Date: Mon, 3 May 2004 13:44:33 +0100
+ Message-Id: <200405031344.33723.lists@edeca.net>
+ (Second patch only)
+ Branch: perl
+ ! utils/h2xs.PL
+____________________________________________________________________________
+[ 22781] By: davem on 2004/05/04 19:20:36
+ Log: Bizarre copy of ARRAY
+ make sure a pad op's flags are updated after optimising away
+ the assignment in my @a = () (see change 22520).
+ Branch: perl
+ ! op.c t/op/my.t
+____________________________________________________________________________
+[ 22780] By: mhx on 2004/05/04 14:46:05
+ Log: Add byte-order group modifiers to (un)pack templates.
+ Follow-up on: #22734, #22745, #22753, #22754.
+
+ Subject: Group modifiers in (un)pack templates
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Mon, 3 May 2004 20:14:41 +0200
+ Message-Id: <20040503201441.1b058e0d@r2d2>
+ Branch: perl
+ ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 22779] By: mhx on 2004/05/04 14:30:39
+ Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
+
+ Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Mon, 3 May 2004 20:03:28 +0200
+ Message-Id: <20040503200328.24efcda5@r2d2>
+ Branch: perl
+ ! pp.h
+____________________________________________________________________________
+[ 22778] By: davem on 2004/05/03 21:07:44
+ Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
+ Branch: perl
+ ! t/io/open.t
+____________________________________________________________________________
+[ 22777] By: davem on 2004/05/03 20:48:53
+ Log: add test for change #22776 ("open m" crashes Perl)
+ Branch: perl
+ ! t/io/open.t
+____________________________________________________________________________
+[ 22776] By: davem on 2004/05/03 20:26:22
+ Log: perl -e "open m" crashes Perl
+ Branch: perl
+ ! toke.c
+____________________________________________________________________________
+[ 22775] By: davem on 2004/05/03 18:52:39
+ Log: scalar delete of empty slice returned garbage
+ Branch: perl
+ ! pp.c t/op/delete.t
+____________________________________________________________________________
+[ 22774] By: davem on 2004/05/03 17:44:44
+ Log: split could leave an array without &PL_sv_undef
+ in the unused elements
+ Branch: perl
+ ! pp.c t/op/split.t
+____________________________________________________________________________
+[ 22773] By: nicholas on 2004/05/03 13:59:08
+ Log: Subject: Re: "fuzzy" in mktables
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-ID: <4093A82B.6040609@iki.fi>
+ Date: Sat, 01 May 2004 16:37:47 +0300
+ Branch: perl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 22772] By: davem on 2004/05/03 13:33:21
+ Log: remove spurious intentation in utf8_pva.pl
+ Branch: perl
+ ! lib/utf8_pva.pl
+____________________________________________________________________________
+[ 22771] By: davem on 2004/05/03 13:28:24
+ Log: ensure that utf8 Perl code magically called from a regex localizes $.
+ Branch: perl
+ ! lib/utf8_pva.pl
+____________________________________________________________________________
+[ 22770] By: nicholas on 2004/05/03 11:19:10
+ Log: Integrate:
+ [ 22694]
+ For maint, I don't think that we can have sperl go sulky if invoked
+ from a #! line. So keep .../sperl functional, and have the /dev/fd/...
+ only set ID exectuable reside under a different name (suidperl)
+
+ [ 22700]
+ The set uid perl is now called setuidperl. Not suidperl.
+ Which I discover is hardlinked from sperl by ./installperl
+ elsewhere. Helpfully confusing installperl script.
+
+ [ 22718]
+ Revert 22700 (as part of changes suggested by Brendan O'Dea)
+
+ [ 22719]
+ Revert 22694
+
+ [ 22720]
+ Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
+ binary must have fd script conundrum, as suggested by Brendan O'Dea
+ Plus restore the more helpful error message from 22694 and the gist
+ of the perl584delta changes from 22700
+ Branch: perl
+ !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
+____________________________________________________________________________
+[ 22769] By: nicholas on 2004/05/03 10:37:45
+ Log: Subject: [perl #29073] Reference to incorrect method in documentation of
+ From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
+ Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
+ Date: 22 Apr 2004 10:49:22 -0000
+ Branch: perl
+ ! lib/Text/ParseWords.pm
+____________________________________________________________________________
+[ 22768] By: nicholas on 2004/05/02 22:40:18
+ Log: It seems daft to me that we have a synopis example that will fail if
+ gcc happened to be invoked via the name cc, and completely ignores
+ the far more reliable 'gccversion' variable
+ So here's one using 'usethreads' that ought to work everywhere.
+ Branch: perl
+ ! configpm
+____________________________________________________________________________
+[ 22765] By: nicholas on 2004/05/02 18:18:25
+ Log: Make t/uni/class.t pass on case insensitive file systems
+ Branch: perl
+ ! t/uni/class.t
+____________________________________________________________________________
+[ 22764] By: nicholas on 2004/05/02 17:57:12
+ Log: Save some repeated strlen()s in Perl_swash_init
+ Branch: perl
+ ! utf8.c
+____________________________________________________________________________
+[ 22763] By: nicholas on 2004/05/01 14:07:45
+ Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
+ of some binary property files
+ Branch: perl
+ + lib/unicore/lib/gc_sc/Dash2.pl
+ + lib/unicore/lib/gc_sc/Hyphen2.pl
+ + lib/unicore/lib/gc_sc/Radical2.pl
+____________________________________________________________________________
+[ 22762] By: nicholas on 2004/05/01 14:06:05
+ Log: Some fool removed lib/unicore/ArabicShaping.txt in change 22760
+ Branch: perl
+ ! MANIFEST
+____________________________________________________________________________
+[ 22761] By: nicholas on 2004/05/01 14:02:59
+ Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
+ by making the %BaseName check global
+ Branch: perl
+ + lib/unicore/lib/gc_sc/Sterm2.pl
+ - lib/unicore/lib/gc_sc/Sterm.pl
+ ! MANIFEST lib/unicore/Canonical.pl
+ ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
+ ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
+____________________________________________________________________________
+[ 22760] By: nicholas on 2004/05/01 13:17:09
+ Log: Remove the no-longer autogenerated Unicode files
+ Branch: perl
+ - (delete 322 files)
+ ! MANIFEST
+____________________________________________________________________________
+[ 22759] By: nicholas on 2004/05/01 11:16:35
+ Log: mktables requires post 5.005
+ Branch: perl
+ ! lib/unicore/mktables
+____________________________________________________________________________
+[ 22758] By: davem on 2004/04/30 11:48:55
+ Log: disable problematical 'uninitialized value' warning tests
+ Branch: perl
+ ! t/lib/warnings/9uninit
+____________________________________________________________________________
+[ 22757] By: rgs on 2004/04/30 11:32:03
+ Log: Follow-up to previous patch: the mX?PUSH[inup] macros
+ should handle 'set' magic, just like the X?PUSH[inup]
+ counterparts.
+ Branch: perl
+ ! pod/perlapi.pod pp.h
+____________________________________________________________________________
+[ 22756] By: rgs on 2004/04/30 10:15:00
+ Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Fri, 30 Apr 2004 10:07:21 +0100
+ Message-ID: <40921749.3050600@uk.radan.com>
+ Branch: perl
+ ! pod/perlapi.pod pod/perlguts.pod pp.h
+____________________________________________________________________________
+[ 22755] By: nicholas on 2004/04/29 18:30:18
+ Log: Fix 29149 - another UTF8 cache bug hit by substr.
+ Regression test from:
+
+ Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
+ Date: Thu, 29 Apr 2004 10:53:17 +0900
+ Branch: perl
+ ! sv.c t/op/substr.t
+____________________________________________________________________________
+[ 22754] By: mhx on 2004/04/29 18:29:28
+ Log: More unpack cleanups.
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 22753] By: mhx on 2004/04/29 17:50:40
+ Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
+ Remove all associated code.
+ Branch: perl
+ ! hints/cxux.sh pp_pack.c
+____________________________________________________________________________
+[ 22752] By: mhx on 2004/04/29 17:38:32
+ Log: The openbsd 64-bit test should use $uquadtype rather
+ than hardcoding unsigned long long.
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 22751] By: ams on 2004/04/29 08:24:31
+ Log: Update to Test.pm 1.25 (from SBURKE).
+ Branch: perl
+ + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
+ ! MANIFEST lib/Test.pm
+____________________________________________________________________________
+[ 22750] By: mhx on 2004/04/28 20:53:29
+ Log: When configuring for 64-bit support, check that the
+ C library functions for casting floating point values
+ to 64-bit integer values are not broken.
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 22749] By: rgs on 2004/04/28 18:28:07
+ Log: Fix for [perl #28963]: find2perl was sometimes generating
+ invalid code.
+ Branch: perl
+ ! x2p/find2perl.PL
+____________________________________________________________________________
+[ 22748] By: rgs on 2004/04/28 13:01:13
+ Log: Subject: [PATCH] Add diagnostics section to base.pm
+ From: "Jos I. Boumans" <kane@dwim.org>
+ Date: Wed, 28 Apr 2004 13:04:47 +0200
+ Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
+ Branch: perl
+ ! lib/base.pm
+____________________________________________________________________________
+[ 22747] By: merijn on 2004/04/28 12:42:50
+ Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
+ Date: 21 Apr 2004 11:07:22 -0000
+ From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
+ Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
+ Branch: perl
+ ! ext/POSIX/POSIX.pod
+____________________________________________________________________________
+[ 22746] By: davem on 2004/04/27 22:21:35
+ Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 22745] By: mhx on 2004/04/27 20:38:00
+ Log: Cleanup variables in S_(un)pack_rec().
+ This also works around a gcc optimizer bug on dec_osf/alpha.
+ Branch: perl
+ ! pp_pack.c
+____________________________________________________________________________
+[ 22744] By: rgs on 2004/04/27 08:43:38
+ Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
+ From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
+ Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
+
+ Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
+ Branch: perl
+ + (add 406 files)
+ ! MANIFEST lib/unicore/Canonical.pl
+ ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
+ ! lib/unicore/Exact.pl lib/unicore/Name.pl
+ ! lib/unicore/Properties lib/unicore/To/Digit.pl
+ ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
+ ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
+ ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
+ ! t/op/pat.t t/uni/class.t
+____________________________________________________________________________
+[ 22743] By: merijn on 2004/04/26 22:20:30
+ Log: usemallocwrap works on AIX, but not with vac-5
+ Date: Mon, 26 Apr 2004 15:35:23 +0200
+ From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
+ Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
+ Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
+ Branch: perl
+ ! hints/aix.sh hints/aix_4.sh
+____________________________________________________________________________
+[ 22742] By: davem on 2004/04/24 12:53:07
+ Log: fix 64-bit casting error in change 22741 (uninit var warnings)
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22741] By: davem on 2004/04/23 20:43:02
+ Log: Include variable names in "Use of uninitialized value" warnings
+ Branch: perl
+ + t/lib/warnings/9uninit
+ ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
+ ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
+ ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
+ ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
+ ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
+ ! t/lib/warnings/3both t/lib/warnings/4lint
+ ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
+ ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
+ ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
+ ! t/run/fresh_perl.t t/run/runenv.t
+____________________________________________________________________________
+[ 22739] By: rgs on 2004/04/23 13:32:31
+ Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
+ From: Richard.Foley@t-online.de (Richard Foley)
+ Date: Fri, 23 Apr 2004 06:33:34 +0200
+ Message-Id: <200404230633.34402.richard.foley@rfi.net>
+ Branch: perl
+ ! lib/perl5db.pl
+____________________________________________________________________________
+[ 22737] By: nicholas on 2004/04/23 10:31:20
+ Log: Ooops. Forgot to update pod.lst, and all that ensues with that
+ Branch: perl
+ ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
+ ! vms/descrip_mms.template win32/pod.mak
+____________________________________________________________________________
+[ 22736] By: nicholas on 2004/04/23 10:11:26
+ Log: Integrate:
+ [ 22165]
+ Create perl584delta.pod
+ (Not that I'm really proposing to start work on 5.8.4 today)
+
+ [ 22650]
+ Updates from Stas Bekman, Brendan O'Dea and Hugo
+
+ [ 22655]
+ Tweaks from Hugo and Liz
+
+ [ 22677]
+ Improvements from Jarkko
+
+ [ 22684]
+ Integrate:
+ [ 22665]
+ AIX-4 with xlc does not like malloc wrap
+
+ [ 22666]
+ Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
+
+ [ 22698]
+ Clarify AIX and win32's malloc wrapping
+
+ [ 22700]
+ The set uid perl is now called setuidperl. Not suidperl.
+ Which I discover is hardlinked from sperl by ./installperl
+ elsewhere. Helpfully confusing installperl script.
+
+ [ 22703]
+ More perldelta updates
+
+ [ 22710]
+ Subject: spelling
+ From: Jarkko Hietaniemi <jhi@cc.hut.fi>
+ Date: Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
+ Message-Id: <200404161818.i3GIIILh391648@kosh.hut.fi>
+
+ [ 22718]
+ Revert 22700 (as part of changes suggested by Brendan O'Dea)
+
+ [ 22720]
+ Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
+ binary must have fd script conundrum, as suggested by Brendan O'Dea
+ Plus restore the more helpful error message from 22694 and the gist
+ of the perl584delta changes from 22700
+
+ [ 22731]
+ Oink, oink, flap, flap!
+ Branch: perl
+ +> pod/perl584delta.pod
+ ! MANIFEST
+ !> pod/perlhist.pod
+____________________________________________________________________________
+[ 22735] By: merijn on 2004/04/23 10:11:23
+ Log: Subject: [PATCH] Where to find nmake for windows
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Thu, 22 Apr 2004 23:57:40 +0200
+ Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
+ Changed download URL references for nmake
+ Branch: perl
+ ! README.win32 pod/perlmodinstall.pod
+____________________________________________________________________________
+[ 22734] By: mhx on 2004/04/23 04:07:25
+ Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Wed, 21 Apr 2004 21:09:20 +0200
+ Message-Id: <20040421210920.3c467772@r2d2>
+ Branch: perl
+ ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
+ ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
+____________________________________________________________________________
+[ 22733] By: rgs on 2004/04/22 12:08:35
+ Log: Missing copyright in the README.
+ Branch: perl
+ ! README
+____________________________________________________________________________
+[ 22727] By: nicholas on 2004/04/21 15:22:29
+ Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
+ From: Axel Boldt (via RT) <perlbug-followup@perl.org>
+ Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
+ Date: 11 Apr 2004 13:08:17 -0000
+ Branch: perl
+ ! pod/perlipc.pod
+____________________________________________________________________________
+[ 22725] By: nicholas on 2004/04/21 14:21:57
+ Log: Punt the "reporting bugs" section to the top.
+ Reorder the description of what to do, to start with the most common
+ case.
+ Clarify "how to report bugs effectively" (and why it benefits you)
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 22724] By: nicholas on 2004/04/21 12:51:43
+ Log: This should be L<>
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 22723] By: nicholas on 2004/04/21 09:42:35
+ Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 22722] By: nicholas on 2004/04/21 09:25:34
+ Log: We should be telling people about ..exp, else they use the unexpanded
+ forms and shaft anyone who installs a private perl within ~
+ Branch: perl
+ ! INSTALL
+____________________________________________________________________________
+[ 22721] By: rgs on 2004/04/21 08:36:38
+ Log: Subject: [patch] log the interpreter id in warnings
+ From: Stas Bekman <stas@stason.org>
+ Date: Mon, 19 Apr 2004 18:10:01 -0700
+ Message-ID: <40847869.1000906@stason.org>
+ Branch: perl
+ ! gv.c handy.h hv.c perl.c sv.c
+____________________________________________________________________________
+[ 22717] By: rgs on 2004/04/20 12:27:18
+ Log: Subject: [PATCH] Sync Term::Cap with CPAN version
+ From: Jonathan Stowe <jns@gellyfish.com>
+ Date: Tue, 20 Apr 2004 12:37:28 +0100
+ Message-Id: <1082461047.2736.96.camel@localhost>
+ Branch: perl
+ ! lib/Term/Cap.pm
+____________________________________________________________________________
+[ 22716] By: rgs on 2004/04/19 12:26:35
+ Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
+ to read an op that was just freed, which was obviously illegal.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 22715] By: rgs on 2004/04/19 09:34:01
+ Log: Upgrade to FileCache 1.04.
+ Branch: perl
+ ! lib/FileCache.pm
+____________________________________________________________________________
+[ 22714] By: rgs on 2004/04/19 08:57:17
+ Log: New file left out of the last commit.
+ Branch: perl
+ + t/uni/class.t
+____________________________________________________________________________
+[ 22713] By: rgs on 2004/04/19 08:56:28
+ Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
+ From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
+ Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
+ Branch: perl
+ ! MANIFEST pod/perlunicode.pod
+____________________________________________________________________________
+[ 22712] By: rgs on 2004/04/19 08:30:20
+ Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
+ From: hv@crypt.org
+ Date: Wed, 14 Apr 2004 19:30:46 +0100
+ Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
+ Branch: perl
+ ! regcomp.c regexec.c t/op/pat.t
+____________________________________________________________________________
+[ 22708] By: nicholas on 2004/04/17 13:25:41
+ Log: Integrate:
+ [ 22661]
+ This is RC1
+
+ [ 22705]
+ This is RC2
+ Branch: perl
+ !> pod/perlhist.pod
+____________________________________________________________________________
+[ 22706] By: rgs on 2004/04/16 15:53:37
+ Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
+ level (with -O2 miniperl behaves really badly.)
+ Branch: perl
+ ! hints/linux.sh
+____________________________________________________________________________
+[ 22697] By: merijn on 2004/04/15 11:56:32
+ Log: d_getservbyname_r undef up to at least OpenBSD 3.5
+ Thanks to Campo Weijerman and Gerard Gerritsen off-list
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 22696] By: merijn on 2004/04/14 16:04:40
+ Log: #24121: Configure under turkish locale fails
+ toupper (i) != I in turkish, but U+0130
+ \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
+ Patch supplied by Rafael
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 22693] By: rgs on 2004/04/14 08:28:15
+ Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
+ From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
+ Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
+ Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
+ Branch: perl
+ ! lib/utf8_heavy.pl
+____________________________________________________________________________
+[ 22692] By: rgs on 2004/04/14 07:26:04
+ Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Tue, 13 Apr 2004 20:51:31 -0400
+ Message-ID: <407C8B13.9020104@rowman.com>
+ Branch: perl
+ ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
+____________________________________________________________________________
+[ 22691] By: rgs on 2004/04/14 07:08:52
+ Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
+ From: Jan Dubois <jand@ActiveState.com>
+ Date: Tue, 13 Apr 2004 19:49:32 -0700
+ Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
+ Branch: perl
+ ! win32/win32.c
+____________________________________________________________________________
+[ 22689] By: mhx on 2004/04/12 06:53:24
+ Log: Borland C doesn't like PERL_MALLOC_WRAP.
+ Until I know why, the fix is to disable it.
+ Branch: perl
+ ! win32/config_H.bc
+____________________________________________________________________________
+[ 22688] By: davem on 2004/04/11 14:27:26
+ Log: Stop PL_comppad pointing to a freed pad during global destruction
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22687] By: davem on 2004/04/11 13:13:35
+ Log: Make global cleanup fractionally faster by giving S_visit()
+ flags/mask to compare SVs against.
+ Branch: perl
+ ! embed.fnc embed.h proto.h sv.c
+____________________________________________________________________________
+[ 22686] By: gbarr on 2004/04/10 08:08:42
+ Log: Sync with libnet 1.18
+ Branch: perl
+ + lib/Net/Changes.libnet lib/Net/t/datasend.t
+ - lib/Net/ChangeLog.libnet
+ ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
+ ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
+ ! lib/Net/Time.pm lib/Net/t/hostname.t
+____________________________________________________________________________
+[ 22685] By: mhx on 2004/04/10 06:37:30
+ Log: Remove two unused variables that gcc used to warn about.
+ Branch: perl
+ ! util.c
+____________________________________________________________________________
+[ 22682] By: rgs on 2004/04/09 11:44:34
+ Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
+ From: David Dyck <david.dyck@fluke.com>
+ Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
+ Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
+ Branch: perl
+ ! universal.c
+____________________________________________________________________________
+[ 22681] By: rgs on 2004/04/09 07:04:48
+ Log: find2perl should not default to -print when -eval is specified.
+ Noticed by David Dyck.
+ Branch: perl
+ ! x2p/find2perl.PL
+____________________________________________________________________________
+[ 22680] By: rgs on 2004/04/09 06:58:51
+ Log: Upgrade to Time::HiRes 1.59.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 22675] By: rgs on 2004/04/08 13:00:59
+ Log: Upgrade to Digest 1.06.
+ Branch: perl
+ ! lib/Digest.pm
+____________________________________________________________________________
+[ 22674] By: rgs on 2004/04/08 12:57:48
+ Log: Upgrade to Digest 1.06.
+ Branch: perl
+ ! lib/Digest.pm
+____________________________________________________________________________
+[ 22673] By: rgs on 2004/04/08 09:59:22
+ Log: Upgrade to Time::HiRes 1.57.
+ Branch: perl
+ ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
+ ! ext/Time/HiRes/HiRes.xs
+____________________________________________________________________________
+[ 22672] By: nicholas on 2004/04/07 20:48:04
+ Log: Make gmtime and localtime cross reference each other.
+ Suggested by Dan Jacobson
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22671] By: merijn on 2004/04/07 17:54:10
+ Log: Integrated Time-Local-1.09 from Dave Rolsky
+ Corrected a wrap error from the CPAN version to match #22670
+ Tested on AIX to make sure the skip is still needed
+ Branch: perl
+ ! lib/Time/Local.pm lib/Time/Local.t
+____________________________________________________________________________
+[ 22670] By: merijn on 2004/04/07 12:03:11
+ Log: Disable the edge case tests for timegm and timelocal on
+ AIX-4.3 since the OS is obsoleted, and fixes are not to
+ be expected
+ Branch: perl
+ ! lib/Time/Local.t
+____________________________________________________________________________
+[ 22669] By: rgs on 2004/04/07 08:26:48
+ Log: Fix command-line quoting under Windows for the new optree tests
+ Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Wed, 07 Apr 2004 09:46:01 +0100
+ Message-ID: <4073BFC9.10707@uk.radan.com>
+ Branch: perl
+ ! ext/B/t/optree_samples.t
+____________________________________________________________________________
+[ 22668] By: rgs on 2004/04/07 08:00:07
+ Log: Subject: [PATCH] Bleadperl to version 0.37
+ From: John Peacock <jpeacock@rowman.com>
+ Date: Tue, 06 Apr 2004 21:56:19 -0400
+ Message-ID: <40735FC3.5010305@rowman.com>
+ Branch: perl
+ ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
+ ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
+ ! universal.c util.c
+____________________________________________________________________________
+[ 22667] By: rgs on 2004/04/07 07:37:59
+ Log: The optree builder was looping when constructing the ops
+ for a map/grep block containing a while(1).
+ (Bug reported by Pixel.)
+ Branch: perl
+ ! op.c t/op/grep.t
+____________________________________________________________________________
+[ 22666] By: merijn on 2004/04/06 14:44:29
+ Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
+ Branch: perl
+ ! hints/hpux.sh
+____________________________________________________________________________
+[ 22665] By: merijn on 2004/04/06 13:34:14
+ Log: AIX-4 with xlc does not like malloc wrap
+ Branch: perl
+ ! hints/aix_4.sh
+____________________________________________________________________________
+[ 22664] By: rgs on 2004/04/06 07:29:30
+ Log: Subject: Re: tests for change #22539
+ From: Jim Cromie <jcromie@divsol.com>
+ Date: Tue, 30 Mar 2004 14:39:31 -0700
+ Message-ID: <4069E913.5040906@divsol.com>
+ (with some spelling tweaks)
+ Branch: perl
+ + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
+ + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
+ + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
+ ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
+____________________________________________________________________________
+[ 22663] By: mhx on 2004/04/06 03:40:10
+ Log: Make the ! suffix handle n/N/v/V as signed integers
+ within pack templates.
+ Branch: perl
+ ! pod/perlfunc.pod pp_pack.c t/op/pack.t
+____________________________________________________________________________
+[ 22662] By: mhx on 2004/04/05 20:03:03
+ Log: C<undef> doesn't look like a number. See also:
+
+ Subject: Re: [perl #27606] undef "looks like" a number
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Mon, 15 Mar 2004 22:16:26 +0100
+ Message-Id: <20040315221626.48061c67@r2d2>
+ Branch: perl
+ ! ext/List/Util/lib/List/Util.pm
+ ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
+ ! pp_ctl.c sv.c
+____________________________________________________________________________
+[ 22656] By: nicholas on 2004/04/05 15:55:18
+ Log: Subject: Re: perldelta584
+ From: Craig Berry <craigberry@mac.com>
+ Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
+ Date: Mon, 05 Apr 2004 11:02:12 -0500
+
+ (makes malloc wrap the default on VMS)
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 22654] By: rgs on 2004/04/05 15:24:49
+ Log: Subject: ref ($proto) || $proto patch
+ From: Ovid <publiustemp-p5p@yahoo.com>
+ Date: Sat, 03 Apr 2004 18:59:22 -0800
+ Message-ID: <406F7A0A.50702@yahoo.com>
+ (with minor reformatting)
+ Branch: perl
+ ! pod/perlobj.pod pod/perltoot.pod
+____________________________________________________________________________
+[ 22652] By: rgs on 2004/04/05 12:51:10
+ Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Wed, 24 Mar 2004 00:16:52 +0900
+ Message-Id: <20040324001126.098F.BQW10602@nifty.com>
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22651] By: rgs on 2004/04/05 11:50:10
+ Log: wantarray docs should mention effect of eval { wantarray }
+ as reported by Tim Bunce. Add a note to this effect in perlfunc,
+ and regression tests for it.
+ Branch: perl
+ ! pod/perlfunc.pod t/op/wantarray.t
+____________________________________________________________________________
+[ 22649] By: nicholas on 2004/04/05 08:57:18
+ Log: More AUTHORS who deserve credit for patches
+ Branch: perl
+ ! AUTHORS
+____________________________________________________________________________
+[ 22646] By: nicholas on 2004/04/04 16:32:54
+ Log: Hand merge patch from maint back to blead.
+ Branch: perl
+ ! ext/threads/threads.pm
+____________________________________________________________________________
+[ 22642] By: nicholas on 2004/04/04 13:07:50
+ Log: Bump version numbers for modules that have changed since 5.8.3
+ Branch: perl
+ ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
+ ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
+ ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
+ ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
+ ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
+ ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
+____________________________________________________________________________
+[ 22641] By: rgs on 2004/04/02 15:40:15
+ Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
+ expression ranges.
+ Branch: perl
+ ! t/op/pat.t toke.c
+____________________________________________________________________________
+[ 22637] By: davem on 2004/04/02 10:02:06
+ Log: Subject: [PATCH] fix utils install problems on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 01 Apr 2004 20:19:53 -0600
+ Message-Id: <406CCDC9.7000500@mac.com>
+
+ We were not running utils/instmodsh.PL or utils/xsubpp.PL during
+ the build, so installperl would not find the generated programs at
+ install time.
+ Also fixed several problems with the command definitions for the
+ utilities
+ Branch: perl
+ ! configure.com vms/descrip_mms.template
+____________________________________________________________________________
+[ 22636] By: davem on 2004/04/01 22:00:40
+ Log: Subject: [PATCH] archname salad on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Thu, 01 Apr 2004 14:16:32 -0600
+ Message-Id: <406C78A0.2070009@mac.com>
+
+ sort out architecture-specific directory names for OpenVMS
+ Itanium port
+ Branch: perl
+ ! configure.com vms/descrip_mms.template
+____________________________________________________________________________
+[ 22635] By: davem on 2004/04/01 20:27:14
+ Log: Fix change #22376. Only mark a const as short-circuited
+ if it's actually a const!
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 22630] By: nicholas on 2004/04/01 15:15:10
+ Log: debug the instructions on upgrading Unicode
+ Branch: perl
+ ! lib/unicore/README.perl
+____________________________________________________________________________
+[ 22625] By: mhx on 2004/04/01 06:01:25
+ Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
+ Branch: perl
+ ! op.c t/op/dor.t
+____________________________________________________________________________
+[ 22624] By: davem on 2004/03/31 20:33:52
+ Log: + (\$) prototype = bad free
+ av_delete() didn't reify. I also updated its description
+ Branch: perl
+ ! av.c t/op/args.t
+____________________________________________________________________________
+[ 22621] By: nicholas on 2004/03/31 15:05:40
+ Log: Upgrade to Unicode 4.0.1
+ Branch: perl
+ + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
+ + lib/unicore/lib/Variatio.pl
+ ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
+ ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
+ ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
+ ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
+ ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
+ ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
+ ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
+ ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
+ ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
+ ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
+ ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
+ ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
+ ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
+ ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
+ ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
+ ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
+ ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
+ ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
+ ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
+ ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
+ ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
+ ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
+ ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
+ ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
+ ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
+ ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
+ ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
+ ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
+ ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
+ ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
+ ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
+ ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
+ ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
+ ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
+ ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
+ ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
+ ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
+ ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
+ ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
+ ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
+ ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
+ ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
+ ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
+ ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
+ ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
+ ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
+ ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
+ ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
+ ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
+____________________________________________________________________________
+[ 22619] By: merijn on 2004/03/31 13:02:32
+ Log: Regenerated Configure after backported #22571
+ Some indent leftovers from earlier patches
+ We don't like double negatives, not even in comment
+ Branch: perl
+ ! Configure
+____________________________________________________________________________
+[ 22617] By: merijn on 2004/03/31 11:33:09
+ Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 30 Mar 2004 04:29:18 -0800
+ Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
+ Branch: perl
+ ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
+ ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
+____________________________________________________________________________
+[ 22615] By: nicholas on 2004/03/31 08:24:29
+ Log: Unknowingly for years we've had a test that has assumed the order
+ of results from readdir. Fixed.
+ Branch: perl
+ ! lib/File/Find/t/find.t
+____________________________________________________________________________
+[ 22614] By: nicholas on 2004/03/30 21:50:15
+ Log: Subject: Zaurus SL-[78]60 native compile patch
+ Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Tue, 30 Mar 2004 00:53:52 +0900
+ Branch: perl
+ ! ext/Errno/Errno_pm.PL
+____________________________________________________________________________
+[ 22610] By: davem on 2004/03/29 21:20:35
+ Log: various win32 build fixes
+
+ Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Tue, 23 Mar 2004 10:42:12 +0000
+ Message-ID: <40601484.7040905@uk.radan.com>
+
+ Subject: [PATCH] distclean on Win32 should delete perl.base
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Tue, 23 Mar 2004 11:35:56 +0000
+ Message-ID: <4060211C.8020704@uk.radan.com>
+
+ Subject: Re: [PATCH] Create debug symbols files on Windows even for release
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Fri, 26 Mar 2004 10:46:07 +0000
+ Message-ID: <406409EF.9020404@uk.radan.com>
+ Branch: perl
+ ! win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 22609] By: davem on 2004/03/29 20:46:36
+ Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
+ From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
+ Date: 26 Mar 2004 21:02:19 -0000
+ Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
+
+ The forked child should make sure STDIN and STDOUT aren't tied
+ before messing with them
+ Branch: perl
+ ! lib/IPC/Open3.pm
+____________________________________________________________________________
+[ 22608] By: davem on 2004/03/29 20:10:05
+ Log: backout change 22606 (make gv_fullname() include a literal '^')
+ it breaks select.
+ Branch: perl
+ ! gv.c t/op/gv.t
+____________________________________________________________________________
+[ 22607] By: davem on 2004/03/28 15:10:48
+ Log: update -Dx to cope with lexical version of OP_AELEMFAST
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 22606] By: davem on 2004/03/28 15:08:23
+ Log: make gv_fullname() etc include a literal '^' for *^FOO style names
+ Branch: perl
+ ! gv.c t/op/gv.t
+____________________________________________________________________________
+[ 22605] By: davem on 2004/03/28 13:11:30
+ Log: pv_display() had code to display \n etc as escapes but it didn't
+ actually work.
+ Branch: perl
+ ! dump.c
+____________________________________________________________________________
+[ 22604] By: davem on 2004/03/28 10:55:30
+ Log: fix typo in change 22597
+ Branch: perl
+ ! op.h
+____________________________________________________________________________
+[ 22601] By: davem on 2004/03/27 10:22:52
+ Log: Subject: [PATCH] -Dusemallocwrap for VMS)
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 26 Mar 2004 22:46:50 -0600
+ Message-Id: <4065073A.30007@mac.com>
+
+ Mimic in configure.com what Configure does to enable or disable
+ the new feature -Dusemallocwrap
+ Branch: perl
+ ! configure.com
+____________________________________________________________________________
+[ 22600] By: davem on 2004/03/27 02:04:03
+ Log: Subject: [PATCH] don't clean-up perly.* on VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 26 Mar 2004 16:54:44 -0600
+ Message-Id: <4064B4B4.2030203@mac.com>
+
+ refrain from getting rid of perly.c and perly.h now that there are
+ no longer VMS-specific overrides for these files
+ Branch: perl
+ ! vms/descrip_mms.template
+____________________________________________________________________________
+[ 22599] By: davem on 2004/03/27 01:54:09
+ Log: string corruption with lvalue sub
+ Depending on the context, the same substr OP may want to return
+ a PVLV or an LV on subsequent invcations. If TARG is the wrong
+ type, use a mortal instead.
+ Branch: perl
+ ! pp.c t/op/substr.t
+____________________________________________________________________________
+[ 22597] By: davem on 2004/03/26 18:56:50
+ Log: Clarify op.h comments for which ops the OPpDEREF* private flags
+ are actually used; update Concise.pm to match
+ Branch: perl
+ ! ext/B/B/Concise.pm op.h
+____________________________________________________________________________
+[ 22596] By: davem on 2004/03/26 18:53:09
+ Log: fix for change #22594; if using test.pl, must tell perl where to
+ find it!
+ Branch: perl
+ ! t/comp/hints.t
+____________________________________________________________________________
+[ 22595] By: davem on 2004/03/26 17:28:48
+ Log: document the return value of an empty sub
+ Branch: perl
+ ! pod/perlsub.pod
+____________________________________________________________________________
+[ 22594] By: davem on 2004/03/26 13:05:50
+ Log: - hints hash was being double freed on scope exit
+ Branch: perl
+ ! op.c scope.c scope.h t/comp/hints.t
+____________________________________________________________________________
+[ 22593] By: ams on 2004/03/26 08:59:15
+ Log: Subject: Re: [perl #27906] stat documentation correction
+ From: Andy Lester <andy@petdance.com>
+ Date: Wed, 24 Mar 2004 21:48:30 -0600
+ Message-Id: <20040325034830.GA5865@petdance.com>
+ (Applied with a correction from Spider Boardman.)
+ Branch: perl
+ ! pod/perlfunc.pod t/op/stat.t
+____________________________________________________________________________
+[ 22592] By: davem on 2004/03/26 01:24:24
+ Log: fix some comments in perly.y
+ Branch: perl
+ ! perly.y
+____________________________________________________________________________
+[ 22591] By: davem on 2004/03/26 01:16:55
+ Log: Blessed reference to anonymous glob
+ Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
+ Branch: perl
+ ! sv.c t/op/ref.t
+____________________________________________________________________________
+[ 22586] By: davem on 2004/03/24 22:16:30
+ Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
+ From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
+ Date: 18 Mar 2004 20:25:50 -0000
+ Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
+
+ Cwd code was planted in the output executable after the exit, so
+ was never run.
+ Branch: perl
+ ! x2p/find2perl.PL
+____________________________________________________________________________
+[ 22585] By: nicholas on 2004/03/24 21:42:25
+ Log: Remaining smoked platforms where malloc wrap is known to work.
+ Data for Irix and NetBSD would be useful - they probably will work too.
+ Will Unicos work? Place bets now...
+ Branch: perl
+ ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
+ ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
+ ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 22584] By: davem on 2004/03/24 21:14:08
+ Log: Subject: [perl #27790] split docs: say the string is EXPR
+ From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
+ Date: 20 Mar 2004 05:21:07 -0000
+ Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
+
+ Minor documentation nit in split
+ Branch: perl
+ ! pod/perlfunc.pod
+____________________________________________________________________________
+[ 22582] By: nicholas on 2004/03/24 19:15:29
+ Log: mintest will pass if I skip the correct number of tests. D'oh!
+ Branch: perl
+ ! t/op/magic.t
+____________________________________________________________________________
+[ 22579] By: nicholas on 2004/03/24 14:59:16
+ Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Message-ID: <40618D1C.7000601@uk.radan.com>
+ Date: Wed, 24 Mar 2004 13:29:00 +0000
+ Branch: perl
+ ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
+ ! win32/config_H.vc64
+____________________________________________________________________________
+[ 22578] By: rgs on 2004/03/24 13:54:31
+ Log: Good catch from Dave Mitchell; plus a null pointer protection.
+ Branch: perl
+ ! scope.c
+____________________________________________________________________________
+[ 22577] By: nicholas on 2004/03/24 11:51:46
+ Log: Unlike perl, 0 in void context isn't special cased in C :-)
+ (So it warns). Tweak the no-action malloc wrap checkers to avoid
+ warnings.
+ Branch: perl
+ ! handy.h
+____________________________________________________________________________
+[ 22576] By: nicholas on 2004/03/24 10:29:16
+ Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
+ NO_MALLOC_WRAP following Configure changes. Identical patch to
+ mine supplied by Steve Hay while I was working on this.
+ IP shootout at dawn :-)
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 22572] By: nicholas on 2004/03/24 09:14:21
+ Log: Tidy up function prototypes in the light of suidpatch
+ Branch: perl
+ ! embed.fnc embed.h perl.c proto.h
+____________________________________________________________________________
+[ 22571] By: nicholas on 2004/03/23 22:35:09
+ Log: Make usemallocwrap a Configure-time question. Default is yes for
+ usedevel, no otherwise, but I'm expecting hints files on known
+ good platforms to override this. (and known bad)
+ Demonstration hints file for darwin.
+ Branch: perl
+ ! Configure config_h.SH hints/darwin.sh perl.h
+____________________________________________________________________________
+[ 22569] By: nicholas on 2004/03/23 17:47:44
+ Log: hv_delete_common was freeing the key, then passing the freed pointer
+ to S_hv_notallowed. D'oh!
+ Branch: perl
+ ! hv.c
+____________________________________________________________________________
+[ 22566] By: nicholas on 2004/03/23 16:23:58
+ Log: Unify 5.008 and 5.009's B::Concise 0.58
+ Branch: perl
+ ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 22565] By: nicholas on 2004/03/23 16:05:28
+ Log: Unify 5.008 and 5.009's B::Concise 0.56
+ Branch: perl
+ ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 22564] By: rgs on 2004/03/23 13:43:49
+ Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
+
+ Subject: Re: Wondering about returned regex special arrays on going out of scope
+ From: hv@crypt.org
+ Date: Fri, 05 Mar 2004 17:42:25 +0000
+ Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
+
+ plus a test case.
+ Branch: perl
+ ! pp_hot.c t/op/magic.t
+____________________________________________________________________________
+[ 22563] By: nicholas on 2004/03/23 13:38:11
+ Log: Subject: [PATCH] 5.9.1 suidperl
+ From: psz@maths.usyd.edu.au (Paul Szabo)
+ Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
+ Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
+
+ (which variables renamed as requested, plus tweaks to work on platforms
+ with no ST_NOEXEC)
+ Branch: perl
+ ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
+____________________________________________________________________________
+[ 22560] By: rgs on 2004/03/22 21:29:51
+ Log: Update the -v copyright notice.
+ Branch: perl
+ ! perl.c
+____________________________________________________________________________
+[ 22559] By: nicholas on 2004/03/22 21:05:09
+ Log: Don't assume that the chmod will always work.
+ (It won't for files on *BSD where chflags has set uchg, which is
+ what the OS X perforce client does)
+ Branch: perl
+ ! t/op/filetest.t
+____________________________________________________________________________
+[ 22557] By: rgs on 2004/03/22 20:46:52
+ Log: Clarifications on constants subroutines, based on:
+
+ Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
+ From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
+ Date: 19 Mar 2004 14:56:09 -0000
+ Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
+ Branch: perl
+ ! pod/perlsub.pod
+____________________________________________________________________________
+[ 22556] By: rgs on 2004/03/22 20:30:41
+ Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Date: Mon, 22 Mar 2004 14:44:46 +0000
+ Message-ID: <405EFBDE.4090209@uk.radan.com>
+ Branch: perl
+ ! README.win32
+____________________________________________________________________________
+[ 22553] By: rgs on 2004/03/22 19:25:59
+ Log: Subject: Re: [PATCH] warn on !=~
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Mon, 22 Mar 2004 10:32:05 -0800
+ Message-ID: <20040322183106.GA1284@efn.org>
+
+ More warnings for this case.
+ Branch: perl
+ ! t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 22549] By: rgs on 2004/03/21 17:22:42
+ Log: Finally, this "Negative repeat count" warning wasn't such a great
+ idea. Disable it. But add tests for this :
+
+ Subject: Re: [perl #27811] (@x) x -1 is a panic
+ From: Andy Lester <andy@petdance.com>
+ Date: Sun, 21 Mar 2004 09:27:04 -0600
+ Message-ID: <20040321152704.GA9041@petdance.com>
+ Branch: perl
+ ! pp.c t/lib/warnings/pp t/op/repeat.t
+____________________________________________________________________________
+[ 22548] By: rgs on 2004/03/21 16:40:27
+ Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Sun, 21 Mar 2004 21:49:53 +0900
+ Message-Id: <20040321213628.2461.BQW10602@nifty.com>
+ Branch: perl
+ ! sv.h
+____________________________________________________________________________
+[ 22547] By: rgs on 2004/03/21 13:36:27
+ Log: I must be tired today.
+ Branch: perl
+ ! lib/utf8.t
+____________________________________________________________________________
+[ 22546] By: rgs on 2004/03/21 13:26:33
+ Log: Silence a gcc warning.
+ Branch: perl
+ ! sv.c
+____________________________________________________________________________
+[ 22545] By: rgs on 2004/03/21 13:18:01
+ Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
+ From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
+ Date: Sun, 21 Mar 2004 15:19:22 +0900
+ Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
+ Branch: perl
+ ! lib/utf8.t sv.c
+____________________________________________________________________________
+[ 22544] By: rgs on 2004/03/21 13:12:53
+ Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Sat, 20 Mar 2004 21:51:45 -0600
+ Message-ID: <405D1151.3040308@mac.com>
+ Branch: perl
+ ! vms/vms.c
+____________________________________________________________________________
+[ 22543] By: rgs on 2004/03/21 13:06:20
+ Log: Add a new warning "Negative repeat count"
+ for the cases $x x -1.
+ Branch: perl
+ ! pod/perlop.pod pp.c t/lib/warnings/pp
+____________________________________________________________________________
+[ 22542] By: rgs on 2004/03/20 11:49:21
+ Log: Subject: [PATCH] warn on !=~
+ From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
+ Date: Thu, 18 Mar 2004 22:24:09 -0800
+ Message-ID: <20040319062035.GA3768@efn.org>
+
+ with an improvement suggested by Ton Hospel.
+ Branch: perl
+ ! pod/perldiag.pod t/lib/warnings/toke toke.c
+____________________________________________________________________________
+[ 22541] By: rgs on 2004/03/20 10:19:59
+ Log: Subject: makefile.95 tweak
+ From: Greg Matheson <lang@ms.chinmin.edu.tw>
+ Date: Fri, 19 Mar 2004 18:15:25 +0800
+ Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
+ Branch: perl
+ ! win32/makefile.mk
+____________________________________________________________________________
+[ 22540] By: rgs on 2004/03/20 10:15:36
+ Log: \x80\xFF is not valid UTF-8.
+ Branch: perl
+ ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 22539] By: rgs on 2004/03/19 23:09:13
+ Log: Subject: [perl #24821] enhancement patch for B::Concise
+ From: jim cromie <jcromie@divsol.com>
+ Date: Wed, 17 Mar 2004 14:12:43 -0700
+ Message-ID: <4058BF4B.1000004@divsol.com>
+ (Only the Concise.pm part, with documentation nits)
+ Branch: perl
+ ! ext/B/B/Concise.pm
+____________________________________________________________________________
+[ 22538] By: nicholas on 2004/03/19 12:15:23
+ Log: Subject: [PATCH] open.pm: allow upper-cased EUC
+ From: Autrijus Tang <autrijus@autrijus.org>
+ Date: Fri, 19 Mar 2004 18:27:10 +0800
+ Message-Id: <20040319102710.GA91216@aut.dyndns.org>
+ Branch: perl
+ ! lib/open.pm
+____________________________________________________________________________
+[ 22537] By: nicholas on 2004/03/19 11:59:01
+ Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
+ From: Jan Dubois <jand@activestate.com>
+ Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
+ Date: Thu, 18 Mar 2004 13:13:49 -0800
+
+ Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
+ From: Steve Hay <steve.hay@uk.radan.com>
+ Message-ID: <405ACC6D.1040804@uk.radan.com>
+ Date: Fri, 19 Mar 2004 10:33:17 +0000
+ Branch: perl
+ + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
+ + win32/ext/Win32/Win32.xs
+ - lib/Win32.pod
+ ! MANIFEST win32/Makefile win32/makefile.mk
+____________________________________________________________________________
+[ 22536] By: nicholas on 2004/03/19 11:43:35
+ Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
+ This allows the ppport.h to be deleted from ext/Storable, which will
+ reduce the potential for confusion.
+ Bump Storable's version to 2.12; update the ChangeLog
+ Branch: perl
+ - ext/Storable/ppport.h
+ ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+ ! ext/Storable/README ext/Storable/Storable.pm
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 22535] By: nicholas on 2004/03/19 11:03:18
+ Log: Move Beau Cox's ppport.h fixes into PPPort.pm
+ Branch: perl
+ ! ext/Devel/PPPort/PPPort.pm
+____________________________________________________________________________
+[ 22534] By: rgs on 2004/03/19 10:13:14
+ Log: Nit in perluniintro about the U0 and C0 templates,
+ noticed by Steve Hay.
+ Branch: perl
+ ! pod/perluniintro.pod
+____________________________________________________________________________
+[ 22533] By: ams on 2004/03/19 02:57:40
+ Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
+ From: beau@beaucox.com
+ Date: Thu, 18 Mar 2004 12:45:45 -1000
+ Message-Id: <20040318_224545_009145.beau@beaucox.com>
+ Branch: perl
+ + ext/Storable/ppport.h
+ ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 22532] By: rgs on 2004/03/18 20:33:02
+ Log: Subject: [PATCH] range operator warnings / 64-bit fix
+ From: Marcus Holland-Moritz <mhx-perl@gmx.net>
+ Date: Wed, 10 Mar 2004 21:45:48 +0100
+ Message-Id: <20040310214548.4f5e3ab1@r2d2>
+ Branch: perl
+ ! pp_ctl.c pp_hot.c t/op/range.t
+____________________________________________________________________________
+[ 22531] By: davem on 2004/03/18 19:02:32
+ Log: add code comment for change 22525
+ Branch: perl
+ ! pp.c
+____________________________________________________________________________
+[ 22530] By: rgs on 2004/03/18 18:21:32
+ Log: Add a perl592delta.pod man page.
+ Branch: perl
+ + pod/perl592delta.pod
+ ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
+ ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
+ ! win32/pod.mak
+____________________________________________________________________________
+[ 22528] By: nicholas on 2004/03/18 16:58:06
+ Log: Corrections and explanations in comments
+ Branch: perl
+ ! ext/Storable/Storable.xs
+____________________________________________________________________________
+[ 22527] By: nicholas on 2004/03/18 16:50:25
+ Log: Subject: pumpkin fodder
+ From: Jarkko Hietaniemi <jhi@cc.hut.fi>
+ Date: Fri, 12 Mar 2004 15:16:57 +0200 (EET)
+ Message-Id: <200403121316.i2CDGv1Y254951@kosh.hut.fi>
+ Branch: perl
+ ! lib/unicore/README.perl
+____________________________________________________________________________
+[ 22526] By: rgs on 2004/03/18 14:33:14
+ Log: Detypo.
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 22525] By: davem on 2004/03/18 14:13:16
+ Log: make ~$x give warning is $x isn't initialised.
+ Also add test for uninitialised warning in & op.
+ Branch: perl
+ ! pp.c t/lib/warnings/sv
+____________________________________________________________________________
+[ 22524] By: rgs on 2004/03/18 13:20:07
+ Log: Try to fix the AIX and Windows builds regarding the
+ definedness of the PL_memory_wrap symbol.
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 22523] By: rgs on 2004/03/18 08:27:34
+ Log: Bump bleadperl's version number to 5.9.2.
+ Branch: perl
+ ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
+ ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
+ ! plan9/config.plan9 win32/Makefile win32/config_H.bc
+ ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
+ ! win32/makefile.mk wince/Makefile.ce
+____________________________________________________________________________
+[ 22521] By: rgs on 2004/03/17 19:13:03
+ Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
+ From: Robin Barker <Robin.Barker@npl.co.uk>
+ Date: Wed, 17 Mar 2004 18:37:10 -0000
+ Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
+ Branch: perl
+ ! dump.c ext/Socket/Socket.xs pad.c util.c
+____________________________________________________________________________
+[ 22520] By: rgs on 2004/03/17 18:20:54
+ Log: Optimize away the assignment in the constructs C<my $s = undef>,
+ C<my @a = ()>, C<my %h = ()>.
+ Branch: perl
+ ! op.c
+____________________________________________________________________________
+[ 22517] By: nicholas on 2004/03/17 17:58:44
+ Log: Subject: malloc wrappage
+ From: Jarkko Hietaniemi <jhi@iki.fi>
+ Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
+ Date: Tue, 10 Feb 2004 23:15:14 +0200
+
+ plus change croak to Perl_croak_nocontext to make ithread safe
+ plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
+ Branch: perl
+ ! av.c handy.h perl.h pod/perldiag.pod pp.c
+____________________________________________________________________________
+[ 22516] By: nicholas on 2004/03/17 16:10:57
+ Log: Add auto-require of modules to restore overloading (and tests)
+ Branch: perl
+ + ext/Storable/t/HAS_OVERLOAD.pm
+ ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+ ! ext/Storable/Storable.xs ext/Storable/t/overload.t
+____________________________________________________________________________
+[ 22515] By: nicholas on 2004/03/17 15:48:03
+ Log: Add regression tests for the auto-require of STORABLE_thaw
+ Branch: perl
+ + ext/Storable/t/HAS_HOOK.pm
+ ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
+ ! ext/Storable/t/blessed.t
+____________________________________________________________________________
+[ 22514] By: nicholas on 2004/03/16 22:36:49
+ Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
+ block. This allows the re-entrant API to be used with ithreads,
+ which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
+ (Which may seem inane, but makes perl threaded at the C level
+ without enabling ithreads)
+ Branch: perl
+ ! intrpvar.h
+____________________________________________________________________________
+[ 22513] By: rgs on 2004/03/16 21:55:10
+ Log: Add a lchown() call to the POSIX module. [perl #27547]
+ Branch: perl
+ ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
+____________________________________________________________________________
+[ 22512] By: rgs on 2004/03/16 21:29:41
+ Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
+ From: Andrew Dougherty <doughera@lafayette.edu>
+ Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
+ Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! hints/solaris_2.sh
+____________________________________________________________________________
+[ 22511] By: rgs on 2004/03/16 21:27:02
+ Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
+ Branch: perl
+ ! patchlevel.h
+____________________________________________________________________________
+[ 22510] By: rgs on 2004/03/16 18:29:39
+ Log: Update Changes. (again)
+ Branch: perl
+ ! Changes
+____________________________________________________________________________
[ 22509] By: rgs on 2004/03/16 18:19:52
Log: Update copyright notices
Branch: perl
@@ -83,7 +8190,7 @@ ____________________________________________________________________________
From: Steve Hay <steve.hay@uk.radan.com>
Date: Mon, 15 Mar 2004 10:28:02 +0000
Message-ID: <40558532.30002@uk.radan.com>
-
+
Plus, restore patch #22489
Branch: perl
! win32/Makefile win32/makefile.mk
@@ -100,18 +8207,18 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22498] By: rgs on 2004/03/14 12:52:17
Log: Four Storable patches towards Storable 2.11 :
-
+
Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
From: Nicholas Clark <nick@ccl4.org>
Date: Sat, 13 Mar 2004 15:13:28 +0000
Message-ID: <20040313151327.GS701@plum.flirble.org>
-
+
Date: Sat, 13 Mar 2004 20:23:45 +0000
Message-ID: <20040313202345.GX701@plum.flirble.org>
-
+
Date: Sat, 13 Mar 2004 22:20:07 +0000
Message-ID: <20040313222007.GZ701@plum.flirble.org>
-
+
Date: Sat, 13 Mar 2004 23:03:46 +0000
Message-ID: <20040313230345.GB701@plum.flirble.org>
Branch: perl
@@ -120,7 +8227,7 @@ ____________________________________________________________________________
! ext/Storable/t/restrict.t
____________________________________________________________________________
[ 22497] By: rgs on 2004/03/13 21:27:57
- Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
+ Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
Date: 10 Mar 2004 17:05:09 -0000
Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
@@ -169,8 +8276,8 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22490] By: rgs on 2004/03/12 18:31:12
Log: Fix a bug in the cloning of regexps
-
- Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
+
+ Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
From: hv@crypt.org
Date: Thu, 11 Mar 2004 16:21:50 +0000
Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
@@ -262,7 +8369,7 @@ ____________________________________________________________________________
From: "Craig A. Berry" <craigberry@mac.com>
Date: Mon, 08 Mar 2004 08:18:43 -0600
Message-ID: <404C80C3.6090009@mac.com>
-
+
Avoid to build everything twice on VMS.
This is done by renaming the blibdirs target to blibdirs.exists.
No, I don't understand why.
@@ -370,7 +8477,7 @@ ____________________________________________________________________________
[ 22451] By: rgs on 2004/03/06 21:09:10
Log: Allow syslog() to use numeric constants in addition to strings for
facility names and priorities.
-
+
Subject: Patch for Sys::Syslog
From: Jim Schneider <jschneid@netilla.com>
Date: Fri, 5 Mar 2004 14:03:10 -0500
@@ -437,7 +8544,7 @@ ____________________________________________________________________________
! pod/perldiag.pod
____________________________________________________________________________
[ 22436] By: rgs on 2004/03/04 21:52:18
- Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
+ Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
From: Andrew Dougherty <doughera@lafayette.edu>
Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
@@ -550,7 +8657,7 @@ ____________________________________________________________________________
! win32/Makefile win32/makefile.mk
____________________________________________________________________________
[ 22419] By: davem on 2004/03/01 22:17:52
- Log:
+ Log:
add tests for change 22414 (lvalue substr jollity)
courtesy of Graham Barr.
Branch: perl
@@ -579,7 +8686,7 @@ ____________________________________________________________________________
From: Graham Barr <gbarr@pobox.com>
Date: Wed, 29 Oct 2003 09:56:53 +0000
Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
-
+
make a variable aliased to an lvalue substr value work as expected
Branch: perl
! mg.c
@@ -677,7 +8784,7 @@ ____________________________________________________________________________
Log: Integrate:
[ 22339]
Mention 5.005_04 RC2
-
+
[ 22360]
Update for 5.005_04 release
Branch: perl
@@ -688,7 +8795,7 @@ ____________________________________________________________________________
From: Mark Fowler <mark@twoshortplanks.com>
Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
-
+
(and regenerate perlapi.pod.)
Branch: perl
! pod/perlapi.pod util.c
@@ -713,7 +8820,7 @@ ____________________________________________________________________________
! op.c op.h t/lib/warnings/op
____________________________________________________________________________
[ 22375] By: merijn on 2004/02/25 11:13:12
- Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
+ Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
Branch: perl
! lib/Net/Ping/t/450_service.t
____________________________________________________________________________
@@ -787,16 +8894,16 @@ ____________________________________________________________________________
! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
____________________________________________________________________________
[ 22363] By: rgs on 2004/02/23 19:15:53
- Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
+ Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
Date: Sun, 22 Feb 2004 16:09:33 +0900
Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
-
+
Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
Date: Sun, 22 Feb 2004 18:41:43 +0900
Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
-
+
Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
Branch: perl
! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
@@ -852,7 +8959,7 @@ ____________________________________________________________________________
From: Paul Johnson <paul@pjcj.net>
Date: Sat, 21 Feb 2004 02:31:47 +0100
Message-ID: <20040221013147.GB6953@pjcj.net>
-
+
Rework the OP structure to use less space.
Remove op_seq (and simulate it in dump.c),
replace it by op_opt and op_static,
@@ -986,7 +9093,7 @@ ____________________________________________________________________________
returned from XSUBs through RETVAL isn't decremented as it is for
SVs. This causes those XSUBs to leak memory and cannot be fixed
without breaking existing CPAN modules that work around this bug.
-
+
2. Fix a memory leak of that kind in POSIX::localconv.
Branch: perl
! ext/POSIX/POSIX.xs pod/perlxs.pod
@@ -1078,7 +9185,7 @@ ____________________________________________________________________________
From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
Date: Tue, 17 Feb 2004 17:32:16 +0100
Message-Id: <20040217163216.GA6805@ethan>
-
+
Make PVLV a superset of PVGV, so that $lvalue = *FOO works
Branch: perl
! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
@@ -1086,7 +9193,7 @@ ____________________________________________________________________________
[ 22314] By: merijn on 2004/02/17 11:22:24
Log: 1. Creating backward compatibility for Configure after patches
#22227 and #22302 to still support 5.8.x and below
-
+
2. Small change for building on GNU hurd
Date: Sun, 15 Feb 2004 23:27:17 +1100
From: "Brendan O'Dea" <bod@debian.org>
@@ -1146,12 +9253,12 @@ ____________________________________________________________________________
[ 22305] By: davem on 2004/02/14 23:52:09
Log: Enable v (verbose) switch on -Dp to display the top 8 elements
on the parser stack at each reduce. Also,
-
+
Subject: Re: switch from byacc to bison
From: "Craig A. Berry" <craigberry@mac.com>
Date: Sat, 14 Feb 2004 13:26:45 -0600
Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
-
+
change #if DEBUGGING to #ifdef ... in perly.c
Branch: perl
! perly.c pod/perlrun.pod
@@ -1161,7 +9268,7 @@ ____________________________________________________________________________
From: Abe Timmerman <abeltje@cpan.org>
Date: Sat, 14 Feb 2004 11:56:24 +0100
Message-Id: <200402141156.58185.abeltje@cpan.org>
-
+
Fix typos in pumpkin.pod
Branch: perl
! Porting/pumpkin.pod
@@ -1227,7 +9334,7 @@ ____________________________________________________________________________
! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
____________________________________________________________________________
[ 22292] By: rgs on 2004/02/09 21:17:40
- Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
+ Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
From: hv@crypt.org
Date: Mon, 09 Feb 2004 03:21:21 +0000
Message-Id: <200402090321.i193LL907950@zen.crypt.org>
@@ -1397,10 +9504,10 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22258] By: davem on 2004/02/01 17:40:02
Log: Subject: Re: [perl #15063] /tmp issues
- From: Solar Designer <solar@openwall.com>
+ From: Solar Designer <solar@openwall.com>
Date: Mon, 26 Jan 2004 01:22:18 +0300
Message-ID: <20040125222218.GA13499@openwall.com>
-
+
Remove insecure usage of /tmp from code and documentation
Branch: perl
! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
@@ -1425,7 +9532,7 @@ ____________________________________________________________________________
! pod/perlthrtut.pod
____________________________________________________________________________
[ 22256] By: davem on 2004/02/01 15:34:59
- Log: add test for Change 22194:
+ Log: add test for Change 22194:
[perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
Branch: perl
! t/lib/strict/subs
@@ -1435,7 +9542,7 @@ ____________________________________________________________________________
From: Manuel Valente <mvalente@idealx.com>
Date: Tue, 27 Jan 2004 19:18:26 +0100
Message-Id: <4016AB72.1080503@idealx.com>
-
+
New option for Shell.pm to discard stderr instead of capturing it
Branch: perl
! lib/Shell.pm
@@ -1468,7 +9575,7 @@ ____________________________________________________________________________
! pod/perlapi.pod
____________________________________________________________________________
[ 22245] By: rgs on 2004/01/29 21:08:28
- Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
+ Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
From: hv@crypt.org
Date: Thu, 29 Jan 2004 15:12:12 +0000
Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
@@ -1525,7 +9632,7 @@ ____________________________________________________________________________
From: "Daniel S. Lewart" <lewart@uiuc.edu>
Date: Sun, 25 Jan 2004 22:11:25 -0600
Message-Id: <20040125221125.A5390@staff1.cso.uiuc.edu>
-
+
make perl -V show the major release as 5 rather than 5.0
Branch: perl
! myconfig.SH
@@ -1587,7 +9694,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22208] By: davem on 2004/01/24 16:13:17
Log: Subject: [perl #24942] fields::inherit doesn't bless derived
- package's \%FIELDS, results in phash deprecation errors.
+ package's \%FIELDS, results in phash deprecation errors.
From: "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
Date: 18 Jan 2004 15:15:46 -0000
Message-Id: <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
@@ -1595,11 +9702,11 @@ ____________________________________________________________________________
! lib/base.pm lib/base/t/fields-base.t
____________________________________________________________________________
[ 22207] By: davem on 2004/01/24 15:36:28
- Log: Subject: Re: Doc patches for File::Find
+ Log: Subject: Re: Doc patches for File::Find
From: Mark Jason Dominus <mjd@plover.com>
Date: Thu, 22 Jan 2004 09:30:58 -0500
Message-Id: <20040122143058.29226.qmail@plover.com>
-
+
Better document the fact that neither find() nor finddepth() do a
breath-first search.
Branch: perl
@@ -1618,12 +9725,12 @@ ____________________________________________________________________________
From: Stas Bekman <stas@stason.org>
Date: Mon, 19 Jan 2004 00:20:02 -0800
Message-Id: <400B9332.4070106@stason.org>
-
+
Subject: Re: Subroutine reference bug in Storable
From: Slaven Rezic <slaven@rezic.de>
Date: 14 Nov 2003 23:22:55 +0100
Message-Id: <874qx6zj28.fsf@vran.herceg.de>
-
+
Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
overload + cyclic structures
From: Sam Vilain <sam@vilain.net>
@@ -1652,7 +9759,7 @@ ____________________________________________________________________________
From: Jan Dubois <jand@ActiveState.com>
Date: Thu, 22 Jan 2004 19:18:46 -0800
Message-Id: <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
-
+
Avoid threads+win32 crash by freeing Perl interpreter slightly later
Branch: perl
! ext/threads/threads.xs
@@ -1721,7 +9828,7 @@ ____________________________________________________________________________
From: "Edward S. Peschko" <esp5@pge.com>
Date: Mon, 19 Jan 2004 17:21:18 -0800
Message-Id: <20040120012118.GA29151@mdssdev05.comp.pge.com>
-
+
Add @DynaLoader::dl_shared_objects feature
Branch: perl
! ext/DynaLoader/DynaLoader_pm.PL
@@ -1746,7 +9853,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22187] By: davem on 2004/01/20 22:27:50
Log: "sub foo :unique" segfaults
-
+
Turn these two into compile-time errors until such time as
someone thinks of a useful meaning for them:
my $x : unique
@@ -1868,7 +9975,7 @@ ____________________________________________________________________________
From: Gisle Aas <gisle@ActiveState.com>
Date: 17 Jan 2004 06:18:13 -0800
Message-Id: <lrsmiebqvu.fsf@caliper.activestate.com>
-
+
Display 'out of memeory' errors using low-level I/O to avoid
recursive failure and so coredumps.
Branch: perl
@@ -1879,7 +9986,7 @@ ____________________________________________________________________________
Subject: [PATCH ] Enhanced DBM Filters
Date: Sat, 17 Jan 2004 16:44:53 -0000
Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
-
+
add DBM_Filter
Branch: perl
+ lib/DBM_Filter.pm lib/DBM_Filter/Changes
@@ -1908,7 +10015,7 @@ ____________________________________________________________________________
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Thu, 15 Jan 2004 14:10:37 -0800
Message-Id: <20040115221037.GA2392@efn.org>
-
+
Add sv_2iv_flags() to allow magic to be optionally processed.
Branch: perl
! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
@@ -1926,9 +10033,9 @@ ____________________________________________________________________________
Log: Subject: [PATCH] format/write (version 2)
From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
-
+
Fixes and additions to formats:
-
+
Improvement: NULL chars in picture line
Bugfix: C<@*> shown in output if not alone on a line
New feature: C<^*> for variable-width, one-line-at-a-time text
@@ -1973,7 +10080,7 @@ ____________________________________________________________________________
[ 22143]
We're planning on making history today. Mind you, not that much -
only 1 line.
-
+
perl583delta.pod
Branch: perl
+> pod/perl583delta.pod
@@ -2044,7 +10151,7 @@ ____________________________________________________________________________
[ 22123] By: rgs on 2004/01/12 21:24:28
Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
From: Robin Barker <Robin.Barker@npl.co.uk>
- Date: Thu, 8 Jan 2004 16:21:25 -0000
+ Date: Thu, 8 Jan 2004 16:21:25 -0000
Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
Branch: perl
! handy.h
@@ -2071,7 +10178,7 @@ ____________________________________________________________________________
! Configure
____________________________________________________________________________
[ 22117] By: rgs on 2004/01/12 10:10:43
- Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
+ Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
Date: Mon, 12 Jan 2004 11:19:37 +0900
Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
@@ -2088,18 +10195,18 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22113] By: nicholas on 2004/01/11 23:14:48
Log: Regenerate win32/Makefile and win32/makefile.mk after
-
+
Integrate:
[ 22081]
Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
a copy to be made at build time.
-
+
[ 22111]
Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
From: Abe Timmerman <abe@ztreet.demon.nl>
Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
Date: Sun, 11 Jan 2004 18:13:40 +0100
-
+
plus revert 22092 and 22080
Branch: perl
! pod.lst win32/Makefile win32/makefile.mk
@@ -2112,7 +10219,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 22110] By: rgs on 2004/01/11 16:34:43
Log: Upgrade to Math::BigRat 0.11
-
+
Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
From: Tels <perl_dummy@bloodgate.com>
Date: Wed, 7 Jan 2004 18:30:06 +0100
@@ -2126,7 +10233,7 @@ ____________________________________________________________________________
From: Steve Hay <steve.hay@uk.radan.com>
Date: Wed, 07 Jan 2004 13:22:30 +0000
Message-ID: <3FFC0816.9090406@uk.radan.com>
-
+
(and increment version number in Carp)
Branch: perl
! lib/Carp.pm lib/Carp/Heavy.pm
@@ -2162,7 +10269,7 @@ ____________________________________________________________________________
[ 22102] By: davem on 2004/01/08 22:32:28
Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
-
+
Returning a closure from a thread (via join) could mess up because
pointers to PL_sv_undef weren't rejigged to point at the joiner's
version of PL_sv_undef. Also, the closure's CvGV got cloned too
@@ -2193,7 +10300,7 @@ ____________________________________________________________________________
! pod/perlhist.pod
____________________________________________________________________________
[ 22091] By: nicholas on 2004/01/07 19:09:50
- Log:
+ Log:
22088 22089 22090 (datestamp corrections - let's see if this really
works)
Branch: perl
@@ -2242,7 +10349,7 @@ ____________________________________________________________________________
! pp.c
____________________________________________________________________________
[ 22071] By: davem on 2004/01/05 22:17:04
- Log:
+ Log:
stop $^O getting tainted on read access, and disallow tainted
assignment to it
Branch: perl
@@ -2288,9 +10395,9 @@ ____________________________________________________________________________
[ 22055] By: davem on 2004/01/04 19:34:36
Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
- Date: Fri, 2 Jan 2004 11:31:46 +0100
+ Date: Fri, 2 Jan 2004 11:31:46 +0100
Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
-
+
eval of of a truncated format should fail
Branch: perl
! t/op/write.t toke.c
@@ -2454,7 +10561,7 @@ ____________________________________________________________________________
From: Jarkko Hietaniemi <jhi@iki.fi>
Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
Date: Tue, 30 Dec 2003 15:37:55 +0200
-
+
Subject: one more pod fix
From: Jarkko Hietaniemi <jhi@iki.fi>
Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
@@ -2518,7 +10625,7 @@ ____________________________________________________________________________
[ 21993] By: rgs on 2003/12/29 10:49:29
Log: Windows hasn't getuid/setuid and friends.
Therefore disable the code related to them in POSIX.xs.
-
+
Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Mon, 29 Dec 2003 04:51:19 +0100
@@ -2584,7 +10691,7 @@ ____________________________________________________________________________
! pp_ctl.c t/op/range.t
____________________________________________________________________________
[ 21981] By: rgs on 2003/12/27 20:14:09
- Log: Subject: PATCH: *DB*_File
+ Log: Subject: PATCH: *DB*_File
From: "Paul Marquess" <Paul.Marquess@btinternet.com>
Date: Sat, 27 Dec 2003 20:02:30 -0000
Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
@@ -2734,7 +10841,7 @@ ____________________________________________________________________________
From: Fergal Daly <fergal@esatclear.ie>
Date: Tue, 2 Dec 2003 23:18:18 +0000
Message-Id: <200312022318.18353.fergal@esatclear.ie>
-
+
(tweaked so the test is skipped on perls < 5.9.0)
Branch: perl
! ext/List/Util/t/weak.t sv.c
@@ -2801,8 +10908,8 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21940] By: rgs on 2003/12/21 15:33:19
Log: Fix a side-effect of bug #24674 in the perl debugger.
-
- Subject: [perl #24674] 5.x odd taint bug
+
+ Subject: [perl #24674] 5.x odd taint bug
From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
Date: 16 Dec 2003 15:03:24 -0000
Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
@@ -2867,7 +10974,7 @@ ____________________________________________________________________________
From: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Thu, 18 Dec 2003 22:30:52 +0100
Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
-
+
Plus, remove leftover mentions of pseudo-hashes
Branch: perl
! lib/base.pm
@@ -2914,7 +11021,7 @@ ____________________________________________________________________________
Log: Remove incorrect guards around inclusion of <signal.h>
Causes problems with UNIX03/SUSv3
Part 2 of change 21916 - oops!
-
+
See:
Message-Id: <3FDD06A5.8010004@sun.com>
Subject: Re: UNIX03 & C99 issue with 5.8.2
@@ -2974,7 +11081,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Wed, 10 Dec 2003 06:05:58 +0200
Message-ID: <20031210040558.GC1584@ratsnest.hole>
-
+
(1st hunk), plus the equivalent for hv_delete_common
Branch: perl
! hv.c
@@ -3022,7 +11129,7 @@ ____________________________________________________________________________
! pod/buildtoc
____________________________________________________________________________
[ 21892] By: rgs on 2003/12/13 17:02:12
- Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
+ Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
From: David Dyck <david.dyck@fluke.com>
Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
@@ -3058,7 +11165,7 @@ ____________________________________________________________________________
[ 21883] By: rgs on 2003/12/12 23:54:25
Log: Modify the common guard for the signal.h header, because
C99 compilers don't like it.o
-
+
see :
Subject: UNIX03 & C99 issue with 5.8.2
From: Alan Burlison <Alan.Burlison@sun.com>
@@ -3150,7 +11257,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21870] By: rgs on 2003/12/08 08:22:17
Log: Integrate change #21862 from maint-5.8 :
-
+
Win32/MinGW tweaks
A. ENV_IS_CASELESS has trys to free(keysave) when
keysave isn't in scope yet.
@@ -3185,7 +11292,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21866] By: adi on 2003/12/08 03:30:16
Log: plumb a leak with pos().
-
+
#! perl
while (1) {
my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
@@ -3318,12 +11425,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21841] By: rgs on 2003/12/04 12:00:28
Log: Fix File::Copy with hard links on Windows.
-
+
Subject: [PATCH] Re: perl @ 21830
From: Steve Hay <steve.hay@uk.radan.com>
Date: Wed, 03 Dec 2003 10:53:02 +0000
Message-ID: <3FCDC08E.7080800@uk.radan.com>
-
+
and
Date: Thu, 04 Dec 2003 11:02:22 +0000
Message-ID: <3FCF143E.1040905@uk.radan.com>
@@ -3363,7 +11470,7 @@ ____________________________________________________________________________
From: Slaven Rezic <slaven@rezic.de>
Date: 30 Nov 2003 22:16:59 +0100
Message-ID: <8765h1pnec.fsf@vran.herceg.de>
-
+
(plus a note about find2perl now defaulting to -print in perldelta)
Branch: perl
! pod/perldelta.pod x2p/find2perl.PL
@@ -3419,7 +11526,7 @@ ____________________________________________________________________________
From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
Date: Sat, 29 Nov 2003 23:32:38 +0900
Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
-
+
(plus a test for the stringification of references
passed to POSIX::isXXX())
Branch: perl
@@ -3526,12 +11633,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21798] By: rgs on 2003/11/28 20:42:45
Log: Implement C<use Exporter 'import'> :
-
+
Subject: Re: [PATCH] Exporter-related PODs
From: Fergal Daly <fergal@esatclear.ie>
Date: Mon, 10 Nov 2003 00:08:52 +0000
Message-Id: <200311100008.52639.fergal@esatclear.ie>
-
+
(tweaked, so the imported import() doesn't spit out warnings)
Branch: perl
! lib/Exporter.pm lib/Exporter.t
@@ -3575,7 +11682,7 @@ ____________________________________________________________________________
From: Torsten Foertsch <torsten.foertsch@gmx.net>
Date: Sat, 22 Nov 2003 13:15:53 +0100
Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
-
+
and
Date: Sat, 22 Nov 2003 14:21:45 +0100
Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
@@ -3607,7 +11714,7 @@ ____________________________________________________________________________
From: Andy Dougherty <doughera@lafayette.edu>
Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
-
+
and :
Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
@@ -3684,7 +11791,7 @@ ____________________________________________________________________________
Log: Integrate:
[ 21762]
Refactor hash API tests (prior to some additions)
-
+
[ 21763]
Test all permuations of utf8 flags on hashes and keys
Branch: perl
@@ -3933,13 +12040,13 @@ ____________________________________________________________________________
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Tue, 4 Nov 2003 20:10:16 -0800
Message-ID: <20031105041016.GA2639@math.berkeley.edu>
-
+
and part of
Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Tue, 4 Nov 2003 20:18:37 -0800
Message-ID: <20031105041836.GA2649@math.berkeley.edu>
-
+
(I've left out the PREFIX part for now)
Branch: perl
! Makefile.SH installperl os2/Makefile.SHs
@@ -3949,7 +12056,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Mon, 3 Nov 2003 20:27:39 -0800
Message-ID: <20031104042739.GA1697@math.berkeley.edu>
-
+
Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Mon, 3 Nov 2003 20:57:48 -0800
@@ -3989,7 +12096,7 @@ ____________________________________________________________________________
[ 21676] By: davem on 2003/11/06 22:11:23
Log: bugid #24407: numeric key for shared hash got stringified using
wrong interpreter, and thus got malloced into the wrong thread
- memory pool
+ memory pool
Branch: perl
! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
____________________________________________________________________________
@@ -4069,7 +12176,7 @@ ____________________________________________________________________________
From: Gisle Aas <gisle@ActiveState.com>
Date: 05 Nov 2003 05:16:25 -0800
Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
-
+
Subject: [PATCH pod/perlhist.pod] Mention 5.8.2-RC2
From: Abigail <abigail@abigail.nl>
Date: Tue, 4 Nov 2003 10:40:57 +0100
@@ -4090,7 +12197,7 @@ ____________________________________________________________________________
From: Michael G Schwern <schwern@pobox.com>
Date: Tue, 4 Nov 2003 17:59:13 -0800
Message-ID: <20031105015913.GL15406@localhost.comcast.net>
-
+
Replaces the temporary kludge (#21655).
Branch: perl
! ext/SDBM_File/sdbm/Makefile.PL
@@ -4242,7 +12349,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21617] By: rgs on 2003/11/02 17:25:50
Log: Portability nit for MinGW 3.
-
+
Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
From: Greg Matheson <lang@ms.chinmin.edu.tw>
Date: Thu, 30 Oct 2003 14:11:58 +0800
@@ -4308,7 +12415,7 @@ ____________________________________________________________________________
! ext/threads/shared/shared.xs
____________________________________________________________________________
[ 21596] By: rgs on 2003/10/31 20:46:44
- Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
+ Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
From: Andy Dougherty <doughera@lafayette.edu>
Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
@@ -4385,7 +12492,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21583] By: nicholas on 2003/10/30 22:37:26
Log: Rewrite to correctly use test.pl
-
+
Date: Thu, 30 Oct 2003 15:51:03 -0800
From: Michael G Schwern <schwern@pobox.com>
Subject: Re: Fix for the orange lion bug - aka empty sub bug
@@ -4404,14 +12511,14 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21580] By: nicholas on 2003/10/30 19:42:28
Log: 14 is the chain length for attack. From
-
+
Message-ID: <20031030204117.16008.qmail@plover.com>
Subject: Re: 5.8.2-RC1 and mp2
Date: Thu, 30 Oct 2003 15:41:17 -0500
From: Mark Jason Dominus <mjd@plover.com>
-
+
and
-
+
From: Scott A Crosby <scrosby@cs.rice.edu>
Subject: Re: 5.8.2-RC1 and mp2
Date: 30 Oct 2003 14:08:06 -0600
@@ -4422,7 +12529,7 @@ ____________________________________________________________________________
[ 21575] By: rgs on 2003/10/29 06:51:19
Log: Move a fcntl() example in perlfunc at a more proper place,
as suggested by :
- Subject: [perl #24334] ioctl/fcntl doc confusion
+ Subject: [perl #24334] ioctl/fcntl doc confusion
From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
Date: 28 Oct 2003 13:37:49 -0000
Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
@@ -4440,7 +12547,7 @@ ____________________________________________________________________________
From: Abigail <abigail@abigail.nl>
Date: Mon, 27 Oct 2003 13:05:37 +0100
Message-ID: <20031027120536.GA24608@abigail.nl>
-
+
Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
From: Rick Delaney <rick@bort.ca>
Date: Mon, 27 Oct 2003 12:17:49 -0500
@@ -4584,7 +12691,7 @@ ____________________________________________________________________________
From: Richard Clamp <richardc@unixbeard.net>
Date: Tue, 21 Oct 2003 00:02:49 +0100
Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
-
+
Plus a small fix to t/TEST to recognize the added TODO test
as a TODO test.
Branch: perl
@@ -4609,7 +12716,7 @@ ____________________________________________________________________________
Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
Date: Wed, 22 Oct 2003 20:17:07 -0700
Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
-
+
From: Jan Dubois <jand@ActiveState.com>
Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
Date: Wed, 22 Oct 2003 20:26:56 -0700
@@ -4638,12 +12745,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21520] By: nicholas on 2003/10/22 19:50:15
Log: patch created by Casey West from:
-
+
Subject: CPAN module problems
From: Edward Moy <emoy@apple.com>
Date: Fri, 10 Oct 2003 17:42:06 -0700
Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
-
+
(change ld value in hints file)
Branch: perl
! hints/darwin.sh
@@ -4677,12 +12784,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21509] By: rgs on 2003/10/21 05:42:50
Log: Two OS/2 portability patches from Ilya.
-
+
Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Thu, 25 Sep 2003 12:09:11 -0700
Message-ID: <20030925190911.GA27028@math.berkeley.edu>
-
+
Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Thu, 25 Sep 2003 19:50:45 -0700
@@ -4881,7 +12988,7 @@ ____________________________________________________________________________
! universal.c
____________________________________________________________________________
[ 21440] By: rgs on 2003/10/12 19:58:05
- Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
+ Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
Date: 5 Oct 2003 20:55:56 -0000
Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
@@ -4954,12 +13061,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21429] By: ams on 2003/10/09 07:43:56
Log: Patch based on:
-
+
Subject: [perl #24157] -MModule=} is broken
From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
Date: 7 Oct 2003 21:47:43 -0000
Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
-
+
(Includes a fix for a similar problem in -A, but not -d.)
Branch: perl
! perl.c
@@ -5021,7 +13128,7 @@ ____________________________________________________________________________
From: schwern@pobox.com
Date: Tue, 7 Oct 2003 20:39:36 -0700
Message-Id: <20031007203936.X4301@ttul.org>
-
+
(Originally from Shlomi Fish. Applied with tweaks.)
Branch: perl
! pod/perlop.pod
@@ -5093,7 +13200,7 @@ ____________________________________________________________________________
[ 21410] By: rgs on 2003/10/06 11:55:52
Log: Subject: Re: [doc-PATCH] for unpack_str() and question
From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
- Date: Mon, 6 Oct 2003 08:45:29 +0200
+ Date: Mon, 6 Oct 2003 08:45:29 +0200
Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
Branch: perl
! pod/perlapi.pod pp_pack.c
@@ -5117,7 +13224,7 @@ ____________________________________________________________________________
From: Fergal Daly <fergal@esatclear.ie>
Date: Mon, 6 Oct 2003 00:25:29 +0100
Message-Id: <200310060025.29122.fergal@esatclear.ie>
-
+
Plus regeneration of META.yml
Branch: perl
! META.yml Porting/makemeta
@@ -5323,7 +13430,7 @@ ____________________________________________________________________________
From: Greg Matheson <lang@ms.chinmin.edu.tw>
Date: Wed, 24 Sep 2003 22:51:09 +0800
Message-ID: <20030924225109.A17126@ms>
-
+
(Win98 + MinGW, a missing Win95.pm hunk)
Branch: perl
! lib/ExtUtils/MM_Win95.pm
@@ -5341,7 +13448,7 @@ ____________________________________________________________________________
! perl.h
____________________________________________________________________________
[ 21360] By: jhi on 2003/09/24 17:30:07
- Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
+ Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
From: Olli Savia (via RT) <perlbug-followup@perl.org>
Date: 24 Sep 2003 15:42:41 -0000
Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
@@ -5353,7 +13460,7 @@ ____________________________________________________________________________
From: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Wed, 24 Sep 2003 11:00:42 +0200
Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
-
+
(reformatted a bit)
Branch: perl
! lib/attributes.pm
@@ -5421,7 +13528,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Tue, 23 Sep 2003 15:04:35 +0200
Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
-
+
(add -we147 to ccflags if cc = ICC so that prototype
detection works right)
Branch: perl
@@ -5440,7 +13547,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21331] By: jhi on 2003/09/23 09:11:23
Log: GSM 03.38 mapping in Encoding::Byte is incorrect
-
+
Fix as much as possible - the specification is still
a bit unclear.
Branch: perl
@@ -5461,7 +13568,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Mon, 22 Sep 2003 22:52:40 +0200
Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
-
+
(the missing void return type)
Branch: perl
! ext/threads/shared/shared.xs
@@ -5471,7 +13578,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Mon, 22 Sep 2003 22:52:40 +0200
Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
-
+
(the attribute part)
Branch: perl
! ext/Devel/PPPort/PPPort.pm perl.h
@@ -5562,7 +13669,7 @@ ____________________________________________________________________________
! pp_ctl.c
____________________________________________________________________________
[ 21293] By: jhi on 2003/09/21 08:13:58
- Log: More PerlIO documentation.
+ Log: More PerlIO documentation.
Branch: perl
! lib/PerlIO.pm pod/perliol.pod
____________________________________________________________________________
@@ -5634,7 +13741,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Thu, 18 Sep 2003 11:02:02 -0700
Message-ID: <20030918180202.GA21949@math.berkeley.edu>
-
+
(use stat.t instead of time.t)
Branch: perl
! os2/os2ish.h pp_sys.c t/op/stat.t
@@ -5644,7 +13751,7 @@ ____________________________________________________________________________
From: Rick Delaney <rick.delaney@rogers.com>
Date: Wed, 1 Jan 2003 22:54:59 -0500
Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
-
+
(Pity the first patch fell through the cracks back then.
Not that forbidding non-object copy constructors is the right
thing to do but the bug could use fixing.)
@@ -5874,7 +13981,7 @@ ____________________________________________________________________________
From: Michael G Schwern <schwern@pobox.com>
Date: Thu, 11 Sep 2003 15:07:10 -0700
Message-ID: <20030911220710.GO18786@windhund.schwern.org>
-
+
(in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
Branch: perl
! lib/ExtUtils/t/Manifest.t
@@ -5935,11 +14042,11 @@ ____________________________________________________________________________
! doio.c
____________________________________________________________________________
[ 21204] By: jhi on 2003/09/13 06:47:23
- Log: Subject: [perl #23788] int of a fraction errors
+ Log: Subject: [perl #23788] int of a fraction errors
From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
Date: 11 Sep 2003 22:38:19 -0000
Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
-
+
Add a separate faq entry for int(). (Yes, a bit redundant
with the existing "why are my numbers broken" entry.)
Branch: perl
@@ -5950,7 +14057,7 @@ ____________________________________________________________________________
From: Stas Bekman <stas@stason.org>
Date: Fri, 12 Sep 2003 13:44:11 -0700
Message-ID: <3F62301B.3080604@stason.org>
-
+
s/discipline/IO layer/, instead of "unknown" say "unavailable",
and have the fuller explanation in perldiag.
Branch: perl
@@ -6036,7 +14143,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 21179] By: jhi on 2003/09/11 06:13:12
Log: Upgrade to Pod::Perldoc 3.10.
- (Yes, the doughera address change is wrong, but hardly worth 3.11.)
+ (Yes, the doughera address change is wrong, but hardly worth 3.11.)
Branch: perl
! lib/Pod/Perldoc.pm
____________________________________________________________________________
@@ -6097,7 +14204,7 @@ ____________________________________________________________________________
From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
Date: Sun, 31 Aug 2003 22:08:19 GMT
Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
-
+
The test has been moved into warnings.pm's test suite. Note
that this patch fixed as well the behaviour of warnings::enabled
regarding lexical scoping and different files; hence the expected
@@ -6129,7 +14236,7 @@ ____________________________________________________________________________
! pod/perlapi.pod
____________________________________________________________________________
[ 21163] By: merijn on 2003/09/10 15:31:27
- Log: Subject: [perl #23778] hints/aix.sh
+ Log: Subject: [perl #23778] hints/aix.sh
Date: 10 Sep 2003 16:30:32 -0000
From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
@@ -6154,7 +14261,7 @@ ____________________________________________________________________________
From: Kurt Starsinic <kstar@cpan.org>
Date: Tue, 9 Sep 2003 23:16:00 -0400
Message-ID: <20030910031600.GA30554@verizon.net>
-
+
Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
From: "Brendan O'Dea" <bod@debian.org>
Date: Wed, 10 Sep 2003 22:03:15 +1000
@@ -6214,7 +14321,7 @@ ____________________________________________________________________________
From: Fergal Daly <fergal@esatclear.ie>
Date: Tue, 9 Sep 2003 18:26:20 +0100
Message-Id: <200309091826.20630.fergal@esatclear.ie>
-
+
(added warning)
Branch: perl
! lib/Test/More.pm
@@ -6288,7 +14395,7 @@ ____________________________________________________________________________
From: david nicol <whatever@davidnicol.com>
Date: 08 Sep 2003 23:39:32 -0500
Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
-
+
(a testcase)
Branch: perl
! t/op/grep.t
@@ -6355,7 +14462,7 @@ ____________________________________________________________________________
for the ultimate paranoia viewpoint is not that bad, as long
as the users are fully aware of the dangers of disclosing
the hash seed. So hash_seed() is okay.
-
+
Being able to see the hash values (as in Java) would
be another option, but dubious: it's not that per-key
hash values themselves are bad to allow scripts to see,
@@ -6741,7 +14848,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Thu, 4 Sep 2003 19:47:55 +0200
Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
-
+
(Gentoo: take Marcus' version of the __THROW patch and
even further #ifdef-protect it with __GLIBC__.)
Branch: perl
@@ -6811,7 +14918,7 @@ ____________________________________________________________________________
From: Marcus Holland-Moritz <mhx-perl@gmx.net>
Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
Message-ID: <29644.1062572245@www50.gmx.net>
-
+
The other half of #20930 should be still good.
Branch: perl
! op.c
@@ -6832,7 +14939,7 @@ ____________________________________________________________________________
! ext/threads/t/join.t
____________________________________________________________________________
[ 21010] By: jhi on 2003/09/03 04:59:38
- Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
+ Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
From: Joe McMahon <mcmahon@ibiblio.org>
Date: Tue, 2 Sep 2003 18:02:14 -0400
Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
@@ -6885,7 +14992,7 @@ ____________________________________________________________________________
! pod/perldiag.pod
____________________________________________________________________________
[ 20998] By: jhi on 2003/09/02 15:02:47
- Log: Subject: [perl #23672] Math::BigInit POD
+ Log: Subject: [perl #23672] Math::BigInit POD
From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
Date: 1 Sep 2003 08:47:39 -0000
Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
@@ -6937,7 +15044,7 @@ ____________________________________________________________________________
Log: From Craig Berry, following the example of the other podxxx.PL
in relying on basename($0, '.PL') to Do The Right Thing with
regard to the case of the extension, which could be either
- .pl or .PL on VMS depending on version-specific features.
+ .pl or .PL on VMS depending on version-specific features.
Branch: perl
! pod/pod2usage.PL pod/podselect.PL
____________________________________________________________________________
@@ -7035,7 +15142,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20960] By: jhi on 2003/08/31 08:07:43
Log: Upgrade to base.pm 2.0.
-
+
(Rename the tests around a bit to be more 8.3-friendly.)
Branch: perl
+ lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
@@ -7056,12 +15163,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20954] By: jhi on 2003/08/30 17:14:19
Log: A new try at
-
+
Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Thu, 28 Aug 2003 08:18:51 +0200
Message-ID: <4157199551.20030828081851@familiehaase.de>
-
+
(this time Cygwin only)
Branch: perl
! perlio.c
@@ -7187,7 +15294,7 @@ ____________________________________________________________________________
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Thu, 28 Aug 2003 08:18:51 +0200
Message-ID: <4157199551.20030828081851@familiehaase.de>
-
+
(changed so that the 'b' is always appended)
Branch: perl
! perlio.c
@@ -7197,7 +15304,7 @@ ____________________________________________________________________________
From: marek.rouchal@infineon.com
Date: Wed, 27 Aug 2003 17:25:28 +0200
Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
-
+
PodParser-1.25 prerelease.
Branch: perl
! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
@@ -7254,12 +15361,12 @@ ____________________________________________________________________________
From: "John P. Linderman" <jpl@research.att.com>
Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
Message-Id: <200308271210.IAA23907@raptor.research.att.com>
-
+
Subject: typo in pod/perlnewmod.pod [PATCH]
From: "John P. Linderman" <jpl@research.att.com>
Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
Message-Id: <200308271307.JAA46955@raptor.research.att.com>
-
+
Subject: [PATCH] document the location of byacc
From: Dave Mitchell <davem@fdgroup.com>
Date: Wed, 27 Aug 2003 14:26:50 +0100
@@ -7291,12 +15398,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20913] By: rgs on 2003/08/26 20:34:48
Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
-
+
[20859]
Two portability patches for DJGPP from Richard Dawe
<rich@phekda.freeserve.co.uk>.
Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
-
+
[20911]
Don't uppercase automatically all environment variables on DJGPP.
(reported by Richard Dawe, this breaks portability of Unix
@@ -7405,7 +15512,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Mon, 25 Aug 2003 22:02:17 +0200
Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
-
+
In glibc, just use the __FD_SETSIZE since that's
the size of the buffer (usually 1024 bits, much
more than the selectminbits of 32).
@@ -7428,7 +15535,7 @@ ____________________________________________________________________________
From: Jose.auguste-etienne@cgss-guyane.fr
Date: Mon, 25 Aug 2003 14:35:45 -0300
Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
-
+
AIX Configure advice.
Branch: perl
! README.aix
@@ -7481,7 +15588,7 @@ ____________________________________________________________________________
From: Ed Avis <ed@membled.com>
Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
-
+
(Just the AUTHORS part, though, I don't think retroactively
updating the Changes* is useful.)
Branch: perl
@@ -7617,7 +15724,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Fri, 22 Aug 2003 23:28:18 +0200
Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
-
+
Add the leak detection to valgrind testing.
Branch: perl
+ t/perl.supp
@@ -7788,7 +15895,7 @@ ____________________________________________________________________________
From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
Date: Thu, 21 Aug 2003 17:09:17 -0400
Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
-
+
(the pod part)
Branch: perl
! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
@@ -7893,7 +16000,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20792] By: jhi on 2003/08/21 04:30:54
Log: Byteloader patching from Enache continues;
- PADOFFSET handling was wrong.
+ PADOFFSET handling was wrong.
Branch: perl
! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
@@ -7976,7 +16083,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20776] By: jhi on 2003/08/19 13:36:03
Log: Replace #20772 with
-
+
Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
From: PPrymmer@factset.com
Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
@@ -8002,7 +16109,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20772] By: jhi on 2003/08/19 13:13:26
Log: Replace #20763 with
-
+
Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
From: Michael G Schwern <schwern@pobox.com>
Date: Mon, 18 Aug 2003 17:07:30 -0700
@@ -8144,7 +16251,7 @@ ____________________________________________________________________________
From: Michael G Schwern <schwern@pobox.com>
Date: Sat, 16 Aug 2003 14:58:25 -0700
Message-ID: <20030816215824.GF5859@windhund.schwern.org>
-
+
(plus local *REALPATH)
Branch: perl
! lib/Cwd.pm
@@ -8154,7 +16261,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Sat, 16 Aug 2003 16:03:16 +0300
Message-ID: <20030816130316.GA1654@ratsnest.hole>
-
+
Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
From: Enache Adrian <enache@rdslink.ro>
Date: Sun, 17 Aug 2003 04:42:22 +0300
@@ -8164,7 +16271,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 20745] By: jhi on 2003/08/17 07:52:47
Log: The lib/Cwd.pm diet part of
-
+
Subject: [PATCH] File::Spec on diet
From: Tels <perl_dummy@bloodgate.com>
Date: Mon, 7 Jul 2003 22:41:42 +0200
@@ -8175,12 +16282,12 @@ ____________________________________________________________________________
[ 20744] By: jhi on 2003/08/17 07:50:00
Log: The "reduce memory footprint and increase speed by not
unconditionally pulling in Cwd" part of
-
+
Subject: [PATCH] File::Spec on diet
From: Tels <perl_dummy@bloodgate.com>
Date: Mon, 7 Jul 2003 22:41:42 +0200
Message-Id: <200307072235.03364@bloodgate.com>
-
+
was still valid.
Branch: perl
! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
@@ -8384,7 +16491,7 @@ ____________________________________________________________________________
From: Steve Hay <steve.hay@uk.radan.com>
Date: Thu, 14 Aug 2003 15:39:16 +0100
Message-ID: <3F3B9F14.4040609@uk.radan.com>
-
+
(Sarathy okayed the idea.)
Branch: perl
+ win32/fcrypt.c
@@ -8396,7 +16503,7 @@ ____________________________________________________________________________
From: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Thu, 14 Aug 2003 13:12:55 +0200
Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
-
+
(some rewording)
Branch: perl
! lib/warnings.pm warnings.pl
@@ -8628,7 +16735,7 @@ ____________________________________________________________________________
! t/op/closure.t
____________________________________________________________________________
[ 20654] By: jhi on 2003/08/12 13:23:00
- Log: Add perlcheat to the toc and perl.pod; regen toc.
+ Log: Add perlcheat to the toc and perl.pod; regen toc.
Branch: perl
! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
____________________________________________________________________________
@@ -8714,7 +16821,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
Date: Mon, 21 Apr 2003 22:44:37 -0700
Message-ID: <20030422054437.GA8297@math.berkeley.edu>
-
+
(the XSLoader doc hunk; the h2xs looks like a behavioural change)
Branch: perl
! ext/DynaLoader/XSLoader_pm.PL
@@ -8724,7 +16831,7 @@ ____________________________________________________________________________
From: Michael G Schwern <schwern@pobox.com>
Date: Sat, 9 Aug 2003 15:03:02 -0700
Message-ID: <20030809220301.GE24919@windhund.schwern.org>
-
+
(plus one extra catfile() in h2xs.t)
Branch: perl
! lib/h2xs.t utils/h2xs.PL
@@ -8772,7 +16879,7 @@ ____________________________________________________________________________
From: Iain Truskett <spoon@cpan.org>
Date: Tue, 12 Aug 2003 13:59:27 +1000
Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
-
+
plus explain "Titlecase".
Branch: perl
! pod/perlreref.pod
@@ -8797,12 +16904,12 @@ ____________________________________________________________________________
From: merlyn@stonehenge.com (Randal L. Schwartz)
Date: 11 Aug 2003 09:45:29 -0700
Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
-
+
Subject: [PATCH] perlreref.pod tweaks
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Mon, 11 Aug 2003 13:19:51 -0400
Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
-
+
Plus a note about {,n} not being a quantifier.
Branch: perl
! pod/perlreref.pod
@@ -9027,7 +17134,7 @@ ____________________________________________________________________________
From: Nick Ing-Simmons <nick@ing-simmons.net>
Date: Fri, 08 Aug 2003 23:05:49 +0100
Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
-
+
Better patch (than #20566) from NI-S, one more test
(introduce another variable rather than reuse the tmp, though)
Branch: perl
@@ -9129,7 +17236,7 @@ ____________________________________________________________________________
From: Radu Greab <rgreab@fx.ro>
Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
-
+
Subject: Re: [PATCH 5.8.1] Benchmark problem
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Thu, 7 Aug 2003 15:48:38 +0200
@@ -9215,7 +17322,7 @@ ____________________________________________________________________________
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Tue, 5 Aug 2003 14:36:55 +0200
Message-ID: <71561410910.20030805143655@familiehaase.de>
-
+
(needed manual fitting)
Branch: perl
! pad.c
@@ -9249,7 +17356,7 @@ ____________________________________________________________________________
From: "Craig A. Berry" <craigberry@mac.com>
Date: Wed, 06 Aug 2003 00:18:36 -0500
Message-ID: <3F308FAC.4090409@mac.com>
-
+
(from vmsperl list)
Branch: perl
! utils/dprofpp.PL
@@ -9285,7 +17392,7 @@ ____________________________________________________________________________
From: Steve Hay <steve.hay@uk.radan.com>
Date: Tue, 05 Aug 2003 10:43:49 +0100
Message-ID: <3F2F7C55.9020808@uk.radan.com>
-
+
(The MM_Unix.pm part was dealt with in #20501.)
Branch: perl
! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
@@ -9419,7 +17526,7 @@ ____________________________________________________________________________
From: Steve Grazzini <grazz@pobox.com>
Date: Mon, 4 Aug 2003 16:01:45 -0400
Message-ID: <20030804200145.GB21699@grazzini.net>
-
+
Prevent the warning "Bareword found where operator expected" in
the case "print $fh foo()" where foo() is an undefined function.
Branch: perl
@@ -9481,7 +17588,7 @@ ____________________________________________________________________________
From: Alexey Tourbin <at@altlinux.ru>
Date: Sun, 3 Aug 2003 21:33:00 +0400
Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
-
+
(plus Schwern's and Robert's nits)
Branch: perl
! installman
@@ -9523,7 +17630,7 @@ ____________________________________________________________________________
From: alian <alian@cpan.org>
Date: Sat, 02 Aug 2003 16:19:25 +0200
Message-ID: <3F2BC86D.2050400@jupiter.alianet>
-
+
Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
Branch: perl
! ext/POSIX/t/posix.t
@@ -9720,7 +17827,7 @@ ____________________________________________________________________________
! ext/B/t/bytecode.t
____________________________________________________________________________
[ 20416] By: jhi on 2003/08/01 10:44:19
- Log: Argument sanity checking.
+ Log: Argument sanity checking.
Branch: perl
! t/test.pl
____________________________________________________________________________
@@ -9821,11 +17928,11 @@ ____________________________________________________________________________
! pod/perlguts.pod
____________________________________________________________________________
[ 20387] By: jhi on 2003/07/31 19:57:36
- Log: Subject: Re: [perl #23171] Regex too selfish
+ Log: Subject: Re: [perl #23171] Regex too selfish
From: hv@crypt.org
Date: Thu, 31 Jul 2003 18:59:43 +0100
Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
-
+
(choose the second code patch)
Branch: perl
! regexec.c t/op/re_tests
@@ -9858,7 +17965,7 @@ ____________________________________________________________________________
(think machines with no network, machines behind firewalls,
corporate and national encryption policies). It cannot be
considered useable at this stage.
-
+
Therefore, create a fake CPAN 1.76.
Branch: perl
! lib/CPAN.pm
@@ -9922,7 +18029,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Thu, 31 Jul 2003 03:49:40 +0300
Message-ID: <20030731004940.GB1266@ratsnest.hole>
-
+
(but use test.pl:run_perl() instead of manual `$^X ...`)
Branch: perl
+ ext/B/t/bytecode.t
@@ -9970,7 +18077,7 @@ ____________________________________________________________________________
Log: Try again with the Mac OS X hints. Now the three cases
(no -Dprefix, /usr, and something else) all install
into separate places. No prefix installs to /usr/local.
- The /usr overwrites the Apple install (modulo the version).
+ The /usr overwrites the Apple install (modulo the version).
Branch: perl
! hints/darwin.sh
____________________________________________________________________________
@@ -9979,7 +18086,7 @@ ____________________________________________________________________________
From: Casey West <casey@geeknest.com>
Date: Tue, 29 Jul 2003 17:37:15 -0400
Message-ID: <20030729213715.GY76899@geeknest.com>
-
+
(Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
Branch: perl
! lib/NEXT.pm lib/NEXT/t/unseen.t
@@ -10172,12 +18279,12 @@ ____________________________________________________________________________
From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
Date: Fri, 11 Jul 2003 14:48:41 +0200
Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
-
+
Subject: Re: DESTDIR in perl-5.8.1 package?
From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
Date: Mon, 14 Jul 2003 12:00:25 +0200
Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
-
+
(blindly prepending and s///ing away the $destdir does not work
at least in VMS, but the --destdir should help rpm builders
and the like)
@@ -10189,7 +18296,7 @@ ____________________________________________________________________________
From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
Date: 26 Jul 2003 21:44:06 -0000
Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
-
+
Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
releases 4.x and 5.x.
Branch: perl
@@ -10235,7 +18342,7 @@ ____________________________________________________________________________
unless PL_stashcache exists, otherwise we get
an invalid read (detected by valgrind, and crashes
ext/threads/t/basic.t in Windows).
-
+
Also add a few if:s for the refcnt decrements,
no need to call Perl_sv_free() if there's nothing to free.
Branch: perl
@@ -10460,7 +18567,7 @@ ____________________________________________________________________________
From: Gisle Aas <gisle@ActiveState.com>
Date: 27 Jul 2003 20:25:07 -0700
Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
-
+
(upgrade to Digest::MD5 2.26)
Branch: perl
! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
@@ -10636,7 +18743,7 @@ ____________________________________________________________________________
! MANIFEST
____________________________________________________________________________
[ 20211] By: jhi on 2003/07/24 14:00:29
- Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
+ Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
Date: 14 Jul 2003 05:35:15 -0000
Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
@@ -10746,7 +18853,7 @@ ____________________________________________________________________________
! hints/posix-bc.sh
____________________________________________________________________________
[ 20194] By: jhi on 2003/07/24 08:45:55
- Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
+ Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
Date: 14 Jul 2003 05:37:15 -0000
Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
@@ -10754,7 +18861,7 @@ ____________________________________________________________________________
! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
____________________________________________________________________________
[ 20193] By: jhi on 2003/07/24 08:43:33
- Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
+ Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
Date: 14 Jul 2003 05:37:02 -0000
Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
@@ -10838,7 +18945,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Tue, 15 Jul 2003 20:46:07 +0100
Message-ID: <20030715194607.GA24592@fdgroup.com>
-
+
plus the regression test :
Subject: Re: [PATCH] Re: Perl formats do not work with tied values
From: Nicholas Clark <nick@ccl4.org>
@@ -10882,7 +18989,7 @@ ____________________________________________________________________________
From: Andy Dougherty <doughera@lafayette.edu>
Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
-
+
plus a clarification to INSTALL :
Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
From: Andy Dougherty <doughera@lafayette.edu>
@@ -10933,7 +19040,7 @@ ____________________________________________________________________________
From: Stephen McCamant <smcc@mit.edu>
Date: Tue, 15 Jul 2003 09:57:26 -0400
Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
-
+
Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
From: Stephen McCamant <smcc@mit.edu>
Date: Tue, 15 Jul 2003 09:57:31 -0400
@@ -10998,11 +19105,11 @@ ____________________________________________________________________________
! lib/charnames.pm
____________________________________________________________________________
[ 20156] By: rgs on 2003/07/11 19:37:34
- Log: Subject: Re: Sort sub and NaNs
+ Log: Subject: Re: Sort sub and NaNs
From: "John P. Linderman" <jpl@research.att.com>
Date: Thu, 10 Jul 2003 10:45:06 -0400
Message-Id: <200307101445.KAA79110@raptor.research.att.com>
-
+
Warn against a potential edge case with sort, <=> and NaNs.
Branch: perl
! pod/perlfunc.pod
@@ -11012,7 +19119,7 @@ ____________________________________________________________________________
From: Steve Grazzini <grazz@pobox.com>
Date: Tue, 8 Jul 2003 10:23:03 -0400
Message-ID: <20030708142303.GB23698@grazzini.net>
-
+
Clarify the OFFSET parameter to read().
Branch: perl
! pod/perlfunc.pod
@@ -11137,7 +19244,7 @@ ____________________________________________________________________________
! embed.fnc embed.h global.sym
____________________________________________________________________________
[ 20114] By: jhi on 2003/07/10 15:06:41
- Log: Retract #20112.
+ Log: Retract #20112.
Branch: perl
! embed.fnc embedvar.h intrpvar.h perlapi.h
____________________________________________________________________________
@@ -11265,7 +19372,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Tue, 8 Jul 2003 20:47:58 +0300
Message-ID: <20030708174758.GA1177@ratsnest.hole>
-
+
(ByteLoader tweak avoiding a leaked scalar)
Branch: perl
! op.c
@@ -11314,7 +19421,7 @@ ____________________________________________________________________________
! perl.c
____________________________________________________________________________
[ 20061] By: jhi on 2003/07/07 18:26:35
- Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
+ Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
Branch: perl
! ext/Time/HiRes/Makefile.PL
____________________________________________________________________________
@@ -11462,7 +19569,7 @@ ____________________________________________________________________________
From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
Date: Sun, 6 Jul 2003 18:46:09 +0400
Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
-
+
Subject: [PATCH] improve WinCE port -- addition
From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
Date: Sun, 6 Jul 2003 19:50:47 +0400
@@ -11502,7 +19609,7 @@ ____________________________________________________________________________
From: Michael G Schwern <schwern@pobox.com>
Date: Sat, 5 Jul 2003 13:34:37 -0700
Message-ID: <20030705203437.GB2598@windhund.schwern.org>
-
+
Print out the "ok" messages only once every second,
this should make output much less and therefore testing
much faster, especially on slower connections.
@@ -11661,7 +19768,7 @@ ____________________________________________________________________________
[ 19999] By: rgs on 2003/07/04 19:39:01
Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
appears just before the name of the command to be run. See
-
+
Subject: Re: PERL_SKIP_TTY_TEST fix
From: Alexey Tourbin <at@altlinux.ru>
Date: Fri, 4 Jul 2003 17:25:34 +0400
@@ -11894,7 +20001,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19947] By: jhi on 2003/07/03 06:35:29
Log: Apply Schwern's suggested warning code from
- [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
+ [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
Branch: perl
! lib/Test/Harness/Straps.pm
____________________________________________________________________________
@@ -12020,7 +20127,7 @@ ____________________________________________________________________________
[ 19920] By: jhi on 2003/07/02 05:21:23
Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
The latest releases of NetBSD don't require the hack. From
- Johnny Lam.
+ Johnny Lam.
Branch: perl
! hints/netbsd.sh
____________________________________________________________________________
@@ -12031,19 +20138,19 @@ ____________________________________________________________________________
! MANIFEST
____________________________________________________________________________
[ 19917] By: jhi on 2003/07/01 17:00:02
- Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
+ Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
From: Robin Barker <Robin.Barker@npl.co.uk>
- Date: Tue, 1 Jul 2003 18:21:34 +0100
+ Date: Tue, 1 Jul 2003 18:21:34 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
-
+
Subject: [PATCH] long C<=item>s in lib/CGI.pm
From: Robin Barker <Robin.Barker@npl.co.uk>
Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
- Date: Tue, 1 Jul 2003 18:25:17 +0100
-
+ Date: Tue, 1 Jul 2003 18:25:17 +0100
+
Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod
From: Robin Barker <Robin.Barker@npl.co.uk>
- Date: Tue, 1 Jul 2003 18:29:09 +0100
+ Date: Tue, 1 Jul 2003 18:29:09 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
Branch: perl
! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
@@ -12187,11 +20294,11 @@ ____________________________________________________________________________
of nul makes no sense, but that seems to work, maybe Linux does
some deep magic in ps(1)?); moving the PL_origalen computation
earlier makes also the threaded-first case fully pass.
-
+
But in general modifying the argv[] is very non-portable.
(e.g. in Tru64 it seems to be limited to the size of the
original argv[0] since the argv[] are not contiguous?)
-
+
Everybody should just have setproctitle().
Branch: perl
! mg.c perl.c pod/perlvar.pod
@@ -12240,7 +20347,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
Date: Fri, 27 Jun 2003 06:54:06 -0700
Message-ID: <20030627135406.GA8914@math.berkeley.edu>
-
+
More malloc patches: now they seem to work even in Tru64.
Branch: perl
! malloc.c
@@ -12281,12 +20388,12 @@ ____________________________________________________________________________
The first allows to hold symbolic switches in $^D
and more generally fixes assignment to $^D. The
second one improves the information given by -Dl.
-
+
Subject: [PATCH] allow $^D = "flags"
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 27 Jun 2003 22:26:24 +0100
Message-ID: <20030627212624.GB12887@fdgroup.com>
-
+
Subject: [PATCH] make -Dl show more scope info
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 27 Jun 2003 23:00:36 +0100
@@ -12664,7 +20771,7 @@ ____________________________________________________________________________
From: "Peter O'Gorman" <peter@pogma.com>
Date: Tue, 17 Jun 2003 23:45:47 +0900
Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
-
+
No need to see dlclose() and dlsym() outside the dl_dyld.xs
(Mac OS X, NeXT), and seeing them is harmful for libdlcompat
of OpenDarwin.
@@ -12676,7 +20783,7 @@ ____________________________________________________________________________
From: david nicol <whatever@davidnicol.com>
Date: 16 Jun 2003 20:35:24 -0500
Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
-
+
Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Tue, 17 Jun 2003 00:12:04 -0400
@@ -12694,8 +20801,8 @@ ____________________________________________________________________________
Log: Revert change #19126, a poor attempt at fixing bug #21742.
The test for #21742 is marked as TODO.
Plus new regression tests from :
-
- Subject: [perl #22708] void context in string eval is broken
+
+ Subject: [perl #22708] void context in string eval is broken
From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
Date: 15 Jun 2003 23:09:03 -0000
Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
@@ -12713,7 +20820,7 @@ ____________________________________________________________________________
! pod/perlfunc.pod pp_ctl.c
____________________________________________________________________________
[ 19799] By: rgs on 2003/06/16 20:15:28
- Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
+ Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
Date: 9 Jun 2003 15:48:09 -0000
Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
@@ -12750,7 +20857,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19793] By: rgs on 2003/06/15 19:47:21
Log: Remove all magic in untie()
-
+
Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
From: Aaron J Mackey <ajm6q@virginia.edu>
Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
@@ -12762,7 +20869,7 @@ ____________________________________________________________________________
[ 19790] By: jhi on 2003/06/15 17:22:08
Log: Start using Perl malloc in FreeBSD since the system malloc
is reaaally slooow for Perl.
-
+
Subject: FreeBSD 5.1 vs. -Uusemymalloc
From: Dan Kogai <dankogai@dan.co.jp>
Date: Mon, 16 Jun 2003 01:48:49 +0900
@@ -12840,7 +20947,7 @@ ____________________________________________________________________________
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Date: Sat, 14 Jun 2003 12:51:31 +0200
Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
-
+
(choosing the safe alternative)
Branch: perl
! sv.c
@@ -12882,7 +20989,7 @@ ____________________________________________________________________________
From: belg4mit <belg4mit@MIT.EDU>
Date: Sat, 14 Jun 2003 01:35:05 -0400
Message-ID: <3EEAB409.7B4C21EA@mit.edu>
-
+
FileCache 1.03.
Branch: perl
! lib/FileCache.pm
@@ -12904,7 +21011,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19767] By: jhi on 2003/06/13 17:05:01
Log: Redundancy removal from Brian De Pradine;
- both the forms, pthread_mutexattr_settype() and
+ both the forms, pthread_mutexattr_settype() and
pthread_mutexattr_setkind_np(), exist on z/OS.
Branch: perl
! thread.h
@@ -12920,7 +21027,7 @@ ____________________________________________________________________________
From: alan <alan@pair.com>
Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
-
+
(the first alternative)
Branch: perl
! util.c
@@ -12939,7 +21046,7 @@ ____________________________________________________________________________
! perl.h
____________________________________________________________________________
[ 19760] By: jhi on 2003/06/13 12:00:06
- Log: Even more tweakage on symbol scanning from Alan Burlison.
+ Log: Even more tweakage on symbol scanning from Alan Burlison.
Branch: perl
! Configure
____________________________________________________________________________
@@ -12958,8 +21065,8 @@ ____________________________________________________________________________
Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
to be issued if the string to be left-justified by s?printf contains
a newline.
-
- Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
+
+ Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Wed, 11 Jun 2003 18:10:14 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
@@ -12976,7 +21083,7 @@ ____________________________________________________________________________
! pp_sys.c
____________________________________________________________________________
[ 19750] By: sky on 2003/06/12 15:03:55
- Log: In free we want to destroy, not init, thanks to Tim Bunce for
+ Log: In free we want to destroy, not init, thanks to Tim Bunce for
detecting this. Should hopefully fix memory leak on Tru64
Branch: perl
! ext/threads/shared/shared.xs
@@ -13241,7 +21348,7 @@ ____________________________________________________________________________
From: Stas Bekman <stas@stason.org>
Date: Thu, 05 Jun 2003 10:10:36 +1000
Message-ID: <3EDE8A7C.2080302@stason.org>
-
+
Subject: [patch] perlguts authors dup
From: Stas Bekman <stas@stason.org>
Date: Thu, 05 Jun 2003 10:14:12 +1000
@@ -13273,7 +21380,7 @@ ____________________________________________________________________________
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Thu, 5 Jun 2003 17:16:58 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
-
+
(skipped the MIME::Base64 part, leaving that to Gisle)
Branch: perl
! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
@@ -13371,10 +21478,10 @@ ____________________________________________________________________________
From: Joe McMahon <mcmahon@ibiblio.org>
Date: Mon, 2 Jun 2003 09:53:40 -0400
Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
-
+
Subject: RE: [PATCH] RE: Extensive documentation patch redux
From: Robin Barker <Robin.Barker@npl.co.uk>
- Date: Tue, 3 Jun 2003 10:00:22 +0100
+ Date: Tue, 3 Jun 2003 10:00:22 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
Branch: perl
! lib/perl5db.pl
@@ -13421,9 +21528,9 @@ ____________________________________________________________________________
[ 19667] By: gsar on 2003/06/02 18:44:34
Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
reuse the straightforward native implementation instead
-
+
this fixes the warning from io_xs.t
-
+
NOTE: File::Temp has a less-than-robust implementation on windows
that relies on END blocks being run (this may not happen always)
Branch: perl
@@ -13443,7 +21550,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19664] By: jhi on 2003/06/02 16:41:37
Log: Upgrade to the CGI.pm 2.93.
-
+
(Lincoln keeps ripping out the BEGIN/PERL_CORE blocks. Sigh.)
Branch: perl
+ lib/CGI/t/util-58.t
@@ -13511,12 +21618,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19654] By: rgs on 2003/06/01 07:37:50
Log: Two Cygwin patches from Gerrit.
-
+
Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
From: "Gerrit P. Haase" <gp@familiehaase.de>
Date: Sat, 31 May 2003 14:12:07 +0200
Message-ID: <179860591535.20030531141207@familiehaase.de>
-
+
Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
Date: Sat, 31 May 2003 13:57:49 +0200
Message-ID: <11859733881.20030531135749@familiehaase.de>
@@ -13710,7 +21817,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Sat, 24 May 2003 12:25:17 +0100
Message-ID: <20030524112517.GA11761@fdgroup.com>
-
+
Subject: [PATCH] Re: [perl #22299] goto doesn't find label
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 26 May 2003 13:47:11 +0100
@@ -13763,7 +21870,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Thu, 22 May 2003 10:13:19 +0100
Message-ID: <20030522091319.GA4568@fdgroup.com>
-
+
Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 23 May 2003 17:09:44 +0100
@@ -13863,9 +21970,9 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19594] By: jhi on 2003/05/23 13:06:25
Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
- From: Michael G Schwern <schwern@pobox.com>
- Date: Fri, 23 May 2003 02:10:46 -0700
- Message-ID: <20030523091046.GB11662@windhund.schwern.org>
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Fri, 23 May 2003 02:10:46 -0700
+ Message-ID: <20030523091046.GB11662@windhund.schwern.org>
Branch: perl
+ lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
+ lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
@@ -13897,9 +22004,9 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19590] By: jhi on 2003/05/22 11:51:46
Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
- From: Dan Kogai <dankogai@dan.co.jp>
- Date: Thu, 22 May 2003 18:46:40 +0900
- Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
+ From: Dan Kogai <dankogai@dan.co.jp>
+ Date: Thu, 22 May 2003 18:46:40 +0900
+ Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
Branch: perl
! ext/Encode/encoding.pm
____________________________________________________________________________
@@ -13917,7 +22024,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Wed, 30 Apr 2003 21:17:38 +0100
Message-ID: <20030430201738.GA22054@fdgroup.com>
-
+
The proposed patch added this warning in the 'deprecated' category ;
I think this category is for things that exist and will be removed,
rather than for things that don't exist and that will maybe be added.
@@ -13949,7 +22056,7 @@ ____________________________________________________________________________
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Mon, 19 May 2003 17:53:25 -0400
Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
-
+
(the bug id corrected to be #22231, not #22238)
Branch: perl
! lib/Switch.pm
@@ -14038,9 +22145,9 @@ ____________________________________________________________________________
Log: Integrate perlio:
[ 19556]
Fix ticket 18265
-
+
[ 19557]
- EINTR retry should exit on count >= 0 not !=0
+ EINTR retry should exit on count >= 0 not !=0
Branch: perl
!> perlio.c
____________________________________________________________________________
@@ -14074,12 +22181,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19560] By: jhi on 2003/05/19 04:30:01
Log: Based on
-
+
Subject: [PATCH threads.xs] no system scope on VMS
From: "Craig A. Berry" <craigberry@mac.com>
Date: Sun, 18 May 2003 23:02:07 -0500
Message-ID: <3EC8573F.6050005@mac.com>
-
+
but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
Branch: perl
! ext/threads/threads.xs
@@ -14101,7 +22208,7 @@ ____________________________________________________________________________
Log: Integrate from perlio:
[ 19542]
Fix ticket #22219
-
+
[ 19543]
Spotted a bare close() where PerlLIO_close() seems correct.
Branch: perl
@@ -14140,7 +22247,7 @@ ____________________________________________________________________________
From: Alan Burlison <Alan.Burlison@sun.com>
Date: Thu, 15 May 2003 22:17:55 +0100
Message-ID: <3EC40403.9000804@sun.com>
-
+
(fixed symbol scanning for Solaris 10)
Branch: perl
! Configure
@@ -14173,7 +22280,7 @@ ____________________________________________________________________________
[ 19536] By: gsar on 2003/05/17 06:07:07
Log: apply Net::Ping patch that makes the fork()-based approach
work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
-
+
the code this affects is currently not enabled anywhere, but
could be enabled if the non-blocking approach runs into problems
on older windows versions
@@ -14184,19 +22291,19 @@ ____________________________________________________________________________
Log: improve the implementation of Net::Ping on windows by avoiding
fork(), which is pretty heavy-weight for this kind of
application; use non-blocking sockets instead
-
+
has been verified to work on Win2k but will need testing on
other flavors of windows
-
+
there is a single known failure on windows in 450_service.t (test 18)
due to what appears to be bugs in the ping_syn()/ack() code
Branch: perl
! lib/Net/Ping.pm
____________________________________________________________________________
[ 19534] By: gsar on 2003/05/17 04:53:06
- Log: change#16723 broke the ioctl() return value on platforms
+ Log: change#16723 broke the ioctl() return value on platforms
that have ioctl() but no fcntl() (e.g. windows)
-
+
change#17577 then attempted to fix the bustage, but got
it wrong
Branch: perl
@@ -14226,7 +22333,7 @@ ____________________________________________________________________________
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Fri, 16 May 2003 17:16:57 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
-
+
(Part #2: the hv.c SVf)
Branch: perl
! hv.c
@@ -14236,7 +22343,7 @@ ____________________________________________________________________________
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Fri, 16 May 2003 17:16:57 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
-
+
(Part #1: the __format__ and __printf__)
Branch: perl
! Configure embed.pl perlio.c proto.h
@@ -14272,7 +22379,7 @@ ____________________________________________________________________________
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 04:00:44 -0400
Message-ID: <20030509080044.GA49820@geeknest.com>
-
+
(except for the dup.t patch which diddled with system().)
Branch: perl
! Configure NetWare/config_H.wc Porting/config_H README.Y2K
@@ -14296,7 +22403,7 @@ ____________________________________________________________________________
From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
Date: Tue, 13 May 2003 15:13:53 -0400
Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
-
+
(plus add 'no locale;')
Branch: perl
+ Porting/sort_perldiag.pl
@@ -14316,7 +22423,7 @@ ____________________________________________________________________________
Log: the \do {local *FH} trick in Tie::File was really only needed
on 5.005 and earlier, since later versions can autovivify
the handle
-
+
however, a search in the p5p archives reveals the trick doesn't
fully work in the versions it is needed in, so use the more
standard Symbol::gensym() way
@@ -14391,7 +22498,7 @@ ____________________________________________________________________________
that Tie::File did not close any file handles it opens internally,
leading to file handle leaks and t/tf* temporary file littering;
we now close the handle iff Tie::File opened it
-
+
this fix unearths what appears to be a perl bug in localizing globs:
09_gen_rs.t fails due to a prematurely closed filehandle, although
it wasn't explicitly closed anywhere by the code (renaming the
@@ -14462,23 +22569,23 @@ ____________________________________________________________________________
Log: Integrate from perlio:
[ 19474]
Tweaks to Jarkko's NULL deref checks in perlio.c
-
+
[ 19475]
Fix for bugs 21717 and 22140.
Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
- and derived layers. So have :unix's "pushed" method stat() the fd and
- cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
+ and derived layers. So have :unix's "pushed" method stat() the fd and
+ cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
UNIX behaviour.
-
+
[ 19479]
Better but still unproven fix for lseek() on pipes.
-
+
[ 19483]
Unused variable
-
+
[ 19485]
Tests to prove Ticket 9468 is fixed.
-
+
[ 19486]
add test for change#19475,19479 (bugs#21717,22140)
Branch: perl
@@ -14489,7 +22596,7 @@ ____________________________________________________________________________
Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
in terms of an exported function rather than as an inlined
macro (latter wants PL_op_mutex which isn't exported as such)
-
+
Jarkko: please merge into maint-5.8
Branch: perl
! dosish.h makedef.pl win32/win32.c win32/win32.h
@@ -14626,7 +22733,7 @@ ____________________________________________________________________________
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: Fri, 09 May 2003 15:12:05 +0200
Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
-
+
(both sorts need LC_ALL=C)
(add also manicheck target)
Branch: perl
@@ -14716,12 +22823,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19445] By: jhi on 2003/05/08 05:21:44
Log: A variant of
-
+
Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
From: enache@rdslink.ro (Enache Adrian)
Date: Tue, 22 Apr 2003 02:54:05 +0300
Message-ID: <20030421235405.GA1162@ratsnest.hole>
-
+
to quench the black smoke from the BSD builds.
Branch: perl
! lib/ExtUtils/MM_Unix.pm
@@ -14805,7 +22912,7 @@ ____________________________________________________________________________
From: Adam Kennedy <adam@ali.as>
Date: Wed, 30 Apr 2003 00:02:40 +1000
Message-ID: <3EAE8600.2000806@ali.as>
-
+
Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
From: Michael G Schwern <schwern@pobox.com>
Date: Tue, 29 Apr 2003 12:26:32 -0700
@@ -15271,17 +23378,17 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19344] By: rgs on 2003/04/26 22:48:32
Log: Some doc patches by Casey West :
-
+
Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
From: Casey West <casey@geeknest.com>
Date: Fri, 25 Apr 2003 10:46:39 -0400
Message-ID: <20030425144639.GY34510@geeknest.com>
-
+
Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
From: Casey West <casey@geeknest.com>
Date: Fri, 25 Apr 2003 07:52:13 -0400
Message-ID: <20030425115213.GP34510@geeknest.com>
-
+
Subject: Re: [perl #7213] [PATCH] Updating example in perldata
From: Casey West <casey@geeknest.com>
Date: Thu, 24 Apr 2003 21:27:22 -0400
@@ -15299,7 +23406,7 @@ ____________________________________________________________________________
! pod/perlfunc.pod
____________________________________________________________________________
[ 19342] By: sky on 2003/04/26 21:43:32
- Log: Fix bug #15161 by increasing the refcount on the RE and making
+ Log: Fix bug #15161 by increasing the refcount on the RE and making
sure to restore it correctly. Deals with both s//e and s///g.
Branch: perl
! pp_ctl.c pp_hot.c
@@ -15342,9 +23449,9 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19328] By: jhi on 2003/04/25 06:57:10
Log: Subject: typo in Time::HiRes docs
- From: mjd@plover.com
- Date: 19 Apr 2003 15:13:44 -0000
- Message-ID: <20030419151344.28237.qmail@plover.com>
+ From: mjd@plover.com
+ Date: 19 Apr 2003 15:13:44 -0000
+ Message-ID: <20030419151344.28237.qmail@plover.com>
Branch: perl
! ext/Time/HiRes/HiRes.pm
____________________________________________________________________________
@@ -15473,7 +23580,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19300] By: rgs on 2003/04/21 19:42:04
Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
-
+
Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
From: Enache Adrian <enache@rdslink.ro>
Date: Sun, 20 Apr 2003 02:45:48 +0300
@@ -15575,7 +23682,7 @@ ____________________________________________________________________________
by adding a dummy destructor method Regexp::DESTROY.
This prevents infinite recursion, since Regexp::DESTROY
is no more autoloaded.
-
+
Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
From: Enache Adrian <enache@rdslink.ro>
Date: Wed, 2 Apr 2003 05:02:42 +0300
@@ -15646,14 +23753,14 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Wed, 16 Apr 2003 21:11:11 +0300
Message-ID: <20030416181111.GA6687@ratsnest.hole>
-
+
ams had already fixed the bug by #19227, but take the
test case.
Branch: perl
! ext/Storable/t/tied.t
____________________________________________________________________________
[ 19265] By: sky on 2003/04/19 00:40:42
- Log: Don't use the stack to allocate a SV that we hand out to another
+ Log: Don't use the stack to allocate a SV that we hand out to another
function, only badness can ensure.
Message-Id: <20030418180131.GD10086@fdgroup.com>
Thanks go to Dave Mitchell for help in tracking down the bug!
@@ -15678,7 +23785,7 @@ ____________________________________________________________________________
! sv.c
____________________________________________________________________________
[ 19254] By: sky on 2003/04/17 17:31:52
- Log: Extreme Voodoo programming, by not pinching the SV if it is a
+ Log: Extreme Voodoo programming, by not pinching the SV if it is a
PADTMP it happily keeps it's value later on!
Branch: perl
! sv.c
@@ -15911,7 +24018,7 @@ ____________________________________________________________________________
C) When a GP is a deleted that contains a stash, remove the
corresponding entry since hv might be in use in other places.
D) Note that no test cases test the deletion of packages to catch
- this bug.
+ this bug.
Branch: perl
! gv.c hv.c pp_hot.c
____________________________________________________________________________
@@ -16144,7 +24251,7 @@ ____________________________________________________________________________
Log: Even more promotion for -lc128 (long doubles on AIX)
More obvious detection of C compiler
cc_type should not promote to config.sh
-
+
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Date: Wed, 09 Apr 2003 14:31:48 +0200
Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
@@ -16184,7 +24291,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 7 Apr 2003 21:43:17 +0100
Message-ID: <20030407204317.GA8796@fdgroup.com>
-
+
The new XTERMORDORDOR lexer expectation must also be named
in debugging perls, to be used in the output of -DT.
Branch: perl
@@ -16203,7 +24310,7 @@ ____________________________________________________________________________
[ 19166] By: rgs on 2003/04/08 18:43:22
Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1` these days?
From: Robin Barker <Robin.Barker@npl.co.uk>
- Date: Tue, 8 Apr 2003 14:23:04 +0100
+ Date: Tue, 8 Apr 2003 14:23:04 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
Branch: perl
! pod/perlpod.pod
@@ -16301,7 +24408,7 @@ ____________________________________________________________________________
From: Joost van Baal <J.E.vanBaal@uvt.nl>
Date: Mon, 25 Nov 2002 17:35:37 +0100
Message-ID: <20021125163537.GC4745@banach.uvt.nl>
-
+
(The .pm patch modified a bit, and removed the false
claim that _PATH_INFO would be coming from syslog.ph)
Branch: perl
@@ -16313,7 +24420,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Thu, 3 Apr 2003 15:50:48 +0300
Message-ID: <20030403125048.GA6107@ratsnest.hole>
-
+
On linux, when building a shared library, generate
a small shell wrapper, "preload", that preloads libperl.so
only if it exists. Useful when the 'make' process stops
@@ -16341,7 +24448,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
Date: Mon, 31 Mar 2003 12:39:24 -0800
Message-ID: <20030331203924.GA3602@math.berkeley.edu>
-
+
Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
to be used in a C program's main function.
Branch: perl
@@ -16427,10 +24534,10 @@ ____________________________________________________________________________
From: Steve Hay <steve.hay@uk.radan.com>
Date: Wed, 02 Apr 2003 11:33:41 +0100
Message-ID: <3E8ABC85.5060807@uk.radan.com>
-
+
This also includes a small patch to Pod::Html : when generating
anchor names, play on the safe side and turn every non-alphanumeric
- character into an '_'. Moreover, Pod::Html::anchorify() is now
+ character into an '_'. Moreover, Pod::Html::anchorify() is now
optionally exported.
Branch: perl
! installhtml lib/Pod/Html.pm
@@ -16510,7 +24617,7 @@ ____________________________________________________________________________
[ 19124] By: jhi on 2003/04/01 16:52:28
Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
From: "Green, Paul" <Paul.Green@stratus.com>
- Date: Tue, 1 Apr 2003 12:37:38 -0500
+ Date: Tue, 1 Apr 2003 12:37:38 -0500
Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
Branch: perl
! hints/vos.sh
@@ -16529,7 +24636,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
Date: Mon, 31 Mar 2003 12:53:01 -0800
Message-ID: <20030331205301.GA3687@math.berkeley.edu>
-
+
[ 19111]
A cleaner way to detect PERL_CORE, from IlyaZ.
Branch: perl
@@ -16542,7 +24649,7 @@ ____________________________________________________________________________
From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
Date: Mon, 31 Mar 2003 12:43:37 -0800
Message-ID: <20030331204337.GA3634@math.berkeley.edu>
-
+
and regen Configure.
Branch: perl
! Configure config_h.SH embedvar.h
@@ -16594,7 +24701,7 @@ ____________________________________________________________________________
[ 19113] By: merijn on 2003/04/01 14:12:33
Log: Implemented AIX longdouble support in hints/aix.sh, which now
actually work. Thanks to John L. Allen for the hint.
-
+
Subject: Re: AIX longdoubles
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Date: Tue, 01 Apr 2003 17:18:57 +0200
@@ -16633,9 +24740,9 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19099] By: jhi on 2003/03/31 09:54:52
Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
- From: Michael G Schwern <schwern@pobox.com>
- Date: Mon, 31 Mar 2003 02:42:58 -0800
- Message-ID: <20030331104257.GB15327@windhund.schwern.org>
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 02:42:58 -0800
+ Message-ID: <20030331104257.GB15327@windhund.schwern.org>
Branch: perl
+ lib/ExtUtils/MakeMaker/FAQ.pod
+ lib/ExtUtils/MakeMaker/Tutorial.pod
@@ -16666,9 +24773,9 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19098] By: jhi on 2003/03/31 09:36:11
Log: Subject: [PATCH dump.c] stray n_a
- From: Michael G Schwern <schwern@pobox.com>
- Date: Mon, 31 Mar 2003 00:55:49 -0800
- Message-ID: <20030331085549.GB1300@windhund.schwern.org>
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Mon, 31 Mar 2003 00:55:49 -0800
+ Message-ID: <20030331085549.GB1300@windhund.schwern.org>
Branch: perl
! dump.c
____________________________________________________________________________
@@ -16864,7 +24971,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Thu, 20 Mar 2003 01:26:19 +0000
Message-ID: <20030320012619.C19869@fdgroup.com>
-
+
Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 24 Mar 2003 16:06:51 +0000
@@ -16929,7 +25036,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Sat, 22 Mar 2003 22:49:49 +0200
Message-ID: <20030322204949.GB794@ratsnest.hole>
-
+
This is a slightly more defensive patch than Chip's patch that
fell through the cracks, but does the same
Subject: Shared libperl.so and build issues
@@ -17026,7 +25133,7 @@ ____________________________________________________________________________
[ 19033]
file test operators weren't doing the right thing if the SV
passed to them wasn't NUL-terminated
-
+
[ 19034]
ensure SVs returned by Win32::Get{Short,Full}PathName() are
NUL-terminated
@@ -17079,7 +25186,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 19020] By: merijn on 2003/03/18 05:45:50
Log: Minor updates of Wolfgang's pack patch
-
+
Subject: Re: pack changes and related fixes
From: Philip Newton <Philip.Newton@gmx.net>
Date: Tue, 18 Mar 2003 06:19:30 +0100
@@ -17352,7 +25459,7 @@ ____________________________________________________________________________
[ 18967] By: gsar on 2003/03/14 04:29:10
Log: Config.t wasn't getting the sig_num and sig_size relationship
right, and therefore failed test#35 on windows
-
+
note that config_h.SH documents that $sig_size does NOT include
the final NULL in $sig_num!
Branch: perl
@@ -17378,7 +25485,7 @@ ____________________________________________________________________________
! lib/Config.t
____________________________________________________________________________
[ 18963] By: rgs on 2003/03/13 20:57:32
- Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
+ Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
From: Kurt Starsinic <kstar@cpan.org>
Date: Mon, 10 Mar 2003 00:54:49 -0500
Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
@@ -17448,16 +25555,16 @@ ____________________________________________________________________________
Integrate from maint-5.8/macperl:
[ 18937]
Various MacOS portability fixes for tests
-
+
[ 18938]
File::Spec::Unix method should be called on $self
-
+
[ 18939]
lib.pm:_get_dirs() should use $_[0], not $_
-
+
[ 18940]
Update MacOS for new configpm
-
+
[ 18941]
Update MacOS build
Update Makefile for new source files,
@@ -17702,32 +25809,32 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18873] By: jhi on 2003/03/10 05:18:02
Log: Bunch of doc patches from Stas; plus regen.
-
+
Subject: [doc patch] perl.c's pod api entry
From: Stas Bekman <stas@stason.org>
Date: Mon, 10 Mar 2003 12:35:52 +1100
Message-ID: <3E6BEBF8.80402@stason.org>
-
+
Subject: Re: [patch] perlguts.pod
From: Stas Bekman <stas@stason.org>
Date: Mon, 10 Mar 2003 12:38:57 +1100
Message-ID: <3E6BECB1.7050009@stason.org>
-
+
Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
From: Stas Bekman <stas@stason.org>
Date: Mon, 10 Mar 2003 12:41:46 +1100
Message-ID: <3E6BED5A.801@stason.org>
-
+
Subject: Re: [patch] perlapi.pod fix
From: Stas Bekman <stas@stason.org>
Date: Mon, 10 Mar 2003 12:43:33 +1100
Message-ID: <3E6BEDC5.6010405@stason.org>
-
+
Subject: Re: [docs patch] replace gets() with fgets() in example
From: Stas Bekman <stas@stason.org>
Date: Mon, 10 Mar 2003 12:45:41 +1100
Message-ID: <3E6BEE45.9030901@stason.org>
-
+
Subject: [doc patch] perlrun.pod
From: Stas Bekman <stas@stason.org>
Date: Mon, 10 Mar 2003 14:49:59 +1100
@@ -17798,7 +25905,7 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Fri, 7 Mar 2003 23:28:37 +0200
Message-ID: <20030307212837.GB765@ratsnest.hole>
-
+
(and few more test cases from the thread)
Branch: perl
! sv.c t/op/sprintf.t
@@ -17822,7 +25929,7 @@ ____________________________________________________________________________
ROPT_UTF8 flag on. But right value for PL_bostr is set
before re_intuit_start is called. PL_regdata is always
assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
- can be deleted.
+ can be deleted.
Branch: perl
! regexec.c t/op/pat.t
____________________________________________________________________________
@@ -17897,7 +26004,7 @@ ____________________________________________________________________________
From: Kay Roepke <kay@dolphin-services.de>
Date: Thu, 06 Mar 2003 23:00:10 +0100
Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
-
+
(plus change the d_gethostbyaddr_r_proto default to "0",
that is what an undefined r_proto looks like)
Branch: perl
@@ -18393,7 +26500,7 @@ ____________________________________________________________________________
From: Slaven Rezic <slaven@rezic.de>
Date: 14 Feb 2003 09:11:15 +0100
Message-ID: <878ywji8nw.fsf@vran.herceg.de>
-
+
(with slight tweaks)
Branch: perl
! mg.c
@@ -18508,7 +26615,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Tue, 18 Feb 2003 21:45:45 +0000
Message-ID: <20030218214545.C18547@fdgroup.com>
-
+
and tests for the same:
From: Dave Mitchell <davem@fdgroup.com>
Date: Wed, 19 Feb 2003 00:42:01 +0000
@@ -18773,7 +26880,7 @@ ____________________________________________________________________________
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 14 Feb 2003 22:48:27 +0000
Message-ID: <20030214224827.B6783@fdgroup.com>
-
+
with tests:
From: Slaven Rezic <slaven@rezic.de>
Date: 14 Feb 2003 20:23:20 +0100
@@ -18855,7 +26962,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18693] By: merijn on 2003/02/11 08:14:29
Log: More code cleanup.
-
+
Subject: Re: New SV Flag
Date: Fri, 07 Feb 2003 09:57:43 +0100
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
@@ -19281,18 +27388,18 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18616] By: jhi on 2003/02/01 19:43:09
Log: Integrate from perlio:
-
+
[ 18591]
PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
- correct XSUB.h
-
+ correct XSUB.h
+
[ 18611]
- Michael Schroeder's fix for re-try if stdio ops after
+ Michael Schroeder's fix for re-try if stdio ops after
interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
-
+
[ 18612]
PerlIO friendly version of speed up of $/ = undef case.
-
+
[ 18613]
fflush() before invalidating stdio's fileno.
Branch: perl
@@ -19362,14 +27469,14 @@ ____________________________________________________________________________
From: Enache Adrian <enache@rdslink.ro>
Date: Thu, 30 Jan 2003 10:48:09 +0200
Message-ID: <20030130084809.GA16902@ratsnest.hole>
-
+
Fix for half of the failures, with an expanded test.
Branch: perl
! lib/utf8.t sv.c
____________________________________________________________________________
[ 18602] By: merijn on 2003/01/30 06:31:50
Log: Updates to the openbsd hints
-
+
Subject: [perl #20606] [no subject]
Date: 29 Jan 2003 18:38:37 -0000
From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
@@ -19392,7 +27499,7 @@ ____________________________________________________________________________
[ 18599] By: rgs on 2003/01/28 21:07:08
Log: Fix a very small memory leak in op_free, by reserving the
case op_seq == (U16)-1 for the compiler backend
-
+
Subject: Re: Freeing code
From: "Paul Johnson" <paul@pjcj.net>
Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
@@ -19444,7 +27551,7 @@ ____________________________________________________________________________
! plan9/mkfile
____________________________________________________________________________
[ 18593] By: sky on 2003/01/26 22:37:21
- Log: When we copy things out of a hash and increment the
+ Log: When we copy things out of a hash and increment the
refcount of the shared scalar, we really must protect
that refcount increase with a lock, or else it might not
happen. Fixes segfault when objects would prematurely
@@ -19459,7 +27566,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18589] By: rgs on 2003/01/26 13:06:49
Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
-
+
Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
From: Dave Mitchell <davem@fdgroup.com>
Date: Fri, 24 Jan 2003 18:44:19 +0000
@@ -19537,12 +27644,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18572] By: rgs on 2003/01/22 21:40:21
Log: Integrate change 18448 from maint-5.8 :
-
+
Subject: Partial Data::Dumper patch
From: Richard Clamp <richardc@unixbeard.net>
Date: Sat, 4 Jan 2003 00:52:47 +0000
Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
-
+
Subject: Re: Partial Data::Dumper patch
From: Slaven Rezic <slaven@rezic.de>
Date: 04 Jan 2003 02:48:08 +0100
@@ -19568,13 +27675,13 @@ ____________________________________________________________________________
Log: Integrate from perlio:
[ 18560]
Fixes for open.pm which attempts to load layers:
- 1. C equivalent of local $SIG{__WARN__} = sub {}
+ 1. C equivalent of local $SIG{__WARN__} = sub {}
while loading layers to supress warnings lib/open.t does
not want.
- 2. The loading scheme does not recurse now so look for
- new symptom of bad layer which is that a good module
+ 2. The loading scheme does not recurse now so look for
+ new symptom of bad layer which is that a good module
fails to load (as we cannot open any files).
-
+
NOTE: In my opinion open.pm should probably die on bad layer
spec rather than just (maybe) warning and then allowing opens
to fail.
@@ -19616,27 +27723,27 @@ ____________________________________________________________________________
Log: Integrate from perlio:
[ 18539]
Try the invalidate_fileno() idea for non-leaky stdio sockets.
-
+
[ 18540]
stdio does NOT set errno==EBADF on invalidated fileno
-
+
[ 18547]
Tweak APItest for new semantics of printf.
- Now printf() is always real printf() and not #define'd to
- PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
- back to original file does not affect stdout unless we are
- using :stdio as implementation. So things printf()ed XS side
+ Now printf() is always real printf() and not #define'd to
+ PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
+ back to original file does not affect stdout unless we are
+ using :stdio as implementation. So things printf()ed XS side
are not written to file (and turn up at end of test).
So add an XS function which does fflush(stdout), modify .pm
file to export it and .t file to call it.
-
+
[ 18548]
Add defined(__osf__) case to invalidate_fileno (for Tru64).
-
+
[ 18549]
- Report layer name (without arg) on fail, and attempt to
+ Report layer name (without arg) on fail, and attempt to
autoload layer name. (Fix for [perl #20460]).
-
+
[ 18550]
#if defined(__irix__) (for stdio invalidate) from Jarkko.
Branch: perl
@@ -19656,7 +27763,7 @@ ____________________________________________________________________________
From: Martti Rahkila <martti.rahkila@hut.fi>
Date: Sat, 18 Jan 2003 00:25:39 +0200
Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
-
+
(chose the 'even safer' version)
Branch: perl
! lib/Term/Complete.pm
@@ -19761,17 +27868,17 @@ ____________________________________________________________________________
'A' flag, is another matter.) (The number of #ifdef PERL_COREs
could be cut down further by having a state variable and
inserting #ifdefs and #endifs when the state flips.)
-
+
Caught by change #18366; thanks to the re extension we have some
functions that are file static but yet part of "the public API"...
Maybe a new class of exportability (a new embed.fnc flag) is
required for this case.
-
+
Continue on change #18367; implement the said flag, 'E'.
(Some nm output studying was needed to get the right set
of re symbols defined.)
-
- In AIX (strict symbol exports) the cxinc is needed for List::Util.
+
+ In AIX (strict symbol exports) the cxinc is needed for List::Util.
Branch: perl
! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
____________________________________________________________________________
@@ -19780,7 +27887,7 @@ ____________________________________________________________________________
Introduce a cache for UTF-8 data: length and byte<->char offset
mapping are stored in a new type of magic. Speeds up length(),
substr(), index(), rindex(), pos(), and some parts of s///.
-
+
The speedup varies a lot (on the usual suspects: what is the
access pattern of the data, compiler, CPU), but should be at
least one order of magnitude, and getting to the same magnitude
@@ -19789,12 +27896,12 @@ ____________________________________________________________________________
cases (index) the byte speed is still faster by a factor of five
or so, but the bottleneck there does not seem to be any more
the byte<->char offset mapping (instead, the fbm_instr() speed).
-
- There is one cache slot for the length, and only two for the
+
+ There is one cache slot for the length, and only two for the
byte<->char offset mapping (the first one for the start->offset,
and the second for the offset->offset+length, when talking
in substr() terms).
-
+
Code this hairy is bound to have hairy trolls hiding under it.
[...]
A small tweak on top of #18353: don't display mg_len bytes of
@@ -19806,7 +27913,7 @@ ____________________________________________________________________________
[ 18529] By: hv on 2003/01/21 00:44:20
Log: integrate #18349 from maint-5.8:
At least partially address [perl #10000] by speeding
- up both the ASCII case (by about 2-3%) and the UTF-8 case
+ up both the ASCII case (by about 2-3%) and the UTF-8 case
(by about 45%). The major trick is to avoid hitting the
costly S_reginclass(). (Even before this patch the speedup
since 5.8.0 was about 40-50%.) After this the UTF-8 case is
@@ -19844,7 +27951,7 @@ ____________________________________________________________________________
[ 18524] By: jhi on 2003/01/20 17:51:10
Log: Integrate from perlio:
[ 18520]
- Move #define printf out of perl.h into appropriate
+ Move #define printf out of perl.h into appropriate
PerlIO files.
Branch: perl
!> fakesdio.h nostdio.h perl.h
@@ -19875,7 +27982,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18517] By: nick on 2003/01/20 08:34:10
Log: Integrate #18405 from maint-5.8 which fixes whitespac
- issues in open(FH,"&...")
+ issues in open(FH,"&...")
Branch: perl
!> doio.c
____________________________________________________________________________
@@ -20130,7 +28237,7 @@ ____________________________________________________________________________
[ 18471]
Fix #18711 and add test for it (and indeed tell on write
handles at all !
-
+
(#18711 Serious bug of tell() in perl)
Branch: perl
!> perlio.c t/io/tell.t
@@ -20139,7 +28246,7 @@ ____________________________________________________________________________
Log: Integrate from perlio:
[ 18470]
Fix #16306 and #16880
-
+
(#16306 Big Badda leak in Sockets)
(#16880 Memory leak with IO::Socket in Perl v5.8.0)
Branch: perl
@@ -20155,7 +28262,7 @@ ____________________________________________________________________________
[ 18472] By: jhi on 2003/01/13 01:31:01
Log: Integrate perlio to mainline:
[ 18240]
- Avoid eqtime() wiping the file (as suggested by
+ Avoid eqtime() wiping the file (as suggested by
"Luis G. Uribe C." <GUribe@SoftHome.net>
Branch: perl
!> lib/ExtUtils/Command.pm
@@ -20339,7 +28446,7 @@ ____________________________________________________________________________
! MANIFEST ext/threads/threads.xs sv.c sv.h
____________________________________________________________________________
[ 18417] By: sky on 2003/01/03 18:16:46
- Log: Fake what context we are running in for CLONE and DESTROY so
+ Log: Fake what context we are running in for CLONE and DESTROY so
threads->tid() returns the correct value.
This is reported as bug #10046
Branch: perl
@@ -20419,7 +28526,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18378] By: gsar on 2002/12/31 04:07:56
Log: integrate change#18377 from maint-5.6 branch
-
+
change#17566 needs to be more defensive about win32_dup2()
itself calling SetStdHandle() (at least MSVCRT does this)
Branch: perl
@@ -20497,7 +28604,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18350] By: merijn on 2002/12/24 05:26:40
Log: Removal of duplicate comment block
-
+
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Subject: Re: [perl #19306] Sys::Syslog issues.
Date: Mon, 23 Dec 2002 15:25:51 -0800
@@ -20611,7 +28718,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18327] By: gsar on 2002/12/18 02:08:12
Log: windows: support for large files
-
+
note that this change will break binary compatibility with the
default 5.8.0 build options; nevertheless I think it is worth
having in 5.8.1 (people who want the compatibility can disable
@@ -20647,12 +28754,12 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18321] By: gsar on 2002/12/17 22:56:25
Log: integrate change#18320 from maint-5.6 branch
-
+
C<require '\foo\bar.pm'> fails on windows if not running
from the root directory; for a test case, see:
-
+
http://bugs.activestate.com/show_bug.cgi?id=19317
-
+
this was due to not recognizing \foo\bar.pm as an absolute
path name
Branch: perl
@@ -20885,7 +28992,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18272] By: merijn on 2002/12/09 15:31:28
Log: RT#15950
-
+
Subject: [PATCH] Typo in Term::ANSIColor
Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
@@ -20956,7 +29063,7 @@ ____________________________________________________________________________
[ 18262] By: rgs on 2002/12/08 20:31:42
Log: getservbyport() should accept an empty string as its
proto argument (as does getservbyname()).
-
+
Subject: Re: Is this a bug or am I being stupid?
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 08 Dec 2002 01:54:37 +0100
@@ -21033,7 +29140,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18230] By: merijn on 2002/12/02 15:45:31
Log: $0 modifying part II (HP-UX only)
-
+
Date: Sat, 30 Nov 2002 20:16:51 +0200
From: Jarkko Hietaniemi <jhi@iki.fi>
Subject: [PATCH] $0 modifying
@@ -21043,7 +29150,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18229] By: merijn on 2002/12/02 15:43:16
Log: $0 mofifying part I
-
+
Date: Sat, 30 Nov 2002 20:16:51 +0200
From: Jarkko Hietaniemi <jhi@iki.fi>
Subject: [PATCH] $0 modifying
@@ -21133,7 +29240,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18216] By: merijn on 2002/11/29 10:00:54
Log: 64bit Peek failure on HP-UX 11.00
-
+
Subject: Re: Smoke 18188
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
From: Slaven Rezic <slaven.rezic@berlin.de>
@@ -21143,7 +29250,7 @@ ____________________________________________________________________________
! ext/Devel/Peek/Peek.t
____________________________________________________________________________
[ 18203] By: jhi on 2002/11/28 14:54:34
- Log: Slight beauty tweak.
+ Log: Slight beauty tweak.
Branch: perl
! intrpvar.h
____________________________________________________________________________
@@ -21176,7 +29283,7 @@ ____________________________________________________________________________
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: Mon, 25 Nov 2002 10:21:08 +0100
Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
-
+
Plus a few similar POD fixes
Branch: perl
! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
@@ -21310,7 +29417,7 @@ ____________________________________________________________________________
From: Peter Scott <Peter@PSDT.com>
Date: Thu, 07 Nov 2002 19:04:27 -0800
Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
-
+
With a tweak to the END cleanup block to fully remove the
temporary test directory
Branch: perl
@@ -21553,7 +29660,7 @@ ____________________________________________________________________________
From: Stephen McCamant <smcc@mit.edu>
Date: Thu, 31 Oct 2002 01:35:29 -0500
Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
-
+
plus a test case in ext/B/t/concise.t
plus a (less intrusive, but less future-proof) fix for a
similar problem in B::walkoptree_exec().
@@ -21571,7 +29678,7 @@ ____________________________________________________________________________
From: hv@crypt.org
Date: Tue, 05 Nov 2002 13:30:00 +0000
Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
-
+
This is half of the fix for #18107. The swash_init() problems
described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
but can now be seen only with UTF-8 test cases.
@@ -21580,7 +29687,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18108] By: merijn on 2002/11/05 07:52:08
Log: Put back the DO NOT EDIT headers in proto.h and global.sym
-
+
Subject: Re: [perl #18066] Bug in -I when path has double colons?
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 03 Nov 2002 10:25:10 +0100
@@ -21617,7 +29724,7 @@ ____________________________________________________________________________
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 30 Oct 2002 11:18:47 +0100
Message-ID: <87of9c2prs.fsf@vran.herceg.de>
-
+
With the corresponding change to embed.fnc
Branch: perl
+ t/run/switchI.t
@@ -21626,7 +29733,7 @@ ____________________________________________________________________________
____________________________________________________________________________
[ 18094] By: merijn on 2002/11/04 16:08:22
Log: Changed the warning detection pattern because of:
-
+
Subject: ccache gcc3.2 doesn't work
From: Nicholas Clark <nick@ccl4.org>
Date: Tue, 29 Oct 2002 15:01:39
@@ -21716,13 +29823,13 @@ ____________________________________________________________________________
From: Slaven Rezic <slaven.rezic@berlin.de>
Date: 30 Oct 2002 16:22:36 +0100
Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
-
+
Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
is not DWIM but "-4\n".."-0\n" is!
From: "Orton, Yves" <yves.orton@mciworldcom.de>
Date: Wed, 30 Oct 2002 11:59:31 -0000
Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
-
+
(Applied over previous fix.)
Branch: perl
! pp_ctl.c t/op/range.t
@@ -21732,7 +29839,7 @@ ____________________________________________________________________________
From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
Date: 30 Oct 2002 17:27:53 -0000
Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
-
+
(Fixed by making an exception for .."0" in pp_flop.)
Branch: perl
! pp_ctl.c t/op/range.t
@@ -22305,7 +30412,7 @@ ____________________________________________________________________________
From: Bob Wilkinson (via RT) <perlbug@perl.org>
Date: 9 Oct 2002 09:50:40 -0000
Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
-
+
Subject: [perl #17821] Typo in perltooc
From: Bob Wilkinson (via RT) <perlbug@perl.org>
Date: 9 Oct 2002 10:12:51 -0000
@@ -22690,7 +30797,7 @@ ____________________________________________________________________________
[ 17941] By: hv on 2002/09/29 12:11:06
Log: Subject: [perl #16796] Configure script buglet
From: "Amick, Eric" (via RT) <perlbug@perl.org>
- Date: 27 Aug 2002 20:09:29 -0000
+ Date: 27 Aug 2002 20:09:29 -0000
Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
Branch: perl
! Configure
@@ -22769,7 +30876,7 @@ ____________________________________________________________________________
[ 17930] By: hv on 2002/09/26 15:56:07
Log: Subject: [perl #17445] Class::Struct patch: version number, examples
From: Ken Neighbors (via RT) <perlbug@perl.org>
- Date: 19 Sep 2002 18:48:22 -0000
+ Date: 19 Sep 2002 18:48:22 -0000
Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
Branch: perl
! lib/Class/Struct.pm
@@ -22909,7 +31016,7 @@ ____________________________________________________________________________
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Thu, 19 Sep 2002 18:59:48 +0300
Message-Id: <20020919155948.GU208696@lyta.hut.fi>
-
+
Subject: [PATCH] more PASE tweakage
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Thu, 19 Sep 2002 18:01:44 +0300
@@ -23115,7 +31222,7 @@ ____________________________________________________________________________
From: Nicholas Clark <nick@unfortu.net>
Date: Sun, 8 Sep 2002 15:46:44 +0100
Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
-
+
Plus two other similar tweaks
Branch: perl
! ext/SDBM_File/sdbm.t
@@ -23446,7 +31553,7 @@ ____________________________________________________________________________
From: Richard Soderberg (via RT) <perlbug@perl.org>
Date: 3 Sep 2002 18:48:54 -0000
Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
-
+
Subject: [PATCH] A variety of README nitpicks.
From: Richard Soderberg <rs@crystalflame.net>
Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
@@ -23852,10 +31959,10 @@ ____________________________________________________________________________
! utils/perldoc.PL
____________________________________________________________________________
[ 17766] By: rgs on 2002/08/24 20:33:05
- Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
+ Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
From: Peter BARABAS (via RT) <perlbug@perl.org>
Date: 24 Aug 2002 08:16:19 -0000
- Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
+ Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
Branch: perl
! pod/perlxstut.pod
____________________________________________________________________________
@@ -24019,7 +32126,7 @@ ____________________________________________________________________________
From: John Peacock <jpeacock@rowman.com>
Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
Message-id: <3D630042.6020407@rowman.com>
-
+
Subject: Re: [REVISED PATCH] Magic v-strings
From: John Peacock <jpeacock@rowman.com>
Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
@@ -24330,7 +32437,7 @@ ____________________________________________________________________________
! README.hpux
____________________________________________________________________________
[ 17706] By: rgs on 2002/08/09 21:00:41
- Log: Subject: Re: missing lower range in {} regex
+ Log: Subject: Re: missing lower range in {} regex
From: "John P. Linderman" <jpl@research.att.com>
Date: Fri, 09 Aug 2002 12:48:55 -0400
Message-ID: <200208091648.MAA77577@raptor.research.att.com>
@@ -24460,7 +32567,7 @@ ____________________________________________________________________________
From: Nicholas Clark <nick@unfortu.net>
Date: Sat, 27 Jul 2002 21:49:55 +0100
Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
-
+
Plus a little bit of regression tests.
Branch: perl
! t/lib/warnings/pp_hot util.c