24 years agoapplied suggested patch, along with later tweak
Jan Dubois [Wed, 14 Jul 1999 23:53:43 +0000]
applied suggested patch, along with later tweak
Message-ID: <37a902e7.15977234@smtp1.ibm.net>
Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm

p4raw-id: //depot/perl@3685

24 years agoavoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
Gurusamy Sarathy [Sat, 17 Jul 1999 20:24:32 +0000]
avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)

p4raw-id: //depot/perl@3684

24 years agoSegfaults if $^P
Ilya Zakharevich [Tue, 13 Jul 1999 05:44:28 +0000]
Segfaults if $^P

Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3683

24 years agouse a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
Gurusamy Sarathy [Sat, 17 Jul 1999 20:04:17 +0000]
use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
and prefix/lib/perl5/man are ass_u_med only if those directories
actually exist; else prefix/{lib,man} are used)

p4raw-id: //depot/perl@3682

24 years agoallow $foo{$x} and $bar[$i] for (\$) prototype
Gurusamy Sarathy [Sat, 17 Jul 1999 19:12:33 +0000]
allow $foo{$x} and $bar[$i] for (\$) prototype

p4raw-id: //depot/perl@3681

24 years agofix vec() on magic values
Ian Phillipps [Mon, 12 Jul 1999 12:30:05 +0000]
fix vec() on magic values
Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].

p4raw-id: //depot/perl@3680

24 years agomake system() return -1 and set $! if exec of child failed
Ilya Zakharevich [Fri, 9 Jul 1999 05:21:13 +0000]
make system() return -1 and set $! if exec of child failed
Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec

p4raw-id: //depot/perl@3679

24 years agoFile descriptor leak in do_exec3
Ilya Zakharevich [Fri, 9 Jul 1999 04:27:51 +0000]
File descriptor leak in do_exec3

Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3678

24 years agoa modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
Gurusamy Sarathy [Sat, 17 Jul 1999 17:34:38 +0000]
a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
converted Ken's documentation outline into pod

p4raw-id: //depot/perl@3677

24 years agopod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
Gurusamy Sarathy [Sat, 17 Jul 1999 16:34:09 +0000]
pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
Steve Lidie

p4raw-id: //depot/perl@3676

24 years agobackout redundant change#3628
Gurusamy Sarathy [Sat, 17 Jul 1999 00:16:53 +0000]
backout redundant change#3628

p4raw-link: @3628 on //depot/perl: 10ca40477ddc9b8d94a5d1880386d95c6cc6cc37

p4raw-id: //depot/perl@3675

24 years agominor efficiency tweak
Gurusamy Sarathy [Wed, 14 Jul 1999 17:12:13 +0000]
minor efficiency tweak

p4raw-id: //depot/perl@3672

24 years agofixups for sundry warnings about function pointers
Gurusamy Sarathy [Mon, 12 Jul 1999 06:14:54 +0000]
fixups for sundry warnings about function pointers

p4raw-id: //depot/perl@3669

24 years agotweaks for win32/borland
Gurusamy Sarathy [Mon, 12 Jul 1999 04:11:58 +0000]
tweaks for win32/borland

p4raw-id: //depot/perl@3668

24 years agoyet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
Gurusamy Sarathy [Mon, 12 Jul 1999 01:55:15 +0000]
yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
builds; passing the implicit context is unified among the three
flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
flavors (see the top of perl.h) for testing; all varargs functions
foo() have a va_list-taking variant vfoo() for generating the
context-free versions; the PERL_OBJECT build should now be
hyper-compatible with CPAN extensions (C++ is totally out of
the picture)

result has only been tested on Windows

TODO: write docs on the THX rationale and idiomatic usage of
the Perl API

p4raw-id: //depot/perl@3667

24 years agochange#3612 was buggy and failed to build Tk; applied Ilya's
Gurusamy Sarathy [Sun, 11 Jul 1999 19:11:07 +0000]
change#3612 was buggy and failed to build Tk; applied Ilya's
remedy and related tests via private mail

p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e

p4raw-id: //depot/perl@3664

