This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agovarious File::Glob fixes for DOSISH platforms
Paul Moore [Tue, 2 Nov 1999 11:11:25 +0000 (11:11 +0000)]
various File::Glob fixes for DOSISH platforms
Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
Subject: File::Glob again. Final patch, honest!

p4raw-id: //depot/perl@4615

24 years agoallow XSUBs and prototyped subroutines to be used with sort() (tweaked
Gurusamy Sarathy [Thu, 2 Dec 1999 03:42:55 +0000 (03:42 +0000)]
allow XSUBs and prototyped subroutines to be used with sort() (tweaked
variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)

p4raw-id: //depot/perl@4614

24 years agoignore yet another known scalar leak
Gurusamy Sarathy [Thu, 2 Dec 1999 01:59:19 +0000 (01:59 +0000)]
ignore yet another known scalar leak

p4raw-id: //depot/perl@4613

24 years agoavoid potential stack extension bug in pp_unpack() (spotted by Ilya)
Gurusamy Sarathy [Thu, 2 Dec 1999 01:15:02 +0000 (01:15 +0000)]
avoid potential stack extension bug in pp_unpack() (spotted by Ilya)

p4raw-id: //depot/perl@4612

24 years agoa somewhat tweaked version of suggested patch
Ilya Zakharevich [Wed, 27 Oct 1999 18:57:41 +0000 (14:57 -0400)]
a somewhat tweaked version of suggested patch
Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_62] Another round of pack/vec docs patches

p4raw-id: //depot/perl@4611

