Nick Ing-Simmons [Sun, 3 Feb 2002 20:03:38 +0000]
Remove debugging warning, be consistent about API fails.
p4raw-id: //depot/perlio@14545
Nick Ing-Simmons [Sun, 3 Feb 2002 19:47:48 +0000]
Carry on where we left off if we have to grow destination SV during XS encode/decode
p4raw-id: //depot/perlio@14544
Nick Ing-Simmons [Sun, 3 Feb 2002 18:52:09 +0000]
Integrate mainline
p4raw-id: //depot/perlio@14541
Nick Ing-Simmons [Sun, 3 Feb 2002 17:32:03 +0000]
Stable intermediate point in Encode cleanup.
:encode(euc-jp) works on Dan's table.euc
Much buffer copying and other silliness remains.
p4raw-id: //depot/perlio@14536
Jarkko Hietaniemi [Sun, 3 Feb 2002 17:29:57 +0000]
EBCDIC: it's much nicer to compare Unicode code points
to Unicode code points.
p4raw-id: //depot/perl@14535
Jarkko Hietaniemi [Sun, 3 Feb 2002 17:04:34 +0000]
EBCDIC: character classes must remap the low 256.
p4raw-id: //depot/perl@14534
Jarkko Hietaniemi [Sun, 3 Feb 2002 16:05:12 +0000]
Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
p4raw-id: //depot/perl@14533
Jarkko Hietaniemi [Sun, 3 Feb 2002 15:36:36 +0000]
FAQ sync.
p4raw-id: //depot/perl@14532
Jarkko Hietaniemi [Sun, 3 Feb 2002 15:35:28 +0000]
Integrate perlio:
[ 14526]
Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
(Mis-feature discovered by Encode.)
[ 14518]
indent -kr -nce and some manual tweaks to match perl style.
p4raw-link: @14526 on //depot/perlio:
4056517955bef99f1d248dcaf966c0e256b0ea31
p4raw-link: @14518 on //depot/perlio:
aa0053b7f4fe5f775a26681d0e18999f5a01d34c
p4raw-id: //depot/perl@14531
Rafael Garcia-Suarez [Sat, 2 Feb 2002 22:24:54 +0000]
lstat FH and -l FH warnings
Message-ID: <
20020202222454.A11608@rafael>
p4raw-id: //depot/perl@14530
Jarkko Hietaniemi [Sun, 3 Feb 2002 15:27:26 +0000]
[PATCH t/op/taint.t] remove possible false positive
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Sat, 2 Feb 2002 13:11:01 +0100
Message-ID: <
20020202131101.A722@rafael>
Subject: [PATCH t/op/ver.t] another false positive
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Sat, 2 Feb 2002 13:38:22 +0100
Message-ID: <
20020202133822.E722@rafael>
Subject: [PATCH] t/test.pl:ok() doesn't work
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Sun, 03 Feb 2002 00:02:38 -0800
Message-ID: <e6OX8gzkgSMO092yn@efn.org>
p4raw-id: //depot/perl@14529
Ilya Zakharevich [Sat, 2 Feb 2002 01:00:55 +0000]
OS2::Process's constants
Message-ID: <
20020202010055.A12924@math.ohio-state.edu>
p4raw-id: //depot/perl@14528
Ilya Zakharevich [Sat, 2 Feb 2002 00:58:44 +0000]
h2xs
Message-ID: <
20020202005844.A12756@math.ohio-state.edu>
p4raw-id: //depot/perl@14527
Nick Ing-Simmons [Sun, 3 Feb 2002 14:54:18 +0000]
Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
(Mis-feature discovered by Encode.)
p4raw-id: //depot/perlio@14526
Jarkko Hietaniemi [Sat, 2 Feb 2002 16:44:58 +0000]
EBCDIC: since #14519 made \N{...} to remap,
the test cannot expect an ASCII code point.
p4raw-id: //depot/perl@14525
Jarkko Hietaniemi [Sat, 2 Feb 2002 05:03:24 +0000]
Sub-MANIFEST-tweak.
p4raw-id: //depot/perl@14524
SADAHIRO Tomoyuki [Fri, 1 Feb 2002 23:51:03 +0000]
[Patch] Encode::Tcl::Escape, more ISO2022 like
Message-Id: <
20020201234727.15ED.BQW10602@nifty.com>
p4raw-id: //depot/perl@14523
Andy Dougherty [Fri, 1 Feb 2002 13:06:05 +0000]
(Was Re: [ID
20020129.003] Trouble building perl 5.6.1)
Message-ID: <Pine.SOL.4.10.
10202011243130.24740-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@14522
Jarkko Hietaniemi [Sat, 2 Feb 2002 02:08:42 +0000]
EBCDIC: no hope to get the low 256 right in unifolding.
p4raw-id: //depot/perl@14521
Jarkko Hietaniemi [Sat, 2 Feb 2002 02:02:13 +0000]
todo entry for missing pack formats.
p4raw-id: //depot/perl@14520
Jarkko Hietaniemi [Sat, 2 Feb 2002 01:31:50 +0000]
EBCDIC: the low 256 \N{...} need to be remapped.
p4raw-id: //depot/perl@14519
Nick Ing-Simmons [Fri, 1 Feb 2002 18:32:03 +0000]
indent -kr -nce and some manual tweaks to match perl style.
p4raw-id: //depot/perlio@14518
Nick Ing-Simmons [Fri, 1 Feb 2002 18:20:46 +0000]
Integrate mainline
p4raw-id: //depot/perlio@14517
Jarkko Hietaniemi [Fri, 1 Feb 2002 16:46:16 +0000]
Integrate perlio:
[ 14515]
Minor Encode tweaks:
- move Encode.pm back to top of Encode like normal XS extension
- avoid .def as a file extension (Win32 builds)
p4raw-link: @14515 on //depot/perlio:
023d8852d6bde0330d0722ae3a1239d17f22b192
p4raw-id: //depot/perl@14516
Nick Ing-Simmons [Fri, 1 Feb 2002 16:27:59 +0000]
Minor Encode tweaks:
- move Encode.pm back to top of Encode like normal XS extension
- avoid .def as a file extension (Win32 builds)
p4raw-id: //depot/perlio@14515
Rafael Garcia-Suarez [Fri, 1 Feb 2002 15:47:46 +0000]
temp file not cleaned up
Message-ID: <
20020201154746.A24079@rafael>
p4raw-id: //depot/perl@14514
Rafael Garcia-Suarez [Fri, 1 Feb 2002 15:12:50 +0000]
make "lstat FH" croak
Message-ID: <
20020201151250.A738@rafael>
p4raw-id: //depot/perl@14513
Kay Röpke [Fri, 1 Feb 2002 01:10:43 +0000]
Mentioning Darwins UFS ctime failure
Message-Id: <
2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
p4raw-id: //depot/perl@14512
Jarkko Hietaniemi [Fri, 1 Feb 2002 05:17:59 +0000]
The Malformed UTF-8 Heisenbug seen by Merijn and NickC
I got it in Tru64 + ithreads but only without -g, took
some debugging by printf (which was no fun either since
adding some debug printfs hid the error)
p4raw-id: //depot/perl@14511
Jarkko Hietaniemi [Thu, 31 Jan 2002 22:48:13 +0000]
Re: [PATCH] perl -V:
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Thu, 31 Jan 2002 12:10:20 -0800
Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
Subject: Re: [PATCH] perl -V:
From: Michael G Schwern <schwern@pobox.com>
Date: Thu, 31 Jan 2002 16:43:13 -0500
Message-ID: <
20020131214313.GH6498@blackrider>
p4raw-id: //depot/perl@14510
Jarkko Hietaniemi [Thu, 31 Jan 2002 21:30:46 +0000]
#14505 effect.
p4raw-id: //depot/perl@14509
Jarkko Hietaniemi [Thu, 31 Jan 2002 16:57:18 +0000]
Daniel S. Lewart adopts the Math::Complex.
p4raw-id: //depot/perl@14508
Jarkko Hietaniemi [Thu, 31 Jan 2002 16:54:44 +0000]
More Complex DWIMmery.
p4raw-id: //depot/perl@14507
Rafael Garcia-Suarez [Thu, 31 Jan 2002 14:37:52 +0000]
forbid -l _ after -T _
Message-ID: <
20020131143752.A1452@rafael>
p4raw-id: //depot/perl@14506
Jarkko Hietaniemi [Thu, 31 Jan 2002 15:26:41 +0000]
Turn the I/O Unicode error by default on, but the
character-generating Unicode error by default off,
as Larry suggested.
p4raw-id: //depot/perl@14505
Rafael Garcia-Suarez [Thu, 31 Jan 2002 15:03:02 +0000]
open.pm minor cleanup
Message-ID: <
20020131150302.C1452@rafael>
p4raw-id: //depot/perl@14504
Jarkko Hietaniemi [Wed, 30 Jan 2002 15:28:29 +0000]
Update Changes.
p4raw-id: //depot/perl@14503
Robin Barker [Wed, 30 Jan 2002 11:58:33 +0000]
Re: Perlbug - reminder of bug(
20010713.003) status
Message-Id: <
200201301158.LAA14883@tempest.npl.co.uk>
p4raw-id: //depot/perl@14502
Jarkko Hietaniemi [Wed, 30 Jan 2002 14:20:32 +0000]
Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
re-sort MANIFEST.
p4raw-id: //depot/perl@14501
Jarkko Hietaniemi [Wed, 30 Jan 2002 14:05:13 +0000]
Integrate perlio:
[ 14499]
Collect some stats during compile process.
Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
as one XS - inconclusive - marginal win?
Add some comments to encode.h
[ 14490]
Basics of a compiled Encode XS extension
p4raw-link: @14499 on //depot/perlio:
b1e7e56f1e0264e9b11883bf65d50cc9648125ec
p4raw-link: @14490 on //depot/perlio:
d811239cc9c7c7e9aec8cc641d1ae1aadd03c900
p4raw-id: //depot/perl@14500
Nick Ing-Simmons [Wed, 30 Jan 2002 09:57:47 +0000]
Collect some stats during compile process.
Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
as one XS - inconclusive - marginal win?
Add some comments to encode.h
p4raw-id: //depot/perlio@14499
Nick Ing-Simmons [Wed, 30 Jan 2002 07:27:55 +0000]
Integrate Jarkko's path/INC tweaks
p4raw-id: //depot/perlio@14498
p4raw-integrated: from //depot/perl@14490 'merge in' ext/Encode/compile
(@14492..)
Yitzchak Scott-Thoennes [Tue, 29 Jan 2002 01:13:09 +0000]
perl -V: (was: Re: Inline::C and Perl objects with C API's)
Message-ID: <lemV8gzkgu/K092yn@efn.org>
p4raw-id: //depot/perl@14497
Rafael Garcia-Suarez [Tue, 29 Jan 2002 22:03:45 +0000]
new test
Message-ID: <
20020129220345.A704@rafael>
p4raw-id: //depot/perl@14496
Jarkko Hietaniemi [Wed, 30 Jan 2002 01:01:26 +0000]
EBCDIC: t/op/lc.t now passes.
p4raw-id: //depot/perl@14495
Jarkko Hietaniemi [Wed, 30 Jan 2002 00:41:52 +0000]
EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
p4raw-id: //depot/perl@14494
Jarkko Hietaniemi [Tue, 29 Jan 2002 22:32:05 +0000]
Must find stuff during build.
p4raw-id: //depot/perl@14493
Jarkko Hietaniemi [Tue, 29 Jan 2002 22:24:54 +0000]
Integrate with perlio;
Basics of a compiled Encode XS extension
p4raw-id: //depot/perl@14492
Jarkko Hietaniemi [Tue, 29 Jan 2002 22:23:25 +0000]
EBCDIC tweaks-- no new test passes, but getting closer.
p4raw-id: //depot/perl@14491
Nick Ing-Simmons [Tue, 29 Jan 2002 21:20:57 +0000]
Basics of a compiled Encode XS extension
p4raw-id: //depot/perlio@14490
Nick Ing-Simmons [Tue, 29 Jan 2002 18:40:54 +0000]
Integrate mainline
p4raw-id: //depot/perlio@14489
Richard Clamp [Mon, 28 Jan 2002 02:17:55 +0000]
Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
Message-ID: <
20020128021755.GA28344@mirth.demon.co.uk>
p4raw-id: //depot/perl@14488
Jarkko Hietaniemi [Tue, 29 Jan 2002 14:23:03 +0000]
OS/390 seems to do length 0 udp reads, Nicholas says
skippage is for now the best cause of action.
p4raw-id: //depot/perl@14487
Jarkko Hietaniemi [Tue, 29 Jan 2002 14:09:21 +0000]
Encode cleanup from Dan Kogai; reworked even further.
p4raw-id: //depot/perl@14486
Jarkko Hietaniemi [Mon, 28 Jan 2002 23:17:20 +0000]
Workaround for DJGPP broken F_GETFL from Laszlo.
p4raw-id: //depot/perl@14485
Jarkko Hietaniemi [Mon, 28 Jan 2002 23:15:22 +0000]
Prettier printing from Michael Schwern.
p4raw-id: //depot/perl@14484
Jarkko Hietaniemi [Mon, 28 Jan 2002 23:08:27 +0000]
Show also the debug and debugcolor as known pragmas.
p4raw-id: //depot/perl@14483
Craig A. Berry [Mon, 28 Jan 2002 16:30:30 +0000]
skip assembler.t when there is no ByteLoader
Message-Id: <5.1.0.14.2.
20020128162440.01ae7868@exchi01>
p4raw-id: //depot/perl@14482
Jarkko Hietaniemi [Mon, 28 Jan 2002 21:57:37 +0000]
DJGPP needs to know its exe soon, too.
p4raw-id: //depot/perl@14480
Jarkko Hietaniemi [Mon, 28 Jan 2002 21:36:34 +0000]
Round #2 on EBCDICation.
p4raw-id: //depot/perl@14479
Jarkko Hietaniemi [Mon, 28 Jan 2002 21:19:40 +0000]
Integrate perlio:
[ 14477]
Set makefile.mk CCHOME etc. for default locations of MinGW and free
Borland compilers. (Borland builds one or two oddities.)
p4raw-link: @14477 on //depot/perlio:
c572eed062f4ffbffd46dc88f12c81ca9a28e084
p4raw-id: //depot/perl@14478
Nick Ing-Simmons [Mon, 28 Jan 2002 20:12:31 +0000]
Set makefile.mk CCHOME etc. for default locations of MinGW and free
Borland compilers. (Borland builds one or two oddities.)
p4raw-id: //depot/perlio@14477
Nick Ing-Simmons [Mon, 28 Jan 2002 18:43:47 +0000]
Integrate mainline
p4raw-id: //depot/perlio@14476
Nick Ing-Simmons [Mon, 28 Jan 2002 17:15:12 +0000]
Integrate mainline
p4raw-id: //depot/perlio@14475
Jarkko Hietaniemi [Mon, 28 Jan 2002 17:12:27 +0000]
Misunderstood Merijn's patch.
p4raw-id: //depot/perl@14473
Jarkko Hietaniemi [Mon, 28 Jan 2002 17:11:58 +0000]
Misapplied Merijn's patch.
p4raw-id: //depot/perl@14472
Jarkko Hietaniemi [Mon, 28 Jan 2002 14:51:20 +0000]
Update Changes.
p4raw-id: //depot/perl@14471
Jarkko Hietaniemi [Mon, 28 Jan 2002 14:33:36 +0000]
BeOS has sockets but not true ones.
p4raw-id: //depot/perl@14470
Jarkko Hietaniemi [Mon, 28 Jan 2002 14:03:01 +0000]
For some strange reason under the smoke harness the alignment
test hangs in HP-UX 10.20. So hint it to avoid the test.
p4raw-id: //depot/perl@14468
Jarkko Hietaniemi [Mon, 28 Jan 2002 14:00:32 +0000]
Allow d_u32align to be hinted.
p4raw-id: //depot/perl@14467
Jarkko Hietaniemi [Mon, 28 Jan 2002 13:41:18 +0000]
The shift key is important.
p4raw-id: //depot/perl@14466
Jarkko Hietaniemi [Mon, 28 Jan 2002 13:36:15 +0000]
The "used only once" warnings (from gv_check) come
in pseudorandom hash order-- in EBCDIC the order
is different. Add a new option that allow the warnings
to come in any order (Paul Marquess).
p4raw-id: //depot/perl@14465
Jarkko Hietaniemi [Mon, 28 Jan 2002 13:04:58 +0000]
Integrate perlio:
[ 14462]
1st attempt at skipping broke threads case.
[ 14461]
Skip new threads::shared test unless -Duseithreads
p4raw-link: @14462 on //depot/perlio:
38506751601bfdd51b90f9e878ed0517263f4fd7
p4raw-link: @14461 on //depot/perlio:
5f64702c2754f26298640cbbe1e1860bf13c63f2
p4raw-id: //depot/perl@14464
Nick Ing-Simmons [Mon, 28 Jan 2002 08:22:36 +0000]
Integrate mainline
p4raw-id: //depot/perlio@14463
Nick Ing-Simmons [Mon, 28 Jan 2002 08:09:53 +0000]
1st attempt at skipping broke threads case.
p4raw-id: //depot/perlio@14462
Nick Ing-Simmons [Mon, 28 Jan 2002 07:25:58 +0000]
Skip new threads::shared test unless -Duseithreads
p4raw-id: //depot/perlio@14461
Jarkko Hietaniemi [Mon, 28 Jan 2002 03:37:30 +0000]
FAQ sync.
p4raw-id: //depot/perl@14460
Jarkko Hietaniemi [Mon, 28 Jan 2002 02:28:10 +0000]
Upgrade to podlators 1.20.
p4raw-id: //depot/perl@14459
Jarkko Hietaniemi [Mon, 28 Jan 2002 01:36:28 +0000]
Retract #14448, a better patch coming up.
p4raw-id: //depot/perl@14458
Jarkko Hietaniemi [Mon, 28 Jan 2002 01:31:40 +0000]
EBCDIC portability.
p4raw-id: //depot/perl@14457
Jarkko Hietaniemi [Sun, 27 Jan 2002 23:49:40 +0000]
Further cygwin installperl tweak from Gerrit P. Haase.
p4raw-id: //depot/perl@14456
Jarkko Hietaniemi [Sun, 27 Jan 2002 23:47:42 +0000]
A bug in Bulgarian EBCDIC locale (this sounds like
a Sherlock Holmes mystery...) Well, a few more EBCDICs
locales failed, too. The patch works around the bug by
skipping the test, but the real problem may be deeper
(affecting probably only EBCDIC platforms, though):
see the comment in locale.t for more details.
p4raw-id: //depot/perl@14455
Gerrit P. Haase [Sun, 27 Jan 2002 22:30:41 +0000]
Bleadperl on Cygwin today
Message-ID: <
462007239437.20020127223041@familiehaase.de>
p4raw-id: //depot/perl@14453
Jarkko Hietaniemi [Sun, 27 Jan 2002 21:57:56 +0000]
Unfinished EBCDIC branch.
p4raw-id: //depot/perl@14452
Jarkko Hietaniemi [Sun, 27 Jan 2002 21:47:29 +0000]
B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
p4raw-id: //depot/perl@14451
Jarkko Hietaniemi [Sun, 27 Jan 2002 21:44:37 +0000]
Cleanup the stash test, and reclaim it in non-ASCII-sorting
platforms.
p4raw-id: //depot/perl@14450
Jarkko Hietaniemi [Sun, 27 Jan 2002 19:34:56 +0000]
Apparently no need for EBCDIC exception any more.
p4raw-id: //depot/perl@14449
Jarkko Hietaniemi [Sun, 27 Jan 2002 18:48:17 +0000]
(retracted by #14458)
(Russ Allbery) OS/390 is using a high-bit character for ESC,
skip the test for now. A better fix would be to override
the notion of the platform's escape sequence in the test
of Pod::Text::Termcap. We may have to apply a filter to
the output to substitute back in the ESC character that
the test expects, but only on OS/390.
p4raw-id: //depot/perl@14448
Jarkko Hietaniemi [Sun, 27 Jan 2002 18:19:01 +0000]
Detypo.
p4raw-id: //depot/perl@14447
Jarkko Hietaniemi [Sun, 27 Jan 2002 17:57:21 +0000]
OS/390 USS has a different idea of the pw* functions.
Also, test the name with eq, not with ==.
p4raw-id: //depot/perl@14446
Jarkko Hietaniemi [Sun, 27 Jan 2002 17:37:54 +0000]
O_RDONLY/O_WRONLY/O_RDWR portability.
p4raw-id: //depot/perl@14445
Jarkko Hietaniemi [Sun, 27 Jan 2002 16:32:32 +0000]
ASCIIisms.
p4raw-id: //depot/perl@14444
Jarkko Hietaniemi [Sun, 27 Jan 2002 15:59:31 +0000]
chr(42) ne '*' if one is in EBCDIC.
p4raw-id: //depot/perl@14443
Andy Dougherty [Sun, 27 Jan 2002 09:46:38 +0000]
Fix up recent op/stat.t failures
Message-ID: <Pine.SOL.4.10.
10201270943120.4253-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@14442
H.Merijn Brand [Sun, 27 Jan 2002 15:03:18 +0000]
[ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
Message-Id: <
20020127145902.0EA2.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@14441
Rafael Garcia-Suarez [Sun, 27 Jan 2002 14:51:10 +0000]
new switch: don't check prototypes while deparsing
Message-ID: <
20020127145110.A16332@rafael>
p4raw-id: //depot/perl@14440
Jarkko Hietaniemi [Sat, 26 Jan 2002 23:56:53 +0000]
Comment to avoid later "cleanups."
p4raw-id: //depot/perl@14438
Jarkko Hietaniemi [Sat, 26 Jan 2002 23:54:50 +0000]
USS V2R10 seems to be happier with env FOO=... cmd ...
instead of just FOO=... cmd ...
p4raw-id: //depot/perl@14437
Jarkko Hietaniemi [Sat, 26 Jan 2002 23:14:04 +0000]
Overquoting bad (in UNIX one would get
Can't open perl script "'-I../lib'": No such file or directory)
p4raw-id: //depot/perl@14436
Jarkko Hietaniemi [Sat, 26 Jan 2002 22:41:05 +0000]
Integrate perlio:
[ 14434]
"All tests successful" VC6.0 Win32
(Update config.vc to need cppstdin so those tests are skipped...)
p4raw-link: @14434 on //depot/perlio:
6643fc8cdb7aebe9d196d6332476546a9a35daec
p4raw-id: //depot/perl@14435