25 years agomore PERL_OBJECT cleanups (changes still untested on Unix!)
Gurusamy Sarathy [Thu, 8 Jul 1999 18:47:35 +0000]
more PERL_OBJECT cleanups (changes still untested on Unix!)

p4raw-id: //depot/perl@3660

25 years agosundry cleanups for clean build on windows
Gurusamy Sarathy [Thu, 8 Jul 1999 18:41:45 +0000]
sundry cleanups for clean build on windows

p4raw-id: //depot/perl@3659

25 years agofixes for logical bugs in the lexwarn patch; other tweaks to avoid
Gurusamy Sarathy [Thu, 8 Jul 1999 01:24:25 +0000]
fixes for logical bugs in the lexwarn patch; other tweaks to avoid
type mismatch problems

p4raw-id: //depot/perl@3658

25 years agointegrate cfgperl contents
Gurusamy Sarathy [Wed, 7 Jul 1999 21:04:38 +0000]
integrate cfgperl contents

p4raw-id: //depot/perl@3656

25 years agofiletest.t and ByteLoader build tweaks from Peter Prymmer
Gurusamy Sarathy [Wed, 7 Jul 1999 18:55:45 +0000]
filetest.t and ByteLoader build tweaks from Peter Prymmer
<pvhp@forte.com>

p4raw-id: //depot/perl@3655

25 years agochange#1889 mistakenly removed F_SETLK
Gurusamy Sarathy [Wed, 7 Jul 1999 18:47:03 +0000]
change#1889 mistakenly removed F_SETLK

p4raw-link: @1889 on //depot/perl: 5ff3f7a4e03a6b103d9e628865398e498e9a7968

p4raw-id: //depot/perl@3654

25 years agoB::Deparse update
Stephen McCamant [Mon, 5 Jul 1999 17:57:03 +0000]
B::Deparse update
Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
Subject: [PATCH _57, long] B::Deparse 0.58

p4raw-id: //depot/perl@3653

25 years agoRe: [ID 19990705.001] Overloading boolean conversion
Ilya Zakharevich [Mon, 5 Jul 1999 18:24:19 +0000]
Re: [ID 19990705.001] Overloading boolean conversion

Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3652

25 years agomissing PerlIO_reopen() (suggested by sam@daemoninc.com)
Gurusamy Sarathy [Wed, 7 Jul 1999 17:47:30 +0000]
missing PerlIO_reopen() (suggested by sam@daemoninc.com)

p4raw-id: //depot/perl@3651

25 years agoapplied new parts of suggested patch
Charles Bailey [Fri, 2 Jul 1999 19:18:41 +0000]
applied new parts of suggested patch
Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
Subject: [PATCH 5.005_57] Consolidated VMS patch

p4raw-id: //depot/perl@3650

25 years agoSync regcomp warn with reality.
Jarkko Hietaniemi [Wed, 7 Jul 1999 13:38:02 +0000]
Sync regcomp warn with reality.

p4raw-id: //depot/cfgperl@3649

25 years agoIntegrate with Sarathy; one conflict in t/pragma/warn/recgomp
Jarkko Hietaniemi [Wed, 7 Jul 1999 13:04:55 +0000]
Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
resolved manually.

p4raw-id: //depot/cfgperl@3648

25 years agoMakeMaker support for pod2html
Jan Dubois [Thu, 1 Jul 1999 11:17:53 +0000]
MakeMaker support for pod2html

Message-ID: <377b2ca4.14467042@smtp1.ibm.net>

p4raw-id: //depot/perl@3647

25 years agofix undocumented IO::Handle functions as suggested
Gurusamy Sarathy [Wed, 7 Jul 1999 10:27:55 +0000]
fix undocumented IO::Handle functions as suggested
by cj10@cam.ac.uk

p4raw-id: //depot/perl@3646

25 years agoprohibit thread join()ing itself (from Dan Sugalski)
Gurusamy Sarathy [Wed, 7 Jul 1999 10:18:55 +0000]
prohibit thread join()ing itself (from Dan Sugalski)

p4raw-id: //depot/perl@3645