24 years agomore accurate require() pseudocode (from James P. Williams
Gurusamy Sarathy [Wed, 1 Dec 1999 19:09:31 +0000 (19:09 +0000)]
more accurate require() pseudocode (from James P. Williams
<James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)

p4raw-id: //depot/perl@4610

24 years agoavoid "Callback called exit" error on intentional exit()
Gurusamy Sarathy [Wed, 1 Dec 1999 18:43:49 +0000 (18:43 +0000)]
avoid "Callback called exit" error on intentional exit()

p4raw-id: //depot/perl@4609

24 years agofind_byclass() prototype was incoherent
Gurusamy Sarathy [Wed, 1 Dec 1999 18:42:38 +0000 (18:42 +0000)]
find_byclass() prototype was incoherent

p4raw-id: //depot/perl@4608

24 years agobetter documentation for goto &NAME (from M. J. T. Guy)
Gurusamy Sarathy [Wed, 1 Dec 1999 05:45:10 +0000 (05:45 +0000)]
better documentation for goto &NAME (from M. J. T. Guy)

p4raw-id: //depot/perl@4607

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Wed, 1 Dec 1999 05:33:14 +0000 (05:33 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@4606

24 years agoavoid PTR->IV cast warnings
Gurusamy Sarathy [Wed, 1 Dec 1999 05:15:27 +0000 (05:15 +0000)]
avoid PTR->IV cast warnings

p4raw-id: //depot/perl@4605

24 years agoemail address changes
Gurusamy Sarathy [Wed, 1 Dec 1999 03:59:56 +0000 (03:59 +0000)]
email address changes

p4raw-id: //depot/perl@4604

24 years agominor USE_ITHREADS tweaks
Gurusamy Sarathy [Wed, 1 Dec 1999 03:45:13 +0000 (03:45 +0000)]
minor USE_ITHREADS tweaks

p4raw-id: //depot/perl@4603

24 years agomore complete pseudo-fork() support for Windows
Gurusamy Sarathy [Wed, 1 Dec 1999 01:00:09 +0000 (01:00 +0000)]
more complete pseudo-fork() support for Windows

p4raw-id: //depot/perl@4602

24 years agorudimentary support for remote debugging, from aeons ago (somewhat
Graham TerMarsch [Sat, 12 Sep 1998 10:46:55 +0000 (03:46 -0700)]
rudimentary support for remote debugging, from aeons ago (somewhat
modified)
Message-ID: <35FAB38F.EA9AAC50@activestate.com>
Subject: Re: Patches to perl5db.pl to allow for remote debugging

p4raw-id: //depot/perl@4601

24 years agoSmall VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
Jarkko Hietaniemi [Mon, 22 Nov 1999 21:30:17 +0000 (21:30 +0000)]
Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.

p4raw-id: //depot/cfgperl@4598

24 years agoReplace #4596 with the change done in 5.005_03.
Jarkko Hietaniemi [Sun, 21 Nov 1999 16:21:21 +0000 (16:21 +0000)]
Replace #4596 with the change done in 5.005_03.

p4raw-id: //depot/cfgperl@4597

24 years agoSkip processing a file if the file to be opened is '-'
Jarkko Hietaniemi [Sun, 21 Nov 1999 16:07:20 +0000 (16:07 +0000)]
Skip processing a file if the file to be opened is '-'
(can happen in UNICOS)

p4raw-id: //depot/cfgperl@4596

24 years agoVMS patches from Peter Prymmer.
Jarkko Hietaniemi [Sun, 21 Nov 1999 14:05:10 +0000 (14:05 +0000)]
VMS patches from Peter Prymmer.

p4raw-id: //depot/cfgperl@4595

24 years agoDocument known limitations of fdopen() on some systems,
Chip Salzenberg [Fri, 19 Nov 1999 21:16:00 +0000 (21:16 +0000)]
Document known limitations of fdopen() on some systems,
as they apply to open() and sysopen().

p4raw-id: //depot/perl@4600

24 years agoUndef printf before redirecting it to PerlIO_stdoutf.
Chip Salzenberg [Fri, 19 Nov 1999 17:20:19 +0000 (17:20 +0000)]
Undef printf before redirecting it to PerlIO_stdoutf.
(Avoids an irritating warning when compiling with PerlIO.)

p4raw-id: //depot/perl@4599

24 years agoThe find_byclass prototype is already in proto.h.
Jarkko Hietaniemi [Thu, 18 Nov 1999 17:07:14 +0000 (17:07 +0000)]
The find_byclass prototype is already in proto.h.

p4raw-id: //depot/cfgperl@4594

24 years agoRegen Configure.
Jarkko Hietaniemi [Tue, 16 Nov 1999 21:17:25 +0000 (21:17 +0000)]
Regen Configure.

p4raw-id: //depot/cfgperl@4592

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 16 Nov 1999 14:53:19 +0000 (14:53 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4591

24 years agoPod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
Gurusamy Sarathy [Tue, 16 Nov 1999 05:57:56 +0000 (05:57 +0000)]
Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>

p4raw-id: //depot/perl@4590

24 years agoadd a synchronous stub fork() for USE_ITHREADS to prove that a simple
Gurusamy Sarathy [Mon, 15 Nov 1999 18:47:34 +0000 (18:47 +0000)]
add a synchronous stub fork() for USE_ITHREADS to prove that a simple
C<if (fork()) { print "parent" } else { print "child" }> works on
Windows (incidentally running a cloned^2 interpreter :)

p4raw-id: //depot/perl@4589

24 years agocloning the stack (part 1)
Gurusamy Sarathy [Mon, 15 Nov 1999 14:34:36 +0000 (14:34 +0000)]
cloning the stack (part 1)

p4raw-id: //depot/perl@4588

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 15 Nov 1999 00:22:20 +0000 (00:22 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4587

24 years agoIlya's "hopscotch" patch, reworked by Ilya to fit.
Jarkko Hietaniemi [Sun, 14 Nov 1999 21:17:26 +0000 (21:17 +0000)]
Ilya's "hopscotch" patch, reworked by Ilya to fit.

p4raw-id: //depot/cfgperl@4586

24 years agotweak for win32 build
Gurusamy Sarathy [Sun, 14 Nov 1999 20:01:45 +0000 (20:01 +0000)]
tweak for win32 build

p4raw-id: //depot/perl@4585

24 years agocosmetic tweaks
Gurusamy Sarathy [Sun, 14 Nov 1999 19:46:25 +0000 (19:46 +0000)]
cosmetic tweaks

p4raw-id: //depot/perl@4584

24 years agofix problem pointer casts
Gurusamy Sarathy [Sun, 14 Nov 1999 17:38:32 +0000 (17:38 +0000)]
fix problem pointer casts

p4raw-id: //depot/perl@4583

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 14 Nov 1999 17:10:01 +0000 (17:10 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4582

24 years agoThe separation of 64-bitness and largefileness continues
Jarkko Hietaniemi [Sun, 14 Nov 1999 17:08:23 +0000 (17:08 +0000)]
The separation of 64-bitness and largefileness continues
(with a setback, see hpux.sh).

p4raw-id: //depot/cfgperl@4581

24 years agoAnother Unicode update.
Jarkko Hietaniemi [Sun, 14 Nov 1999 13:26:41 +0000 (13:26 +0000)]
Another Unicode update.

p4raw-id: //depot/cfgperl@4580

24 years agosundry cleanups for cloned interpreters (only known failure mode
Gurusamy Sarathy [Sun, 14 Nov 1999 10:21:49 +0000 (10:21 +0000)]
sundry cleanups for cloned interpreters (only known failure mode
is due to regexps keeping non-constant data in their compiled
structures)

p4raw-id: //depot/perl@4579

24 years agofix bug in change#4515 (STOP blocks now see @ARGV like the rest)
Gurusamy Sarathy [Sun, 14 Nov 1999 03:37:37 +0000 (03:37 +0000)]
fix bug in change#4515 (STOP blocks now see @ARGV like the rest)

p4raw-link: @4515 on //depot/perl: 4f25aa189c4a92535547c706ad37c13b7caee387

p4raw-id: //depot/perl@4578

24 years agoChange #4576 accidentally leaked also parts of
Jarkko Hietaniemi [Sat, 13 Nov 1999 19:50:24 +0000 (19:50 +0000)]
Change #4576 accidentally leaked also parts of
Ilya's patch that won't apply cleanly anymore.

p4raw-id: //depot/cfgperl@4577

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 13 Nov 1999 19:43:37 +0000 (19:43 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4576

24 years agotypos in change#4561 and change#4565
Gurusamy Sarathy [Sat, 13 Nov 1999 19:41:46 +0000 (19:41 +0000)]
typos in change#4561 and change#4565

p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4
p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52

p4raw-id: //depot/perl@4575

24 years agorevert non-kosher parts of change#4562 (sort order problems
Gurusamy Sarathy [Sat, 13 Nov 1999 19:31:19 +0000 (19:31 +0000)]
revert non-kosher parts of change#4562 (sort order problems
should be ignored (on ebcdic) by fixing dumper.t/T() to sort
result and expected lines; /[:ascii:]/ not working should be
fixed, not ignored in regexp.t; result from sort should be
fixed to be ascii portable on ebcdic, not ebcdic-specific)

p4raw-link: @4562 on //depot/cfgperl: ee50adbe6978769b1ad873bd2be52593b054ff83

p4raw-id: //depot/perl@4574

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Sat, 13 Nov 1999 19:13:04 +0000 (19:13 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@4573

24 years agoupdates to README.vms
Craig A. Berry [Wed, 27 Oct 1999 11:02:54 +0000 (06:02 -0500)]
updates to README.vms

To: perl5-porters@perl.org, VMSPERL@perl.org
Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>

p4raw-id: //depot/cfgperl@4572

24 years ago[5.005_62 PATCH] support link() on WinNT and NTFS
Jan Dubois [Tue, 9 Nov 1999 00:38:33 +0000 (01:38 +0100)]
[5.005_62 PATCH] support link() on WinNT and NTFS

To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
Cc: Douglas Lankshear <dougl@activestate.com>,
        Gurusamy Sarathy <gsar@activestate.com>
Message-ID: <382b5d24.10899522@smtprelay.t-online.de>

p4raw-id: //depot/cfgperl@4571

24 years agomakedef.pl goof
Ilya Zakharevich [Mon, 8 Nov 1999 23:55:21 +0000 (18:55 -0500)]
makedef.pl goof

To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4570

24 years ago[DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
Michael G. Schwern [Wed, 10 Nov 1999 17:21:46 +0000 (12:21 -0500)]
[DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText

To: perl5-porters@perl.org, pod-people@perl.org
Cc: tchrist@mox.perl.com, gnat@frii.com
Message-ID: <19991110172146.A23527@athens.aocn.com>

p4raw-id: //depot/cfgperl@4569

24 years agoDynaLoader_pm.PL patch (backslashes in strings)
Paul Moore [Wed, 10 Nov 1999 22:52:02 +0000 (22:52 +0000)]
DynaLoader_pm.PL patch (backslashes in strings)

To: <perl5-porters@perl.org>
Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>

p4raw-id: //depot/cfgperl@4568

24 years ago[ID 19991112.002] patch: Exporter.pm not reporting path
JD Laub [Fri, 12 Nov 1999 08:58:28 +0000 (01:58 -0700)]
[ID 19991112.002] patch: Exporter.pm not reporting path

To: perl5-porters@perl.org
Message-Id: <199911121558.IAA08915@mocha.iasi.com>

p4raw-id: //depot/cfgperl@4567

24 years agosmall patch for perldoc
Bernard Quatermass [Fri, 12 Nov 1999 23:11:43 +0000 (23:11 +0000)]
small patch for perldoc

To: perl5-porters@perl.org
Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>

p4raw-id: //depot/cfgperl@4566

24 years ago[ID 19991112.004] Bug in IO::Socket (patch included)
Scott Gifford [Fri, 12 Nov 1999 18:55:30 +0000 (13:55 -0500)]
[ID 19991112.004] Bug in IO::Socket (patch included)

To: perl5-porters@perl.org
Cc: gbarr@pobox.com
Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>

p4raw-id: //depot/cfgperl@4565

24 years agoApplied manually:
Craig A. Berry [Tue, 9 Nov 1999 18:16:14 +0000 (12:16 -0600)]
Applied manually:
To: perl5-porters@perl.org, VMSPERL@perl.org
Subject: [PATCH 5.005_62] patches required to build on VMS
Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>

p4raw-id: //depot/cfgperl@4564

24 years agoRegen Unicode tables to include a warning:
Jarkko Hietaniemi [Sat, 13 Nov 1999 17:18:41 +0000 (17:18 +0000)]
Regen Unicode tables to include a warning:
Thou Shalt Not Edit Them By Hand; add missing
(Unicode 2.0 -introduced) tables to MANIFEST;
convert the equivalence tables to be valid Perl code.

p4raw-id: //depot/cfgperl@4563

24 years agowas Re: [ID 19991102.003] perl on os390
Peter Prymmer [Wed, 10 Nov 1999 14:34:36 +0000 (06:34 -0800)]
was Re: [ID 19991102.003] perl on os390

To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
Message-Id: <199911102234.OAA01018@brio.forte.com>

p4raw-id: //depot/cfgperl@4562

24 years ago$Config{myarchname} is not a good architecture identifier
Jarkko Hietaniemi [Sat, 13 Nov 1999 16:29:37 +0000 (16:29 +0000)]
$Config{myarchname} is not a good architecture identifier
because it may contain host/node identification like
CPU serial numbers.

p4raw-id: //depot/cfgperl@4561

24 years agoContinue largefileness separation from quadness;
Jarkko Hietaniemi [Sat, 13 Nov 1999 16:26:13 +0000 (16:26 +0000)]
Continue largefileness separation from quadness;
move nv-preserving test out of perl.h into Configure;
use HAS_SETVBUF in IO.

p4raw-id: //depot/cfgperl@4560

24 years agoTry to fix largefileness so that it "works" without a quad IV.
Jarkko Hietaniemi [Sat, 13 Nov 1999 13:46:38 +0000 (13:46 +0000)]
Try to fix largefileness so that it "works" without a quad IV.

p4raw-id: //depot/cfgperl@4559

24 years agoUndo drift from mainline.
Jarkko Hietaniemi [Sat, 13 Nov 1999 11:36:19 +0000 (11:36 +0000)]
Undo drift from mainline.

p4raw-id: //depot/cfgperl@4558

24 years agotypo
Gurusamy Sarathy [Sat, 13 Nov 1999 10:54:46 +0000 (10:54 +0000)]
typo

p4raw-id: //depot/perl@4557

24 years agointegrate cfgperl contents (op.[ch] needed manual resolve)
Gurusamy Sarathy [Sat, 13 Nov 1999 10:53:41 +0000 (10:53 +0000)]
integrate cfgperl contents (op.[ch] needed manual resolve)

p4raw-id: //depot/perl@4556

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 13 Nov 1999 10:05:54 +0000 (10:05 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4555

24 years agocloned interpreters now actually run and pass all but 55/10386
Gurusamy Sarathy [Sat, 13 Nov 1999 02:17:53 +0000 (02:17 +0000)]
cloned interpreters now actually run and pass all but 55/10386
subtests; various subtle bugs, new and old, observed when running
cloned interpreters have been fixed

still to do:
|  * dup psig_ptr table
|  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
|    simple-minded and grab one pad entry each, heavily bloating
|    the pad by not avoiding dups)
|  * overloaded constants are not really immutable--they need to
|    be PADOPs
|  * allocator for constants and OPs need to be spelled differently
|    (shared vs interpreter-local allocations)
|  * optree refcounting is still missing locking (macros are in place)
|  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
|    perl_clone() can be called from within runops*()

p4raw-id: //depot/perl@4553

24 years agoTurn on largefileness always if available and
Jarkko Hietaniemi [Thu, 11 Nov 1999 23:17:43 +0000 (23:17 +0000)]
Turn on largefileness always if available and
continue 64-bit fixes.

p4raw-id: //depot/cfgperl@4552

24 years agoFix a thinko in 4548.
Jarkko Hietaniemi [Thu, 11 Nov 1999 20:24:55 +0000 (20:24 +0000)]
Fix a thinko in 4548.

p4raw-id: //depot/cfgperl@4550

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 11 Nov 1999 19:48:21 +0000 (19:48 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4549

24 years agoTry to do something if st_size, st_uid, st_gid are too big for an IV;
Jarkko Hietaniemi [Thu, 11 Nov 1999 19:41:56 +0000 (19:41 +0000)]
Try to do something if st_size, st_uid, st_gid are too big for an IV;
regen Configure.

p4raw-id: //depot/cfgperl@4548

24 years agoavoid stash pointers in optree under USE_ITHREADS
Gurusamy Sarathy [Thu, 11 Nov 1999 10:32:54 +0000 (10:32 +0000)]
avoid stash pointers in optree under USE_ITHREADS

p4raw-id: //depot/perl@4546

24 years agoanother change towards a shareable optree: avoid pointer to filegv
Gurusamy Sarathy [Thu, 11 Nov 1999 06:04:20 +0000 (06:04 +0000)]
another change towards a shareable optree: avoid pointer to filegv
in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
(CvFILE() may yet come in handy somewhere); adjust compiler doodads
to suit

p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577

p4raw-id: //depot/perl@4545

24 years agomore cleanups for change#4539
Gurusamy Sarathy [Wed, 10 Nov 1999 18:19:12 +0000 (18:19 +0000)]
more cleanups for change#4539

p4raw-link: @4539 on //depot/perl: 350de78d9c02710bb008e9ca922c78ba251ec366

p4raw-id: //depot/perl@4544

24 years agoremove dead branch/infinite looper in change#3612
Gurusamy Sarathy [Wed, 10 Nov 1999 01:52:22 +0000 (01:52 +0000)]
remove dead branch/infinite looper in change#3612

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

p4raw-id: //depot/perl@4543

24 years agoIoDIRP may be fake when used in source filters, mark as such
Gurusamy Sarathy [Tue, 9 Nov 1999 20:05:47 +0000 (20:05 +0000)]
IoDIRP may be fake when used in source filters, mark as such

p4raw-id: //depot/perl@4542

24 years agosmall nits in changes#4538,4539
Gurusamy Sarathy [Tue, 9 Nov 1999 05:47:53 +0000 (05:47 +0000)]
small nits in changes#4538,4539

p4raw-link: @4539 on //depot/perl: 350de78d9c02710bb008e9ca922c78ba251ec366
p4raw-link: @4538 on //depot/perl: d18c61170a30691556a1da7413e13241a92f4e0a

p4raw-id: //depot/perl@4541

24 years agowin32 symbol export tweak
Gurusamy Sarathy [Mon, 8 Nov 1999 20:30:58 +0000 (20:30 +0000)]
win32 symbol export tweak

p4raw-id: //depot/perl@4540

24 years agopreliminary support for GVOP indirection via pad
Gurusamy Sarathy [Mon, 8 Nov 1999 18:50:40 +0000 (18:50 +0000)]
preliminary support for GVOP indirection via pad

p4raw-id: //depot/perl@4539

24 years agopreliminary support for perl_clone() (still needs work in
Gurusamy Sarathy [Mon, 8 Nov 1999 11:25:49 +0000 (11:25 +0000)]
preliminary support for perl_clone() (still needs work in
the following areas: SVOPs must indirect via pad; context
stack, scope stack, and runlevels must be cloned; must
hook up the virtualized pseudo-process support provided by
"host"; ...)

p4raw-id: //depot/perl@4538

24 years agomore thorough cleanup in perl_destroy()
Gurusamy Sarathy [Mon, 8 Nov 1999 11:19:18 +0000 (11:19 +0000)]
more thorough cleanup in perl_destroy()

p4raw-id: //depot/perl@4537

24 years agowin32 internal data must be interpreter-local
Gurusamy Sarathy [Mon, 8 Nov 1999 07:16:10 +0000 (07:16 +0000)]
win32 internal data must be interpreter-local

p4raw-id: //depot/perl@4536

24 years agotweak change#4502
Gurusamy Sarathy [Mon, 8 Nov 1999 04:17:28 +0000 (04:17 +0000)]
tweak change#4502

p4raw-link: @4502 on //depot/perl: 18708f5a7334d978ddf7562cb7f58e28bec6e4ed

p4raw-id: //depot/perl@4535

24 years agoFour special class subs, not three.
Jarkko Hietaniemi [Sun, 7 Nov 1999 13:17:03 +0000 (13:17 +0000)]
Four special class subs, not three.

p4raw-id: //depot/cfgperl@4534

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 7 Nov 1999 13:13:15 +0000 (13:13 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4533

24 years agoMore test program maintenance.
Jarkko Hietaniemi [Sun, 7 Nov 1999 12:36:10 +0000 (12:36 +0000)]
More test program maintenance.

p4raw-id: //depot/cfgperl@4532

24 years agoTidy up the metaconfig test programs.
Jarkko Hietaniemi [Sun, 7 Nov 1999 00:34:09 +0000 (00:34 +0000)]
Tidy up the metaconfig test programs.

p4raw-id: //depot/cfgperl@4531

24 years agoSo many printfs, so little time.
Jarkko Hietaniemi [Sat, 6 Nov 1999 23:51:34 +0000 (23:51 +0000)]
So many printfs, so little time.

p4raw-id: //depot/cfgperl@4530

24 years agoReplace the explicit zeros with NOOPs.
Jarkko Hietaniemi [Sat, 6 Nov 1999 23:27:35 +0000 (23:27 +0000)]
Replace the explicit zeros with NOOPs.

p4raw-id: //depot/cfgperl@4529

24 years ago[5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
Jan Dubois [Sat, 6 Nov 1999 22:16:43 +0000 (23:16 +0100)]
[5.005_62 PATCH] binmode and locale support for -T and -B filetest operators

To: perl5-porters@perl.org
Cc: Mike Blazer <blazer@mail.nevalink.ru>,
        Mark Borgerding <mborgerding@acm.org>
Message-ID: <38279207.46448719@smtprelay.t-online.de>

p4raw-id: //depot/cfgperl@4528

24 years ago...and fewer.
Jarkko Hietaniemi [Sat, 6 Nov 1999 20:22:14 +0000 (20:22 +0000)]
...and fewer.

p4raw-id: //depot/cfgperl@4527

24 years ago...and they are getting fewer.
Jarkko Hietaniemi [Sat, 6 Nov 1999 20:19:04 +0000 (20:19 +0000)]
...and they are getting fewer.

p4raw-id: //depot/cfgperl@4526

24 years agoMore printf miscasts flushed out.
Jarkko Hietaniemi [Sat, 6 Nov 1999 19:59:59 +0000 (19:59 +0000)]
More printf miscasts flushed out.

p4raw-id: //depot/cfgperl@4525

24 years agoCrushing the remaining %ld guerillas.
Jarkko Hietaniemi [Sat, 6 Nov 1999 15:39:05 +0000 (15:39 +0000)]
Crushing the remaining %ld guerillas.

p4raw-id: //depot/cfgperl@4524

24 years agoUpdate CPAN sites list.
Jarkko Hietaniemi [Sat, 6 Nov 1999 15:11:38 +0000 (15:11 +0000)]
Update CPAN sites list.

p4raw-id: //depot/cfgperl@4523

24 years agoThe -n32 is normally part of $cc, not $ccflags.
Jarkko Hietaniemi [Fri, 5 Nov 1999 19:50:46 +0000 (19:50 +0000)]
The -n32 is normally part of $cc, not $ccflags.

p4raw-id: //depot/cfgperl@4522

24 years agoallow $\ to work right when set to a string with embedded nulls
Gurusamy Sarathy [Fri, 5 Nov 1999 04:35:30 +0000 (04:35 +0000)]
allow $\ to work right when set to a string with embedded nulls

p4raw-id: //depot/perl@4521

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 4 Nov 1999 23:30:09 +0000 (23:30 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4520

24 years agoref to non-lvalue method
Ilya Zakharevich [Wed, 3 Nov 1999 03:52:48 +0000 (22:52 -0500)]
ref to non-lvalue method

To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4519

24 years agoxsubpp dependency
Ilya Zakharevich [Wed, 3 Nov 1999 02:57:23 +0000 (21:57 -0500)]
xsubpp dependency

To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4518

24 years agoregexp.h
Ilya Zakharevich [Wed, 3 Nov 1999 02:55:21 +0000 (21:55 -0500)]
regexp.h

To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@4517

24 years agochange#4485 didn't do the right thing for B::Bytecode
Gurusamy Sarathy [Thu, 4 Nov 1999 18:25:45 +0000 (18:25 +0000)]
change#4485 didn't do the right thing for B::Bytecode

p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577

p4raw-id: //depot/perl@4516

24 years agoimplement STOP blocks and fix compiler to use them (minimally
Gurusamy Sarathy [Thu, 4 Nov 1999 17:28:29 +0000 (17:28 +0000)]
implement STOP blocks and fix compiler to use them (minimally
tested)

p4raw-id: //depot/perl@4515

24 years agodisplay BSD license in Glob.pm (for clause #2 conformity)
Gurusamy Sarathy [Thu, 4 Nov 1999 15:59:46 +0000 (15:59 +0000)]
display BSD license in Glob.pm (for clause #2 conformity)

p4raw-id: //depot/perl@4514

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Thu, 4 Nov 1999 08:26:19 +0000 (08:26 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4513

24 years agoIncremental Mac integration from Matthias.
Jarkko Hietaniemi [Thu, 4 Nov 1999 08:01:25 +0000 (08:01 +0000)]
Incremental Mac integration from Matthias.

p4raw-id: //depot/cfgperl@4512