Gurusamy Sarathy [Sat, 13 Nov 1999 10:54:46 +0000 (10:54 +0000)]
typo
p4raw-id: //depot/perl@4557
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
Jarkko Hietaniemi [Sat, 13 Nov 1999 10:05:54 +0000 (10:05 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4555
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
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
Jarkko Hietaniemi [Thu, 11 Nov 1999 20:24:55 +0000 (20:24 +0000)]
Fix a thinko in 4548.
p4raw-id: //depot/cfgperl@4550
Jarkko Hietaniemi [Thu, 11 Nov 1999 19:48:21 +0000 (19:48 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4549
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
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
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
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
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
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
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
Gurusamy Sarathy [Mon, 8 Nov 1999 20:30:58 +0000 (20:30 +0000)]
win32 symbol export tweak
p4raw-id: //depot/perl@4540
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
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
Gurusamy Sarathy [Mon, 8 Nov 1999 11:19:18 +0000 (11:19 +0000)]
more thorough cleanup in perl_destroy()
p4raw-id: //depot/perl@4537
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
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
Jarkko Hietaniemi [Sun, 7 Nov 1999 13:17:03 +0000 (13:17 +0000)]
Four special class subs, not three.
p4raw-id: //depot/cfgperl@4534
Jarkko Hietaniemi [Sun, 7 Nov 1999 13:13:15 +0000 (13:13 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4533
Jarkko Hietaniemi [Sun, 7 Nov 1999 12:36:10 +0000 (12:36 +0000)]
More test program maintenance.
p4raw-id: //depot/cfgperl@4532
Jarkko Hietaniemi [Sun, 7 Nov 1999 00:34:09 +0000 (00:34 +0000)]
Tidy up the metaconfig test programs.
p4raw-id: //depot/cfgperl@4531
Jarkko Hietaniemi [Sat, 6 Nov 1999 23:51:34 +0000 (23:51 +0000)]
So many printfs, so little time.
p4raw-id: //depot/cfgperl@4530
Jarkko Hietaniemi [Sat, 6 Nov 1999 23:27:35 +0000 (23:27 +0000)]
Replace the explicit zeros with NOOPs.
p4raw-id: //depot/cfgperl@4529
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
Jarkko Hietaniemi [Sat, 6 Nov 1999 20:22:14 +0000 (20:22 +0000)]
...and fewer.
p4raw-id: //depot/cfgperl@4527
Jarkko Hietaniemi [Sat, 6 Nov 1999 20:19:04 +0000 (20:19 +0000)]
...and they are getting fewer.
p4raw-id: //depot/cfgperl@4526
Jarkko Hietaniemi [Sat, 6 Nov 1999 19:59:59 +0000 (19:59 +0000)]
More printf miscasts flushed out.
p4raw-id: //depot/cfgperl@4525
Jarkko Hietaniemi [Sat, 6 Nov 1999 15:39:05 +0000 (15:39 +0000)]
Crushing the remaining %ld guerillas.
p4raw-id: //depot/cfgperl@4524
Jarkko Hietaniemi [Sat, 6 Nov 1999 15:11:38 +0000 (15:11 +0000)]
Update CPAN sites list.
p4raw-id: //depot/cfgperl@4523
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
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
Jarkko Hietaniemi [Thu, 4 Nov 1999 23:30:09 +0000 (23:30 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4520
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
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
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
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
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
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
Jarkko Hietaniemi [Thu, 4 Nov 1999 08:26:19 +0000 (08:26 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4513
Jarkko Hietaniemi [Thu, 4 Nov 1999 08:01:25 +0000 (08:01 +0000)]
Incremental Mac integration from Matthias.
p4raw-id: //depot/cfgperl@4512
Gurusamy Sarathy [Thu, 4 Nov 1999 02:53:37 +0000 (02:53 +0000)]
remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
p4raw-id: //depot/perl@4511
Jarkko Hietaniemi [Tue, 2 Nov 1999 22:12:29 +0000 (22:12 +0000)]
S_init_interp is a better place to diddle with PL_opargs
than perl_construct.
p4raw-id: //depot/cfgperl@4510
M. J. T. Guy [Tue, 2 Nov 1999 21:36:00 +0000 (21:36 +0000)]
Re: [ID
19991102.002] unpack('N', pack('N', -1)) not idempotent
To: ben@mucus.advanced.org, perl5-porters@perl.org
Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
p4raw-id: //depot/cfgperl@4509
Jarkko Hietaniemi [Tue, 2 Nov 1999 20:46:27 +0000 (20:46 +0000)]
Initial integration of the MacPerl changes form Matthias.
p4raw-id: //depot/cfgperl@4508
Ilya Zakharevich [Mon, 1 Nov 1999 18:14:16 +0000 (13:14 -0500)]
Re: [ID
19991026.001] perl segmentation fault report
To: lvirden@cas.org (Larry W. Virden)
Cc: perl5-porters@perl.org, lvirden@cas.org
Message-Id: <
199911012314.SAA22664@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4507
Olaf Flebbe [Mon, 1 Nov 1999 20:46:54 +0000 (21:46 +0100)]
Patch for EPOC Support
To: perl5-porters@perl.org
Message-ID: <Pine.LNX.4.10.
9911012045190.411-100000@dragon.science-computing.de>
p4raw-id: //depot/cfgperl@4506
Gurusamy Sarathy [Mon, 1 Nov 1999 17:09:44 +0000 (17:09 +0000)]
macros for COP.cop_filegv access
p4raw-id: //depot/perl@4505
Gurusamy Sarathy [Mon, 1 Nov 1999 17:08:28 +0000 (17:08 +0000)]
enable better Win32::DomainName() by demand loading netapi32.dll
(from Jan Dubois)
p4raw-id: //depot/perl@4504
Gurusamy Sarathy [Sun, 31 Oct 1999 20:56:06 +0000 (20:56 +0000)]
change#4502 was missing a file
p4raw-link: @4502 on //depot/perl:
18708f5a7334d978ddf7562cb7f58e28bec6e4ed
p4raw-id: //depot/perl@4503
Gurusamy Sarathy [Sun, 31 Oct 1999 20:46:02 +0000 (20:46 +0000)]
make nested ARGV/$^I loops work correctly; fixes several bugs
in the way ARGV state was handled in readline(); writing a
subroutine to do inplace edits is now possible, provided *ARGV,
*ARGVOUT, $^I and $_ are localized where needed
p4raw-id: //depot/perl@4502
Jarkko Hietaniemi [Sun, 31 Oct 1999 12:43:54 +0000 (12:43 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4501
Gurusamy Sarathy [Sun, 31 Oct 1999 10:01:17 +0000 (10:01 +0000)]
updated windows config* files
p4raw-id: //depot/perl@4500
Gurusamy Sarathy [Sun, 31 Oct 1999 09:15:17 +0000 (09:15 +0000)]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4499
Gurusamy Sarathy [Sun, 31 Oct 1999 09:13:41 +0000 (09:13 +0000)]
remove unused struct Outrec
p4raw-id: //depot/perl@4498
Jarkko Hietaniemi [Sat, 30 Oct 1999 12:41:50 +0000 (12:41 +0000)]
Add HAS_QUAD ($Config{d_quad}); use it.
p4raw-id: //depot/cfgperl@4497
Gurusamy Sarathy [Sat, 30 Oct 1999 00:28:32 +0000 (00:28 +0000)]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4496
Jarkko Hietaniemi [Fri, 29 Oct 1999 23:36:19 +0000 (23:36 +0000)]
Continue what #4494 started; introduce uid and gid formats.
p4raw-id: //depot/cfgperl@4495
Jarkko Hietaniemi [Fri, 29 Oct 1999 22:09:01 +0000 (22:09 +0000)]
Move the IV, UV, I8, U8, ..., and NV to metaconfig
from perl.h and handy.h.
p4raw-id: //depot/cfgperl@4494
Jarkko Hietaniemi [Fri, 29 Oct 1999 21:14:53 +0000 (21:14 +0000)]
Hurd update from Mark Kettenis.
p4raw-id: //depot/cfgperl@4492
Jarkko Hietaniemi [Fri, 29 Oct 1999 16:08:43 +0000 (16:08 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4489
Jarkko Hietaniemi [Fri, 29 Oct 1999 15:30:30 +0000 (15:30 +0000)]
Regen Configure and Glossary.
p4raw-id: //depot/cfgperl@4488
Jarkko Hietaniemi [Fri, 29 Oct 1999 15:24:13 +0000 (15:24 +0000)]
Remove quad logic from perl.h; regen Configure;
add -DUSE_LONG_LONG to ccflags if not already there.
p4raw-id: //depot/cfgperl@4487
Gurusamy Sarathy [Fri, 29 Oct 1999 06:08:50 +0000 (06:08 +0000)]
more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
p4raw-id: //depot/perl@4485
Gurusamy Sarathy [Fri, 29 Oct 1999 03:00:21 +0000 (03:00 +0000)]
usurp GVOP slot for new PADOP (one small step to making optree
shareable across interpreters)
p4raw-id: //depot/perl@4484
Jarkko Hietaniemi [Thu, 28 Oct 1999 22:01:12 +0000 (22:01 +0000)]
Regen Configure.
p4raw-id: //depot/cfgperl@4483
Gurusamy Sarathy [Thu, 28 Oct 1999 17:33:49 +0000 (17:33 +0000)]
remove C<use Time::Local 'no_range_check'> misfeature (global
can still be directly set)
p4raw-id: //depot/perl@4481
Jarkko Hietaniemi [Thu, 28 Oct 1999 13:49:26 +0000 (13:49 +0000)]
Fix printing of uids and gids; regen Configure.
p4raw-id: //depot/cfgperl@4480
Jarkko Hietaniemi [Thu, 28 Oct 1999 06:50:02 +0000 (06:50 +0000)]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4478
Jarkko Hietaniemi [Thu, 28 Oct 1999 06:40:54 +0000 (06:40 +0000)]
(Slightly) better comments for Policy_sh.SH from Andy.
p4raw-id: //depot/cfgperl@4477
Gurusamy Sarathy [Wed, 27 Oct 1999 23:54:36 +0000 (23:54 +0000)]
regen config* stuff for windows
p4raw-id: //depot/perl@4476
Gurusamy Sarathy [Wed, 27 Oct 1999 21:32:30 +0000 (21:32 +0000)]
integrate cfgperl contents into mainline; merge conflicts
p4raw-id: //depot/perl@4475
Gurusamy Sarathy [Wed, 27 Oct 1999 21:15:07 +0000 (21:15 +0000)]
patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
perl; stdout/stderr redirects seem broken as well)
p4raw-id: //depot/perl@4474
Jarkko Hietaniemi [Wed, 27 Oct 1999 21:11:11 +0000 (21:11 +0000)]
Do not block if no message queues available.
p4raw-id: //depot/cfgperl@4473
Jarkko Hietaniemi [Wed, 27 Oct 1999 18:27:40 +0000 (18:27 +0000)]
Remove unused "squatter" symbols; regen Configure.
p4raw-id: //depot/cfgperl@4472
Jarkko Hietaniemi [Wed, 27 Oct 1999 17:19:06 +0000 (17:19 +0000)]
Regen Configure.
p4raw-id: //depot/cfgperl@4470
Jarkko Hietaniemi [Wed, 27 Oct 1999 14:06:44 +0000 (14:06 +0000)]
Integrate with Sarathy; manual resolve on regcomp.c conflicts
(Ilya's changes won).
p4raw-id: //depot/cfgperl@4468
Jarkko Hietaniemi [Wed, 27 Oct 1999 13:38:41 +0000 (13:38 +0000)]
Regen Configure.
p4raw-id: //depot/cfgperl@4467
Jarkko Hietaniemi [Wed, 27 Oct 1999 13:06:27 +0000 (13:06 +0000)]
Nosuid checking for statfs() people: from Spider Boardman.
p4raw-id: //depot/cfgperl@4465
Jarkko Hietaniemi [Wed, 27 Oct 1999 07:55:53 +0000 (07:55 +0000)]
We need cc to be able to test for cc -v.
p4raw-id: //depot/cfgperl@4463
Gurusamy Sarathy [Wed, 27 Oct 1999 01:31:41 +0000 (01:31 +0000)]
more GCC v2.95 induced adjustments
p4raw-id: //depot/perl@4462
Gurusamy Sarathy [Tue, 26 Oct 1999 21:42:59 +0000 (21:42 +0000)]
warnings and const violations identified by compiling in C++ mode
with GCC v2.95
p4raw-id: //depot/perl@4461
Jarkko Hietaniemi [Tue, 26 Oct 1999 13:40:18 +0000 (13:40 +0000)]
Revert #4457 for more investigation.
p4raw-id: //depot/cfgperl@4460
Jarkko Hietaniemi [Tue, 26 Oct 1999 10:15:58 +0000 (10:15 +0000)]
Regen Configure.
p4raw-id: //depot/cfgperl@4459
Jarkko Hietaniemi [Tue, 26 Oct 1999 09:12:48 +0000 (09:12 +0000)]
Add getmnt() to nosuid checking.
p4raw-id: //depot/cfgperl@4457
Jarkko Hietaniemi [Tue, 26 Oct 1999 08:12:27 +0000 (08:12 +0000)]
Massive multitypo in #4446.
p4raw-id: //depot/cfgperl@4455
Laszlo Molnar [Mon, 25 Oct 1999 10:11:30 +0000 (12:11 +0200)]
dos-djgpp update
To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <
19991025101130.K459@crater.eth.ericsson.se>
p4raw-id: //depot/cfgperl@4454
Ilya Zakharevich [Mon, 25 Oct 1999 03:06:21 +0000 (23:06 -0400)]
Remove the last regnode<==>char*
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199910250706.
DAA16825@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4453
Ilya Zakharevich [Sun, 24 Oct 1999 23:47:45 +0000 (19:47 -0400)]
Missing REx engine patch
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199910250347.XAA16094@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4452
Ilya Zakharevich [Sun, 24 Oct 1999 23:39:49 +0000 (19:39 -0400)]
charnames and UTEST
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199910250339.XAA16058@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4451
Gurusamy Sarathy [Mon, 25 Oct 1999 07:38:15 +0000 (07:38 +0000)]
win32 tweak
p4raw-id: //depot/perl@4450
Gurusamy Sarathy [Sun, 24 Oct 1999 23:20:10 +0000 (23:20 +0000)]
remove inconsistent tainting behavior of sprintf("%e",...)
(all bets are off is "C" locale is compromised)
p4raw-id: //depot/perl@4449
Gurusamy Sarathy [Sun, 24 Oct 1999 22:20:42 +0000 (22:20 +0000)]
remove unused interpreter globals
p4raw-id: //depot/perl@4448
Jarkko Hietaniemi [Sun, 24 Oct 1999 21:49:52 +0000 (21:49 +0000)]
Another hints tweak.
p4raw-id: //depot/cfgperl@4447
Jarkko Hietaniemi [Sun, 24 Oct 1999 21:48:02 +0000 (21:48 +0000)]
Hints tweak.
p4raw-id: //depot/cfgperl@4446
Nick Ing-Simmons [Sun, 24 Oct 1999 20:54:06 +0000 (20:54 +0000)]
Avoid creating GV with NULL name when vivifying nameless scalars.
(Fix/workround for [ID19991024.001])
p4raw-id: //depot/perl@4444
Gurusamy Sarathy [Sun, 24 Oct 1999 14:40:01 +0000 (14:40 +0000)]
typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
p4raw-id: //depot/perl@4442
Gurusamy Sarathy [Sun, 24 Oct 1999 14:33:11 +0000 (14:33 +0000)]
test in change#4428 needs strict interpretation of C modulus
p4raw-link: @4428 on //depot/perl:
4bb9f687ed0930c988c412c4c28bd2a535612894
p4raw-id: //depot/perl@4441