This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
22 years agoUpdate Changes.
Jarkko Hietaniemi [Wed, 13 Feb 2002 15:14:25 +0000 (15:14 +0000)]
Update Changes.

p4raw-id: //depot/perl@14681

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Wed, 13 Feb 2002 13:41:50 +0000 (13:41 +0000)]
Integrate perlio:

[ 14677]
Do not lc() the file names before doing dirname() or they don't match.

p4raw-link: @14677 on //depot/perlio: 62bfa7e029213f726486db8d517340b008e273d7

p4raw-id: //depot/perl@14680

22 years agorename mutex to make a bit more sense
Artur Bergman [Wed, 13 Feb 2002 12:56:13 +0000 (12:56 +0000)]
rename mutex to make a bit more sense

p4raw-id: //depot/perl@14679

22 years agoTrack active threads....
Artur Bergman [Wed, 13 Feb 2002 12:46:11 +0000 (12:46 +0000)]
Track active threads....

p4raw-id: //depot/perl@14678

22 years agoDo not lc() the file names before doing dirname() or they don't match.
Nick Ing-Simmons [Wed, 13 Feb 2002 09:30:42 +0000 (09:30 +0000)]
Do not lc() the file names before doing dirname() or they don't match.

p4raw-id: //depot/perlio@14677

22 years agoRe: File/Spec/t/rel2abs2rel2whatever broken again
Michael G. Schwern [Wed, 13 Feb 2002 09:03:37 +0000 (09:03 +0000)]
Re: File/Spec/t/rel2abs2rel2whatever broken again
Message-Id: <20020213100017.GA6288@blackrider>

p4raw-id: //depot/perl@14676

22 years agoDo not propagate END blocks to child threads, test.
Artur Bergman [Wed, 13 Feb 2002 09:00:24 +0000 (09:00 +0000)]
Do not propagate END blocks to child threads, test.

p4raw-id: //depot/perl@14675

