This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
25 years agoname PL_in_eval bits
Hugo van der Sanden [Sun, 23 May 1999 16:35:07 +0000 (17:35 +0100)]
name PL_in_eval bits

Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>

p4raw-id: //depot/perl@3457

25 years agomake -t mode the default on emacs/dumb terminals
Gurusamy Sarathy [Mon, 24 May 1999 05:18:06 +0000 (05:18 +0000)]
make -t mode the default on emacs/dumb terminals

p4raw-id: //depot/perl@3456

25 years agoreturn 0 rather than "" when scalar grep has nothing to iterate
Gurusamy Sarathy [Mon, 24 May 1999 05:05:19 +0000 (05:05 +0000)]
return 0 rather than "" when scalar grep has nothing to iterate
on (brings behavior in line with documentation)

p4raw-id: //depot/perl@3455

25 years agoProblem with MM_Unix in 5.005_03
Tim Jenness [Thu, 20 May 1999 13:27:02 +0000 (03:27 -1000)]
Problem with MM_Unix in 5.005_03

Message-Id: <E10kcDN-0007TA-00@lapaki>

p4raw-id: //depot/perl@3454

25 years agoavoid removing duplicates in user-generated warnings
Byron Brummer [Thu, 20 May 1999 04:01:17 +0000 (21:01 -0700)]
avoid removing duplicates in user-generated warnings
Message-Id: <199905201101.EAA91175@thrush.omix.com>
Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03

p4raw-id: //depot/perl@3453

