Front page | perl.perl5.porters |
Postings from November 2003
perl @ 21830
Thread Next
From:
Nicholas Clark
Date:
November 30, 2003 16:00
Subject:
perl @ 21830
Message ID:
20031130235945.GB23801@plum.flirble.org
Only 31 patching days until Christmas^W 5.8.3
Maint snapshot now available. As usual the bz2 is smaller:
http://www.ccl4.org/~nick/P/perl-21830.tar.bz2
http://www.ccl4.org/~nick/P/perl-21830.tar.gz
Is there still need for rsync-able maint snapshots, given the availability
of up to the (5) minute rsync access to the repository at
rsync://ftp.linux.activestate.com/perl-5.8.x/
?
This snapshot would have been earlier today - no prizes for working out
what the cause of the delay was from the appended ChangeLog :-)
The plan remains to release 5.8.3 in January 2004. If you want patches
or bug fixes in 5.8.3, please ensure that they have been committed to
blead before 1st Jan 2004.
Nicholas Clark
____________________________________________________________________________
[ 21829] By: nicholas on 2003/11/30 21:35:03
Log: Integrate:
[ 21827]
Keep installing xsubpp in lib/ExtUtils,
so MakeMaker can find it.
Branch: maint-5.8/perl
! installperl
____________________________________________________________________________
[ 21825] By: nicholas on 2003/11/30 20:19:43
Log: Update Changes
Branch: maint-5.8/perl
! Changes patchlevel.h
____________________________________________________________________________
[ 21824] By: nicholas on 2003/11/30 19:00:33
Log: Integrate:
[ 21802]
POSIX::isXXX(undef) segfaulted. (bug #24554.)
[ 21823]
Subject: Re: [perl #24554] Segfault in POSIX module
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: maint-5.8/perl
!> ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
____________________________________________________________________________
[ 21822] By: nicholas on 2003/11/30 10:35:31
Log: Integrate:
[ 21810]
Update Unicode::Collate to 0.31 (Only the .pm version for now)
[ 21812]
Update Unicode::Normalize to 0.28
Branch: maint-5.8/perl
+> ext/Unicode/Normalize/t/illegal.t
+> ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
+> lib/Unicode/Collate/t/illegal.t
+> lib/Unicode/Collate/t/illegalp.t
!> MANIFEST ext/Unicode/Normalize/Changes
!> ext/Unicode/Normalize/Normalize.pm
!> ext/Unicode/Normalize/Normalize.xs
!> ext/Unicode/Normalize/README lib/Unicode/Collate.pm
!> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
!> lib/Unicode/Collate/t/version.t
____________________________________________________________________________
[ 21821] By: nicholas on 2003/11/30 10:24:55
Log: Integrate:
[ 21807]
Update Digest to 1.03
[ 21808]
Update to Digest::MD5 2.31
[ 21809]
D'oh! Forgot to lib/Digest/base.pm
[ 21811]
D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
Branch: maint-5.8/perl
+> ext/Digest/MD5/t/bits.t lib/Digest/base.pm lib/Digest/t/base.t
+> lib/Digest/t/digest.t
- lib/Digest.t
!> MANIFEST Porting/Maintainers.pl ext/Digest/MD5/Changes
!> ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
!> ext/Digest/MD5/t/badfile.t ext/Digest/MD5/t/files.t
!> lib/Digest.pm
____________________________________________________________________________
[ 21820] By: nicholas on 2003/11/30 10:11:14
Log: Integrate all the t/op/readline.t changes:
[ 19069]
Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
From: Nicholas Clark <nick@unfortu.net>
Date: Tue, 25 Mar 2003 22:59:17 +0000
Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
[ 19069]
Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
From: Nicholas Clark <nick@unfortu.net>
Date: Tue, 25 Mar 2003 22:59:17 +0000
Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
[ 19071]
Better version of change #19069
Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
From: Nicholas Clark <nick@unfortu.net>
Date: Wed, 26 Mar 2003 23:01:46 +0000
Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
[ 19267]
Subject: [PATCH] readline.t tweak for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Date: Thu, 17 Apr 2003 17:18:19 -0500
Message-ID: <3E9F282B.6090603@mac.com>
[ 20431]
More runperl(switches => ...) finds (bleadperl only).
[ 21787]
Subject: [PATCH] Re: bug or a feature?
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>
(test moved to t/op/readline.t)
[ 21794]
Arguments to skip were the wrong way round, hence why all the *BSDs
were failing
Branch: maint-5.8/perl
! sv.c t/op/readline.t
!> pp_hot.c
____________________________________________________________________________
[ 21819] By: nicholas on 2003/11/30 09:57:11
Log: Integrate:
[ 21805]
Silence gcc 2.95 warning
(Its trace flow isn't good enough to realise that there is no problem)
Branch: maint-5.8/perl
!> pp_hot.c
____________________________________________________________________________
[ 21818] By: nicholas on 2003/11/30 09:43:55
Log: Integrate:
[ 21800]
Fix a regression introduced by change #21694 on sprintf()
with long doubles, by disabling the specific optimisation
path in this case ; remove a unnecessary cast ; add a new
test file for miscellaneous sprintf() test that don't fit
in the t/op/sprintf.t framework.
[ 21804]
Gconvert actually takes type NV, while nv may be either double
or long double (depending on some conditional code)
Rafael and I think that this cast should work.
[ 21806]
When Gconvert is a macro around sprintf with a .* format we need
to cast to int (in case STRLEN isn't the same size as int)
gcc issues a warning even when it is the same size
Branch: maint-5.8/perl
+> t/op/sprintf2.t
!> MANIFEST sv.c
____________________________________________________________________________
[ 21817] By: nicholas on 2003/11/30 09:25:20
Log: Copy SvIsCOW(sv) and SvIsCOW_shared_hash(sv) from blead
(Each is part of separate much larger changes, so can't integrate)
Branch: maint-5.8/perl
! sv.h
____________________________________________________________________________
[ 21816] By: nicholas on 2003/11/29 21:15:29
Log: Integrate:
[ 21799]
Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
From: Stas Bekman <stas@stason.org>
Date: Fri, 28 Nov 2003 14:42:25 -0800
Message-ID: <3FC7CF51.7060804@stason.org>
[ 21813]
Remove whitespace from ends of lines (simply because it irritates me)
Branch: maint-5.8/perl
!> pod/perlsec.pod utils/h2xs.PL
____________________________________________________________________________
[ 21815] By: nicholas on 2003/11/29 21:15:05
Log: Integrate:
[ 21797]
Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
From: Slaven Rezic <slaven@rezic.de>
Date: 19 Oct 2003 19:11:31 +0200
Message-ID: <87smlprw3g.fsf@vran.herceg.de>
(with further tweaks)
Branch: maint-5.8/perl
!> lib/File/Copy.pm lib/File/Copy.t
____________________________________________________________________________
[ 21803] By: nicholas on 2003/11/29 13:09:40
Log: Integrate:
It's back!
[ 21449]
Subject: [PATCH] SIGN => 1 support for MakeMaker
From: Autrijus Tang <autrijus@autrijus.org>
Date: Tue, 14 Oct 2003 18:32:28 +0800
Message-Id: <1066127547.65845.35.camel@localhost>
[ 21652]
Upgrade to ExtUtils::MakeMaker 6.19
[ 21675]
Upgrade to MakeMaker 6.20.
[ 21702]
Upgrade to MakeMaker 6.21.
Branch: maint-5.8/perl
+> lib/ExtUtils/t/parse_version.t
+> t/lib/MakeMaker/Test/Setup/BFD.pm
+> t/lib/MakeMaker/Test/Setup/Problem.pm
- lib/ExtUtils/t/00setup_dummy.t
- lib/ExtUtils/t/zz_cleanup_dummy.t
! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
!> (integrate 37 files)
____________________________________________________________________________
[ 21801] By: nicholas on 2003/11/29 11:05:18
Log: Integrate:
[ 21655]
Temporary kludge to allow SDBM_File being built
with MakeMaker 6.19.
[ 21657]
Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
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).
[ 21710]
Subject: [PATCH] Last stab at sdbm/Makefile.PL
From: Michael G Schwern <schwern@pobox.com>
Date: Tue, 11 Nov 2003 21:02:30 -0800
Message-ID: <20031112050230.GO6874@localhost.comcast.net>
Branch: maint-5.8/perl
!> ext/SDBM_File/sdbm/Makefile.PL
____________________________________________________________________________
[ 21796] By: nicholas on 2003/11/28 20:05:30
Log: Integrate:
[ 21788]
Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
[ 21789]
Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
PerlIO and threads are not on CPAN.
[ 21795]
Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
From: "Green, Paul" <Paul.Green@stratus.com>
Date: Thu, 27 Nov 2003 21:51:26 -0500
Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
Branch: maint-5.8/perl
!> AUTHORS Porting/Maintainers.pl hints/vos.sh
____________________________________________________________________________
[ 21786] By: nicholas on 2003/11/25 19:48:30
Log: re-run pod/buildtoc
Branch: maint-5.8/perl
! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
! win32/pod.mak
____________________________________________________________________________
[ 21785] By: nicholas on 2003/11/25 19:42:14
Log: Re-order entries
Branch: maint-5.8/perl
! MANIFEST
____________________________________________________________________________
[ 21784] By: nicholas on 2003/11/25 19:25:25
Log: Integrate:
[ 21780]
Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
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>
[ 21783]
Subject: remove hardcoded version number from cygwin/perlld.in
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
Date: Mon, 24 Nov 2003 08:11:36 -0800
Message-ID: <20031124161136.GC2656@efn.org>
Branch: maint-5.8/perl
!> cygwin/Makefile.SHs cygwin/perlld.in hints/solaris_2.sh
____________________________________________________________________________
[ 21778] By: nicholas on 2003/11/22 23:21:32
Log: Integrate:
[ 21706]
Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
From: Tom Phoenix <rootbeer@redcat.com>
Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
[ 21751]
Update the runops stuff in perlguts
[ 21754]
Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
From: Iain Truskett <spoon@cpan.org>
Date: Thu, 20 Nov 2003 00:41:33 +1100
Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
Branch: maint-5.8/perl
!> lib/PerlIO.pm pod/perlguts.pod pod/perlmod.pod pod/perlrun.pod
____________________________________________________________________________
[ 21777] By: nicholas on 2003/11/22 23:17:43
Log: Integrate:
[ 21697]
Subject: [PATCH 5.8.2 @21574] make install: line noise
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)
[ 21708]
Subject: [PATCH 5.8.2 @21574] make install not installing fully
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Tue, 4 Nov 2003 20:07:25 -0800
Message-ID: <20031105040725.GA2629@math.berkeley.edu>
[ 21723]
Include "SCCS" in the list of directory names that should
be ignored by installperl.
[ 21739]
Subject: Re: [perl #24493] install.html not working
From: Slaven Rezic <slaven@rezic.de>
Date: 16 Nov 2003 20:52:29 +0100
Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
[ 21740]
Install instmodsh and xsubpp in bin/ along the other utilities.
[ 21741]
Complement of change #21740 for Windows.
(I have the feeling that it's already subtly broken on VMS)
Branch: maint-5.8/perl
+> utils/instmodsh.PL utils/xsubpp.PL
!> MANIFEST Makefile.SH installhtml installperl os2/Makefile.SHs
!> utils.lst utils/Makefile win32/Makefile win32/makefile.mk
____________________________________________________________________________
[ 21776] By: nicholas on 2003/11/22 22:48:49
Log: Integrate:
[ 21663]
Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
From: Slaven Rezic <slaven@rezic.de>
Date: 20 Oct 2003 22:39:28 +0200
Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
Branch: maint-5.8/perl
!> lib/filetest.t
____________________________________________________________________________
[ 21775] By: nicholas on 2003/11/22 22:35:25
Log: Integrate:
[ 21732]
Subject: [PATCH] configpm, our $summary : unique
From: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Sat, 15 Nov 2003 22:18:32 +0100
Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
(plus comments)
[ 21733]
Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
From: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Sat, 15 Nov 2003 23:22:16 +0100
Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
[ 21752]
Fix bug [perl #24508] Wrong assignment in nested assignment
together with subroutine call
Apparently concat still doesn't deal correctly with lexicals
in all cases. Disable the whole TARGET_MY optimisation for it.
(and remove the corresponding code from the peephole optimiser.)
Branch: maint-5.8/perl
! opcode.h
!> configpm ext/threads/t/problems.t op.c opcode.pl t/op/concat.t
____________________________________________________________________________
[ 21763] By: nicholas on 2003/11/21 21:38:15
Log: Test all permuations of utf8 flags on hashes and keys
Branch: maint-5.8/perl
! ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21762] By: nicholas on 2003/11/21 20:41:03
Log: Refactor hash API tests (prior to some additions)
Branch: maint-5.8/perl
! ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21761] By: nicholas on 2003/11/21 20:20:04
Log: Integrate:
[ 21742]
Whoops. We weren't actually testing hv_store_ent
We are now. Plus test hv_store for an initially empty hash.
Branch: maint-5.8/perl
!> ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21759] By: nicholas on 2003/11/20 22:17:24
Log: perforce-- # Can't integrate a brange and an edit in one shot
mop up the file it failed on.
Integrate:
[ 21735]
utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
(pp functions use the _ent variants, and as the implementation is
duplicated, these bugs aren't tested, and aren't noticed)
Branch: maint-5.8/perl
!> ext/XS/APItest/t/hash.t
____________________________________________________________________________
[ 21757] By: nicholas on 2003/11/20 19:23:15
Log: Integrate:
[ 21756]
Subject: [PATCH] promote hv_clear_placeholders to perl API
From: Alan Burlison <Alan.Burlison@sun.com>
Date: Thu, 20 Nov 2003 10:34:30 +0000
Message-ID: <3FBC98B6.6090909@sun.com>
Branch: maint-5.8/perl
!> embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
!> universal.c
____________________________________________________________________________
[ 21749] By: nicholas on 2003/11/19 20:08:42
Log: Integrate:
[ 21748]
Subject: [PATCH] clear of empty locked hash SEGVs
From: Alan Burlison <Alan.Burlison@sun.com>
Date: Wed, 19 Nov 2003 14:39:03 +0000
Message-ID: <3FBB8087.20206@sun.com>
Branch: maint-5.8/perl
!> hv.c lib/Hash/Util.t
____________________________________________________________________________
[ 21745] By: nicholas on 2003/11/19 18:42:14
Log: Integrate:
[ 21743]
Restore errno after having read $^E (like for $!)
to preserve errno from unfortunate side-effects.
Branch: maint-5.8/perl
!> mg.c
____________________________________________________________________________
[ 21738] By: nicholas on 2003/11/16 21:49:45
Log: Integrate:
[ 21737]
Ooops. left an XXX comment in, and worse still it's a // comment
Branch: maint-5.8/perl
!> hv.c
____________________________________________________________________________
[ 21736] By: nicholas on 2003/11/16 21:27:24
Log: Integrate:
[ 21734]
Accessing unicode keys in tie hashes via hv_exists was broken.
(pp_exists uses hv_exists_ent, which isn't broken)
I expect an equivalent bug in hv_delete
[ 21735]
utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
(pp functions use the _ent variants, and as the implementation is
duplicated, these bugs aren't tested, and aren't noticed)
Branch: maint-5.8/perl
+> ext/XS/APItest/t/hash.t
!> MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
!> ext/XS/APItest/MANIFEST hv.c
____________________________________________________________________________
[ 21731] By: nicholas on 2003/11/15 22:25:53
Log: Integrate:
[ 21712]
Enable hints to create call-back units that can act when
a specific variable is *not* set (like -Uuselargefiles)
[ 21713]
Simplified the reading
Branch: maint-5.8/perl
!> Configure hints/README.hints hints/solaris_2.sh
____________________________________________________________________________
[ 21730] By: nicholas on 2003/11/15 14:42:58
Log: Integrate:
[ 21728]
Update perlhist with 5.6.2.
Branch: maint-5.8/perl
!> pod/perlhist.pod
____________________________________________________________________________
[ 21721] By: nicholas on 2003/11/13 21:25:56
Log: Integrate:
[ 21673]
Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
From: Andy Dougherty <doughera@lafayette.edu>
Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
Branch: maint-5.8/perl
!> hints/linux.sh
____________________________________________________________________________
[ 21720] By: nicholas on 2003/11/13 21:07:58
Log: Integrate:
[ 21677]
Subject: [PATCH 5.8.2 @21574] OS/2 docu
From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
Date: Thu, 6 Nov 2003 23:26:18 -0800
Message-ID: <20031107072618.GA4370@math.berkeley.edu>
[ 21687]
Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod] Updated.
From: Abigail <abigail@abigail.nl>
Date: Sat, 8 Nov 2003 18:51:30 +0100
Message-Id: <20031108175130.GA22273@abigail.nl>
[ 21691]
Update the list of pumpkings in perlhist.pod.
Branch: maint-5.8/perl
!> os2/Changes pod/perlhist.pod
____________________________________________________________________________
[ 21719] By: nicholas on 2003/11/13 20:59:26
Log: Integrate:
[ 21718]
Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
From: Enache Adrian <enache@rdslink.ro>
Date: Tue, 11 Nov 2003 15:25:29 +0200
Message-ID: <20031111132529.GB1271@ratsnest.hole>
Branch: maint-5.8/perl
! op.c
____________________________________________________________________________
[ 21717] By: nicholas on 2003/11/13 20:29:04
Log: Integrate:
[ 21674]
Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
tests fail to spot this
From: Rick Delaney <rick@bort.ca>
Date: Wed, 5 Nov 2003 23:02:41 -0500
Message-Id: <20031105230241.D13585@biff.bort.ca>
[ 21676]
bugid #24407: numeric key for shared hash got stringified using
wrong interpreter, and thus got malloced into the wrong thread
memory pool
[ 21694]
Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
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
Message-ID: <20031104045748.GA1826@math.berkeley.edu>
[ 21714]
Fix bug [perl #24380] : assigning to a hash in list
or scalar context yielded a wrong value if the list
contained duplicated keys for the hash. This is fixed
by counting the number of duplicate keys and trimming
the stack by the corresponding number of items.
Branch: maint-5.8/perl
! t/op/taint.t
!> ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
!> pp_ctl.c pp_hot.c sv.c t/op/hashassign.t
____________________________________________________________________________
[ 21715] By: nicholas on 2003/11/13 19:57:33
Log: Integrate:
[ 21662]
Subject: Re: 'make minitest' fails for op/cproto and op/pat
From: Michael G Schwern <schwern@pobox.com>
Date: Wed, 5 Nov 2003 06:26:36 -0800
Message-Id: <20031105142635.GA22761@localhost.comcast.net>
[ 21671]
Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
From: Stas Bekman <stas@stason.org>
Date: Wed, 05 Nov 2003 00:50:25 -0800
Message-ID: <3FA8B9D1.2020806@stason.org>
[ 21672]
Subject: [patch t/op/hash.t] extending the hash attack test
From: Stas Bekman <stas@stason.org>
Date: Tue, 04 Nov 2003 14:33:09 -0800
Message-ID: <3FA82925.7020703@stason.org>
Branch: maint-5.8/perl
!> lib/Benchmark.pm t/op/cproto.t t/op/hash.t
____________________________________________________________________________
[ 21704] By: nicholas on 2003/11/11 20:48:54
Log: Integrate:
[ 21693]
Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
From: Vadim Konovalov <konovalo@mail.wplus.net>
Date: Sun, 9 Nov 2003 13:31:59 +0300
Message-ID: <93187393948.20031109133159@mail.wplus.net>
Branch: maint-5.8/perl
!> wince/Makefile.ce
____________________________________________________________________________
[ 21703] By: nicholas on 2003/11/11 20:21:13
Log: Update changes
Branch: maint-5.8/perl
! Changes Changes5.8.2
____________________________________________________________________________
[ 21701] By: nicholas on 2003/11/11 20:08:50
Log: Remove carriage returns (which had slipped in)
Branch: maint-5.8/perl
! win32/Makefile win32/makefile.mk wince/compile-all.bat
! wince/registry.bat
____________________________________________________________________________
[ 21700] By: nicholas on 2003/11/11 19:28:07
Log: perldelta changeover
Branch: maint-5.8/perl
! pod/perldelta.pod
____________________________________________________________________________
[ 21699] By: nicholas on 2003/11/11 19:21:20
Log: Disarm the maint branch
Branch: maint-5.8/perl
+> Changes5.8.2 pod/perl582delta.pod
! Changes MANIFEST patchlevel.h
Thread Next
-
perl @ 21830
by Nicholas Clark