22 years agoIntegrate mainline
Nick Ing-Simmons [Wed, 13 Feb 2002 08:34:55 +0000 (08:34 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14674

22 years ago$ln is supposed to be already set to $ln + executable suffix
Jarkko Hietaniemi [Wed, 13 Feb 2002 05:17:07 +0000 (05:17 +0000)]
$ln is supposed to be already set to $ln + executable suffix
on platforms that need it, from Paul Green.

p4raw-id: //depot/perl@14672

22 years agoNew command syntax for 'x' command
Mark-Jason Dominus [Tue, 12 Feb 2002 20:54:01 +0000 (15:54 -0500)]
New command syntax for 'x' command
Message-ID: <20020213015401.25685.qmail@plover.com>

p4raw-id: //depot/perl@14671

22 years agoNew debugger option 'dumpDepth' controls recursion depth of 'x' command
Mark-Jason Dominus [Tue, 12 Feb 2002 20:20:42 +0000 (15:20 -0500)]
New debugger option 'dumpDepth' controls recursion depth of 'x' command
Message-ID: <20020213012042.25245.qmail@plover.com>

p4raw-id: //depot/perl@14670

22 years agoIteration continues.
Jarkko Hietaniemi [Wed, 13 Feb 2002 04:43:43 +0000 (04:43 +0000)]
Iteration continues.

p4raw-id: //depot/perl@14669

22 years agoDuh.
Jarkko Hietaniemi [Wed, 13 Feb 2002 02:37:31 +0000 (02:37 +0000)]
Duh.

p4raw-id: //depot/perl@14668

22 years agoRetract #14666.
Jarkko Hietaniemi [Wed, 13 Feb 2002 01:33:01 +0000 (01:33 +0000)]
Retract #14666.

p4raw-id: //depot/perl@14667

22 years ago(retracted by #14667)
Jarkko Hietaniemi [Wed, 13 Feb 2002 01:22:13 +0000 (01:22 +0000)]
(retracted by #14667)

p4raw-id: //depot/perl@14666

22 years agoTiny test script tweaks.
Jarkko Hietaniemi [Wed, 13 Feb 2002 00:45:02 +0000 (00:45 +0000)]
Tiny test script tweaks.

p4raw-id: //depot/perl@14665

22 years agoRewrite the "special mapping" part of to_utf8_case(),
Jarkko Hietaniemi [Wed, 13 Feb 2002 00:24:37 +0000 (00:24 +0000)]
Rewrite the "special mapping" part of to_utf8_case(),
this time with fewer bugs.  (See: The Law of Cybernetic
Entymology.)

p4raw-id: //depot/perl@14664

22 years agoStop failures if you pass an object, sv_dup might not be the right
Artur Bergman [Tue, 12 Feb 2002 18:26:16 +0000 (18:26 +0000)]
Stop failures if you pass an object, sv_dup might not be the right
thing to use since I have a feeling we end up cloning far too much.
       (Like the stash for example).... Maybe we need a lightweight sv_dup
that searches the target for things....
Real fix is another option to perl_clone which controls if you should
save stashes.

p4raw-id: //depot/perl@14663

22 years agoRetract #14661.
Jarkko Hietaniemi [Tue, 12 Feb 2002 17:19:49 +0000 (17:19 +0000)]
Retract #14661.

p4raw-id: //depot/perl@14662

22 years ago(retracted by #14662)
Jarkko Hietaniemi [Tue, 12 Feb 2002 17:16:20 +0000 (17:16 +0000)]
(retracted by #14662)

p4raw-id: //depot/perl@14661

22 years agoEBCDIC: another "can't happen".
Jarkko Hietaniemi [Tue, 12 Feb 2002 15:03:58 +0000 (15:03 +0000)]
EBCDIC: another "can't happen".

p4raw-id: //depot/perl@14660

22 years agoJoin support, however something wierd seems to happen with filehandles that are passe...
Artur Bergman [Tue, 12 Feb 2002 14:38:21 +0000 (14:38 +0000)]
Join support, however something wierd seems to happen with filehandles that are passed along threads...

p4raw-id: //depot/perl@14659

22 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 12 Feb 2002 13:54:06 +0000 (13:54 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14658

22 years agoRe: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system...
Jan Dubois [Tue, 12 Feb 2002 00:56:31 +0000 (16:56 -0800)]
Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function
Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>

p4raw-id: //depot/perl@14657

22 years agoRe: 14654 introduced a bug
Michael G. Schwern [Tue, 12 Feb 2002 05:37:36 +0000 (00:37 -0500)]
Re: 14654 introduced a bug
Message-ID: <20020212103736.GC14327@blackrider>

p4raw-id: //depot/perl@14656

22 years agoMore unset installman[13]dir tweaks from chromatic.
Jarkko Hietaniemi [Tue, 12 Feb 2002 04:50:58 +0000 (04:50 +0000)]
More unset installman[13]dir tweaks from chromatic.

p4raw-id: //depot/perl@14655

22 years agoRe: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
Michael G. Schwern [Mon, 11 Feb 2002 12:23:02 +0000 (07:23 -0500)]
Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
Message-ID: <20020211172302.GD9556@blackrider>

p4raw-id: //depot/perl@14654

22 years agoUse `` instead of -| to be a little bit more portable,
Jarkko Hietaniemi [Tue, 12 Feb 2002 04:29:10 +0000 (04:29 +0000)]
Use `` instead of -| to be a little bit more portable,
from Michael Schwern.

p4raw-id: //depot/perl@14653

22 years agoEBCDIC: this change for \N{} in particular is now
Jarkko Hietaniemi [Tue, 12 Feb 2002 03:17:44 +0000 (03:17 +0000)]
EBCDIC: this change for \N{} in particular is now
unnecessary because of the recent more general
pack U change.

p4raw-id: //depot/perl@14652

22 years agot/test.pl fix for VMS
Craig A. Berry [Mon, 11 Feb 2002 17:13:47 +0000 (11:13 -0600)]
t/test.pl fix for VMS
Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>

p4raw-id: //depot/perl@14651

22 years agoEBCDIC: pack U bytes change.
Jarkko Hietaniemi [Mon, 11 Feb 2002 23:44:09 +0000 (23:44 +0000)]
EBCDIC: pack U bytes change.

p4raw-id: //depot/perl@14650

22 years agoEBCDIC: pack U is no more equal to concat of \xHHs.
Jarkko Hietaniemi [Mon, 11 Feb 2002 23:38:28 +0000 (23:38 +0000)]
EBCDIC: pack U is no more equal to concat of \xHHs.

p4raw-id: //depot/perl@14649

22 years agoIntegrate mainline
Nick Ing-Simmons [Mon, 11 Feb 2002 16:14:50 +0000 (16:14 +0000)]
Integrate mainline

p4raw-id: //depot/perlio@14648

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

p4raw-id: //depot/perl@14647

22 years agoRegen toc.
Jarkko Hietaniemi [Mon, 11 Feb 2002 15:07:28 +0000 (15:07 +0000)]
Regen toc.

p4raw-id: //depot/perl@14646

22 years agoForgot from #14641.
Jarkko Hietaniemi [Mon, 11 Feb 2002 14:59:02 +0000 (14:59 +0000)]
Forgot from #14641.

p4raw-id: //depot/perl@14645

22 years ago-Dmksymlinks was broken by #14628.
Jarkko Hietaniemi [Mon, 11 Feb 2002 14:46:39 +0000 (14:46 +0000)]
-Dmksymlinks was broken by #14628.

p4raw-id: //depot/perl@14642

22 years agoOS/2 build
Ilya Zakharevich [Mon, 11 Feb 2002 06:56:41 +0000 (01:56 -0500)]
OS/2 build
Message-ID: <20020211065640.A14993@math.ohio-state.edu>

(sans the Configure, perlio.sym, and t/op/stat.t parts)

p4raw-id: //depot/perl@14641

22 years agoIntegrate perlio:
Jarkko Hietaniemi [Mon, 11 Feb 2002 14:11:13 +0000 (14:11 +0000)]
Integrate perlio:

[ 14639]
Patch up the failing multi-byte write case, and un-skip
the test.

[ 14638]
Add test for Japanese encoding (well euc-jp anyway).
Fix one bug shown by above
Skip test which does not pass yet.

[ 14637]
Split Japanese encodings - part 2
- build separate .c files with separate 'compile' steps
- overall Japanese.xs / Japanese.pm which loads them

[ 14636]
Re-structure Japanese encodings - part 1

p4raw-link: @14639 on //depot/perlio: 25f7d9d365e0d370c3b5dfc8fdfd572718a96a04
p4raw-link: @14638 on //depot/perlio: 0a95303c57acf5bd500b4d1b2412c87bb5a227e6
p4raw-link: @14637 on //depot/perlio: b90c9a30a3bfe863d14ed5fb1c105f55b9616222
p4raw-link: @14636 on //depot/perlio: 3de3d21f074d2625e0cbc46fd7d33fabf6fd811e

p4raw-id: //depot/perl@14640

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