Jarkko Hietaniemi [Mon, 25 Feb 2002 00:01:13 +0000]
SvSetSV() is not returnable, but that's okay since
sv_copypv() returns void.
p4raw-id: //depot/perl@14858
John Peacock [Sun, 24 Feb 2002 16:40:07 +0000]
Re: Copying PV only with possible UTF-8 characters
Message-ID: <
3C795DB7.40105@rowman.com>
p4raw-id: //depot/perl@14857
Jarkko Hietaniemi [Sun, 24 Feb 2002 20:15:51 +0000]
Tiny code cleanup.
p4raw-id: //depot/perl@14856
Jarkko Hietaniemi [Sun, 24 Feb 2002 19:49:01 +0000]
Use to_uni_fold().
p4raw-id: //depot/perl@14855
Jarkko Hietaniemi [Sun, 24 Feb 2002 19:45:43 +0000]
Document the new taint behaviour of exec LIST and
system LIST.
p4raw-id: //depot/perl@14854
Rick Delaney [Sun, 24 Feb 2002 11:35:00 +0000]
Re: taint news
Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
p4raw-id: //depot/perl@14853
Jarkko Hietaniemi [Sun, 24 Feb 2002 18:20:55 +0000]
EBCDIC tweak (native instead of uni) and comment update.
p4raw-id: //depot/perl@14852
Jarkko Hietaniemi [Sun, 24 Feb 2002 13:02:53 +0000]
Using uninitialized (and wrong) variables is not good.
p4raw-id: //depot/perl@14851
Jarkko Hietaniemi [Sun, 24 Feb 2002 05:28:15 +0000]
EBCDIC: this seems to calm the last of the
Malformed UTF-8 warnings.
p4raw-id: //depot/perl@14850
Jarkko Hietaniemi [Sat, 23 Feb 2002 23:35:03 +0000]
EBCDIC: document using Encode for character conversions.
p4raw-id: //depot/perl@14849
Jarkko Hietaniemi [Sat, 23 Feb 2002 23:20:57 +0000]
EBCDIC: disable also Unicode::Collate and
Unicode::Normalize for now. Real users of
EBCDIC have to decide what they want.
p4raw-id: //depot/perl@14848
Jarkko Hietaniemi [Sat, 23 Feb 2002 20:12:21 +0000]
AUTHORS updates.
p4raw-id: //depot/perl@14847
Jarkko Hietaniemi [Sat, 23 Feb 2002 20:05:10 +0000]
Retract #14571: there may be a better solution than
tweaking the test.
p4raw-id: //depot/perl@14846
Craig A. Berry [Sat, 23 Feb 2002 14:14:35 +0000]
$Config{prefixexp} for VMS
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <
a05101400b89d8666cc6c@[192.168.56.188]>
p4raw-id: //depot/perl@14845
Jarkko Hietaniemi [Sat, 23 Feb 2002 18:36:43 +0000]
Also Encode/JP needs to be listed explicitly.
(Any other sub-Encode extensions?)
p4raw-id: //depot/perl@14843
Jarkko Hietaniemi [Sat, 23 Feb 2002 18:17:07 +0000]
Document known UNICOS/mk deficiency.
p4raw-id: //depot/perl@14842
Audrey Tang [Sat, 23 Feb 2002 09:35:22 +0000]
README mention version 5.0
Message-ID: <
20020223013522.GA8694@not.autrijus.org>
p4raw-id: //depot/perl@14841
Jarkko Hietaniemi [Sat, 23 Feb 2002 03:32:32 +0000]
Old hosts like NeXT Classic don't have sort -k,
from Paul Eggert.
p4raw-id: //depot/perl@14839
Abhijit Menon-Sen [Fri, 22 Feb 2002 21:14:29 +0000]
Minor clarifications as suggested by Anton Tagunov.
p4raw-id: //depot/perl@14838
Rafael Garcia-Suarez [Fri, 22 Feb 2002 23:01:07 +0000]
Re: Prototype checking on assignment of coderef to typeglob
Message-Id: <
20020222230107.A15069@rafael>
p4raw-id: //depot/perl@14837
Jarkko Hietaniemi [Fri, 22 Feb 2002 20:38:32 +0000]
In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
p4raw-id: //depot/perl@14835
Michael G. Schwern [Fri, 22 Feb 2002 12:10:28 +0000]
Re: Pyrrhic compression in Encode
Message-ID: <
20020222171027.GB4181@blackrider>
p4raw-id: //depot/perl@14834
Jarkko Hietaniemi [Fri, 22 Feb 2002 14:51:17 +0000]
Update Changes.
p4raw-id: //depot/perl@14833
Jarkko Hietaniemi [Fri, 22 Feb 2002 14:25:18 +0000]
Implement IV/UV/NV/long double pack/unpack with
template letters j/J/F/D (the latter two have been
undocumented aliases of f/d).
p4raw-id: //depot/perl@14832
Nicholas Clark [Fri, 22 Feb 2002 14:01:25 +0000]
Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
Message-ID: <
20020222140123.GD358@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14831
Jarkko Hietaniemi [Fri, 22 Feb 2002 13:44:27 +0000]
NetWare change from Ananth Kesari.
p4raw-id: //depot/perl@14830
Ilya Zakharevich [Fri, 22 Feb 2002 03:55:13 +0000]
pack with a human face: part ]|[
Message-ID: <
20020222035513.A894@math.ohio-state.edu>
p4raw-id: //depot/perl@14829
Jarkko Hietaniemi [Fri, 22 Feb 2002 13:19:19 +0000]
EBCDIC: Disable Encode::JP and Encode::Tcl for now.
p4raw-id: //depot/perl@14828
Jarkko Hietaniemi [Fri, 22 Feb 2002 13:11:00 +0000]
Make measure_struct a file static.
p4raw-id: //depot/perl@14827
Jarkko Hietaniemi [Fri, 22 Feb 2002 04:30:27 +0000]
EBCDIC: someone who knows what they are doing
and whether it is possible at all in the first
place needs to figure these tests out on EBCDIC.
The CJK encodings heavily abuse their knowledge
of ASCII and that may require a translation layer
or four to survive UTF-EBCDIC.
p4raw-id: //depot/perl@14826
Jarkko Hietaniemi [Fri, 22 Feb 2002 02:43:03 +0000]
croak() needs context.
p4raw-id: //depot/perl@14825
Ilya Zakharevich [Thu, 21 Feb 2002 21:33:37 +0000]
pack with a human face: the sequel
Message-ID: <
20020221213337.A23848@math.ohio-state.edu>
p4raw-id: //depot/perl@14824
Nicholas Clark [Fri, 22 Feb 2002 00:49:44 +0000]
Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
Message-ID: <
20020222004943.GK394@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14823
Jarkko Hietaniemi [Thu, 21 Feb 2002 22:42:17 +0000]
Test for #14795.
p4raw-id: //depot/perl@14822
Jarkko Hietaniemi [Thu, 21 Feb 2002 22:05:20 +0000]
Testing for ASCII in EBCDIC makes one's brain hurt.
p4raw-id: //depot/perl@14821
Rafael Garcia-Suarez [Thu, 21 Feb 2002 23:54:41 +0000]
next batch of bugfixes
Message-ID: <
20020221235441.A17260@rafael>
p4raw-id: //depot/perl@14820
chromatic [Thu, 21 Feb 2002 14:17:35 +0000]
Find Filehandles Fully (was Re: [ID
20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
Message-ID: <
20020221211823.80922.qmail@onion.perl.org>
p4raw-id: //depot/perl@14819
Jarkko Hietaniemi [Thu, 21 Feb 2002 21:01:36 +0000]
Externalization from Jatan Shah <jshah@broadcom.com>.
p4raw-id: //depot/perl@14818
Jarkko Hietaniemi [Thu, 21 Feb 2002 20:02:27 +0000]
Upgrade to Math::BigInt 1.51.
p4raw-id: //depot/perl@14817
Gerrit P. Haase [Thu, 21 Feb 2002 21:20:25 +0000]
Re: [PATCH] 'make clobber' on Cygwin broken
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <
69510538936.20020221212025@familiehaase.de>
p4raw-id: //depot/perl@14816
Ilya Zakharevich [Thu, 21 Feb 2002 06:06:14 +0000]
grouping in pack/unpack
Message-ID: <
20020221060614.A29836@math.ohio-state.edu>
p4raw-id: //depot/perl@14815
Nikola Knezevic [Thu, 21 Feb 2002 15:10:21 +0000]
question about fs.t
Message-ID: <
725805519.20020221151021@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@14814
Gerrit P. Haase [Thu, 21 Feb 2002 09:54:28 +0000]
'make clobber' on Cygwin broken
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <
13576559576.20020221095428@familiehaase.de>
p4raw-id: //depot/perl@14813
Mark-Jason Dominus [Thu, 21 Feb 2002 15:43:49 +0000]
typo correction
Message-Id: <
20020221154349.22772.qmail@plover.com>
p4raw-id: //depot/perl@14812
Rafael Garcia-Suarez [Thu, 21 Feb 2002 15:22:22 +0000]
No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
Message-Id: <
20020221152222.A15095@rafael>
p4raw-id: //depot/perl@14811
Ilya Zakharevich [Thu, 21 Feb 2002 06:02:48 +0000]
cosmetic OS/2 patches
Message-Id: <
20020221060248.A29705@math.ohio-state.edu>
p4raw-link: @14577 on //depot/perl:
0ad5258ff3f3328f321188cbb4fcd6a74b365431
p4raw-id: //depot/perl@14810
Jarkko Hietaniemi [Thu, 21 Feb 2002 05:33:07 +0000]
Revert #14805, didn't quite work.
p4raw-id: //depot/perl@14807
Paul Eggert [Wed, 20 Feb 2002 11:23:04 +0000]
Re: [ID
20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Message-Id: <
200202201923.g1KJN4d06394@shade.twinsun.com>
p4raw-id: //depot/perl@14805
Jarkko Hietaniemi [Thu, 21 Feb 2002 04:56:05 +0000]
More advice.
p4raw-id: //depot/perl@14804
Jarkko Hietaniemi [Thu, 21 Feb 2002 04:40:37 +0000]
Missing MANIFESTation.
p4raw-id: //depot/perl@14803
Audrey Tang [Thu, 21 Feb 2002 07:13:12 +0000]
Add missing Tolkien quotes to *.c
Message-Id: <
20020220231312.GA775@not.autrijus.org>
p4raw-id: //depot/perl@14802
Abe Timmerman [Thu, 21 Feb 2002 00:20:40 +0000]
Re: Make Schwern poor in just 20 easy steps!
Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
p4raw-link: @4 on //depot/thrperl:
11343788cbaaede18e3146b5219d2fbdaeaf516e
p4raw-id: //depot/perl@14801
Jarkko Hietaniemi [Wed, 20 Feb 2002 22:15:23 +0000]
In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
twice, causing the loop to skip every other character.
p4raw-id: //depot/perl@14800
Jarkko Hietaniemi [Wed, 20 Feb 2002 21:43:21 +0000]
Better debugging info.
p4raw-id: //depot/perl@14799
Nicholas Clark [Wed, 20 Feb 2002 22:13:05 +0000]
Re: [PATCH] go faster for Encode's compile
Message-ID: <
20020220221304.GE371@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14798
Paul Eggert [Wed, 20 Feb 2002 11:29:30 +0000]
Re: [ID
20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Message-Id: <
200202201929.g1KJTUb06403@shade.twinsun.com>
p4raw-id: //depot/perl@14797
Hugo van der Sanden [Wed, 20 Feb 2002 18:06:59 +0000]
Re: Re-posts of some unresolved bleadperl bugreports
Message-Id: <
200202201807.g1KI6xj08220@crypt.compulink.co.uk>
p4raw-id: //depot/perl@14795
Paul Green [Wed, 20 Feb 2002 12:21:00 +0000]
perl/Makefile.SH -- care with question mark
Message-Id: <
200202201723.MAA24639@mailhub1.stratus.com>
p4raw-id: //depot/perl@14794
Jarkko Hietaniemi [Wed, 20 Feb 2002 16:26:56 +0000]
Forgot from #14790.
p4raw-id: //depot/perl@14793
Jarkko Hietaniemi [Wed, 20 Feb 2002 16:23:00 +0000]
Update Changes.
p4raw-id: //depot/perl@14792
Jarkko Hietaniemi [Wed, 20 Feb 2002 15:24:19 +0000]
Integrate change #14778 from maintperl;
constant folding on the range operator had the effect of disabling
peephole optimizations in all the siblings of the range OP; the
effect of this was that barewords could escape strictures when
they were hiding in such places
p4raw-link: @14778 on //depot/maint-5.6/perl:
0ef6625236721d79a74c662bb0d14b11d0d775c2
p4raw-id: //depot/perl@14791
p4raw-integrated: from //depot/maint-5.6/perl@14790 'merge in' op.c
(@14439..)
Ulrich Pfeifer [Wed, 20 Feb 2002 11:21:15 +0000]
Re: [ID
20020220.001] pack w with objects
Message-ID: <p5g03wcv38.fsf@de.uu.net>
p4raw-id: //depot/perl@14790
Nicholas Clark [Tue, 19 Feb 2002 23:38:36 +0000]
Re: [PATCH] go faster for Encode's compile
Message-ID: <
20020219233836.GG464@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14789
Jarkko Hietaniemi [Wed, 20 Feb 2002 15:02:31 +0000]
Regen Glossary.
p4raw-id: //depot/perl@14788
Yitzchak Scott-Thoennes [Tue, 19 Feb 2002 11:55:36 +0000]
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org>
p4raw-id: //depot/perl@14786
Paul Eggert [Wed, 20 Feb 2002 03:03:51 +0000]
[ID
20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
Message-Id: <
200202201103.g1KB3p427665@sic.twinsun.com>
p4raw-id: //depot/perl@14784
Gerrit P. Haase [Wed, 20 Feb 2002 00:23:29 +0000]
[patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
From: "Gerrit P. Haase" <gp@familiehaase.de>
Message-ID: <
70348722516.20020220002329@familiehaase.de>
p4raw-id: //depot/perl@14782
Nicholas Clark [Tue, 19 Feb 2002 19:27:42 +0000]
Re: Lexical scoping bug with EXPR for EXPR?
Message-ID: <
20020219192740.GF12268@Bagpuss.unfortu.net>
(with modifications)
p4raw-id: //depot/perl@14781
Jarkko Hietaniemi [Wed, 20 Feb 2002 13:49:44 +0000]
NetWare tweak from Ananth Kesari.
p4raw-id: //depot/perl@14780
Abhijit Menon-Sen [Wed, 20 Feb 2002 06:51:55 +0000]
Fix suggested by Anton Tagunov <tagunov@motor.ru>.
p4raw-id: //depot/perl@14779
Graham Barr [Tue, 19 Feb 2002 23:08:47 +0000]
Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
Message-Id: <
20020219230847.G66560@pobox.com>
p4raw-id: //depot/perl@14777
Nicholas Clark [Tue, 19 Feb 2002 16:23:22 +0000]
[DOCPATCH] C<< >> in Tie::Hash
Message-Id: <
20020219162322.GB12268@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14776
Jarkko Hietaniemi [Tue, 19 Feb 2002 15:20:52 +0000]
Regen doc, regen toc.
p4raw-id: //depot/perl@14775
Dave Mitchell [Tue, 19 Feb 2002 16:07:52 +0000]
Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
Message-Id: <
200202191607.QAA25164@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@14774
Jarkko Hietaniemi [Tue, 19 Feb 2002 15:13:57 +0000]
Detypo.
p4raw-id: //depot/perl@14773
Jarkko Hietaniemi [Tue, 19 Feb 2002 15:01:25 +0000]
UTF-8 C API doc tweaks.
p4raw-id: //depot/perl@14772
Jarkko Hietaniemi [Tue, 19 Feb 2002 14:03:08 +0000]
Mention that the case-switchers know about Unicode, too.
p4raw-id: //depot/perl@14771
Jarkko Hietaniemi [Tue, 19 Feb 2002 13:49:52 +0000]
Upgrade to Locale::Codes 2.01.
p4raw-id: //depot/perl@14770
Dave Mitchell [Tue, 19 Feb 2002 10:30:30 +0000]
{PATCH] Re: Lexical scoping bug with EXPR for EXPR?
Message-Id: <
200202191030.KAA24180@gizmo.fdgroup.co.uk>
p4raw-id: //depot/perl@14769
Sam Tregar [Mon, 18 Feb 2002 23:09:22 +0000]
Clarify SvPV and SvPV_force api docs
Message-ID: <Pine.LNX.4.44.
0202182305350.10037-100000@localhost.localdomain>
p4raw-id: //depot/perl@14768
Jarkko Hietaniemi [Tue, 19 Feb 2002 13:29:04 +0000]
The test requires perlio.
p4raw-id: //depot/perl@14767
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:57:59 +0000]
Misplaced block end.
p4raw-id: //depot/perl@14766
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:53:30 +0000]
The POSIX extensions are deadly.
p4raw-id: //depot/perl@14765
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:44:41 +0000]
Let's not overdo the growth.
p4raw-id: //depot/perl@14764
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:19:21 +0000]
Third time makes the charm.
p4raw-id: //depot/perl@14763
Jarkko Hietaniemi [Tue, 19 Feb 2002 04:03:46 +0000]
Oops.
p4raw-id: //depot/perl@14762
Jarkko Hietaniemi [Tue, 19 Feb 2002 03:49:34 +0000]
Add back the new casing tests.
p4raw-id: //depot/perl@14761
Jarkko Hietaniemi [Tue, 19 Feb 2002 03:49:16 +0000]
Prefer special case mappings.
p4raw-id: //depot/perl@14760
Jarkko Hietaniemi [Tue, 19 Feb 2002 03:48:46 +0000]
Try special casing first.
p4raw-id: //depot/perl@14759
Jarkko Hietaniemi [Tue, 19 Feb 2002 01:55:14 +0000]
Not extending enough.
p4raw-id: //depot/perl@14758
Jarkko Hietaniemi [Tue, 19 Feb 2002 00:21:07 +0000]
No need to store identity mappings.
p4raw-id: //depot/perl@14757
Abhijit Menon-Sen [Mon, 18 Feb 2002 20:21:17 +0000]
Forward port #14704 from maint-5.6.
p4raw-id: //depot/perl@14756
Jarkko Hietaniemi [Mon, 18 Feb 2002 20:16:40 +0000]
Regen Changes.
p4raw-id: //depot/perl@14755
Craig A. Berry [Mon, 18 Feb 2002 14:03:30 +0000]
VMS cando_by_name and current process privs
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.
20020218132536.01b7a0b8@exchi01>
p4raw-id: //depot/perl@14754
Jarkko Hietaniemi [Mon, 18 Feb 2002 17:58:39 +0000]
Update Changes.
p4raw-id: //depot/perl@14753
Jarkko Hietaniemi [Mon, 18 Feb 2002 17:54:44 +0000]
What do you know; these tests unearthed nasty problems.
Will resolve those first.
p4raw-id: //depot/perl@14752
Jarkko Hietaniemi [Mon, 18 Feb 2002 17:52:23 +0000]
Update Changes.
p4raw-id: //depot/perl@14751
Matthew Sachs [Mon, 18 Feb 2002 13:19:01 +0000]
Re: IO::Poll: Removing Handles
Message-Id: <
20020218181901.GA19377@allevil.dhcp.zevils.com>
p4raw-id: //depot/perl@14750
Craig A. Berry [Mon, 18 Feb 2002 11:52:21 +0000]
VMS test fix-ups (alarm.t and glob.t)
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.
20020218114540.01b2b458@exchi01>
p4raw-id: //depot/perl@14749
Abhijit Menon-Sen [Mon, 18 Feb 2002 15:53:36 +0000]
s/load_module/Perl_load_module/
p4raw-id: //depot/perl@14748