25 years agoCompiler and XSUBS
Vishal Bhatia [Wed, 30 Jun 1999 14:02:42 +0000]
Compiler and XSUBS

Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>

p4raw-id: //depot/perl@3644

25 years agomention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
Gurusamy Sarathy [Wed, 7 Jul 1999 10:08:38 +0000]
mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
(from François Désarménien <desar@club-internet.fr>)

p4raw-id: //depot/perl@3643

25 years agoadd B::PV::{LEN,CUR}
Doug MacEachern [Sun, 27 Jun 1999 22:43:25 +0000]
add B::PV::{LEN,CUR}

Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>

p4raw-id: //depot/perl@3642

25 years agoslightly modified version of suggested patch
Steven N. Hirsch [Mon, 28 Jun 1999 14:23:59 +0000]
slightly modified version of suggested patch
Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503

p4raw-id: //depot/perl@3641

25 years agolexical warnings update (warning.t fails one test
Paul Marquess [Sat, 26 Jun 1999 23:19:52 +0000]
lexical warnings update (warning.t fails one test
due to leaked scalar, investigation pending)
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings

p4raw-id: //depot/perl@3640

25 years agoPatch to JPL example program
Brian Jepson [Sat, 26 Jun 1999 10:47:45 +0000]
Patch to JPL example program

Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>

p4raw-id: //depot/perl@3639

25 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 7 Jul 1999 08:07:58 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@3638

25 years agoEliminate CONDOPs
Stephen McCamant [Fri, 25 Jun 1999 13:38:44 +0000]
Eliminate CONDOPs

Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>

p4raw-id: //depot/perl@3637

25 years agoadapted suggested patch for IO-1.20x
ian@dial.pipex.com [Fri, 25 Jun 1999 10:39:42 +0000]
adapted suggested patch for IO-1.20x
Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm

p4raw-id: //depot/perl@3636

25 years agoPowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
Gurusamy Sarathy [Wed, 7 Jul 1999 07:26:05 +0000]
PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>

p4raw-id: //depot/perl@3635

25 years agomemleak in optimizer
Hugo van der Sanden [Wed, 23 Jun 1999 16:16:05 +0000]
memleak in optimizer

Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>

p4raw-id: //depot/perl@3634

25 years agoadd do-not-edit caveats for files generated by opcode.pl
Gurusamy Sarathy [Wed, 7 Jul 1999 07:10:52 +0000]
add do-not-edit caveats for files generated by opcode.pl
(suggested by Hugo van der Sanden)

p4raw-id: //depot/perl@3633

25 years agobetter diagnostics on read operations from write-only
Gurusamy Sarathy [Wed, 7 Jul 1999 06:41:13 +0000]
better diagnostics on read operations from write-only
filehandles

p4raw-id: //depot/perl@3632

25 years agomake Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
Gurusamy Sarathy [Wed, 7 Jul 1999 02:03:34 +0000]
make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
by David Muir Sharnoff <muir@idiom.com>)

p4raw-id: //depot/perl@3631

25 years agoMinor bug fix in pp_require
Vishal Bhatia [Sun, 20 Jun 1999 17:17:17 +0000]
Minor bug fix in pp_require

Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>

p4raw-id: //depot/perl@3630

25 years agoinstallperl should write normal messages to STDOUT, not STDERR
Gurusamy Sarathy [Wed, 7 Jul 1999 01:46:03 +0000]
installperl should write normal messages to STDOUT, not STDERR

p4raw-id: //depot/perl@3629

25 years agoBSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
Gurusamy Sarathy [Wed, 7 Jul 1999 01:41:25 +0000]
BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)

p4raw-id: //depot/perl@3628

25 years agomake diagnostic on C<my $^I> etc., more readable
Gurusamy Sarathy [Wed, 7 Jul 1999 00:27:10 +0000]
make diagnostic on C<my $^I> etc., more readable

p4raw-id: //depot/perl@3627

25 years ago[ID 19990617.004 [PATCH 5.005_57] make distclean fixes]
Andy Dougherty [Thu, 17 Jun 1999 12:07:11 +0000]
[ID 19990617.004  [PATCH 5.005_57] make distclean fixes]

Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>

