This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
25 years agochange#1614 merely disabled earlier fix (doh!); undo it and properly
Gurusamy Sarathy [Tue, 13 Oct 1998 03:15:50 +0000 (03:15 +0000)]
change#1614 merely disabled earlier fix (doh!); undo it and properly
fixup the cop_seq value that must be seen by lexical lookups that
emanate within eval''

p4raw-link: @1614 on //depot/perl: bd28dd3ca083953e5682058b02b9529902e14ca9

p4raw-id: //depot/perl@1944

25 years agoensure recursive attempts to findlex()icals know enough about where
Gurusamy Sarathy [Tue, 13 Oct 1998 02:06:09 +0000 (02:06 +0000)]
ensure recursive attempts to findlex()icals know enough about where
the last eval'' context was encountered

p4raw-id: //depot/perl@1943

25 years agoforce copy of substrings when matching against temporaries
Gurusamy Sarathy [Tue, 13 Oct 1998 02:01:24 +0000 (02:01 +0000)]
force copy of substrings when matching against temporaries

p4raw-id: //depot/perl@1942

25 years agodon't longjmp() in pp_goto() (regressive bug from old single-stack
Gurusamy Sarathy [Tue, 13 Oct 1998 01:49:16 +0000 (01:49 +0000)]
don't longjmp() in pp_goto() (regressive bug from old single-stack
implementation)

p4raw-id: //depot/perl@1941

25 years agofix $/ init for USE_THREADS
Gurusamy Sarathy [Tue, 6 Oct 1998 21:16:34 +0000 (21:16 +0000)]
fix $/ init for USE_THREADS

p4raw-id: //depot/perl@1937

25 years agofix globals caught by change#1927; builds and tests on Solaris
Gurusamy Sarathy [Tue, 6 Oct 1998 07:19:39 +0000 (07:19 +0000)]
fix globals caught by change#1927; builds and tests on Solaris

p4raw-link: @1927 on //depot/perl: eb07465ebe1238598e948058857ec948c6697f86

p4raw-id: //depot/perl@1936

25 years agoadd test for previous fix
Gurusamy Sarathy [Tue, 6 Oct 1998 06:50:35 +0000 (06:50 +0000)]
add test for previous fix

p4raw-id: //depot/perl@1935

25 years agofix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
Gurusamy Sarathy [Tue, 6 Oct 1998 06:37:36 +0000 (06:37 +0000)]
fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh

p4raw-id: //depot/perl@1934

25 years agoundo bogus part of change#1903 (as pointed out by Larry)
Gurusamy Sarathy [Tue, 6 Oct 1998 05:04:20 +0000 (05:04 +0000)]
undo bogus part of change#1903 (as pointed out by Larry)

p4raw-link: @1903 on //depot/perl: 13b51b796ac5d39ced5a8f4f5922bfa7ca1678d5

p4raw-id: //depot/perl@1933

25 years agoadded tweaked version of suggested patch
Jan Dubois [Sat, 3 Oct 1998 19:04:48 +0000 (21:04 +0200)]
added tweaked version of suggested patch
Message-ID: <361d54b2.36841294@smtp1.ibm.net>
Subject: [PATCH 5.005_52] More MakeMaker  patches

p4raw-id: //depot/perl@1932

25 years agouse cpp symbols instead of hardwired constants
Hugo van der Sanden [Mon, 5 Oct 1998 09:23:33 +0000 (10:23 +0100)]
use cpp symbols instead of hardwired constants
Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
Subject: [PATCH 5.005_52] By the numbers (resend)

p4raw-id: //depot/perl@1931

25 years agoCumulative OS/2-related patch
Ilya Zakharevich [Mon, 5 Oct 1998 02:37:43 +0000 (22:37 -0400)]
Cumulative OS/2-related patch

Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1930

25 years agoMinor test improvement
Ilya Zakharevich [Mon, 5 Oct 1998 02:39:00 +0000 (22:39 -0400)]
Minor test improvement

Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1929

25 years agoemacs/ptags inprovements
Ilya Zakharevich [Mon, 5 Oct 1998 02:38:23 +0000 (22:38 -0400)]
emacs/ptags inprovements

Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1928

