Iain Truskett [Thu, 20 Nov 2003 00:41:33 +0000]
[docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
Message-ID: <
20031119134132.GG21314@gytha.anu.edu.au>
p4raw-id: //depot/perl@21754
Nicholas Clark [Wed, 19 Nov 2003 22:28:25 +0000]
merge hv_fetch and hv_fetch_ent into hv_fetch_common
remove S_hv_fetch_flags
hv.c now 13% smaller than when I started. hv_store TODO
p4raw-id: //depot/perl@21753
Rafael Garcia-Suarez [Wed, 19 Nov 2003 21:06:01 +0000]
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.)
p4raw-id: //depot/perl@21752
Rafael Garcia-Suarez [Wed, 19 Nov 2003 21:03:20 +0000]
Update the runops stuff in perlguts
p4raw-id: //depot/perl@21751
Nicholas Clark [Wed, 19 Nov 2003 20:37:27 +0000]
integrate hv_delete and hv_delete_ent into hv_delete_common
p4raw-id: //depot/perl@21750
Alan Burlison [Wed, 19 Nov 2003 14:39:03 +0000]
clear of empty locked hash SEGVs
Message-ID: <
3FBB8087.20206@sun.com>
p4raw-id: //depot/perl@21748
Nicholas Clark [Wed, 19 Nov 2003 19:51:41 +0000]
merge hv_exists and hv_exists_ent into S_hv_exists_common
p4raw-id: //depot/perl@21747
Nicholas Clark [Wed, 19 Nov 2003 18:46:07 +0000]
Run regen.pl (for hv_assert)
p4raw-id: //depot/perl@21746
Nicholas Clark [Wed, 19 Nov 2003 17:44:58 +0000]
Integrate:
[ 21642]
space should be tab for lib/I18N/LangTags/t/02decency.t
p4raw-link: @21642 on //depot/maint-5.8/perl:
e2ea6b3ef86f79e804ac6a03abd457c45a5f3b64
p4raw-id: //depot/perl@21744
p4raw-integrated: from //depot/maint-5.8/perl@21642 'merge in' MANIFEST
(@21612..)
Rafael Garcia-Suarez [Wed, 19 Nov 2003 17:21:50 +0000]
Restore errno after having read $^E (like for $!)
to preserve errno from unfortunate side-effects.
p4raw-id: //depot/perl@21743
Nicholas Clark [Tue, 18 Nov 2003 21:04:40 +0000]
Whoops. We weren't actually testing hv_store_ent
We are now. Plus test hv_store for an initially empty hash.
p4raw-id: //depot/perl@21742
Rafael Garcia-Suarez [Mon, 17 Nov 2003 23:06:07 +0000]
Complement of change #21740 for Windows.
(I have the feeling that it's already subtly broken on VMS)
p4raw-link: @21740 on //depot/perl:
a55f9fbc122e135334917b92ce41b3960365c082
p4raw-id: //depot/perl@21741
Rafael Garcia-Suarez [Mon, 17 Nov 2003 19:02:21 +0000]
Install instmodsh and xsubpp in bin/ along the other utilities.
p4raw-id: //depot/perl@21740
Slaven Rezic [Sun, 16 Nov 2003 20:52:29 +0000]
Re: [perl #24493] install.html not working
Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
p4raw-id: //depot/perl@21739
Nicholas Clark [Sun, 16 Nov 2003 21:32:09 +0000]
Ooops. left an XXX comment in, and worse still it's a // comment
p4raw-id: //depot/perl@21737
Nicholas Clark [Sun, 16 Nov 2003 20:20:58 +0000]
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)
p4raw-id: //depot/perl@21735
Nicholas Clark [Sun, 16 Nov 2003 17:11:22 +0000]
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
p4raw-id: //depot/perl@21734
Elizabeth Mattijsen [Sat, 15 Nov 2003 23:22:16 +0000]
Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
Message-Id: <p
05111b04bbdc49076950@[192.168.56.3]>
p4raw-id: //depot/perl@21733
Elizabeth Mattijsen [Sat, 15 Nov 2003 22:18:32 +0000]
configpm, our $summary : unique
Message-Id: <p
05111b03bbdc478d10cb@[192.168.56.3]>
(plus comments)
p4raw-id: //depot/perl@21732
Nicholas Clark [Sat, 9 Aug 2003 00:35:36 +0000]
Re: Storable Error
Message-ID: <
20030809003535.C20130@plum.flirble.org>
p4raw-id: //depot/perl@21729
Rafael Garcia-Suarez [Sat, 15 Nov 2003 11:43:43 +0000]
Update perlhist with 5.6.2.
p4raw-id: //depot/perl@21728
Rafael Garcia-Suarez [Fri, 14 Nov 2003 22:35:20 +0000]
Add more complete tests for the "variable masks earlier
declaration" warning, including a TODO test
p4raw-id: //depot/perl@21725
Rafael Garcia-Suarez [Fri, 14 Nov 2003 07:43:17 +0000]
Include "SCCS" in the list of directory names that should
be ignored by installperl.
p4raw-id: //depot/perl@21723
Adrian M. Enache [Tue, 11 Nov 2003 15:25:29 +0000]
Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
Message-ID: <
20031111132529.GB1271@ratsnest.hole>
p4raw-id: //depot/perl@21718
Rafael Garcia-Suarez [Thu, 13 Nov 2003 18:55:37 +0000]
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.
p4raw-id: //depot/perl@21714
H.Merijn Brand [Thu, 13 Nov 2003 09:25:15 +0000]
Simplified the reading
p4raw-id: //depot/perl@21713
H.Merijn Brand [Thu, 13 Nov 2003 09:22:21 +0000]
Enable hints to create call-back units that can act when
a specific variable is *not* set (like -Uuselargefiles)
p4raw-id: //depot/perl@21712
Michael G. Schwern [Tue, 11 Nov 2003 21:02:30 +0000]
Last stab at sdbm/Makefile.PL
Message-ID: <
20031112050230.GO6874@localhost.comcast.net>
p4raw-id: //depot/perl@21710
Ilya Zakharevich [Tue, 4 Nov 2003 20:07:25 +0000]
make install not installing fully
Message-ID: <
20031105040725.GA2629@math.berkeley.edu>
p4raw-id: //depot/perl@21708
Tom Phoenix [Tue, 11 Nov 2003 15:50:35 +0000]
Re: [perl #24460] [DOC PATCH] the begincheck program
Message-Id: <Pine.BSO.4.53.
0311111547500.9242@blue.stonehenge.com>
p4raw-id: //depot/perl@21706
Rafael Garcia-Suarez [Tue, 11 Nov 2003 20:13:56 +0000]
Upgrade to MakeMaker 6.21.
p4raw-id: //depot/perl@21702
Ilya Zakharevich [Tue, 4 Nov 2003 20:10:16 +0000]
[PATCH 5.8.2 @21574] make install: line noise
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)
p4raw-id: //depot/perl@21697
Ilya Zakharevich [Mon, 3 Nov 2003 20:27:39 +0000]
[PATCH 5.8.2 @21574] sprintf() painfully slow
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>
p4raw-id: //depot/perl@21694
Vadim Konovalov [Sun, 9 Nov 2003 13:31:59 +0000]
must copy changes from win32/makeifle.mk to wince/makefile.ce
Message-ID: <
93187393948.20031109133159@mail.wplus.net>
p4raw-id: //depot/perl@21693
Rafael Garcia-Suarez [Sun, 9 Nov 2003 11:13:40 +0000]
Update the list of pumpkings in perlhist.pod.
p4raw-id: //depot/perl@21691
Abigail [Sat, 8 Nov 2003 18:51:30 +0000]
Updated.
Message-Id: <
20031108175130.GA22273@abigail.nl>
p4raw-id: //depot/perl@21687
Ilya Zakharevich [Thu, 6 Nov 2003 23:26:18 +0000]
OS/2 docu
Message-ID: <
20031107072618.GA4370@math.berkeley.edu>
p4raw-id: //depot/perl@21677
Dave Mitchell [Thu, 6 Nov 2003 22:11:23 +0000]
bugid #24407: numeric key for shared hash got stringified using
wrong interpreter, and thus got malloced into the wrong thread
memory pool
p4raw-id: //depot/perl@21676
Rafael Garcia-Suarez [Thu, 6 Nov 2003 10:27:22 +0000]
Upgrade to MakeMaker 6.20.
p4raw-id: //depot/perl@21675
Rick Delaney [Wed, 5 Nov 2003 23:02:41 +0000]
Re: [perl #24248] taint propagation regression,
tests fail to spot this
Message-Id: <
20031105230241.D13585@biff.bort.ca>
p4raw-id: //depot/perl@21674
Andy Dougherty [Wed, 5 Nov 2003 17:19:03 +0000]
Be sure to use -fPIC not -fpic on Linux/SPARC
Message-ID: <Pine.SOL.4.53.
0311051715140.24878@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@21673
Stas Bekman [Tue, 4 Nov 2003 14:33:09 +0000]
[patch t/op/hash.t] extending the hash attack test
Message-ID: <
3FA82925.7020703@stason.org>
p4raw-id: //depot/perl@21672
Stas Bekman [Wed, 5 Nov 2003 00:50:25 +0000]
Re: [perl #24398] Benchmark.pm cmpthese segfault
Message-ID: <
3FA8B9D1.2020806@stason.org>
p4raw-id: //depot/perl@21671
Craig A. Berry [Wed, 5 Nov 2003 12:16:34 +0000]
Opcode.xs/RC2 compile nit on VMS
Message-ID: <2097592.
1068056194261.JavaMail.craigberry@mac.com>
p4raw-id: //depot/perl@21667
Abhijit Menon-Sen [Wed, 5 Nov 2003 18:34:28 +0000]
Orphaned submission from #21546.
p4raw-id: //depot/perl@21664
Slaven Rezic [Mon, 20 Oct 2003 22:39:28 +0000]
Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
p4raw-id: //depot/perl@21663
Michael G. Schwern [Wed, 5 Nov 2003 06:26:36 +0000]
Re: 'make minitest' fails for op/cproto and op/pat
Message-Id: <
20031105142635.GA22761@localhost.comcast.net>
p4raw-id: //depot/perl@21662
Abhijit Menon-Sen [Wed, 5 Nov 2003 16:50:05 +0000]
[PATCH] Modernise INSTALL
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
Message-Id: <
20031104094057.GA22508@abigail.nl>
p4raw-id: //depot/perl@21661
Jan Dubois [Tue, 4 Nov 2003 16:52:14 +0000]
reentr.pl is not defining _srandom_struct
Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
p4raw-id: //depot/perl@21660
Michael G. Schwern [Tue, 4 Nov 2003 17:59:13 +0000]
Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
Message-ID: <
20031105015913.GL15406@localhost.comcast.net>
Replaces the temporary kludge (#21655).
p4raw-id: //depot/perl@21657
Peter Prymmer [Tue, 4 Nov 2003 10:00:07 +0000]
Re: [gherteg@csc.com: your CPAN page on EBCDIC]
Message-ID: <O
F9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
p4raw-id: //depot/perl@21656
Rafael Garcia-Suarez [Tue, 4 Nov 2003 22:32:28 +0000]
Temporary kludge to allow SDBM_File being built
with MakeMaker 6.19.
p4raw-id: //depot/perl@21655
Rafael Garcia-Suarez [Tue, 4 Nov 2003 21:43:10 +0000]
Upgrade to ExtUtils::MakeMaker 6.19
p4raw-id: //depot/perl@21652
Ilya Zakharevich [Mon, 3 Nov 2003 20:20:44 +0000]
Re: [PATCH 5.8.2 @21574] OS/2 build
Message-ID: <
20031104042044.GA1682@math.berkeley.edu>
p4raw-id: //depot/perl@21651
Michael G. Schwern [Sat, 1 Nov 2003 22:57:45 +0000]
Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
Message-ID: <
20031102065745.GN3659@localhost.comcast.net>
(goes with change #21418)
p4raw-link: @21418 on //depot/perl:
2bfd56816acd10b1f958d1dde1769bafd756cbea
p4raw-id: //depot/perl@21650
Marcus Holland-Moritz [Mon, 3 Nov 2003 20:53:33 +0000]
Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
p4raw-id: //depot/perl@21647
Casey West [Mon, 3 Nov 2003 10:11:43 +0000]
Cwd.xs: off-by-one buffer overflow in realpath()
Message-ID: <
20031103151143.GB430@geeknest.com>
p4raw-id: //depot/perl@21646
Jan Dubois [Sun, 2 Nov 2003 21:43:44 +0000]
Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
p4raw-id: //depot/perl@21645
Rafael Garcia-Suarez [Mon, 3 Nov 2003 15:33:55 +0000]
Document the fact that keys() and values() are optimized
for void context (as suggested by Liz.)
p4raw-id: //depot/perl@21644
Nicholas Clark [Mon, 3 Nov 2003 07:04:36 +0000]
Stas would prefer not to have MOD_PERL defines in perl.
p4raw-id: //depot/perl@21639
Nicholas Clark [Mon, 3 Nov 2003 06:46:48 +0000]
s/new_hash/rehash/g (Stas suggested a better name)
p4raw-id: //depot/perl@21638
Nicholas Clark [Sun, 2 Nov 2003 22:32:21 +0000]
Provide Internals::new_hash_seed to return PL_new_hash_seed, and
make Hash::Util::hash_seed use this.
p4raw-id: //depot/perl@21634
Rafael Garcia-Suarez [Sun, 2 Nov 2003 21:05:59 +0000]
Fix for [perl #24347] segfault with Safe
The empty %INC created for safe compartements was freed
too early.
p4raw-id: //depot/perl@21628
Marcus Holland-Moritz [Sun, 2 Nov 2003 22:24:28 +0000]
update embed.pl description
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
007b01c3a187$b34c6110$0c2f1fac@R2D2>
p4raw-id: //depot/perl@21627
Rafael Garcia-Suarez [Sun, 2 Nov 2003 20:24:21 +0000]
Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
p4raw-id: //depot/perl@21625
Ilya Zakharevich [Wed, 29 Oct 2003 14:00:18 +0000]
OS/2 build
Message-ID: <
20031029220017.GA26384@math.berkeley.edu>
p4raw-id: //depot/perl@21620
Rafael Garcia-Suarez [Sun, 2 Nov 2003 18:07:30 +0000]
Quoted-printable is evil.
p4raw-id: //depot/perl@21619
Nicholas Clark [Sun, 2 Nov 2003 18:01:21 +0000]
Stas spotted a missed s//new_/ for the hash seed renaming games
p4raw-id: //depot/perl@21618
Greg Matheson [Thu, 30 Oct 2003 14:11:58 +0000]
Portability nit for MinGW 3.
Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
Message-ID: <
20031030141158.A11772@ms>
(actual patch by Abe Timmerman)
p4raw-id: //depot/perl@21617
david nicol [Sun, 26 Oct 2003 22:34:04 +0000]
DOCPATCH: does STORE need to return anything and if so what?
Message-Id: <
1067229244.1071.51.camel@plaza.davidnicol.com>
p4raw-id: //depot/perl@21616
Paul Marquess [Sat, 1 Nov 2003 13:50:12 +0000]
DB_File 1.807
From: "Paul Marquess" <Paul.Marquess@btinternet.com>
Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
p4raw-id: //depot/perl@21615
Rick Delaney [Mon, 27 Oct 2003 16:24:16 +0000]
Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
Message-ID: <
20031027162416.H2233@biff.bort.ca>
p4raw-id: //depot/perl@21614
Nicholas Clark [Sat, 1 Nov 2003 16:32:00 +0000]
D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
p4raw-id: //depot/perl@21611
Nicholas Clark [Sat, 1 Nov 2003 15:21:23 +0000]
mod_perl2 will require access to the Plan C hashing function.
p4raw-id: //depot/perl@21607
Nicholas Clark [Sat, 1 Nov 2003 14:21:38 +0000]
Add Internals::HvREHASH to expose the rehashing flag
t/op/hash.t tests that pathological data triggers rehashing
p4raw-id: //depot/perl@21604
Dave Mitchell [Sat, 1 Nov 2003 00:09:22 +0000]
whoops, typo
p4raw-id: //depot/perl@21599
Dave Mitchell [Sat, 1 Nov 2003 00:03:38 +0000]
[perl #24368] seg faults when deleting keys of shared hash refs
Ensure that the shared_sv get magic of the element being deleted
is called. Also, avoid posible memory leaks by wrapping all shared
context sections with ENTER/SAVETMPS
p4raw-id: //depot/perl@21598
Andy Dougherty [Fri, 31 Oct 2003 15:32:35 +0000]
Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
Message-ID: <Pine.SOL.4.53.
0310311433440.8552@maxwell.phys.lafayette.edu>
(plus POD link fixes)
p4raw-id: //depot/perl@21596
Rafael Garcia-Suarez [Fri, 31 Oct 2003 20:35:23 +0000]
Prevent the installation of makefiles that can be found
under lib/.
p4raw-id: //depot/perl@21595
Rafael Garcia-Suarez [Fri, 31 Oct 2003 20:19:01 +0000]
Test nit ; goes with change 21591
p4raw-id: //depot/perl@21593
Gisle Aas [Fri, 31 Oct 2003 03:13:03 +0000]
Document PERL_DL_NONLAZY
Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
p4raw-id: //depot/perl@21592
Slaven Rezic [Fri, 31 Oct 2003 12:16:11 +0000]
Off-by-one error in regcomp.c
Message-Id: <
1067602571.12768@devpc01.iconmobile.de>
p4raw-id: //depot/perl@21591
Stas Bekman [Wed, 29 Oct 2003 16:47:24 +0000]
[patch pod/perlfunc.pod] separate two unrelated notes in require
Message-ID: <
3FA05F9C.2080304@stason.org>
p4raw-id: //depot/perl@21590
Stas Bekman [Wed, 29 Oct 2003 15:15:15 +0000]
[5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
Message-ID: <
3FA04A03.5010603@stason.org>
(enclosed in a #ifdef DEBUGGING)
p4raw-id: //depot/perl@21589
Marcus Holland-Moritz [Wed, 29 Oct 2003 22:53:43 +0000]
Devel::PPPort and scan_bin
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
037201c39e67$1faa9940$0c2f1fac@R2D2>
p4raw-id: //depot/perl@21588
Jan Dubois [Thu, 30 Oct 2003 18:43:08 +0000]
change p4d2p to deal with new style diff2 output
Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
p4raw-id: //depot/perl@21587
Nicholas Clark [Fri, 31 Oct 2003 18:54:26 +0000]
Comment that this "optimisation" is actually a necessary fixup.
When the split occurs (to make the opti{miser,onal}) this isn't
(Richard Clamp reminded me that I forgot to do this)
p4raw-id: //depot/perl@21586
Michael G. Schwern [Thu, 30 Oct 2003 15:51:03 +0000]
Rewrite to correctly use test.pl
Subject: Re: Fix for the orange lion bug - aka empty sub bug
Message-ID: <
20031030235103.GC27017@localhost.comcast.net>
p4raw-id: //depot/perl@21583
Artur Bergman [Thu, 30 Oct 2003 22:01:35 +0000]
Fix for the orange lion bug - aka empty sub bug
Message-Id: <
A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
p4raw-id: //depot/perl@21582
Nicholas Clark [Thu, 30 Oct 2003 19:42:28 +0000]
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
Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
p4raw-id: //depot/perl@21580
perl-5.8.0@ton.iguana.be [Tue, 28 Oct 2003 13:37:49 +0000]
Move a fcntl() example in perlfunc at a more proper place,
as suggested by :
Subject: [perl #24334] ioctl/fcntl doc confusion
From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-24334-66603.12.
4990768314782@rt.perl.org>
p4raw-id: //depot/perl@21575
Rafael Garcia-Suarez [Tue, 28 Oct 2003 08:48:06 +0000]
Upgrade to Time::HiRes 1.52.
p4raw-id: //depot/perl@21567
Rafael Garcia-Suarez [Tue, 28 Oct 2003 08:34:26 +0000]
[PATCH lib/overload.t] TODO tests for bug #24313.
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
Message-ID: <
20031027121749.E2233@biff.bort.ca>
p4raw-id: //depot/perl@21566
Abigail [Mon, 27 Oct 2003 14:50:24 +0000]
Test (5.9.x)
Message-ID: <
20031027135024.GA12666@abigail.nl>
p4raw-id: //depot/perl@21565
Dave Mitchell [Mon, 27 Oct 2003 22:01:12 +0000]
Fix more shared threads leaks: add SAVETMPS to the second branch
of sharedsv_scalar_store().
p4raw-id: //depot/perl@21564
Rafael Garcia-Suarez [Mon, 27 Oct 2003 19:33:29 +0000]
Add a new taint error, "%ENV is aliased to %s".
This error is thrown when taint checks are enabled and
when *ENV has been aliased, so that %ENV has no env-magic
anymore. (see bug [perl #24291].)
p4raw-id: //depot/perl@21563
Nicholas Clark [Mon, 27 Oct 2003 18:01:02 +0000]
Record the escape^Wrelease of 5.9.0
p4raw-id: //depot/perl@21560
Alan Burlison [Tue, 21 Oct 2003 15:00:58 +0000]
Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
Message-ID: <
3F953C1A.3060800@sun.com>
p4raw-id: //depot/perl@21554
Nicholas Clark [Mon, 27 Oct 2003 13:45:27 +0000]
Sync with Unicode::Normalize 0.25
p4raw-id: //depot/perl@21550
Nicholas Clark [Mon, 27 Oct 2003 13:11:48 +0000]
Sync with Unicode::Collate 0.30
p4raw-id: //depot/perl@21549