p4raw-id: //depot/perl@3626

25 years agoSome new files of #3624 missing from MANIFEST.
Jarkko Hietaniemi [Tue, 6 Jul 1999 21:50:46 +0000]
Some new files of #3624 missing from MANIFEST.

p4raw-id: //depot/cfgperl@3625

25 years agoPOSIX [[:character class:]] support for standard, locale,
Jarkko Hietaniemi [Tue, 6 Jul 1999 21:47:04 +0000]
POSIX [[:character class:]] support for standard, locale,
and utf8.  If both utf8 and locale are on, utf8 wins.
I don't fully understand why so many tables changed in
lib/unicode because of "make" -- maybe it was just overdue.

p4raw-id: //depot/cfgperl@3624

25 years agoDevel::Peek
Ilya Zakharevich [Wed, 16 Jun 1999 14:57:22 +0000]
Devel::Peek

Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3623

25 years agoapplied patch after demunging headers with appropriate paths
Vishal Bhatia [Sat, 12 Jun 1999 08:23:59 +0000]
applied patch after demunging headers with appropriate paths
Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)

p4raw-id: //depot/perl@3622

25 years agoOptimize 2>&1 in commands
Ilya Zakharevich [Thu, 10 Jun 1999 04:05:22 +0000]
Optimize 2>&1 in commands

Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3621

25 years agoMention EPOC and SOCKS.
Jarkko Hietaniemi [Tue, 6 Jul 1999 19:16:47 +0000]
Mention EPOC and SOCKS.

p4raw-id: //depot/cfgperl@3620

25 years agofix int vs STRLEN issue
Gurusamy Sarathy [Tue, 6 Jul 1999 16:52:37 +0000]
fix int vs STRLEN issue

p4raw-id: //depot/perl@3619

25 years agoThere ain't Perl_atonv().
Jarkko Hietaniemi [Tue, 6 Jul 1999 16:52:20 +0000]
There ain't Perl_atonv().

p4raw-id: //depot/cfgperl@3618

25 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 6 Jul 1999 15:55:22 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@3617

25 years agoTweak for #3613.
Jarkko Hietaniemi [Tue, 6 Jul 1999 15:54:09 +0000]
Tweak for #3613.

p4raw-id: //depot/cfgperl@3616

25 years ago[ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
Todd C. Miller [Sun, 13 Jun 1999 17:46:13 +0000]
[ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]

Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>

p4raw-id: //depot/perl@3615

25 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 6 Jul 1999 10:44:48 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@3614

25 years agoAllow for deep ext directories.
Nathan Kurz [Sat, 12 Jun 1999 01:26:04 +0000]
Allow for deep ext directories.
Subject: [ID 19990612.001 compiling three deep modules within ext/]
ply-To: nate@valleytel.net
erl5-porters@perl.org
Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>

p4raw-id: //depot/cfgperl@3613

25 years agoOptimize away OP_SASSIGN
Ilya Zakharevich [Sat, 12 Jun 1999 04:49:09 +0000]
Optimize away OP_SASSIGN

Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3612

25 years agoportability fix for IO::File and FileHandle
Peter Prymmer [Fri, 11 Jun 1999 17:07:19 +0000]
portability fix for IO::File and FileHandle

Message-Id: <9906120007.AA13802@forte.com>

p4raw-id: //depot/perl@3611

25 years agofix for C<$/ = 42> setting paragraph mode (applied with small
M. J. T. Guy [Wed, 9 Jun 1999 18:27:51 +0000]
fix for C<$/ = 42> setting paragraph mode (applied with small
tweak)
Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32

p4raw-id: //depot/perl@3610

25 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 6 Jul 1999 09:28:48 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@3609

25 years agotest tweak
Gurusamy Sarathy [Tue, 6 Jul 1999 09:28:21 +0000]
test tweak

p4raw-id: //depot/perl@3608

25 years agoPut back the cygwin32 Configure fix of 3582 undone by 3597.
Jarkko Hietaniemi [Tue, 6 Jul 1999 09:22:48 +0000]
Put back the cygwin32 Configure fix of 3582 undone by 3597.

p4raw-id: //depot/cfgperl@3607

25 years agoapplied slightly tweaked version of suggested patch for
Ilya Zakharevich [Wed, 9 Jun 1999 18:14:27 +0000]
applied slightly tweaked version of suggested patch for
improved RE API
Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_57] REx engine rehash

p4raw-id: //depot/perl@3606

25 years agobug in change#3602 (cpp conditionals not allowed inside macro args)
Gurusamy Sarathy [Tue, 6 Jul 1999 08:54:03 +0000]
bug in change#3602 (cpp conditionals not allowed inside macro args)

p4raw-link: @3602 on //depot/perl: 6520202708b2a849ca8538ed88e0f75376c3b2d7

p4raw-id: //depot/perl@3605

25 years agoDB_File 1.67
Paul Marquess [Tue, 8 Jun 1999 22:37:58 +0000]
DB_File 1.67

Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>

p4raw-id: //depot/perl@3604

25 years agoDBM Filters
Paul Marquess [Tue, 8 Jun 1999 22:34:01 +0000]
DBM Filters

Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>

p4raw-id: //depot/perl@3603

25 years agoslightly tweaked version of suggested patch
Dan Sugalski [Tue, 8 Jun 1999 14:09:38 +0000]
slightly tweaked version of suggested patch
Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
Subject: [PATCH 5.005_57]Use NV instead of double in the core

p4raw-id: //depot/perl@3602

25 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Tue, 6 Jul 1999 06:52:57 +0000]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@3601