25 years agodisable C<#define dirty PL_dirty> et al.
Gurusamy Sarathy [Tue, 6 Oct 1998 03:47:44 +0000 (03:47 +0000)]
disable C<#define dirty PL_dirty> et al.

p4raw-id: //depot/perl@1927

25 years agoPATCH: perldoc -f does not locate -e, -r, -x, etc.
Mark-Jason Dominus [Sun, 4 Oct 1998 14:48:11 +0000 (10:48 -0400)]
PATCH: perldoc -f does not locate -e, -r, -x, etc.

Message-ID: <19981004184811.16048.qmail@plover.com>

p4raw-id: //depot/perl@1926

25 years agodisable USE_THREADS when PERL_OBJECT is enabled
Gurusamy Sarathy [Tue, 6 Oct 1998 03:27:35 +0000 (03:27 +0000)]
disable USE_THREADS when PERL_OBJECT is enabled

p4raw-id: //depot/perl@1925

25 years agoremove spurious unused conflicting globals (PL_yy{v,s}sp)
Gurusamy Sarathy [Tue, 6 Oct 1998 03:26:54 +0000 (03:26 +0000)]
remove spurious unused conflicting globals (PL_yy{v,s}sp)

p4raw-id: //depot/perl@1924

25 years agomake C<use> recognize C<require> overrides; allow C<do EXPR> to be
Gurusamy Sarathy [Sat, 3 Oct 1998 05:19:56 +0000 (05:19 +0000)]
make C<use> recognize C<require> overrides; allow C<do EXPR> to be
overridden

p4raw-id: //depot/perl@1923

25 years agosuppress manifypods leak in extensions
Gurusamy Sarathy [Sat, 3 Oct 1998 03:59:50 +0000 (03:59 +0000)]
suppress manifypods leak in extensions

p4raw-id: //depot/perl@1922

25 years agoos390 fixes (suggested by Peter Prymmer)
Gurusamy Sarathy [Fri, 2 Oct 1998 22:30:15 +0000 (22:30 +0000)]
os390 fixes (suggested by Peter Prymmer)

p4raw-id: //depot/perl@1921

25 years agosquelch undef warnings
Hugo van der Sanden [Fri, 2 Oct 1998 11:01:14 +0000 (12:01 +0100)]
squelch undef warnings
Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
Subject: [PATCH] Re: Apparent bug in Math::BigInt

p4raw-id: //depot/perl@1920

25 years agoadd note to INSTALL about ANSI C
Gurusamy Sarathy [Fri, 2 Oct 1998 04:59:13 +0000 (04:59 +0000)]
add note to INSTALL about ANSI C

p4raw-id: //depot/perl@1919

25 years agotolerate spaces when fixing up __cplusplus output by old h2xs
Jan Dubois [Wed, 30 Sep 1998 23:35:30 +0000 (01:35 +0200)]
tolerate spaces when fixing up __cplusplus output by old h2xs
Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT

p4raw-id: //depot/perl@1918

25 years agoRe: Configure test for selectbits busted
Jarkko Hietaniemi [Thu, 1 Oct 1998 11:37:26 +0000 (14:37 +0300)]
Re: Configure test for selectbits busted

Message-Id: <199810010837.LAA31371@alpha.hut.fi>

p4raw-id: //depot/perl@1917

25 years agoVMS config tweaks
Hans Mulder [Wed, 30 Sep 1998 17:15:20 +0000 (10:15 -0700)]
VMS config tweaks

Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>

p4raw-id: //depot/perl@1916

25 years agouse Off_t to permit 64-bit seek()
Scott Henry [Tue, 29 Sep 1998 17:38:46 +0000 (10:38 -0700)]
use Off_t to permit 64-bit seek()
Date: 29 Sep 1998 17:38:46 -0700
Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
--
Date: 28 Sep 1998 18:55:37 -0700
Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"

p4raw-id: //depot/perl@1915

25 years agonormalize tm struct passed to strftime() with mktime()
Spider Boardman [Wed, 30 Sep 1998 15:12:09 +0000 (11:12 -0400)]
normalize tm struct passed to strftime() with mktime()
Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date

p4raw-id: //depot/perl@1914

25 years agodon't try to run foo_SH.orig etc.
Gurusamy Sarathy [Fri, 2 Oct 1998 03:59:46 +0000 (03:59 +0000)]
don't try to run foo_SH.orig etc.

