This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoPatch up the failing multi-byte write case, and un-skip
Nick Ing-Simmons [Mon, 11 Feb 2002 11:59:18 +0000 (11:59 +0000)]
Patch up the failing multi-byte write case, and un-skip
the test.

p4raw-id: //depot/perlio@14639

22 years agoAdd test for Japanese encoding (well euc-jp anyway).
Nick Ing-Simmons [Mon, 11 Feb 2002 10:55:39 +0000 (10:55 +0000)]
Add test for Japanese encoding (well euc-jp anyway).
Fix one bug shown by above
Skip test which does not pass yet.

p4raw-id: //depot/perlio@14638

22 years agoSplit Japanese encodings - part 2
Nick Ing-Simmons [Mon, 11 Feb 2002 09:07:04 +0000 (09:07 +0000)]
Split Japanese encodings - part 2
 - build separate .c files with separate 'compile' steps
 - overall Japanese.xs / Japanese.pm which loads them

p4raw-id: //depot/perlio@14637

22 years agoRe-structure Japanese encodings - part 1
Nick Ing-Simmons [Mon, 11 Feb 2002 08:15:42 +0000 (08:15 +0000)]
Re-structure Japanese encodings - part 1

p4raw-id: //depot/perlio@14636

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 11 Feb 2002 08:05:12 +0000 (08:05 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14635

22 years agoRe: [PATCH] Re: Modulus operator inconsistency
Mike Guy [Mon, 11 Feb 2002 02:50:42 +0000 (02:50 +0000)]
Re: [PATCH] Re: Modulus operator inconsistency
Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@14634

22 years ago"Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
Jarkko Hietaniemi [Mon, 11 Feb 2002 01:53:01 +0000 (01:53 +0000)]
"Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
Stepping backward in the string would be majorly bad.

p4raw-id: //depot/perl@14633

22 years agoThe debugger part of
Michael G. Schwern [Wed, 6 Feb 2002 17:32:12 +0000 (12:32 -0500)]
The debugger part of

Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
Message-ID: <20020206223212.GG1346@blackrider>

p4raw-id: //depot/perl@14632

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Feb 2002 22:11:53 +0000 (22:11 +0000)]
Integrate perlio:

[ 14626]
Move PerlIO_perlio to layer_syms where it belongs?

[ 14625]
Borland/Win32 tuning

p4raw-link: @14626 on //depot/perlio: a8b77c32ecb4928958fab82ec07e68c523bd25fb
p4raw-link: @14625 on //depot/perlio: 63bdf6c46bdb41db47bb6419a9ba900979734ce0

p4raw-id: //depot/perl@14631

22 years agoEBCDIC: the low 256 needs to be shuffled also
Jarkko Hietaniemi [Sun, 10 Feb 2002 22:10:19 +0000 (22:10 +0000)]
EBCDIC: the low 256 needs to be shuffled also
in pack/unpack U (this breaks the equivalence
of pack U and v-strings, but I think if someone
has to give, v-strings are a good victim)

p4raw-id: //depot/perl@14630

22 years agoTwo Configure tweaks; the u32align test was trying
Jarkko Hietaniemi [Sun, 10 Feb 2002 21:55:45 +0000 (21:55 +0000)]
Two Configure tweaks; the u32align test was trying
to write into a string literal, the ln -s test was
failing in VOS.

p4raw-id: //depot/perl@14628

22 years agoDJGPP tweaks from Laszlo Molnar.
Jarkko Hietaniemi [Sun, 10 Feb 2002 21:07:20 +0000 (21:07 +0000)]
DJGPP tweaks from Laszlo Molnar.

p4raw-id: //depot/perl@14627

22 years agoMove PerlIO_perlio to layer_syms where it belongs?
Nick Ing-Simmons [Sun, 10 Feb 2002 18:36:47 +0000 (18:36 +0000)]
Move PerlIO_perlio to layer_syms where it belongs?

p4raw-id: //depot/perlio@14626
p4raw-edited: from //depot/perl@14625 'edit in' makedef.pl (@14567..)

22 years agoBorland/Win32 tuning
Nick Ing-Simmons [Sun, 10 Feb 2002 18:02:21 +0000 (18:02 +0000)]
Borland/Win32 tuning

p4raw-id: //depot/perlio@14625

22 years agoAdditional explanation for the [:...:] failure.
Jarkko Hietaniemi [Sun, 10 Feb 2002 15:33:40 +0000 (15:33 +0000)]
Additional explanation for the [:...:] failure.

