Yitzchak Scott-Thoennes [Fri, 1 Mar 2002 09:38:59 +0000]
Re: [PATCH] Configure to correctly recognize Amiga OS
Message-ID: <zy7f8gzkgWgY092yn@efn.org>
p4raw-id: //depot/perl@14930
Jarkko Hietaniemi [Fri, 1 Mar 2002 15:28:10 +0000]
Better advertising.
p4raw-id: //depot/perl@14925
Jarkko Hietaniemi [Fri, 1 Mar 2002 14:32:16 +0000]
Update Changes.
p4raw-id: //depot/perl@14924
Jarkko Hietaniemi [Fri, 1 Mar 2002 14:17:54 +0000]
Lost in the shuffle.
p4raw-id: //depot/perl@14923
Jarkko Hietaniemi [Fri, 1 Mar 2002 13:23:41 +0000]
Advertise Tie::File.
p4raw-id: //depot/perl@14922
H.Merijn Brand [Thu, 28 Feb 2002 18:55:48 +0000]
Re: Smoke 14900 /pro/3gl/CPAN/perl-current
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020228173120.6A15.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@14921
Ilya Zakharevich [Tue, 26 Feb 2002 19:54:31 +0000]
autoloaded DESTROY bugfix
Message-Id: <
20020226195431.A9625@math.ohio-state.edu>
p4raw-link: @14577 on //depot/perl:
0ad5258ff3f3328f321188cbb4fcd6a74b365431
p4raw-id: //depot/perl@14920
Abhijit Menon-Sen [Fri, 1 Mar 2002 03:03:12 +0000]
Upgrade to Tie::File 0.13 (Win32 fixes.)
p4raw-id: //depot/perl@14919
Abhijit Menon-Sen [Fri, 1 Mar 2002 02:36:58 +0000]
Add Tie::File 0.12 from MJD.
p4raw-id: //depot/perl@14918
Jarkko Hietaniemi [Fri, 1 Mar 2002 02:13:24 +0000]
Encoding name mapping tweaks.
p4raw-id: //depot/perl@14917
Paul Green [Thu, 28 Feb 2002 15:05:00 +0000]
Configure to correctly recognize Amiga OS
Message-Id: <
200202282007.PAA11412@mailhub1.stratus.com>
p4raw-id: //depot/perl@14915
Jarkko Hietaniemi [Thu, 28 Feb 2002 14:10:44 +0000]
PL_bostr was pointing to the wrong string
(a string left around from the loading of the Unicode \w)
"UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
p4raw-id: //depot/perl@14914
Graham Barr [Thu, 28 Feb 2002 13:06:11 +0000]
Sync with libnet-1.10
p4raw-id: //depot/perl@14913
Audrey Tang [Thu, 28 Feb 2002 21:44:15 +0000]
perldelta.pod fixes
Message-Id: <
20020228134415.GB16422@not.autrijus.org>
p4raw-id: //depot/perl@14912
Stas Bekman [Mon, 4 Feb 2002 16:18:53 +0000]
File::Copy::syscopy doesn't preserve OS attrs on UNIX
Message-Id: <
3C7E1E5F.1000605@stason.org>
(Applied by hand).
p4raw-id: //depot/perl@14911
Stas Bekman [Thu, 28 Feb 2002 20:05:01 +0000]
Message-Id: <
3C7E1CED.7000307@stason.org>
p4raw-id: //depot/perl@14910
Jarkko Hietaniemi [Thu, 28 Feb 2002 05:50:24 +0000]
Tests for #14908.
p4raw-id: //depot/perl@14909
Jarkko Hietaniemi [Thu, 28 Feb 2002 05:43:45 +0000]
Make shared hash keys to be \0-terminated:
one possible resolution for
"UTF-8, weird \w behaviour after HASH-KEY-ification"
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
The hash keys weren't \0-terminated. This meant that the EOL ($)
in regmatch() got the nextchr beyond the last character. Since
the keys were UTF-8, the nextchr was \1, not the usual
string-terminating \0. Wham, no match.
I think another possible resolution could be to stop the nextchr
computation in regmatch() from peeking beyond the last character
of the string:
nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
p4raw-id: //depot/perl@14908
Yitzchak Scott-Thoennes [Wed, 27 Feb 2002 20:15:27 +0000]
Perl interface to newIO()
Message-ID: <f7af8gzkgaET092yn@efn.org>
p4raw-id: //depot/perl@14907
Mike Guy [Tue, 26 Feb 2002 18:30:22 +0000]
The "list" part of
Subject: [PATCH perlop] .. returns a *list* of *integers*
Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
plus few nits.
p4raw-id: //depot/perl@14906
Abe Timmerman [Thu, 28 Feb 2002 00:04:06 +0000]
Win32 not happy with new test
Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
p4raw-id: //depot/perl@14905
Jarkko Hietaniemi [Wed, 27 Feb 2002 21:23:14 +0000]
Upgrade to Math::BigInt 1.53.
p4raw-id: //depot/perl@14903
Craig A. Berry [Wed, 27 Feb 2002 15:36:38 +0000]
assorted VMS test fix-ups, $Config{prefixexp} revisited
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <5.1.0.14.2.
20020227152131.01ade728@exchi01>
p4raw-id: //depot/perl@14902
Gerrit P. Haase [Wed, 27 Feb 2002 22:25:41 +0000]
Some minor changes for Cygwin
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <
14296492589.20020227222541@familiehaase.de>
p4raw-id: //depot/perl@14901
Jarkko Hietaniemi [Wed, 27 Feb 2002 19:06:39 +0000]
Update the UTF-8 explanation table.
p4raw-id: //depot/perl@14900
Jarkko Hietaniemi [Wed, 27 Feb 2002 17:50:09 +0000]
Repatch from Robin Barker: anon subs in C<package;> are
now __ANON__::__ANON__ (should help for mod_perl breakage
since #12251)
p4raw-id: //depot/perl@14899
Jarkko Hietaniemi [Wed, 27 Feb 2002 16:01:47 +0000]
Update Changes.
p4raw-id: //depot/perl@14898
Jarkko Hietaniemi [Wed, 27 Feb 2002 15:26:12 +0000]
perldelta updates.
p4raw-id: //depot/perl@14897
Jarkko Hietaniemi [Wed, 27 Feb 2002 15:23:21 +0000]
Signedness nit.
p4raw-id: //depot/perl@14896
H.Merijn Brand [Wed, 27 Feb 2002 16:48:35 +0000]
Re: Smoke 14870
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <
20020227163729.1D2B.H.M.BRAND@hccnet.nl>
(with some additional garnish)
p4raw-id: //depot/perl@14895
Jarkko Hietaniemi [Wed, 27 Feb 2002 15:08:06 +0000]
Avoid PL_OpPtr et al getting unnecessarily (when not used)
into perl.exp in AIX.
p4raw-id: //depot/perl@14894
Robin Barker [Wed, 27 Feb 2002 14:39:35 +0000]
Re: [ID
20020227.003] minor text imperfection in perlrun manpage
Message-Id: <
200202271439.OAA25005@tempest.npl.co.uk>
p4raw-id: //depot/perl@14893
Robin Barker [Wed, 27 Feb 2002 12:25:30 +0000]
Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
Message-Id: <
200202271225.MAA24806@tempest.npl.co.uk>
p4raw-id: //depot/perl@14892
Jarkko Hietaniemi [Wed, 27 Feb 2002 01:11:13 +0000]
Only modify LD_LIBRARY_PATH in case there are directories.
p4raw-id: //depot/perl@14891
Paul Green [Tue, 26 Feb 2002 15:19:00 +0000]
perl/hints/vos.sh
Message-Id: <
200202262021.PAA24979@mailhub1.stratus.com>
p4raw-id: //depot/perl@14890
Jarkko Hietaniemi [Wed, 27 Feb 2002 00:59:33 +0000]
Forgot from #14888.
p4raw-id: //depot/perl@14889
Jarkko Hietaniemi [Wed, 27 Feb 2002 00:50:55 +0000]
Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@14888
Simon Glover [Tue, 26 Feb 2002 17:56:42 +0000]
Subject: Missing diagnostics
Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
Message-Id: <Pine.GSO.4.10.
10202261754170.23317-100000@muinntiarach.roe.ac.uk>
Subject: [PATCH] Better wording for the lvalue vec diagnostic
From: Simon Glover <scog@roe.ac.uk>
Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
Message-Id: <Pine.GSO.4.10.
10202261756560.23317-100000@muinntiarach.roe.ac.uk>
p4raw-id: //depot/perl@14887
Andreas König [Tue, 26 Feb 2002 15:03:55 +0000]
Not OK 5.7.2@14884
Message-Id: <m38z9gfigk.fsf@anima.de>
p4raw-link: @14884 on //depot/perl:
494244503fd690687b35aca99f4243ed5667eb4f
p4raw-id: //depot/perl@14886
Jarkko Hietaniemi [Tue, 26 Feb 2002 11:17:42 +0000]
Cray FP strikes again: things like 1.1 + 0.1 are easily
1.
1999999999999996, or thereabouts (yes, even sprintf).
p4raw-id: //depot/perl@14884
Jarkko Hietaniemi [Tue, 26 Feb 2002 11:09:07 +0000]
Neither.
p4raw-id: //depot/perl@14883
Michael G. Schwern [Tue, 26 Feb 2002 01:01:28 +0000]
"Attempt to access to key"?
Message-Id: <
20020226060128.GA2439@blackrider>
p4raw-id: //depot/perl@14882
Rafael Garcia-Suarez [Mon, 25 Feb 2002 16:41:16 +0000]
docs, typos
Message-ID: <
20020225164116.A1054@rafael>
p4raw-id: //depot/perl@14881
Jarkko Hietaniemi [Tue, 26 Feb 2002 02:36:16 +0000]
POSIX: add isatty to @EXPORT_OK, reformat.
p4raw-id: //depot/perl@14880
Jarkko Hietaniemi [Tue, 26 Feb 2002 01:03:17 +0000]
If using -Dloclibpth=... the directories need to
be appended to LD_LIBRARY_PATH (and ickily, if those
directories contain a (newer?) libdb.so, we need to
prepend /usr/shlib to loclibpth).
p4raw-id: //depot/perl@14879
Yitzchak Scott-Thoennes [Mon, 25 Feb 2002 15:04:57 +0000]
Perl interface to newIO()
Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
p4raw-id: //depot/perl@14878
Rafael Garcia-Suarez [Mon, 25 Feb 2002 21:58:30 +0000]
"." is not in @INC when -T
Message-ID: <
20020225215830.A744@rafael>
p4raw-id: //depot/perl@14877
Jarkko Hietaniemi [Mon, 25 Feb 2002 22:23:11 +0000]
Big5 tweaks from Autrijus Tang.
p4raw-id: //depot/perl@14876
Rafael Garcia-Suarez [Mon, 25 Feb 2002 23:27:15 +0000]
cleanups
Message-ID: <
20020225232715.C744@rafael>
p4raw-id: //depot/perl@14875
Nicholas Clark [Mon, 25 Feb 2002 21:53:24 +0000]
compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
Message-ID: <
20020225215323.GN365@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@14874
Jarkko Hietaniemi [Mon, 25 Feb 2002 21:28:54 +0000]
Upgrade to I18N::LangTags 0.27.
(Causes one flipflop back to perl.com URL, must poke Sean.)
p4raw-id: //depot/perl@14873
Jarkko Hietaniemi [Mon, 25 Feb 2002 21:22:32 +0000]
Upgrade to Getopt::Long 2.28.
p4raw-id: //depot/perl@14872
Jarkko Hietaniemi [Mon, 25 Feb 2002 19:46:35 +0000]
No =head.
p4raw-id: //depot/perl@14871
Jarkko Hietaniemi [Mon, 25 Feb 2002 15:02:50 +0000]
Update Changes.
p4raw-id: //depot/perl@14870
Jarkko Hietaniemi [Mon, 25 Feb 2002 14:53:43 +0000]
Some hosts understand split -l 50, some only split -50
(from Paul Eggert).
p4raw-id: //depot/perl@14868
Nikola Knezevic [Sun, 24 Feb 2002 10:31:25 +0000]
Re: [PATCH bleadperl] socketpair.t
Message-ID: <
179381153.20020224103125@tesla.rcub.bg.ac.yu>
(the pid half only)
p4raw-id: //depot/perl@14867
Jarkko Hietaniemi [Mon, 25 Feb 2002 14:35:19 +0000]
Mention the new pack tricks.
p4raw-id: //depot/perl@14866
Richard Foley [Mon, 25 Feb 2002 13:47:03 +0000]
consistent commands for perl5db.pl etc.
Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
p4raw-id: //depot/perl@14865
Jarkko Hietaniemi [Mon, 25 Feb 2002 13:51:32 +0000]
Typo corrections from John P. Linderman.
p4raw-id: //depot/perl@14864
Jarkko Hietaniemi [Mon, 25 Feb 2002 13:49:32 +0000]
Upgrade to Math::BigInt 1.52.
p4raw-id: //depot/perl@14863
Robin Barker [Mon, 25 Feb 2002 11:35:06 +0000]
Subject: [PATCH Cwd.pm] cut-n-paste error?
Date: Mon, 25 Feb 2002 11:35:06 GMT
Message-Id: <
200202251135.LAA00573@tempest.npl.co.uk>
Subject: [PATCH Net/Cmd.pm]
From: Robin Barker <rmb1@cise.npl.co.uk>
Date: Mon, 25 Feb 2002 11:37:06 GMT
Message-Id: <
200202251137.LAA00579@tempest.npl.co.uk>
p4raw-id: //depot/perl@14862
Jarkko Hietaniemi [Mon, 25 Feb 2002 03:40:45 +0000]
Cut-and-paste errors.
p4raw-id: //depot/perl@14861
Jarkko Hietaniemi [Mon, 25 Feb 2002 03:36:24 +0000]
EBCDIC: the control characters are not that easy to find.
p4raw-id: //depot/perl@14860
John Peacock [Sun, 24 Feb 2002 22:08:28 +0000]
Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
Message-ID: <
3C79AAAC.6060903@rowman.com>
p4raw-id: //depot/perl@14859
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