p4raw-id: //depot/perl@1913

25 years agomake warning about glob process failure optional
Gurusamy Sarathy [Fri, 2 Oct 1998 03:45:37 +0000 (03:45 +0000)]
make warning about glob process failure optional

p4raw-id: //depot/perl@1912

25 years agodocument yet another RE diagnostic, make it consistent with REG_INFTY
Dominic Dunlop [Tue, 29 Sep 1998 21:06:30 +0000 (21:06 +0000)]
document yet another RE diagnostic, make it consistent with REG_INFTY
Date: Tue, 29 Sep 1998 21:06:30 +0000
Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
--
Date: Wed, 30 Sep 1998 11:46:44 +0000
Message-Id: <v03110702b237beb04830@[212.24.192.74]>
Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag

p4raw-id: //depot/perl@1911

25 years agominor Configure tweaks (via private mail)
Jarkko Hietaniemi [Wed, 30 Sep 1998 02:25:06 +0000 (05:25 +0300)]
minor Configure tweaks (via private mail)
Message-Id: <199809292325.CAA19737@alpha.hut.fi>
Subject: [PATCH] 5.005_52: the drizzle continues

p4raw-id: //depot/perl@1910

25 years agoupdate SCO hints for dynamic loading
Andy Dougherty [Mon, 28 Sep 1998 16:50:38 +0000 (12:50 -0400)]
update SCO hints for dynamic loading
Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
--
Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV

p4raw-id: //depot/perl@1909

25 years agomake File::Find work when wanted() is autoloaded or a symbolic ref
Gurusamy Sarathy [Fri, 2 Oct 1998 02:33:39 +0000 (02:33 +0000)]
make File::Find work when wanted() is autoloaded or a symbolic ref

p4raw-id: //depot/perl@1908