25 years agoIntegrate with mainperl.
Jarkko Hietaniemi [Mon, 5 Jul 1999 20:02:55 +0000]
Integrate with mainperl.

p4raw-id: //depot/cfgperl@3598

25 years agoHack SOCKS support some more plus a patch from Andy Dougherty
Jarkko Hietaniemi [Mon, 5 Jul 1999 19:59:48 +0000]
Hack SOCKS support some more plus a patch from Andy Dougherty
that addresses the notorious "Additional libraries" question.

p4raw-id: //depot/cfgperl@3597

25 years agoLong-standing UDP sockets bug on OS/2
Ilya Zakharevich [Tue, 8 Jun 1999 04:47:58 +0000]
Long-standing UDP sockets bug on OS/2

Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3596

25 years agoSetting $^E wipes out $!
Ilya Zakharevich [Tue, 8 Jun 1999 04:44:58 +0000]
Setting $^E wipes out $!

Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3595

25 years agohand-apply whitespace mutiliated patch
Hans Mulder [Mon, 7 Jun 1999 14:46:42 +0000]
hand-apply whitespace mutiliated patch
Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
Subject: [PATCH 5.005_57]Updated VMS patch

p4raw-id: //depot/perl@3594

25 years agoapplied parts not duplicated by previous patches
Vishal Bhatia [Sat, 5 Jun 1999 08:42:17 +0000]
applied parts not duplicated by previous patches
Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes

p4raw-id: //depot/perl@3593

25 years agoAIX threaded build, plus few more on the side.
Jarkko Hietaniemi [Mon, 5 Jul 1999 17:17:22 +0000]
AIX threaded build, plus few more on the side.

p4raw-id: //depot/cfgperl@3592

25 years ago"\e" and "\a" didn't produce right escape under EBCDIC
Peter Prymmer [Fri, 4 Jun 1999 12:00:27 +0000]
"\e" and "\a" didn't produce right escape under EBCDIC
Message-Id: <9906041900.AA28387@forte.com>
Subject: [PATCH 5.005_57]lingering ASCIIism in tokener

p4raw-id: //depot/perl@3591