p4raw-id: //depot/perl@14624

22 years ago[ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
H.Merijn Brand [Sun, 10 Feb 2002 13:32:48 +0000 (14:32 +0100)]
[ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>

p4raw-id: //depot/perl@14623

22 years agoTest tweaks from chromatic for cases where there
Jarkko Hietaniemi [Sun, 10 Feb 2002 15:08:06 +0000 (15:08 +0000)]
Test tweaks from chromatic for cases where there
are no installman1dir or installman3dir.

p4raw-id: //depot/perl@14622

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 10 Feb 2002 15:07:21 +0000 (15:07 +0000)]
Integrate perlio:

[ 14618]
Nicholas Clark's tweaks to Encode compile process
1. Use decimal constants to unit string arrays rather than
very long string litterals (latter having possible "\0"
on end issues, and needing ANSI C line splicing).
2. Replace tail-recursion during insert process with itteration.
Nick C sees 12peedup from these.

p4raw-link: @14618 on //depot/perlio: de745a2ec314da23cb486732c6f7078af1fa26c6

p4raw-id: //depot/perl@14621

22 years agoPortability notes: filename characters, character sets.
Jarkko Hietaniemi [Sun, 10 Feb 2002 15:04:19 +0000 (15:04 +0000)]
Portability notes: filename characters, character sets.

p4raw-id: //depot/perl@14620

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 10 Feb 2002 11:06:05 +0000 (11:06 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14619

22 years agoNicholas Clark's tweaks to Encode compile process
Nick Ing-Simmons [Sun, 10 Feb 2002 10:48:15 +0000 (10:48 +0000)]
Nicholas Clark's tweaks to Encode compile process
 1. Use decimal constants to unit string arrays rather than
    very long string litterals (latter having possible "\0"
    on end issues, and needing ANSI C line splicing).
 2. Replace tail-recursion during insert process with itteration.
Nick C sees 12% speedup from these.

p4raw-id: //depot/perlio@14618

22 years agoUse the "Unicode 1.0" name field for control characters,
Jarkko Hietaniemi [Sun, 10 Feb 2002 02:56:54 +0000 (02:56 +0000)]
Use the "Unicode 1.0" name field for control characters,
as suggested by Mark Davis.  Note that Unicode 3.2 will
require some more legwork on this because of certain
alternative names.

p4raw-id: //depot/perl@14617

22 years agoThe -W 0,float(ieee) and gcvt() are the bad combination.
Jarkko Hietaniemi [Sat, 9 Feb 2002 22:41:18 +0000 (22:41 +0000)]
The -W 0,float(ieee) and gcvt() are the bad combination.

p4raw-id: //depot/perl@14616

22 years agoEBCDIC: the non-printable characters are different.
Jarkko Hietaniemi [Sat, 9 Feb 2002 22:34:00 +0000 (22:34 +0000)]
EBCDIC: the non-printable characters are different.

p4raw-id: //depot/perl@14615

22 years agoRe: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
Nicholas Clark [Sat, 9 Feb 2002 22:31:29 +0000 (22:31 +0000)]
Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14614

22 years agoRe: Modulus operator inconsistency
Nicholas Clark [Sat, 9 Feb 2002 21:00:13 +0000 (21:00 +0000)]
Re: Modulus operator inconsistency
Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>

p4raw-id: //depot/perl@14613

22 years agoUse the same escaping mechanism for all the *flags.
Jarkko Hietaniemi [Sat, 9 Feb 2002 18:15:39 +0000 (18:15 +0000)]
Use the same escaping mechanism for all the *flags.

p4raw-id: //depot/perl@14612

22 years agoProtect possible parentheses in ccflags, ccdlflags, and
Jarkko Hietaniemi [Sat, 9 Feb 2002 17:26:06 +0000 (17:26 +0000)]
Protect possible parentheses in ccflags, ccdlflags, and
ldflags.  (In OS/390 there are parentheses in ccflags.)

p4raw-id: //depot/perl@14611

22 years agoperl5db.pl: restart in taint mode
Peter Scott [Fri, 8 Feb 2002 19:20:19 +0000 (11:20 -0800)]
perl5db.pl: restart in taint mode
Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>

p4raw-id: //depot/perl@14610

22 years agoFAQ sync.
Jarkko Hietaniemi [Fri, 8 Feb 2002 21:33:59 +0000 (21:33 +0000)]
FAQ sync.

p4raw-id: //depot/perl@14609

22 years agoCopFILE / MacPerl_MPWFileName
Chris Nandor [Fri, 8 Feb 2002 16:31:41 +0000 (11:31 -0500)]
CopFILE / MacPerl_MPWFileName
Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>

p4raw-id: //depot/perl@14608

22 years agoThe Configure change to go with #14604.
Jarkko Hietaniemi [Fri, 8 Feb 2002 19:18:17 +0000 (19:18 +0000)]
The Configure change to go with #14604.

p4raw-id: //depot/perl@14605

22 years agoRe: [ID 20020205.007] BSDi test failure perl 5.6.1
Andy Dougherty [Fri, 8 Feb 2002 13:43:49 +0000 (08:43 -0500)]
Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>

p4raw-id: //depot/perl@14604

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 8 Feb 2002 18:16:09 +0000 (18:16 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14603

22 years agoStart testing for safe localtime functions, TODO, test more functions.
Artur Bergman [Fri, 8 Feb 2002 15:19:15 +0000 (15:19 +0000)]
Start testing for safe localtime functions, TODO, test more functions.

p4raw-id: //depot/perl@14602

22 years agoRe: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
Rafael Garcia-Suarez [Fri, 8 Feb 2002 00:21:07 +0000 (01:21 +0100)]
Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
Message-ID: <20020208002107.E763@rafael>

p4raw-id: //depot/perl@14601

22 years agoConfigure followed by make minitest
Yitzchak Scott-Thoennes [Wed, 6 Feb 2002 21:35:20 +0000 (13:35 -0800)]
Configure followed by make minitest
Message-ID: <YIhY8gzkgSbC092yn@efn.org>

p4raw-id: //depot/perl@14600

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Fri, 8 Feb 2002 14:05:12 +0000 (14:05 +0000)]
Integrate perlio:

[ 14595]
Extract something from yesterdays effort - convert my mail on pad
data structures (incoporating Sarathy's corrections/clarifications)
into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.

p4raw-link: @14595 on //depot/perlio: a4f1a0295dfc0733a51ca0623d486d082d04773a

p4raw-id: //depot/perl@14599

22 years agoConfigure DJGPP tweak from Laszlo Molnar.
Jarkko Hietaniemi [Fri, 8 Feb 2002 14:01:01 +0000 (14:01 +0000)]
Configure DJGPP tweak from Laszlo Molnar.

p4raw-id: //depot/perl@14597

22 years agoDJGPP tweaks from Laszlo Molnar.
Jarkko Hietaniemi [Fri, 8 Feb 2002 14:00:23 +0000 (14:00 +0000)]
DJGPP tweaks from Laszlo Molnar.

p4raw-id: //depot/perl@14596

22 years agoExtract something from yesterdays effort - convert my mail on pad
Nick Ing-Simmons [Fri, 8 Feb 2002 09:19:29 +0000 (09:19 +0000)]
Extract something from yesterdays effort - convert my mail on pad
data structures (incoporating Sarathy's corrections/clarifications)
into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.

p4raw-id: //depot/perlio@14595

22 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 8 Feb 2002 08:34:49 +0000 (08:34 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14594

22 years agoTo really skip the test an exit() is needed.
Jarkko Hietaniemi [Fri, 8 Feb 2002 03:08:20 +0000 (03:08 +0000)]
To really skip the test an exit() is needed.

p4raw-id: //depot/perl@14593

22 years agoMore diagnostics from Nicholas Clark.
Jarkko Hietaniemi [Fri, 8 Feb 2002 02:57:30 +0000 (02:57 +0000)]
More diagnostics from Nicholas Clark.

p4raw-id: //depot/perl@14592

22 years agoIn case of failure be more verbose.
Jarkko Hietaniemi [Thu, 7 Feb 2002 22:54:57 +0000 (22:54 +0000)]
In case of failure be more verbose.

p4raw-id: //depot/perl@14591

22 years agoSanity checks to see that the IV/NV and the PV of numeric
Jarkko Hietaniemi [Thu, 7 Feb 2002 17:10:06 +0000 (17:10 +0000)]
Sanity checks to see that the IV/NV and the PV of numeric
scalars stay in sync (unearthed this via the OS/390 gcvt()
brokenness)

p4raw-id: //depot/perl@14581

22 years agoRetract the anon leak subpatch of #14418 and #14431
Jarkko Hietaniemi [Thu, 7 Feb 2002 14:07:33 +0000 (14:07 +0000)]
Retract the anon leak subpatch of #14418 and #14431
(the latter came into bleadperl as part of #14433).

p4raw-id: //depot/perl@14580

22 years agoOS/390 gcvt() seems buggy: with -W 0,float(ieee) it
Jarkko Hietaniemi [Wed, 6 Feb 2002 23:38:10 +0000 (23:38 +0000)]
OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
mangles 0.1 to "10".  sprintf() seems more well-behaved.

p4raw-id: //depot/perl@14579

22 years agoanother Encode fix for VMS
Craig A. Berry [Wed, 6 Feb 2002 14:44:20 +0000 (08:44 -0600)]
another Encode fix for VMS
Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>

p4raw-id: //depot/perl@14578

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Wed, 6 Feb 2002 15:38:25 +0000 (15:38 +0000)]
Integrate perlio:

[ 14575]
One way to avoid OS390 winge about #line directives.

p4raw-link: @14575 on //depot/perlio: 1604a5406b7adf0a94a6c9490c526da20d71e4c3

p4raw-id: //depot/perl@14577

22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 6 Feb 2002 15:36:55 +0000 (15:36 +0000)]
Update Changes.

p4raw-id: //depot/perl@14576

22 years agoOne way to avoid OS390 winge about #line directives.
Nick Ing-Simmons [Wed, 6 Feb 2002 15:23:24 +0000 (15:23 +0000)]
One way to avoid OS390 winge about #line directives.

p4raw-id: //depot/perlio@14575

22 years agos/Netware/NetWare/
Jarkko Hietaniemi [Wed, 6 Feb 2002 15:11:05 +0000 (15:11 +0000)]
s/Netware/NetWare/

p4raw-id: //depot/perl@14574

22 years agoNew Netware scripts.
Jarkko Hietaniemi [Wed, 6 Feb 2002 15:10:00 +0000 (15:10 +0000)]
New Netware scripts.

p4raw-id: //depot/perl@14573

22 years agoEBCDIC: the encoding pragma would need some rethinking,
Jarkko Hietaniemi [Wed, 6 Feb 2002 15:02:20 +0000 (15:02 +0000)]
EBCDIC: the encoding pragma would need some rethinking,
probably a pass of EBCDIC->Unicode mapping.  For now,
disable it on EBCDIC.

p4raw-id: //depot/perl@14572

22 years ago(retracted by #14846)
Jarkko Hietaniemi [Wed, 6 Feb 2002 14:44:27 +0000 (14:44 +0000)]
(retracted by #14846)
EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
for the low 256.  Now tweaked the tests, but maybe it's
the module that needs few NATIVE_TO_UNI()s somewhere?

p4raw-id: //depot/perl@14571

22 years agoformat problem
Robin Barker [Wed, 6 Feb 2002 14:01:43 +0000 (14:01 +0000)]
format problem
Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>

p4raw-id: //depot/perl@14570

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 6 Feb 2002 09:52:23 +0000 (09:52 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14569

22 years agoEBCDIC: 0x41 is not cricket.
Jarkko Hietaniemi [Wed, 6 Feb 2002 04:44:33 +0000 (04:44 +0000)]
EBCDIC: 0x41 is not cricket.

p4raw-id: //depot/perl@14568

22 years agoNetWare update from Ananth Kesari.
Jarkko Hietaniemi [Tue, 5 Feb 2002 23:12:19 +0000 (23:12 +0000)]
NetWare update from Ananth Kesari.

p4raw-id: //depot/perl@14567

22 years agoRe: File::Spec::rel2abs2rel (?)
Michael G. Schwern [Tue, 5 Feb 2002 13:47:39 +0000 (08:47 -0500)]
Re: File::Spec::rel2abs2rel (?)
Message-ID: <20020205184739.GB17375@blackrider>

p4raw-id: //depot/perl@14566

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 5 Feb 2002 17:31:24 +0000 (17:31 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14565

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 5 Feb 2002 17:05:40 +0000 (17:05 +0000)]
Integrate perlio:

[ 14563]
More Encode tweaks:
- make expensive and marginal substring search optional (-O)
- enable -O for ASCII-oid encodings (search space is small)
- add ASCII-oid jis0201 to basic Encode.so
- add some other Japanese encodings to EUC_JP bundle (without -O)

p4raw-link: @14563 on //depot/perlio: 4cfc977cb33a032e78e373bce7db50a1970926f3

p4raw-id: //depot/perl@14564

22 years agoMore Encode tweaks:
Nick Ing-Simmons [Tue, 5 Feb 2002 16:01:15 +0000 (16:01 +0000)]
More Encode tweaks:
 - make expensive and marginal substring search optional (-O)
 - enable -O for ASCII-oid encodings (search space is small)
 - add ASCII-oid jis0201 to basic Encode.so
 - add some other Japanese encodings to EUC_JP bundle (without -O)

p4raw-id: //depot/perlio@14563

22 years agoAdd in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
Artur Bergman [Tue, 5 Feb 2002 14:50:36 +0000 (14:50 +0000)]
Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.

p4raw-id: //depot/perl@14562

22 years agoEBCDIC: SHARP S is different.
Jarkko Hietaniemi [Tue, 5 Feb 2002 14:25:36 +0000 (14:25 +0000)]
EBCDIC: SHARP S is different.

p4raw-id: //depot/perl@14561

22 years agoDon't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using...
Artur Bergman [Tue, 5 Feb 2002 13:49:40 +0000 (13:49 +0000)]
Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks

p4raw-id: //depot/perl@14560

22 years agoAdd . first to the PATH environment to test that we really
Artur Bergman [Tue, 5 Feb 2002 11:39:24 +0000 (11:39 +0000)]
Add . first to the PATH environment to test that we really
get ./perl and not some other older perl.

p4raw-id: //depot/perl@14559

22 years agoChange to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of...
Artur Bergman [Tue, 5 Feb 2002 11:20:21 +0000 (11:20 +0000)]
Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...

p4raw-id: //depot/perl@14558

22 years agoEnable building with threads under macosx, assume __APPLE__ means darwin and disable...
Artur Bergman [Tue, 5 Feb 2002 10:30:58 +0000 (10:30 +0000)]
Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.

p4raw-id: //depot/perl@14557

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 5 Feb 2002 06:58:52 +0000 (06:58 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14556

22 years agoFile::Find tests not cleaning up properly
Rafael Garcia-Suarez [Mon, 4 Feb 2002 22:09:07 +0000 (23:09 +0100)]
File::Find tests not cleaning up properly
Message-ID: <20020204220907.A8288@rafael>

p4raw-id: //depot/perl@14554

22 years agoSignedness mumblings from Tru64.
Jarkko Hietaniemi [Mon, 4 Feb 2002 22:27:11 +0000 (22:27 +0000)]
Signedness mumblings from Tru64.

p4raw-id: //depot/perl@14553

22 years agoEncode build fix-ups for VMS
Craig A. Berry [Mon, 4 Feb 2002 17:16:00 +0000 (11:16 -0600)]
Encode build fix-ups for VMS
Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>

p4raw-id: //depot/perl@14552

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 4 Feb 2002 16:00:31 +0000 (16:00 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14551

22 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 4 Feb 2002 14:47:00 +0000 (14:47 +0000)]
Update Changes.

p4raw-id: //depot/perl@14550

22 years agoComment microtweaks.
Jarkko Hietaniemi [Mon, 4 Feb 2002 13:57:42 +0000 (13:57 +0000)]
Comment microtweaks.

p4raw-id: //depot/perl@14549

22 years agotrivial docu patch
Andreas König [Mon, 4 Feb 2002 08:15:19 +0000 (09:15 +0100)]
trivial docu patch
Message-ID: <m3pu3l7m60.fsf@anima.de>

p4raw-id: //depot/perl@14548

22 years ago(??{ }) anomaly
Yitzchak Scott-Thoennes [Sun, 3 Feb 2002 20:21:45 +0000 (12:21 -0800)]
(??{ }) anomaly
Message-ID: <ZxgX8gzkgCXO092yn@efn.org>

p4raw-id: //depot/perl@14547

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 4 Feb 2002 04:41:02 +0000 (04:41 +0000)]
Integrate perlio:

[ 14545]
Remove debugging warning, be consistent about API fails.

[ 14544]
Carry on where we left off if we have to grow destination SV during XS encode/decode

p4raw-link: @14545 on //depot/perlio: 8bbd94803062036850d2131d38b045f108338278
p4raw-link: @14544 on //depot/perlio: 3aececdab11e76bf99d892f63f8a9048dedbc74d

p4raw-id: //depot/perl@14546

22 years agoRemove debugging warning, be consistent about API fails.
Nick Ing-Simmons [Sun, 3 Feb 2002 20:03:38 +0000 (20:03 +0000)]
Remove debugging warning, be consistent about API fails.

p4raw-id: //depot/perlio@14545

22 years agoCarry on where we left off if we have to grow destination SV during XS encode/decode
Nick Ing-Simmons [Sun, 3 Feb 2002 19:47:48 +0000 (19:47 +0000)]
Carry on where we left off if we have to grow destination SV during XS encode/decode

p4raw-id: //depot/perlio@14544

22 years agoPATCH CPAN.pm
Mark-Jason Dominus [Sun, 3 Feb 2002 12:36:36 +0000 (07:36 -0500)]
PATCH CPAN.pm
Message-ID: <20020203173636.27451.qmail@plover.com>

p4raw-id: //depot/perl@14543

22 years agoMust search further back.
Jarkko Hietaniemi [Sun, 3 Feb 2002 19:05:13 +0000 (19:05 +0000)]
Must search further back.

p4raw-id: //depot/perl@14542

22 years agoIntegrate mainline
Nick Ing-Simmons [Sun, 3 Feb 2002 18:52:09 +0000 (18:52 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14541

22 years agoEBCDIC: more natification.
Jarkko Hietaniemi [Sun, 3 Feb 2002 18:33:53 +0000 (18:33 +0000)]
EBCDIC: more natification.

p4raw-id: //depot/perl@14540

22 years agoDebug noise.
Jarkko Hietaniemi [Sun, 3 Feb 2002 18:32:31 +0000 (18:32 +0000)]
Debug noise.

p4raw-id: //depot/perl@14539

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 3 Feb 2002 18:13:07 +0000 (18:13 +0000)]
Integrate perlio:

[ 14536]
Stable intermediate point in Encode cleanup.
:encode(euc-jp) works on Dan's table.euc
Much buffer copying and other silliness remains.

p4raw-link: @14536 on //depot/perlio: 0b3236bb1fb664bc9c9ccd069cac189e80c3ef35

p4raw-id: //depot/perl@14538

22 years agoPrettify.
Jarkko Hietaniemi [Sun, 3 Feb 2002 17:57:31 +0000 (17:57 +0000)]
Prettify.

p4raw-id: //depot/perl@14537

22 years agoStable intermediate point in Encode cleanup.
Nick Ing-Simmons [Sun, 3 Feb 2002 17:32:03 +0000 (17:32 +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

22 years agoEBCDIC: it's much nicer to compare Unicode code points
Jarkko Hietaniemi [Sun, 3 Feb 2002 17:29:57 +0000 (17:29 +0000)]
EBCDIC: it's much nicer to compare Unicode code points
to Unicode code points.

p4raw-id: //depot/perl@14535

22 years agoEBCDIC: character classes must remap the low 256.
Jarkko Hietaniemi [Sun, 3 Feb 2002 17:04:34 +0000 (17:04 +0000)]
EBCDIC: character classes must remap the low 256.

p4raw-id: //depot/perl@14534

22 years agoUpgrade to I18N::LangTags::List 0.27, from Sean Burke.
Jarkko Hietaniemi [Sun, 3 Feb 2002 16:05:12 +0000 (16:05 +0000)]
Upgrade to I18N::LangTags::List 0.27, from Sean Burke.

p4raw-id: //depot/perl@14533

22 years agoFAQ sync.
Jarkko Hietaniemi [Sun, 3 Feb 2002 15:36:36 +0000 (15:36 +0000)]
FAQ sync.

p4raw-id: //depot/perl@14532

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Sun, 3 Feb 2002 15:35:28 +0000 (15:35 +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

22 years agolstat FH and -l FH warnings
Rafael Garcia-Suarez [Sat, 2 Feb 2002 22:24:54 +0000 (23:24 +0100)]
lstat FH and -l FH warnings
Message-ID: <20020202222454.A11608@rafael>

p4raw-id: //depot/perl@14530

22 years ago[PATCH t/op/taint.t] remove possible false positive
Jarkko Hietaniemi [Sun, 3 Feb 2002 15:27:26 +0000 (15:27 +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

22 years agoOS2::Process's constants
Ilya Zakharevich [Sat, 2 Feb 2002 01:00:55 +0000 (20:00 -0500)]
OS2::Process's constants
Message-ID: <20020202010055.A12924@math.ohio-state.edu>

p4raw-id: //depot/perl@14528

22 years agoh2xs
Ilya Zakharevich [Sat, 2 Feb 2002 00:58:44 +0000 (19:58 -0500)]
h2xs
Message-ID: <20020202005844.A12756@math.ohio-state.edu>

p4raw-id: //depot/perl@14527

22 years agoFix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
Nick Ing-Simmons [Sun, 3 Feb 2002 14:54:18 +0000 (14:54 +0000)]
Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
(Mis-feature discovered by Encode.)

p4raw-id: //depot/perlio@14526