25 years agoapplied patches, but retained old behavior for win32 (where compilers
Graham Barr [Mon, 28 Sep 1998 09:41:49 +0000 (04:41 -0500)]
applied patches, but retained old behavior for win32 (where compilers
can't read from stdin at all)
Date: Mon, 28 Sep 1998 09:41:49 -0500
Message-ID: <19980928094149.B26576@asic.sc.ti.com>
Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
--
Date: Tue, 29 Sep 1998 12:35:43 -0500
Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
Subject: Re: 5.005_51 Errno invokes cpprun incorrectly

p4raw-id: //depot/perl@1907

25 years agotolerate whitespace in /etc/group entries (suggested by Jarkko
Gurusamy Sarathy [Fri, 2 Oct 1998 02:02:19 +0000 (02:02 +0000)]
tolerate whitespace in /etc/group entries (suggested by Jarkko
Hietaniemi)

p4raw-id: //depot/perl@1906

25 years agowin32 caveats about truncate()
Gurusamy Sarathy [Fri, 2 Oct 1998 01:59:56 +0000 (01:59 +0000)]
win32 caveats about truncate()

p4raw-id: //depot/perl@1905

25 years agovarious Configure and hints updates (prefer drand48() or random()
Jarkko Hietaniemi [Tue, 29 Sep 1998 00:56:33 +0000 (03:56 +0300)]
various Configure and hints updates (prefer drand48() or random()
over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
applied modulo SCO hints superseded by later patch
Message-Id: <199809282156.AAA18615@alpha.hut.fi>
Subject: [PATCH] 5.005_52: Configure et al:

p4raw-id: //depot/perl@1904

25 years agofixes for bugs in /RE/p from Hugo van der Sanden
Gurusamy Sarathy [Fri, 2 Oct 1998 01:42:37 +0000 (01:42 +0000)]
fixes for bugs in /RE/p from Hugo van der Sanden
Date: Mon, 28 Sep 1998 17:41:49 +0100
Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
Subject: [PATCH 5.005_52] Re: More on ?p
--
Date: Thu, 01 Oct 1998 09:10:58 +0100
Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
Subject: [PATCH 5.005_52] ?p fix
--
Date: Thu, 01 Oct 1998 10:45:56 +0100
Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
Subject: [PATCH 5.005_52] more on ?p

p4raw-id: //depot/perl@1903

25 years agowritemain dies when there are more than 4000 characters of extensions
Kenneth Duda [Sun, 27 Sep 1998 20:22:12 +0000 (13:22 -0700)]
writemain dies when there are more than 4000 characters of extensions

Message-Id: <199809280322.UAA01261@scorpion.cisco.com>

p4raw-id: //depot/perl@1902

25 years agotweak run_byacc recipe
Gurusamy Sarathy [Fri, 2 Oct 1998 01:33:16 +0000 (01:33 +0000)]
tweak run_byacc recipe

p4raw-id: //depot/perl@1901

25 years agouse SETERRNO() to reset errno (suggested by Charles Bailey)
Gurusamy Sarathy [Fri, 2 Oct 1998 01:02:09 +0000 (01:02 +0000)]
use SETERRNO() to reset errno (suggested by Charles Bailey)

p4raw-id: //depot/perl@1900

25 years agofix various 5.00552 mishaps (fixes suggested by Jan Dubois,
Gurusamy Sarathy [Mon, 28 Sep 1998 20:46:30 +0000 (20:46 +0000)]
fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
Dvornik)

p4raw-id: //depot/perl@1899

25 years agoflush unsubmitted 5.00552 change
Gurusamy Sarathy [Mon, 28 Sep 1998 20:42:52 +0000 (20:42 +0000)]
flush unsubmitted 5.00552 change

p4raw-id: //depot/perl@1898

25 years agorun vms_yfix.pl
Gurusamy Sarathy [Sun, 27 Sep 1998 04:43:06 +0000 (04:43 +0000)]
run vms_yfix.pl

p4raw-id: //depot/perl@1897

25 years agosmall tweak on last change
Gurusamy Sarathy [Sun, 27 Sep 1998 03:38:55 +0000 (03:38 +0000)]
small tweak on last change

p4raw-id: //depot/perl@1896

25 years agofix win32_stat() to do the right thing for share names
Gurusamy Sarathy [Sun, 27 Sep 1998 03:17:17 +0000 (03:17 +0000)]
fix win32_stat() to do the right thing for share names

p4raw-id: //depot/perl@1895

25 years agoFixed apostrophe problem from Mark Knutsen.
Larry Wall [Fri, 25 Sep 1998 18:50:40 +0000 (18:50 +0000)]
Fixed apostrophe problem from Mark Knutsen.

p4raw-id: //depot/perl@1891

25 years agoupdate template config.sh, add new config vars to win32 stuff
Gurusamy Sarathy [Fri, 25 Sep 1998 10:25:00 +0000 (10:25 +0000)]
update template config.sh, add new config vars to win32 stuff

p4raw-id: //depot/perl@1890

25 years agobig Configure update from Jarkko: sync metaconfig units; d_statblks fix
Gurusamy Sarathy [Fri, 25 Sep 1998 07:13:13 +0000 (07:13 +0000)]
big Configure update from Jarkko: sync metaconfig units; d_statblks fix
for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
of full-fledged 64-bit support (including support for: fseeko/ftello,
Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
in Fcntl)
From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
Message-Id: <199809112056.XAA04720@alpha.hut.fi>
Subject: [PATCH] 5.005_51: Configure "Massive Attack"
--
From: Jarkko Hietaniemi <jhi@cc.hut.fi>
Date: 12 Sep 1998 09:44:25 +0300
Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"

p4raw-id: //depot/perl@1889

25 years agobump patchlevel to 52; other little tweaks for threads, win32 builds
Gurusamy Sarathy [Fri, 25 Sep 1998 06:27:12 +0000 (06:27 +0000)]
bump patchlevel to 52; other little tweaks for threads, win32 builds

p4raw-id: //depot/perl@1888

25 years agowin32.c tweak
Gurusamy Sarathy [Fri, 25 Sep 1998 04:50:49 +0000 (04:50 +0000)]
win32.c tweak

p4raw-id: //depot/perl@1887

25 years agos/MAKEMAKEROPT/PERL_MM_OPT/
Gurusamy Sarathy [Fri, 25 Sep 1998 04:47:32 +0000 (04:47 +0000)]
s/MAKEMAKEROPT/PERL_MM_OPT/

p4raw-id: //depot/perl@1886

25 years agoMM_Unix::canonpath erroneously turns leading // into /
Dominic Dunlop [Thu, 10 Sep 1998 11:02:46 +0000 (11:02 +0000)]
MM_Unix::canonpath erroneously turns leading // into /

Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>

p4raw-id: //depot/perl@1885

25 years agotemporarily disable perl malloc for a2p until we clean up
Gurusamy Sarathy [Fri, 25 Sep 1998 03:06:10 +0000 (03:06 +0000)]
temporarily disable perl malloc for a2p until we clean up
conflicting malloc() declarations everywhere

p4raw-id: //depot/perl@1884

25 years agoremove obsolete win32/bin/*.pl
Gurusamy Sarathy [Fri, 25 Sep 1998 02:27:00 +0000 (02:27 +0000)]
remove obsolete win32/bin/*.pl

p4raw-id: //depot/perl@1883

25 years agomissing file in last submit
Gurusamy Sarathy [Fri, 25 Sep 1998 02:04:43 +0000 (02:04 +0000)]
missing file in last submit

p4raw-id: //depot/perl@1882

25 years agoserial access to PL_x[inpr]v_root for USE_THREADS
Gurusamy Sarathy [Fri, 25 Sep 1998 01:56:54 +0000 (01:56 +0000)]
serial access to PL_x[inpr]v_root for USE_THREADS

p4raw-id: //depot/perl@1881

25 years agolock sv_mutex in new_he() and del_he() for USE_THREADS
Drago Goricanec [Thu, 24 Sep 1998 22:01:09 +0000 (07:01 +0900)]
lock sv_mutex in new_he() and del_he() for USE_THREADS
Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe

p4raw-id: //depot/perl@1880

25 years agotweaks to enable PERL_OBJECT to build & test on win32
Gurusamy Sarathy [Fri, 25 Sep 1998 00:20:07 +0000 (00:20 +0000)]
tweaks to enable PERL_OBJECT to build & test on win32

p4raw-id: //depot/perl@1879

25 years agofix change#1861, which breaks default boot_xxx symbol generation
Gurusamy Sarathy [Fri, 25 Sep 1998 00:13:36 +0000 (00:13 +0000)]
fix change#1861, which breaks default boot_xxx symbol generation

p4raw-link: @1861 on //depot/perl: 762efda7da89e66e6132e666545886910dd743f8

p4raw-id: //depot/perl@1878

25 years agotwo tweaks for clean build and test on Solaris
Gurusamy Sarathy [Thu, 24 Sep 1998 10:29:54 +0000 (10:29 +0000)]
two tweaks for clean build and test on Solaris

p4raw-id: //depot/perl@1877

25 years agoperlform.pod
Colin Kuskie [Wed, 26 Aug 1998 14:53:01 +0000 (07:53 -0700)]
perlform.pod

Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>

p4raw-id: //depot/perl@1876

25 years agoRe: problem with (?p{}) [PATCH 5.005_5*]
Ilya Zakharevich [Tue, 25 Aug 1998 15:35:58 +0000 (11:35 -0400)]
Re: problem with (?p{}) [PATCH 5.005_5*]

Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1875

25 years agoRe: your Regexp.patch dated 21.8 [PATCH]
Ilya Zakharevich [Tue, 25 Aug 1998 14:56:06 +0000 (10:56 -0400)]
Re: your Regexp.patch dated 21.8 [PATCH]

Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1874

25 years agoExtraneous warning for (?()A|B)
Ilya Zakharevich [Tue, 25 Aug 1998 04:29:49 +0000 (00:29 -0400)]
Extraneous warning for (?()A|B)

Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1873

25 years agonew irix_6.sh hints file
Krishna Sethuraman [Sun, 23 Aug 1998 23:18:38 +0000 (16:18 -0700)]
new irix_6.sh hints file

Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>

p4raw-id: //depot/perl@1872

25 years agocorrect FSF address in various places
Gurusamy Sarathy [Thu, 24 Sep 1998 07:26:37 +0000 (07:26 +0000)]
correct FSF address in various places

p4raw-id: //depot/perl@1871

25 years ago(and _5x I expect) VMS config procedure patch
Hans Mulder [Fri, 14 Aug 1998 09:20:16 +0000 (02:20 -0700)]
(and _5x I expect) VMS config procedure patch

Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>

p4raw-id: //depot/perl@1870

25 years agouse STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
Scott Henry [Thu, 13 Aug 1998 09:52:15 +0000 (02:52 -0700)]
use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)

p4raw-id: //depot/perl@1869

25 years ago5.005_02 perlfunc.pod, improve umask entry
Nathan Torkington [Thu, 13 Aug 1998 10:59:48 +0000 (04:59 -0600)]
5.005_02 perlfunc.pod, improve umask entry

Message-Id: <199808131659.KAA06179@prometheus.frii.com>

p4raw-id: //depot/perl@1868

25 years agomake C<goto &sub> AUTOLOAD-aware (autouse now works for modules
Gurusamy Sarathy [Thu, 24 Sep 1998 06:45:13 +0000 (06:45 +0000)]
make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
that are autoloaded)

p4raw-id: //depot/perl@1867

25 years agograndfather deprecated "$$<digit>" no more
Gurusamy Sarathy [Thu, 24 Sep 1998 05:21:19 +0000 (05:21 +0000)]
grandfather deprecated "$$<digit>" no more

p4raw-id: //depot/perl@1866

25 years agotweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
Gurusamy Sarathy [Thu, 24 Sep 1998 04:52:48 +0000 (04:52 +0000)]
tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
low bits (suggested by Ilya Zakharevich)

p4raw-id: //depot/perl@1865

25 years agomove yyglobal decls from perly.c to perlvars.h, regen headers, tweak
Gurusamy Sarathy [Thu, 24 Sep 1998 04:29:14 +0000 (04:29 +0000)]
move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
perly_c.diff

p4raw-id: //depot/perl@1864

25 years agoprovide locked access to string table for USE_THREADS
Gurusamy Sarathy [Thu, 24 Sep 1998 03:36:30 +0000 (03:36 +0000)]
provide locked access to string table for USE_THREADS

p4raw-id: //depot/perl@1863

25 years agoremove bogus warn()
Gurusamy Sarathy [Thu, 24 Sep 1998 03:30:32 +0000 (03:30 +0000)]
remove bogus warn()

p4raw-id: //depot/perl@1862

25 years agoapplied suggested patch, adapted for all platforms
Jan Dubois [Sun, 20 Sep 1998 12:56:38 +0000 (14:56 +0200)]
applied suggested patch, adapted for all platforms
Message-ID: <3604de0c.12319885@smtp1.ibm.net>
Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker

p4raw-id: //depot/perl@1861

25 years agoupgrade to CPAN-1.40
Gurusamy Sarathy [Thu, 24 Sep 1998 02:16:14 +0000 (02:16 +0000)]
upgrade to CPAN-1.40

p4raw-id: //depot/perl@1860

25 years agouse $ENV{MAKEMAKEROPT} to set default command line args
Gurusamy Sarathy [Thu, 24 Sep 1998 02:08:59 +0000 (02:08 +0000)]
use $ENV{MAKEMAKEROPT} to set default command line args

p4raw-id: //depot/perl@1859

25 years agoMore verbose Test::Harness [PATCH]
Ilya Zakharevich [Tue, 22 Sep 1998 17:30:16 +0000 (13:30 -0400)]
More verbose Test::Harness [PATCH]

Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1857

25 years agoupdate hints for OPENSTEP 4.2 on i386
Gerben Wierda [Sun, 20 Sep 1998 01:03:18 +0000 (03:03 +0200)]
update hints for OPENSTEP 4.2 on i386
Message-Id: <9809192303.AA29190@Spike>
Subject: Perl 5.005_02 compilation problems

p4raw-id: //depot/perl@1856

25 years agoreset errno after C<require> search (as suggested by Larry)
Gurusamy Sarathy [Wed, 23 Sep 1998 10:52:27 +0000 (10:52 +0000)]
reset errno after C<require> search (as suggested by Larry)

p4raw-id: //depot/perl@1855

25 years agomisc pod tweaks
Gurusamy Sarathy [Wed, 23 Sep 1998 10:50:26 +0000 (10:50 +0000)]
misc pod tweaks

p4raw-id: //depot/perl@1854

25 years agomake Pod/Html.pm handle the --title option properly (as suggested
Gurusamy Sarathy [Wed, 23 Sep 1998 10:46:06 +0000 (10:46 +0000)]
make Pod/Html.pm handle the --title option properly (as suggested
by gml4410@ggr.co.uk)

p4raw-id: //depot/perl@1853

25 years agoSSNEW() API for allocating memory on the savestack
Albert Dvornik [Thu, 17 Sep 1998 19:23:07 +0000 (15:23 -0400)]
SSNEW() API for allocating memory on the savestack
Message-Id: <tqemtae338.fsf@puma.genscan.com>
Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)

p4raw-id: //depot/perl@1852

25 years agoExtUtils::MakeMaker::prompt cannot return 0
Jochen Wiedmann [Thu, 17 Sep 1998 17:16:06 +0000 (19:16 +0200)]
ExtUtils::MakeMaker::prompt cannot return 0

Message-ID: <360127B6.E44564A@ispsoft.de>

p4raw-id: //depot/perl@1851

25 years agoRe: [PATCH] MakeMaker "test" target doesn't depend on "all"
Andreas König [Tue, 15 Sep 1998 01:32:31 +0000 (03:32 +0200)]
Re: [PATCH] MakeMaker "test" target doesn't depend on "all"

Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>

p4raw-id: //depot/perl@1850

25 years agoRe: extralibs.ld problem in MM_VMS.pm
Charles Bailey [Sat, 12 Sep 1998 19:25:32 +0000 (15:25 -0400)]
Re: extralibs.ld problem in MM_VMS.pm

Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>

p4raw-id: //depot/perl@1849

25 years agoRe: Open2 and memory leaks
Roderick Schertler [Fri, 11 Sep 1998 16:19:21 +0000 (12:19 -0400)]
Re: Open2 and memory leaks

Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>

p4raw-id: //depot/perl@1848

25 years agoseed srand from /dev/urandom when possible
Roderick Schertler [Wed, 9 Sep 1998 23:52:48 +0000 (19:52 -0400)]
seed srand from /dev/urandom when possible

Message-ID: <20567.905399568@eeyore.ibcinc.com>

p4raw-id: //depot/perl@1847

25 years agodoc update for crypt()'s salt
Roderick Schertler [Thu, 10 Sep 1998 00:32:17 +0000 (20:32 -0400)]
doc update for crypt()'s salt

Message-ID: <21142.905401937@eeyore.ibcinc.com>

p4raw-id: //depot/perl@1846

25 years agofix h2ph handling of C<#error "foo">
SAKAI Kiyotaka [Thu, 10 Sep 1998 09:59:33 +0000 (18:59 +0900)]
fix h2ph handling of C<#error "foo">
Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
Subject: [5.005_02] h2ph problem

p4raw-id: //depot/perl@1845

25 years agoplug strictly private function leaks in API listing
Gurusamy Sarathy [Wed, 23 Sep 1998 10:06:13 +0000 (10:06 +0000)]
plug strictly private function leaks in API listing

p4raw-id: //depot/perl@1844

25 years agohide symbol for static build
Dominic Dunlop [Tue, 8 Sep 1998 21:40:46 +0000 (21:40 +0000)]
hide symbol for static build
Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]

p4raw-id: //depot/perl@1843

25 years agodefine PUT_svindex(), PUT_opindex()
Gurusamy Sarathy [Wed, 23 Sep 1998 09:52:46 +0000 (09:52 +0000)]
define PUT_svindex(), PUT_opindex()

p4raw-id: //depot/perl@1842

25 years agoEliminate pragma/warn-regexec test dependence on REG_INFTY value
Dominic Dunlop [Tue, 8 Sep 1998 15:34:53 +0000 (15:34 +0000)]
Eliminate pragma/warn-regexec test dependence on REG_INFTY value

Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>

p4raw-id: //depot/perl@1841

25 years agopl2bat tweak from Tye McQueen <tye@metronet.com>
Gurusamy Sarathy [Wed, 23 Sep 1998 09:42:17 +0000 (09:42 +0000)]
pl2bat tweak from Tye McQueen <tye@metronet.com>

p4raw-id: //depot/perl@1840

25 years agoThread::cond_wait bug in 5.005.51 causes deadlock
Drago Goricanec [Mon, 7 Sep 1998 17:36:09 +0000 (02:36 +0900)]
Thread::cond_wait bug in 5.005.51 causes deadlock

Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>

p4raw-id: //depot/perl@1839

25 years agoRE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
Green, Paul [Thu, 10 Sep 1998 00:02:07 +0000 (20:02 -0400)]
RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port

Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>

p4raw-id: //depot/perl@1838