25 years agos/scalar ref constructor/single ref constructor/ (suggested
Gurusamy Sarathy [Mon, 5 Jul 1999 16:40:01 +0000]
s/scalar ref constructor/single ref constructor/ (suggested
by Stephen McCamant)

p4raw-id: //depot/perl@3590

25 years agono such thing as gdbm_clearerr() (from Andy Dougherty)
Gurusamy Sarathy [Mon, 5 Jul 1999 16:34:06 +0000]
no such thing as gdbm_clearerr() (from Andy Dougherty)

p4raw-id: //depot/perl@3589

25 years agoallow C<-foo> under C<use integer> (behavior of C<-$string>
Gurusamy Sarathy [Mon, 5 Jul 1999 16:29:39 +0000]
allow C<-foo> under C<use integer> (behavior of C<-$string>
is unchanged still)

p4raw-id: //depot/perl@3588

25 years agoMake perl_exp.SH smarter about what to include and what to exclude.
Jarkko Hietaniemi [Mon, 5 Jul 1999 10:31:43 +0000]
Make perl_exp.SH smarter about what to include and what to exclude.

p4raw-id: //depot/cfgperl@3587

25 years agoRemove unnecessary and extraneous my $i = 0.
Jarkko Hietaniemi [Mon, 5 Jul 1999 09:29:31 +0000]
Remove unnecessary and extraneous my $i = 0.

p4raw-id: //depot/cfgperl@3586

25 years agoIntegrate with mainperl.
Jarkko Hietaniemi [Mon, 5 Jul 1999 07:28:59 +0000]
Integrate with mainperl.

p4raw-id: //depot/cfgperl@3585

25 years agoRe: [PATCH 5.005_57] pp_sort sorted out
Vishal Bhatia [Thu, 3 Jun 1999 00:57:48 +0000]
Re: [PATCH 5.005_57] pp_sort sorted out

Message-ID: <19990603075749.86665.qmail@hotmail.com>

p4raw-id: //depot/perl@3584

25 years agosuppress fancy display when in verbose mode (suggested by
Gurusamy Sarathy [Mon, 5 Jul 1999 05:31:19 +0000]
suppress fancy display when in verbose mode (suggested by
Paul Johnson <pjcj@transeda.com>)

p4raw-id: //depot/perl@3583

25 years agocygwin32 update
Fifer, Eric [Wed, 2 Jun 1999 15:16:05 +0000]
cygwin32 update
Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port

p4raw-id: //depot/perl@3582

25 years agoNeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
Gurusamy Sarathy [Mon, 5 Jul 1999 02:46:18 +0000]
NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)

p4raw-id: //depot/perl@3581

25 years ago[ PATCH perl5.005_57 ] new perlcc + regression tests
Ed Peschko [Mon, 31 May 1999 18:18:13 +0000]
[ PATCH perl5.005_57 ] new perlcc + regression tests

Message-ID: <19990601001813.AAA17834@csgsystems.com>

p4raw-id: //depot/perl@3580

25 years agocompatibility tweak for Class::Struct
Gurusamy Sarathy [Mon, 5 Jul 1999 01:20:58 +0000]
compatibility tweak for Class::Struct

p4raw-id: //depot/perl@3579

25 years agoMiscellaneus AIX fixes + SOCKS support.
Jarkko Hietaniemi [Sun, 4 Jul 1999 23:26:01 +0000]
Miscellaneus AIX fixes + SOCKS support.

p4raw-id: //depot/cfgperl@3578

25 years agotest tweak
Gurusamy Sarathy [Sun, 4 Jul 1999 23:07:39 +0000]
test tweak

p4raw-id: //depot/perl@3577

25 years agoIntegrate with mainperl.
Jarkko Hietaniemi [Sun, 4 Jul 1999 22:39:23 +0000]
Integrate with mainperl.

p4raw-id: //depot/cfgperl@3576

25 years agoAdded 64-bit support for AIX 4.3 or better
Jarkko Hietaniemi [Sun, 4 Jul 1999 22:26:48 +0000]
Added 64-bit support for AIX 4.3 or better
based on Martin H. Rusoff's observations.

p4raw-id: //depot/cfgperl@3575

25 years agoDo not throw away gccvers compilation errors.
Andy Dougherty [Mon, 28 Jun 1999 12:36:38 +0000]
Do not throw away gccvers compilation errors.
To: Ron Seguin <rseguin@on.bell.ca>
Cc: Perl Porters <perl5-porters@perl.org>
Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>

p4raw-id: //depot/cfgperl@3574