25 years agostraighten some code to avoid NeXT compiler bugs (from
Gurusamy Sarathy [Mon, 24 May 1999 04:23:10 +0000 (04:23 +0000)]
straighten some code to avoid NeXT compiler bugs (from
Geoff Kuenning <geoff@cs.hmc.edu>)

p4raw-id: //depot/perl@3452

25 years agominor logic tweak for reserved word warning
Gurusamy Sarathy [Mon, 24 May 1999 03:03:05 +0000 (03:03 +0000)]
minor logic tweak for reserved word warning

p4raw-id: //depot/perl@3451

25 years agooops, some files missing in change#3449
Gurusamy Sarathy [Mon, 24 May 1999 02:34:20 +0000 (02:34 +0000)]
oops, some files missing in change#3449

p4raw-link: @3449 on //depot/perl: 18228614d1dac2db099ef3d8846e53f44accce72

p4raw-id: //depot/perl@3450

25 years agoallow '*' prototype to autoquote even barewords that happen to be
Gurusamy Sarathy [Mon, 24 May 1999 02:33:12 +0000 (02:33 +0000)]
allow '*' prototype to autoquote even barewords that happen to be
function names; parens or ampersand continue to force the other
interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
do the right thing, for example

p4raw-id: //depot/perl@3449

25 years agoremove vestiges of PL_last_proto
Gurusamy Sarathy [Mon, 24 May 1999 01:51:24 +0000 (01:51 +0000)]
remove vestiges of PL_last_proto

p4raw-id: //depot/perl@3448

25 years agoredo change#2061 and parts of change#1169 with code in the
Gurusamy Sarathy [Mon, 24 May 1999 01:49:20 +0000 (01:49 +0000)]
redo change#2061 and parts of change#1169 with code in the
parser; PL_last_proto hackery gone, strict 'subs' in now
implemented in the optimizer where specifying the exceptional
cases is much more robust; '*' (bareword) prototype now works
reliably when used in second and subsequent arguments

p4raw-link: @2061 on //depot/perl: bf8481137c02593eb36f8d0e234a2ec41a1c92e4
p4raw-link: @1169 on //depot/perl: 2a841d1398ee9bbf30a942905192cc2591b3e92a

p4raw-id: //depot/perl@3447

25 years agoremove redundant part of change#1169 superseded by change#2061;
Gurusamy Sarathy [Sun, 23 May 1999 05:00:55 +0000 (05:00 +0000)]
remove redundant part of change#1169 superseded by change#2061;
avoid "future reserved word" warning on prototypical bearwords

p4raw-link: @2061 on //depot/perl: bf8481137c02593eb36f8d0e234a2ec41a1c92e4
p4raw-link: @1169 on //depot/perl: 2a841d1398ee9bbf30a942905192cc2591b3e92a

p4raw-id: //depot/perl@3446

25 years agos/isspace/isSPACE/g and make sure the CRT version is always
Gurusamy Sarathy [Fri, 21 May 1999 23:36:49 +0000 (23:36 +0000)]
s/isspace/isSPACE/g and make sure the CRT version is always
passed an unsigned char (fixes random occurrence of spaces in
arguments containing high-bit chars passed to spawned children,
on win32)

p4raw-id: //depot/perl@3445

25 years agointegrate Configure changes from cfgperl
Gurusamy Sarathy [Fri, 21 May 1999 23:08:55 +0000 (23:08 +0000)]
integrate Configure changes from cfgperl

p4raw-id: //depot/perl@3444

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Fri, 21 May 1999 22:00:56 +0000 (22:00 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3443

25 years agofflush.
Jarkko Hietaniemi [Fri, 21 May 1999 21:59:46 +0000 (21:59 +0000)]
fflush.

p4raw-id: //depot/cfgperl@3442

25 years agointegrate cfgperl changes
Gurusamy Sarathy [Fri, 21 May 1999 17:48:55 +0000 (17:48 +0000)]
integrate cfgperl changes

p4raw-id: //depot/perl@3441

25 years agotest tweak
Gurusamy Sarathy [Fri, 21 May 1999 17:42:49 +0000 (17:42 +0000)]
test tweak

p4raw-id: //depot/perl@3440

25 years agofix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
Gurusamy Sarathy [Fri, 21 May 1999 17:31:26 +0000 (17:31 +0000)]
fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
(Configure fflush(NULL) detection seems broken on Solaris, which
is why I hit the problem)

p4raw-id: //depot/perl@3439

25 years agoperlport 1.41 update from Chris Nandor <pudge@pobox.com>
Gurusamy Sarathy [Thu, 20 May 1999 16:41:01 +0000 (16:41 +0000)]
perlport 1.41 update from Chris Nandor <pudge@pobox.com>

p4raw-id: //depot/perl@3438

25 years agoPatches to fflushing in SunOS 4 from Andy Dougherty
Jarkko Hietaniemi [Thu, 20 May 1999 07:14:39 +0000 (07:14 +0000)]
Patches to fflushing in SunOS 4 from Andy Dougherty
(via private email).

p4raw-id: //depot/cfgperl@3437

25 years agovarious little nits
Gurusamy Sarathy [Thu, 20 May 1999 05:18:26 +0000 (05:18 +0000)]
various little nits

p4raw-id: //depot/perl@3436

25 years agoinstallperl
Hugo van der Sanden [Fri, 14 May 1999 21:34:58 +0000 (22:34 +0100)]
installperl

To: perl5-porters@perl.org
Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>

p4raw-id: //depot/cfgperl@3435

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Mon, 17 May 1999 21:25:54 +0000 (21:25 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3434

25 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Mon, 17 May 1999 09:49:01 +0000 (09:49 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@3433

25 years agoemit more appropriate diagnostic for failed glob (variant
Gurusamy Sarathy [Mon, 17 May 1999 09:06:45 +0000 (09:06 +0000)]
emit more appropriate diagnostic for failed glob (variant
of patch suggested by Graham Barr)

p4raw-id: //depot/perl@3432

25 years agofind2perl does not grok the 'c' suffix to the -size argument
Todd C. Miller [Thu, 13 May 1999 22:18:43 +0000 (16:18 -0600)]
find2perl does not grok the 'c' suffix to the -size argument

Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>

p4raw-id: //depot/perl@3431

25 years agoadditional cleanups for cygwin32 port
Fifer, Eric [Wed, 12 May 1999 20:25:54 +0000 (21:25 +0100)]
additional cleanups for cygwin32 port
Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port

p4raw-id: //depot/perl@3430

25 years ago(Was Re: SunOS4.1 compilation error)
Andy Dougherty [Wed, 12 May 1999 11:44:11 +0000 (07:44 -0400)]
(Was Re: SunOS4.1 compilation error)

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

p4raw-id: //depot/perl@3429

25 years agoIntegrate from mainperl modulo the Socket.xs change.
Jarkko Hietaniemi [Mon, 17 May 1999 07:03:26 +0000 (07:03 +0000)]
Integrate from mainperl modulo the Socket.xs change.

p4raw-id: //depot/cfgperl@3428

25 years agoDevel::Peek::mstat not working
Ilya Zakharevich [Sun, 16 May 1999 01:28:18 +0000 (21:28 -0400)]
Devel::Peek::mstat not working

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

p4raw-id: //depot/cfgperl@3427

25 years agoDOC PATCH (5.005_55): Error message missing from perldiag.pod
Mark-Jason Dominus [Sat, 15 May 1999 12:43:47 +0000 (08:43 -0400)]
DOC PATCH (5.005_55): Error message missing from perldiag.pod

To: perl5-porters@perl.com
Message-ID: <19990515164348.7313.qmail@plover.com>

p4raw-id: //depot/cfgperl@3426

25 years agoMingw32 + w32api-0.1.5 tweaks
Nick Ing-Simmons [Sat, 15 May 1999 15:56:10 +0000 (15:56 +0000)]
Mingw32 + w32api-0.1.5 tweaks
 - now more like other Win32 compilers

p4raw-id: //depot/perl@3425

25 years agoExperimental "slab" allocator for ops.
Nick Ing-Simmons [Fri, 14 May 1999 21:04:22 +0000 (21:04 +0000)]
Experimental "slab" allocator for ops.
To try it -DPL_OP_SLAB_ALLOC for op.c
This is for proof of concept only, it leaks memory
(ops are not free'd) so don't use in embedded apps.
If this minimalist version does not show performance
gain then whole idea is worthless.
Nick see's approx 12% speed up vs perlmalloc running
  perl -Ilib -MCPAN -e ''
Solaris2.6, gcc-2.8.1 but numbers are not repeatable.

p4raw-id: //depot/perl@3424

25 years agoon win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
Gurusamy Sarathy [Fri, 14 May 1999 19:55:04 +0000 (19:55 +0000)]
on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
found (brings sitelib intuition in line with privlib)

p4raw-id: //depot/perl@3423

25 years agoadd config.msg to VMS configure.com
Peter Prymmer [Thu, 13 May 1999 15:29:57 +0000 (08:29 -0700)]
add config.msg to VMS configure.com

To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <9905132229.AA15854@forte.com>

p4raw-id: //depot/cfgperl@3422

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Fri, 14 May 1999 07:34:20 +0000 (07:34 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3421

25 years agoStill fflushing.
Jarkko Hietaniemi [Fri, 14 May 1999 07:33:26 +0000 (07:33 +0000)]
Still fflushing.

p4raw-id: //depot/cfgperl@3420

25 years agomortalize string allocations by win32_get_{priv,site}lib()
Gurusamy Sarathy [Fri, 14 May 1999 03:08:29 +0000 (03:08 +0000)]
mortalize string allocations by win32_get_{priv,site}lib()
(fixes small memory leak in interpreter)

p4raw-id: //depot/perl@3419

25 years agomake win32_longname() preserve kind of slashes in argument
Gurusamy Sarathy [Fri, 14 May 1999 03:06:50 +0000 (03:06 +0000)]
make win32_longname() preserve kind of slashes in argument

p4raw-id: //depot/perl@3418

25 years agocanonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
Gurusamy Sarathy [Fri, 14 May 1999 03:04:44 +0000 (03:04 +0000)]
canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker

p4raw-id: //depot/perl@3417

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Thu, 13 May 1999 21:18:06 +0000 (21:18 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3416

25 years agoFixes from Andy Dougherty (via private email).
Jarkko Hietaniemi [Thu, 13 May 1999 21:16:49 +0000 (21:16 +0000)]
Fixes from Andy Dougherty (via private email).

p4raw-id: //depot/cfgperl@3415

25 years agovalist vs va_list typo
Nick Ing-Simmons [Thu, 13 May 1999 20:04:26 +0000 (20:04 +0000)]
valist vs va_list typo

p4raw-id: //depot/perl@3414

25 years ago(Was Re: SunOS4.1 compilation error)
Andy Dougherty [Wed, 12 May 1999 11:44:11 +0000 (07:44 -0400)]
(Was Re: SunOS4.1 compilation error)

To: perlbug@perl.com
Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>

p4raw-id: //depot/cfgperl@3413

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Thu, 13 May 1999 14:20:17 +0000 (14:20 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3412

25 years agodocatch_body() declaration mismatch
Gurusamy Sarathy [Thu, 13 May 1999 14:16:56 +0000 (14:16 +0000)]
docatch_body() declaration mismatch

p4raw-id: //depot/perl@3411

25 years agoAdd HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
Jarkko Hietaniemi [Thu, 13 May 1999 13:51:44 +0000 (13:51 +0000)]
Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.

p4raw-id: //depot/cfgperl@3410

25 years agoStill fflushing strong.
Jarkko Hietaniemi [Thu, 13 May 1999 13:31:53 +0000 (13:31 +0000)]
Still fflushing strong.

p4raw-id: //depot/cfgperl@3409

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Wed, 12 May 1999 14:30:23 +0000 (14:30 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3408

25 years agoBe tidier with fflush(NULL) testing.
Jarkko Hietaniemi [Wed, 12 May 1999 12:28:31 +0000 (12:28 +0000)]
Be tidier with fflush(NULL) testing.

p4raw-id: //depot/cfgperl@3407

25 years agobetter range-checking on list slices, with test
Hugo van der Sanden [Sun, 2 May 1999 17:02:53 +0000 (18:02 +0100)]
better range-checking on list slices, with test
Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
Subject: Re: List slice of undefs returns 0 items

p4raw-id: //depot/perl@3406

25 years agochange#3397 needs test tweak
Gurusamy Sarathy [Wed, 12 May 1999 11:22:27 +0000 (11:22 +0000)]
change#3397 needs test tweak

p4raw-link: @3397 on //depot/perl: aa854799af20b80973df4e295167b2fda1fc7a9c

p4raw-id: //depot/perl@3405

25 years agotypo in change#3397
Gurusamy Sarathy [Wed, 12 May 1999 11:07:44 +0000 (11:07 +0000)]
typo in change#3397

p4raw-link: @3397 on //depot/perl: aa854799af20b80973df4e295167b2fda1fc7a9c

p4raw-id: //depot/perl@3404

25 years agoRe: Test::Harness runs tainted tests with wrong library path
Stephen Zander [Wed, 12 May 1999 01:22:31 +0000 (18:22 -0700)]
Re: Test::Harness runs tainted tests with wrong library path

Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>

p4raw-id: //depot/perl@3403

25 years agotypo in change#3400
Gurusamy Sarathy [Wed, 12 May 1999 10:42:06 +0000 (10:42 +0000)]
typo in change#3400

p4raw-link: @3400 on //depot/perl: c8c62db702b7e7b28e0c00febb0781eff4341baf

p4raw-id: //depot/perl@3402

25 years agoA better, shinier, and possibly even correctly working
Jarkko Hietaniemi [Wed, 12 May 1999 10:40:42 +0000 (10:40 +0000)]
A better, shinier, and possibly even correctly working
reincarnation of #3398.

p4raw-id: //depot/cfgperl@3401

25 years agodeparse \&func() as \(&func()) for clarity
Albert Dvornik [Tue, 11 May 1999 13:32:04 +0000 (09:32 -0400)]
deparse \&func() as \(&func()) for clarity
Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)

p4raw-id: //depot/perl@3400

25 years agomore testsuite smarts (many of them courtesy Ilya)
Gurusamy Sarathy [Wed, 12 May 1999 10:36:02 +0000 (10:36 +0000)]
more testsuite smarts (many of them courtesy Ilya)

p4raw-id: //depot/perl@3399

25 years agoDetect whether fflush(NULL) works as per change #3352.
Jarkko Hietaniemi [Wed, 12 May 1999 09:33:08 +0000 (09:33 +0000)]
Detect whether fflush(NULL) works as per change #3352.

p4raw-link: @3352 on //depot/perl: 45bc920620377d5a7720d3d562c48df1eb0c2e68

p4raw-id: //depot/cfgperl@3398

25 years agochop/chomp modify readonly values
Jan Dubois [Wed, 12 May 1999 01:01:00 +0000 (03:01 +0200)]
chop/chomp modify readonly values

Message-ID: <3741b5e8.20386944@smtp1.ibm.net>

p4raw-id: //depot/perl@3397

25 years agoopendir(D,"x:") on win32 opens cwd() for drive rather than root;
Gurusamy Sarathy [Wed, 12 May 1999 08:23:27 +0000 (08:23 +0000)]
opendir(D,"x:") on win32 opens cwd() for drive rather than root;
stat() behaves similarly

p4raw-id: //depot/perl@3396

25 years agoRedo parts of #3341 and #3358 that #3394 undid.
Jarkko Hietaniemi [Tue, 11 May 1999 22:21:32 +0000 (22:21 +0000)]
Redo parts of #3341 and #3358 that #3394 undid.

p4raw-id: //depot/cfgperl@3395

25 years agoAdd I_NETINET_TCP to help change #3391.
Jarkko Hietaniemi [Tue, 11 May 1999 22:03:48 +0000 (22:03 +0000)]
Add I_NETINET_TCP to help change #3391.

p4raw-link: @3391 on //depot/perl: 1494e794755363d23b7bca66c4a024ccc839e963

p4raw-id: //depot/cfgperl@3394

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Tue, 11 May 1999 21:44:59 +0000 (21:44 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3393

25 years agoupdate embedvar.h
Gurusamy Sarathy [Tue, 11 May 1999 20:56:43 +0000 (20:56 +0000)]
update embedvar.h

p4raw-id: //depot/perl@3392

25 years agoSocket IPPROTO_TCP [PATCH 5.005_5x]
Joshua Pritikin [Tue, 11 May 1999 11:10:13 +0000 (07:10 -0400)]
Socket IPPROTO_TCP [PATCH 5.005_5x]

Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>

p4raw-id: //depot/perl@3391

25 years agodisplay more frequent progress messages when STDOUT is a tty
Gurusamy Sarathy [Tue, 11 May 1999 15:27:40 +0000 (15:27 +0000)]
display more frequent progress messages when STDOUT is a tty

p4raw-id: //depot/perl@3390

25 years agoExplanations by Test::Harness
Ilya Zakharevich [Mon, 10 May 1999 02:07:01 +0000 (22:07 -0400)]
Explanations by Test::Harness

Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3389

25 years agoavoid creating spurious subroutine stubs on failed subroutine
Gurusamy Sarathy [Tue, 11 May 1999 14:08:14 +0000 (14:08 +0000)]
avoid creating spurious subroutine stubs on failed subroutine
call and other places of sv_2cv() misuse; fixes problems with
failed subroutine calls "hiding" later attempts to lookup methods
in base classes

p4raw-id: //depot/perl@3388

25 years agovarious fixes for clean build and test on win32; configpm broken,
Gurusamy Sarathy [Tue, 11 May 1999 09:34:13 +0000 (09:34 +0000)]
various fixes for clean build and test on win32; configpm broken,
needed to open myconfig.SH rather than myconfig; sundry adjustments
to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
work under win32; getenv_sv() changed to getenv_len() since SVs
aren't visible in the lower echelons; remove bogus exports from
config.sym; PERL_OBJECT-ness for C++ exception support; null out
IoDIRP in filter_del() or sv_free() will attempt to close it

p4raw-id: //depot/perl@3387

25 years agogutsupport for C++ exceptions
Chip Salzenberg [Tue, 9 Mar 1999 11:51:57 +0000 (06:51 -0500)]
gutsupport for C++ exceptions
Message-ID: <19990309115157.E7911@perlsupport.com>
Subject: [PATCH 5.005] Flexible Exceptions

p4raw-id: //depot/perl@3386

25 years ago"weak" references internals, still needs perlguts documentation
Gurusamy Sarathy [Mon, 10 May 1999 19:33:36 +0000 (19:33 +0000)]
"weak" references internals, still needs perlguts documentation
(somewhat modified version of patch suggested by Tuomas J. Lukka
<lukka@fas.harvard.edu>)

p4raw-id: //depot/perl@3385

25 years agoCircumnavigate Digital UNIX 4.0D miniperl core dump
Jarkko Hietaniemi [Mon, 10 May 1999 18:21:43 +0000 (18:21 +0000)]
Circumnavigate Digital UNIX 4.0D miniperl core dump
(due to QAR 56761) (the bug has been fixed in 4.0E or better)

p4raw-id: //depot/cfgperl@3384

25 years agoUndo 3382 (-D_REENTRANT wasn't needed in Digital UNIX
Jarkko Hietaniemi [Mon, 10 May 1999 17:57:17 +0000 (17:57 +0000)]
Undo 3382 (-D_REENTRANT wasn't needed in Digital UNIX
under usethreads because -pthread already did that).

p4raw-id: //depot/cfgperl@3383

25 years agoNever mind (undone by 3383).
Jarkko Hietaniemi [Mon, 10 May 1999 17:07:00 +0000 (17:07 +0000)]
Never mind (undone by 3383).

p4raw-id: //depot/cfgperl@3382

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Mon, 10 May 1999 14:39:28 +0000 (14:39 +0000)]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@3381

25 years agoregen regnodes.h
Gurusamy Sarathy [Mon, 10 May 1999 12:27:14 +0000 (12:27 +0000)]
regen regnodes.h

p4raw-id: //depot/perl@3380

25 years agoWin32 and VC++ 98 doesn't support CASTI
Jan Dubois [Sat, 1 May 1999 22:55:36 +0000 (00:55 +0200)]
Win32 and VC++ 98 doesn't support CASTI

Message-ID: <373067e9.56194713@smtp1.ibm.net>

p4raw-id: //depot/perl@3379

25 years agoSelf-consistent numeric conversion again
Ilya Zakharevich [Fri, 30 Apr 1999 22:26:09 +0000 (18:26 -0400)]
Self-consistent numeric conversion again

Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3378

25 years agopp_modulo comment tweak from Ilya
Gurusamy Sarathy [Mon, 10 May 1999 11:39:48 +0000 (11:39 +0000)]
pp_modulo comment tweak from Ilya

p4raw-id: //depot/perl@3377

25 years agoTest.pm update [PATCH _56]
Joshua Pritikin [Fri, 7 May 1999 11:31:00 +0000 (07:31 -0400)]
Test.pm update [PATCH _56]

Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>

p4raw-id: //depot/perl@3376

25 years agoRe: Using existing memory for an SV's PV
Jan Dubois [Fri, 7 May 1999 00:59:54 +0000 (02:59 +0200)]
Re: Using existing memory for an SV's PV

Message-ID: <373318ae.19292461@smtp1.ibm.net>

p4raw-id: //depot/perl@3375

25 years agoFix -Dm memory debugging for PERL_OBJECT
Jan Dubois [Fri, 7 May 1999 00:59:52 +0000 (02:59 +0200)]
Fix -Dm memory debugging for PERL_OBJECT

Message-ID: <37321800.19118320@smtp1.ibm.net>

p4raw-id: //depot/perl@3374

25 years agoRe: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
Ilya Zakharevich [Thu, 6 May 1999 18:17:28 +0000 (14:17 -0400)]
Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)

Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3373

25 years agoCosmetic: data-driven REx-dump
Ilya Zakharevich [Thu, 6 May 1999 01:21:05 +0000 (21:21 -0400)]
Cosmetic: data-driven REx-dump

Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3372

25 years agopod->html VMS fixes
lane@duphy4.physics.drexel.edu [Tue, 4 May 1999 10:19:25 +0000 (03:19 -0700)]
pod->html VMS fixes

Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>

p4raw-id: //depot/perl@3371

25 years agotestsuite nits
Gurusamy Sarathy [Mon, 10 May 1999 10:45:52 +0000 (10:45 +0000)]
testsuite nits

p4raw-id: //depot/perl@3370

25 years agoQuickier thread-specific data on OS/2
Ilya Zakharevich [Mon, 3 May 1999 22:38:50 +0000 (18:38 -0400)]
Quickier thread-specific data on OS/2

Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@3369

25 years agodo_sv_dump does dump (core) on IO handles
Albert Dvornik [Mon, 3 May 1999 12:20:57 +0000 (08:20 -0400)]
do_sv_dump does dump (core) on IO handles

Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>

p4raw-id: //depot/perl@3368

25 years agoshadow password support for Solaris (needs Configure help to
Patrick O'Brien [Sat, 1 May 1999 19:41:17 +0000 (15:41 -0400)]
shadow password support for Solaris (needs Configure help to
determine HAS_GETSPENT)
Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
Subject: getpwent() under solaris

p4raw-id: //depot/perl@3367

25 years agoAdd POLLUTE=1 option to MakeMaker
Jan Dubois [Sat, 1 May 1999 23:45:47 +0000 (01:45 +0200)]
Add POLLUTE=1 option to MakeMaker

Message-ID: <373373fb.59284266@smtp1.ibm.net>

p4raw-id: //depot/perl@3366

25 years agotest suite and fix input_line_number()
Paul Johnson [Thu, 29 Apr 1999 06:28:14 +0000 (07:28 +0100)]
test suite and fix input_line_number()
Message-ID: <19990429062814.A17906@west-tip.transeda.com>
Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)

p4raw-id: //depot/perl@3365

25 years agofix overeager [:foo:] parsing
Hugo van der Sanden [Fri, 30 Apr 1999 09:26:18 +0000 (10:26 +0100)]
fix overeager [:foo:] parsing
Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005

p4raw-id: //depot/perl@3364

25 years agodocumentation for Win32 builtins (somewhat modified)
Jan Dubois [Tue, 30 Mar 1999 08:05:03 +0000 (10:05 +0200)]
documentation for Win32 builtins (somewhat modified)
Message-ID: <37006783.1926460@smtp1.ibm.net>
Subject: Re: Issues with build 509

p4raw-id: //depot/perl@3363

25 years agoprovide File::Copy::syscopy() via Win32::CopyFile() on win32
Gurusamy Sarathy [Mon, 10 May 1999 08:22:07 +0000 (08:22 +0000)]
provide File::Copy::syscopy() via Win32::CopyFile() on win32

p4raw-id: //depot/perl@3362

25 years agoescape ampersands in <pre> sections
Gurusamy Sarathy [Mon, 10 May 1999 08:11:29 +0000 (08:11 +0000)]
escape ampersands in <pre> sections

p4raw-id: //depot/perl@3361

25 years agoAIX hints enhancements (threads build, SOCKS support)
David R. Favor [Wed, 28 Apr 1999 08:45:28 +0000 (03:45 -0500)]
AIX hints enhancements (threads build, SOCKS support)
Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
Subject: Working build for AIX + gcc + threading

p4raw-id: //depot/perl@3360

25 years agomore Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
Gurusamy Sarathy [Mon, 10 May 1999 07:49:26 +0000 (07:49 +0000)]
more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
Date: Tue, 27 Apr 1999 23:47:24 PDT
Message-ID: <19990428064724.95244.qmail@hotmail.com>
Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
--
Date: Thu, 29 Apr 1999 18:21:06 -0700
Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
Subject: [PATCH 5.005_56] double constants ( C.pm)
--
Date: Mon, 03 May 1999 20:21:31 PDT
Message-ID: <19990504032131.81113.qmail@hotmail.com>
Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
--
Date: Thu, 06 May 1999 17:57:09 -0700
Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
Subject: Stash.pm

p4raw-id: //depot/perl@3359

25 years agocygwin32 update (untested adaptation of patch against 5.005_03)
Alexander Smishlajev [Sun, 25 Apr 1999 14:58:29 +0000 (17:58 +0300)]
cygwin32 update (untested adaptation of patch against 5.005_03)
Message-ID: <37230365.5F68B460@turnhere.com>
Subject: [PATCH]5.005_03 (CORE) cygwin32 port

p4raw-id: //depot/perl@3358