Jarkko Hietaniemi [Fri, 24 May 2002 21:39:53 +0000]
In some (rare) platforms (such as UNICOS) using the native
atof is still better.
p4raw-id: //depot/perl@16771
Craig A. Berry [Fri, 24 May 2002 16:24:44 +0000]
logical name translation iteration limits
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a0511170ab9145b5af8f9@[172.16.52.1]>
p4raw-id: //depot/perl@16770
Geoffrey F. Green [Fri, 24 May 2002 16:05:07 +0000]
small typo
From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
Message-ID: <
B9141533.8467%geoff-public@stuebegreen.com>
p4raw-id: //depot/perl@16769
Andy Dougherty [Fri, 24 May 2002 14:46:49 +0000]
Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
Message-ID: <Pine.SOL.4.10.
10205241445520.6195-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@16768
Vadim Konovalov [Fri, 24 May 2002 19:18:24 +0000]
[patch] small change
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <
845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
p4raw-id: //depot/perl@16767
John Peacock [Fri, 24 May 2002 10:49:39 +0000]
README.aix
Message-ID: <
3CEE5303.1070201@rowman.com>
p4raw-id: //depot/perl@16766
Jarkko Hietaniemi [Fri, 24 May 2002 14:23:06 +0000]
Upgrade to Locale-Codes 2.04.
p4raw-id: //depot/perl@16765
Jarkko Hietaniemi [Fri, 24 May 2002 12:27:51 +0000]
Update Changes.
p4raw-id: //depot/perl@16764
Abigail [Fri, 24 May 2002 02:43:37 +0000]
'make distclean' should remove *old files too.
Message-ID: <
20020524024337.A28749@ucan.foad.org>
p4raw-id: //depot/perl@16763
Abigail [Fri, 24 May 2002 02:26:48 +0000]
Typos
Message-ID: <
20020524022648.A31684@ucan.foad.org>
p4raw-id: //depot/perl@16762
Jarkko Hietaniemi [Thu, 23 May 2002 23:25:48 +0000]
Doc tweaks.
p4raw-id: //depot/perl@16761
Jarkko Hietaniemi [Thu, 23 May 2002 22:44:48 +0000]
More portability defines, now mostly type-related
(based on Storable.xs)
p4raw-id: //depot/perl@16760
Nicholas Clark [Thu, 23 May 2002 23:43:16 +0000]
Re: [Another bug] Re: about Storable perl module (again)
Message-ID: <
20020523224316.GB989@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@16759
Craig A. Berry [Thu, 23 May 2002 16:47:34 +0000]
configure.com: C switch tweak for VAX
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05111704b9131291e9f0@[172.16.52.1]>
p4raw-id: //depot/perl@16758
Jarkko Hietaniemi [Thu, 23 May 2002 20:24:57 +0000]
One more ppportability thing (from Sarathy).
p4raw-id: //depot/perl@16757
Michael G. Schwern [Wed, 22 May 2002 19:21:43 +0000]
Test::Harness 2.22 -> 2.23
Message-id: <
20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16756
Michael G. Schwern [Wed, 22 May 2002 19:14:35 +0000]
ExtUtils::MakeMaker 5.95_01 -> 5.96_01
Message-id: <
20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16755
Tim Jenness [Thu, 23 May 2002 10:00:00 +0000]
dump.c recognizes CvLOCKED
Message-ID: <Pine.LNX.4.44.
0205230959040.3222-100000@lapaki>
p4raw-id: //depot/perl@16754
Jarkko Hietaniemi [Thu, 23 May 2002 17:41:21 +0000]
Typo squad.
p4raw-id: //depot/perl@16753
Abigail [Thu, 23 May 2002 07:53:33 +0000]
Re: [ID
20020523.001] POSIX::sleep not POSIX compliant
Message-ID: <
20020523075333.A14658@ucan.foad.org>
p4raw-id: //depot/perl@16752
Jarkko Hietaniemi [Thu, 23 May 2002 10:21:09 +0000]
PPPort dTHX.
p4raw-id: //depot/perl@16751
Jarkko Hietaniemi [Wed, 22 May 2002 22:36:35 +0000]
We do not want utf8.t to be compiled under -Mutf8,
wonky as it sounds.
p4raw-id: //depot/perl@16749
Jarkko Hietaniemi [Wed, 22 May 2002 22:34:20 +0000]
We do not want to see the utf8 hints bit.
p4raw-id: //depot/perl@16748
Jarkko Hietaniemi [Wed, 22 May 2002 22:30:57 +0000]
More -Mutf8 cleanup.
p4raw-id: //depot/perl@16747
Jarkko Hietaniemi [Wed, 22 May 2002 22:29:08 +0000]
-Mutf8 cleanup.
p4raw-id: //depot/perl@16746
Jarkko Hietaniemi [Wed, 22 May 2002 21:57:48 +0000]
Integrate perlio:
[ 16740]
#ifdef VMS code was not ported right from sv.c - s/fp/stdio/
[ 16739]
Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
ungetc() and buffer snooping may not mix. So use buffer snoop
hooks to avoid ungetc() where available.
unread() falls back to using :pending layer, and fill has
VMS specific code (which should not get used) or ungetc()
which should work.
[ 16737]
Flag the VMS-problem-causing part of :encoding
for enhancement. (Problem still needs fixing in perlio.c)
p4raw-link: @16740 on //depot/perlio:
bad9695d2c27e100ff7ed9ad887696aa6f3d6b62
p4raw-link: @16739 on //depot/perlio:
936797854c70e5d5b5cc5ea02e2c3cbeffef5869
p4raw-link: @16737 on //depot/perlio:
8849edfd7e990957ceb72629c600ff2b74b838b1
p4raw-id: //depot/perl@16745
H.Merijn Brand [Wed, 22 May 2002 08:37:37 +0000]
Re: Additional README.aix changes
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020522075227.348B.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@16744
Jarkko Hietaniemi [Wed, 22 May 2002 21:52:09 +0000]
HP-UX 11.00 io_xs hangup workaround.
p4raw-id: //depot/perl@16743
Jarkko Hietaniemi [Wed, 22 May 2002 21:49:59 +0000]
Updated UNICOS status from Mark Lutz.
p4raw-id: //depot/perl@16742
Jarkko Hietaniemi [Wed, 22 May 2002 21:47:41 +0000]
UNICOS: Mark Lutz had a better idea.
p4raw-id: //depot/perl@16741
Nick Ing-Simmons [Wed, 22 May 2002 21:13:10 +0000]
#ifdef VMS code was not ported right from sv.c - s/fp/stdio/
p4raw-id: //depot/perlio@16740
Nick Ing-Simmons [Wed, 22 May 2002 20:59:22 +0000]
Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
ungetc() and buffer snooping may not mix. So use buffer snoop
hooks to avoid ungetc() where available.
unread() falls back to using :pending layer, and fill has
VMS specific code (which should not get used) or ungetc()
which should work.
p4raw-id: //depot/perlio@16739
Nick Ing-Simmons [Wed, 22 May 2002 20:34:55 +0000]
Integrate mainline
p4raw-id: //depot/perlio@16738
Nick Ing-Simmons [Wed, 22 May 2002 19:04:13 +0000]
Flag the VMS-problem-causing part of :encoding
for enhancement. (Problem still needs fixing in perlio.c)
p4raw-id: //depot/perlio@16737
Jarkko Hietaniemi [Wed, 22 May 2002 16:20:38 +0000]
UNICOS: using uname -m is wrong since what matters
is what CPUs (FPUs) we have.
p4raw-id: //depot/perl@16736
Jarkko Hietaniemi [Wed, 22 May 2002 13:07:41 +0000]
Update Changes.
p4raw-id: //depot/perl@16735
Dave Mitchell [Wed, 22 May 2002 12:53:21 +0000]
Re: where threads cond.t hangs
Message-ID: <
20020522125320.E12794@fdgroup.com>
p4raw-id: //depot/perl@16734
John Borwick [Wed, 22 May 2002 04:10:37 +0000]
Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod
Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
p4raw-id: //depot/perl@16733
Abhijit Menon-Sen [Wed, 22 May 2002 05:47:35 +0000]
Integrate #16731 from //depot/macperl.
p4raw-id: //depot/perl@16732
p4raw-integrated: from //depot/macperl@16729 'copy in' t/io/crlf.t
(@16255..)
Jarkko Hietaniemi [Wed, 22 May 2002 00:24:29 +0000]
FAQ sync.
p4raw-id: //depot/perl@16729
Jarkko Hietaniemi [Tue, 21 May 2002 23:02:03 +0000]
Getopt::Std clarification from John Borwick.
p4raw-id: //depot/perl@16728
Curtis Poe [Tue, 21 May 2002 11:17:40 +0000]
Re: [Patch] for problem with shellwords.pl
From: "Curtis Poe" <cp@onsitetech.com>
Date: Tue, 21 May 2002 11:17:40 -0700
Message-ID: <
015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
Subject: [Patch] for security problem with Text::ParseWords
From: "Curtis Poe" <cp@onsitetech.com>
Date: Tue, 21 May 2002 15:10:18 -0700
Message-ID: <
022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
p4raw-id: //depot/perl@16727
Nicholas Clark [Tue, 21 May 2002 23:01:48 +0000]
SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
Message-ID: <
20020521220148.GH290@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@16726
John Peacock [Tue, 21 May 2002 12:01:10 +0000]
Additional README.aix changes
Message-ID: <
3CEA6F46.70902@rowman.com>
p4raw-id: //depot/perl@16725
Kevin Chase [Mon, 20 May 2002 17:02:16 +0000]
Win32 crash in fork.t (perl@16694)
From: "Kevin Chase" <kevincha99@hotmail.com>
Message-ID: <F53z5b6KZmcK8r6beUz
000008f7@hotmail.com>
It looks that the Poison() found its first target.
The suggested patch is fine.
p4raw-id: //depot/perl@16724
Jarkko Hietaniemi [Tue, 21 May 2002 14:54:24 +0000]
microperl: if DIEing on no-functionality, the has-functionality
would be unreachable code.
p4raw-id: //depot/perl@16723
Jarkko Hietaniemi [Tue, 21 May 2002 14:25:44 +0000]
microperl: do not regenerate the perly.
p4raw-id: //depot/perl@16722
Yitzchak Scott-Thoennes [Mon, 20 May 2002 22:55:46 +0000]
Re: Argument "1.23_45" isn't numeric in subroutine entry
Message-ID: <iFe68gzkgCIJ092yn@efn.org>
p4raw-id: //depot/perl@16721
Jarkko Hietaniemi [Tue, 21 May 2002 13:22:51 +0000]
Regen uconfig.h.
p4raw-id: //depot/perl@16720
Abhijit Menon-Sen [Tue, 21 May 2002 05:02:01 +0000]
Why quote some keys?
p4raw-id: //depot/perl@16719
Abhijit Menon-Sen [Tue, 21 May 2002 04:08:39 +0000]
Suppress warning about $canonical. (Nicholas Clark)
p4raw-id: //depot/perl@16718
Craig A. Berry [Mon, 20 May 2002 21:34:17 +0000]
VMS iThreads follow-up
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05111700b90f5f1c3b01@[172.16.52.1]>
p4raw-id: //depot/perl@16717
Abhijit Menon-Sen [Tue, 21 May 2002 02:47:18 +0000]
1. Declare correct version for Test::More dependency. (Autrijus Tang)
2. Install in core library directory. (Tatsuhiko Miyagawa)
p4raw-id: //depot/perl@16716
Dan Kogai [Tue, 21 May 2002 01:06:19 +0000]
[Encode] 1.72 released
Message-Id: <
85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>
p4raw-id: //depot/perl@16715
Jarkko Hietaniemi [Mon, 20 May 2002 14:53:31 +0000]
Update Changes.
p4raw-id: //depot/perl@16714
Jarkko Hietaniemi [Mon, 20 May 2002 14:46:15 +0000]
A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
p4raw-id: //depot/perl@16713
Jarkko Hietaniemi [Mon, 20 May 2002 14:24:38 +0000]
Document better what the foo_r_proto are supposed to be.
p4raw-id: //depot/perl@16711
Jim Cromie [Mon, 20 May 2002 09:00:10 +0000]
Re: pod patches.
Message-ID: <
3CE90F7A.3070309@divsol.com>
(with Philip Newton's tweaks)
p4raw-id: //depot/perl@16710
Jim Cromie [Mon, 20 May 2002 07:16:54 +0000]
Re: pod patch - perldelta.pod
Message-ID: <
3CE8F746.50603@divsol.com>
p4raw-id: //depot/perl@16709
Vadim Konovalov [Mon, 20 May 2002 11:47:19 +0000]
[patch] one more little step for WinCE
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <
845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
p4raw-id: //depot/perl@16708
Jarkko Hietaniemi [Mon, 20 May 2002 12:42:35 +0000]
Preemptive doc patch.
p4raw-id: //depot/perl@16707
Rafael Garcia-Suarez [Mon, 20 May 2002 12:21:14 +0000]
The "constant sub redefined" warning can't be disabled.
p4raw-id: //depot/perl@16706
Nick Ing-Simmons [Mon, 20 May 2002 10:18:26 +0000]
Integrate mainline
p4raw-id: //depot/perlio@16705
Jarkko Hietaniemi [Mon, 20 May 2002 02:49:22 +0000]
Missed hunk from #16701.
p4raw-id: //depot/perl@16704
Andreas König [Mon, 20 May 2002 05:36:14 +0000]
Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
Message-ID: <m34rh37aoh.fsf@anima.de>
p4raw-id: //depot/perl@16703
Andreas König [Mon, 20 May 2002 05:07:13 +0000]
tiny doc tweaks
Message-ID: <m38z6f7c0u.fsf@anima.de>
p4raw-id: //depot/perl@16702
Craig A. Berry [Sun, 19 May 2002 22:06:43 +0000]
ithreads for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05111704b90e14567261@[172.16.52.1]>
p4raw-id: //depot/perl@16701
Audrey Tang [Mon, 20 May 2002 04:10:31 +0000]
Make Makefile_PL.e2x happy on MSWin32
Message-ID: <
20020519201031.GA1603@not.autrijus.org>
p4raw-id: //depot/perl@16700
Jarkko Hietaniemi [Sun, 19 May 2002 22:26:07 +0000]
Mac OS X 10.1.4 started to consume 150MB+ virtual memory
while trying to -O3 optimize B.c. (A bit weird since
10.1.4 used to work fine, and nothing has changed in
ext/B/..., but the overoptimization was repeatable.)
p4raw-id: //depot/perl@16699
Jarkko Hietaniemi [Sun, 19 May 2002 21:11:55 +0000]
UNICOS/mk seems to still have this problem.
p4raw-id: //depot/perl@16698
Jarkko Hietaniemi [Sun, 19 May 2002 18:53:54 +0000]
perldelta tweaks.
p4raw-id: //depot/perl@16697
Nick Ing-Simmons [Sun, 19 May 2002 18:26:39 +0000]
Integrate mailine
p4raw-id: //depot/perlio@16696
Jarkko Hietaniemi [Sun, 19 May 2002 18:02:54 +0000]
Document the reentrant_retry(), but from user's viewpoint.
p4raw-id: //depot/perl@16695
Jarkko Hietaniemi [Sun, 19 May 2002 14:49:49 +0000]
Update Changes.
p4raw-id: //depot/perl@16694
Slaven Rezic [Sun, 19 May 2002 16:03:12 +0000]
Benchmark.pm: empty loop too slow
Message-Id: <
200205191403.g4JE3ClB025990@vran.herceg.de>
p4raw-id: //depot/perl@16693
Jarkko Hietaniemi [Sun, 19 May 2002 03:05:41 +0000]
Document once more the difference between :utf8
and :encoding(...).
p4raw-id: //depot/perl@16692
Jarkko Hietaniemi [Sun, 19 May 2002 02:24:30 +0000]
Third Degree: make the options more portable between
Tru64 versions.
p4raw-id: //depot/perl@16691
Jarkko Hietaniemi [Sun, 19 May 2002 01:41:54 +0000]
IRIX SMP turned up a few hundred "Use of uninitialized
value in numeric eq" warnings: initialise the $counter2.
p4raw-id: //depot/perl@16690
Dave Mitchell [Sun, 19 May 2002 00:50:43 +0000]
Re: [PATCH threads] revised warnings + more tests + docs
Message-ID: <
20020519005043.F7275@fdgroup.com>
p4raw-id: //depot/perl@16689
Jarkko Hietaniemi [Sun, 19 May 2002 00:28:51 +0000]
Sarathy pointed out that instead of zeroing heap
it is more prudent to poison it.
p4raw-id: //depot/perl@16688
Jarkko Hietaniemi [Sat, 18 May 2002 22:03:29 +0000]
The thread warnings aren't quite yet working as planned.
p4raw-id: //depot/perl@16687
Jarkko Hietaniemi [Sat, 18 May 2002 20:48:03 +0000]
Forgotten from #16685.
p4raw-id: //depot/perl@16686
Dave Mitchell [Sat, 18 May 2002 22:24:51 +0000]
revised warnings + more tests + docs
Message-ID: <
20020518222451.E7275@fdgroup.com>
p4raw-id: //depot/perl@16685
Jarkko Hietaniemi [Sat, 18 May 2002 20:10:53 +0000]
Storable status tweak.
p4raw-id: //depot/perl@16684
Rafael Garcia-Suarez [Sat, 18 May 2002 19:39:42 +0000]
perlfunc and perldelta updates about caller().
p4raw-id: //depot/perl@16683
Paul Marquess [Sat, 18 May 2002 21:15:43 +0000]
RE: perl@16678
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
Making the symbols generated by warnings.pl future-proof.
p4raw-id: //depot/perl@16682
Michael G. Schwern [Sat, 18 May 2002 14:53:50 +0000]
ExtUtils::MakeMaker 5.94_02 -> 5.95_01
Message-ID: <
20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16681
Jarkko Hietaniemi [Sat, 18 May 2002 18:43:35 +0000]
Prettyprinting.
p4raw-id: //depot/perl@16680
Jarkko Hietaniemi [Sat, 18 May 2002 18:42:08 +0000]
Companion to #16601: cxinc would create uninitialized
PERL_CONTEXTs. The bug was tickled by the test
lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
added to check that I got the context stack extension right.
Also rewrite recurse.t to use test.pl.
p4raw-id: //depot/perl@16679
Jarkko Hietaniemi [Sat, 18 May 2002 16:38:29 +0000]
Update Changes.
p4raw-id: //depot/perl@16678
Jarkko Hietaniemi [Sat, 18 May 2002 15:50:25 +0000]
URL and other tiny tweaks.
p4raw-id: //depot/perl@16677
SADAHIRO Tomoyuki [Sun, 19 May 2002 01:01:58 +0000]
[Patch] doc patch on Unicode
Message-Id: <
20020519005515.18F0.BQW10602@nifty.com>
p4raw-id: //depot/perl@16676
Abhijit Menon-Sen [Sat, 18 May 2002 15:06:35 +0000]
s/2.0/2.00/ to be CPAN friendly.
p4raw-id: //depot/perl@16675
Philip Newton [Sat, 18 May 2002 09:54:13 +0000]
Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
EBCDIC, amazing.
Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
p4raw-link: @4 on //depot/thrperl:
11343788cbaaede18e3146b5219d2fbdaeaf516e
p4raw-id: //depot/perl@16674
Nicholas Clark [Sat, 18 May 2002 15:48:55 +0000]
Storable test for 64 bit 5.6.1
Message-Id: <
20020518144854.GD304@Bagpuss.unfortu.net>
(Private mail.)
p4raw-id: //depot/perl@16673
Nick Ing-Simmons [Sat, 18 May 2002 09:47:51 +0000]
Integrate mainline
p4raw-id: //depot/perlio@16672
Jarkko Hietaniemi [Sat, 18 May 2002 04:31:00 +0000]
No more true.
p4raw-id: //depot/perl@16671
Jarkko Hietaniemi [Sat, 18 May 2002 04:14:25 +0000]
Make use vars grok UTF-8.
p4raw-id: //depot/perl@16670
Michael G. Schwern [Fri, 17 May 2002 23:54:29 +0000]
Re: t/op/tie.t #19 TODO ENOTWORKING
Message-ID: <
20020518035429.GA704@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16669
Michael G. Schwern [Fri, 17 May 2002 20:37:26 +0000]
Test::Harness 2.21 -> 2.22
Message-ID: <
20020518003726.GB358@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16668