25 years agodisallow 'x' in hex numbers (except leading '0x')
Gisle Aas [Fri, 16 Oct 1998 16:33:12 +0000]
disallow 'x' in hex numbers (except leading '0x')
Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit

p4raw-id: //depot/perl@2054

25 years agoavoid the circular refcnt logic in magic_mutexfree()
Gurusamy Sarathy [Sun, 25 Oct 1998 04:49:04 +0000]
avoid the circular refcnt logic in magic_mutexfree()

p4raw-id: //depot/perl@2052

25 years agoproperly restore PL_rsfp_filters after require
Gurusamy Sarathy [Sun, 25 Oct 1998 04:35:07 +0000]
properly restore PL_rsfp_filters after require

p4raw-id: //depot/perl@2051

25 years agointegrate cfgperl changes back into mainline
Gurusamy Sarathy [Sun, 25 Oct 1998 02:42:32 +0000]
integrate cfgperl changes back into mainline

p4raw-id: //depot/perl@2050

25 years agoavoid "mysterious" compile-time failures without messages
Gurusamy Sarathy [Sun, 25 Oct 1998 01:30:48 +0000]
avoid "mysterious" compile-time failures without messages

p4raw-id: //depot/perl@2049

25 years agochr(0xFFFFFFFF) didn't translate to utf8 character
Larry Wall [Fri, 23 Oct 1998 19:31:42 +0000]
chr(0xFFFFFFFF) didn't translate to utf8 character

p4raw-id: //depot/perl@2040

25 years agotr///d does not seem to work
Larry Wall [Fri, 23 Oct 1998 18:48:34 +0000]
tr///d does not seem to work

p4raw-id: //depot/perl@2039

25 years agoProgram with utf8 identifiers fails to compile
Larry Wall [Fri, 23 Oct 1998 18:00:41 +0000]
Program with utf8 identifiers fails to compile

p4raw-id: //depot/perl@2038

25 years agoTest suite portability:
Jarkko Hietaniemi [Fri, 23 Oct 1998 14:04:51 +0000]
Test suite portability:
- posix-bc does not write to broken pipes
- filehand #11 only iff we have fork
- warning.t can now match $expected using regular expressions

p4raw-id: //depot/cfgperl@2037

25 years agoyacc clarification.
Jarkko Hietaniemi [Fri, 23 Oct 1998 12:12:07 +0000]
yacc clarification.

p4raw-id: //depot/cfgperl@2036

25 years agoSome C compilers get upset about 8-bit characters in /* comments. */
Jarkko Hietaniemi [Fri, 23 Oct 1998 12:09:59 +0000]
Some C compilers get upset about 8-bit characters in /* comments. */

p4raw-id: //depot/cfgperl@2035

25 years agoConfigure update: both for pthread_yield more robust
Jarkko Hietaniemi [Thu, 22 Oct 1998 09:11:52 +0000]
Configure update: both for pthread_yield more robust
testing (all variants of pthread_attr_getdetachstate()) --
and because Configure was broken in major way! About 1000
last lines were truncated.

p4raw-id: //depot/cfgperl@2034

25 years agoDJGPP feedback for #2028.
Jarkko Hietaniemi [Thu, 22 Oct 1998 07:47:10 +0000]
DJGPP feedback for #2028.

p4raw-id: //depot/cfgperl@2033

25 years agoyielding, the saga continues.
Jarkko Hietaniemi [Wed, 21 Oct 1998 13:03:57 +0000]
yielding, the saga continues.

p4raw-id: //depot/cfgperl@2032

25 years agoVM/ESA feedback for #2028.
Jarkko Hietaniemi [Wed, 21 Oct 1998 09:15:42 +0000]
VM/ESA feedback for #2028.

p4raw-id: //depot/cfgperl@2031

25 years agofix handling of mayhaps-extended @_ in goto &sub
Gurusamy Sarathy [Wed, 21 Oct 1998 04:22:53 +0000]
fix handling of mayhaps-extended @_ in goto &sub

p4raw-id: //depot/perl@2030

25 years agorestore sanity to "constant" references
Gurusamy Sarathy [Wed, 21 Oct 1998 00:54:14 +0000]
restore sanity to "constant" references

p4raw-id: //depot/perl@2029

25 years agoOLD_PTHREADS_API reorganizing.
Jarkko Hietaniemi [Tue, 20 Oct 1998 15:01:20 +0000]
OLD_PTHREADS_API reorganizing.

p4raw-id: //depot/cfgperl@2028

25 years ago#2026 fallout.
Jarkko Hietaniemi [Tue, 20 Oct 1998 14:14:51 +0000]
#2026 fallout.

p4raw-id: //depot/cfgperl@2027

25 years agoVM/ESA update.
Jarkko Hietaniemi [Tue, 20 Oct 1998 11:47:21 +0000]
VM/ESA update.

p4raw-id: //depot/cfgperl@2026

25 years ago64-bitness, based on
Scott Henry [Mon, 19 Oct 1998 22:38:06 +0000]
64-bitness, based on
To: perl-64bit@perl.org
Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
Subject: Re: Configure problems/questions...

p4raw-id: //depot/cfgperl@2025

25 years agoAdd lseeksize.
Jarkko Hietaniemi [Tue, 20 Oct 1998 08:09:07 +0000]
Add lseeksize.

p4raw-id: //depot/cfgperl@2024

25 years agoMumble about _yields() only when threaded.
Jarkko Hietaniemi [Tue, 20 Oct 1998 08:08:33 +0000]
Mumble about _yields() only when threaded.

p4raw-id: //depot/cfgperl@2023

25 years agoThinko at PTHREADS_CREATED_JOINABLE.
Jarkko Hietaniemi [Tue, 20 Oct 1998 07:46:26 +0000]
Thinko at PTHREADS_CREATED_JOINABLE.

p4raw-id: //depot/cfgperl@2022

25 years agoYIELD more robustly.
Jarkko Hietaniemi [Mon, 19 Oct 1998 09:15:53 +0000]
YIELD more robustly.

p4raw-id: //depot/cfgperl@2020

25 years agoVM/ESA (and OS390) are in between of OLD_PTHREADS_API and
Jarkko Hietaniemi [Mon, 19 Oct 1998 08:48:33 +0000]
VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
the 'new' one (just like DJGPP, it seems).

p4raw-id: //depot/cfgperl@2019

25 years agovmesaish.h doesn't exclude unixish.h.
Jarkko Hietaniemi [Mon, 19 Oct 1998 07:02:44 +0000]
vmesaish.h doesn't exclude unixish.h.

p4raw-id: //depot/cfgperl@2018

25 years ago1<<$randbits is not good for randbits=48.
Jarkko Hietaniemi [Mon, 19 Oct 1998 06:44:19 +0000]
1<<$randbits is not good for randbits=48.

p4raw-id: //depot/cfgperl@2017

25 years agoMake #2012 glob pattern more portable.
Jarkko Hietaniemi [Mon, 19 Oct 1998 06:39:47 +0000]
Make #2012 glob pattern more portable.

p4raw-id: //depot/cfgperl@2016

25 years agoclean numbered core dumps and t/tmp[0-9]*.
Jarkko Hietaniemi [Sat, 17 Oct 1998 15:04:23 +0000]
clean numbered core dumps and t/tmp[0-9]*.

p4raw-id: //depot/cfgperl@2012

25 years agoMore robust yacc/bison failure output handling.
Jarkko Hietaniemi [Sat, 17 Oct 1998 14:59:15 +0000]
More robust yacc/bison failure output handling.

p4raw-id: //depot/cfgperl@2011

25 years agoBC2000 POSIX update.
Jarkko Hietaniemi [Sat, 17 Oct 1998 14:51:05 +0000]
BC2000 POSIX update.

p4raw-id: //depot/cfgperl@2010

25 years agoPOSIX BC2000 port from perl-mvs:
Thomas Dorner [Tue, 29 Sep 1998 13:29:36 +0000]
POSIX BC2000 port from perl-mvs:

Subject: Ported perl 5.005.02 to BS2000 / POSIX
Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de>

p4raw-id: //depot/cfgperl@2009

25 years agoVM/ESA-update.
Jarkko Hietaniemi [Sat, 17 Oct 1998 14:07:49 +0000]
VM/ESA-update.

p4raw-id: //depot/cfgperl@2008

25 years agoForgot few S_I* imports.
Jarkko Hietaniemi [Sat, 17 Oct 1998 13:55:34 +0000]
Forgot few S_I* imports.

p4raw-id: //depot/cfgperl@2007

25 years agoThe VM/ESA port essentials, based on
Jarkko Hietaniemi [Sat, 17 Oct 1998 13:43:54 +0000]
The VM/ESA port essentials, based on

perl-mvs:

From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
Subject: Re: Can't find Data/Dumper.pm
Date: Mon, 28 Sep 1998 07:40:49 +1300
Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>

private email:

From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
Subject: Re: Perl thread problems in VM/ESA
Date: Thu, 15 Oct 1998 07:18:35 +1300
Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>

and private email:

From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
Subject:  perl archive
Date:  Sun, 11 Oct 1998 19:28:54 EDT
Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
which gave a pointer to

http://pucc.princeton.edu/~neale/perl.tar

(based on Perl 5.005_51)

p4raw-id: //depot/cfgperl@2006

25 years agoIntegrate mainperl.
Jarkko Hietaniemi [Sat, 17 Oct 1998 13:17:19 +0000]
Integrate mainperl.

p4raw-id: //depot/cfgperl@2005

25 years agoRemoved an extra ' from the int64_t test.
Jarkko Hietaniemi [Sat, 17 Oct 1998 11:19:06 +0000]
Removed an extra ' from the int64_t test.

p4raw-id: //depot/cfgperl@2004

25 years agosilence -w noises (suggested by Greg Bacon)
Gurusamy Sarathy [Sat, 17 Oct 1998 04:11:40 +0000]
silence -w noises (suggested by Greg Bacon)

p4raw-id: //depot/perl@2003

25 years agoRe: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
Gisle Aas [Wed, 14 Oct 1998 15:53:14 +0000]
Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]

Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2002

25 years agoCore dump from "Missing right brace on \x{}"
Gisle Aas [Wed, 14 Oct 1998 15:17:44 +0000]
Core dump from "Missing right brace on \x{}"

Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2001

25 years agoutf8 substr can access memory outside PVX buffer
Gisle Aas [Wed, 14 Oct 1998 00:38:06 +0000]
utf8 substr can access memory outside PVX buffer

Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>

p4raw-id: //depot/perl@2000

25 years agoDoc patch to VMS::Stdio module
Hans Mulder [Tue, 13 Oct 1998 15:10:57 +0000]
Doc patch to VMS::Stdio module

Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>

p4raw-id: //depot/perl@1999

25 years agoskip readonly vars and unref references when doing a reset()
Gurusamy Sarathy [Sat, 17 Oct 1998 03:00:40 +0000]
skip readonly vars and unref references when doing a reset()

p4raw-id: //depot/perl@1998

25 years agofix buggy treatment of large checksums on unicode strings
Gisle Aas [Tue, 13 Oct 1998 21:35:39 +0000]
fix buggy treatment of large checksums on unicode strings
Message-ID: <m31zocp850.fsf@furu.g.aas.no>
Subject: unpack("%48U*",...)  [PATCH 5.005_52]

p4raw-id: //depot/perl@1997

25 years agoMemory overrun in os2.c
Ilya Zakharevich [Tue, 13 Oct 1998 04:46:00 +0000]
Memory overrun in os2.c

Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1996

25 years agoclarify section name rules for typemaps
Gurusamy Sarathy [Sat, 17 Oct 1998 02:42:01 +0000]
clarify section name rules for typemaps

p4raw-id: //depot/perl@1995

25 years agowhitespace-proof grent.t
Gurusamy Sarathy [Sat, 17 Oct 1998 02:33:02 +0000]
whitespace-proof grent.t

p4raw-id: //depot/perl@1994

25 years agofix bug in B::CC::pp_sassign()
Vishal Bhatia [Sun, 11 Oct 1998 18:41:38 +0000]
fix bug in B::CC::pp_sassign()
Message-ID: <19981012014139.19614.qmail@hotmail.com>
Subject: B::CC problems with pp_sassign routine

p4raw-id: //depot/perl@1993

25 years agoapplied suggested patch with small doc tweak
Gisle Aas [Sun, 11 Oct 1998 12:53:13 +0000]
applied suggested patch with small doc tweak
Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument

p4raw-id: //depot/perl@1992

25 years agoapply non-conflicting parts from suggested patch
Jan Dubois [Sat, 10 Oct 1998 13:15:45 +0000]
apply non-conflicting parts from suggested patch
Message-ID: <36223ed7.18279374@smtp1.ibm.net>
Subject: [PATCH 5.005_52] Still more MakeMaker  patches

p4raw-id: //depot/perl@1991

25 years agoprovide option to enable optimization with VC (suggested by Jan
Gurusamy Sarathy [Sat, 17 Oct 1998 02:01:24 +0000]
provide option to enable optimization with VC (suggested by Jan
Dubois)

p4raw-id: //depot/perl@1990

25 years agoRhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
Gurusamy Sarathy [Sat, 17 Oct 1998 01:55:27 +0000]
Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
Dave Leppik <dleppik@gage.com>

p4raw-id: //depot/perl@1989

25 years agostray typo found by Hugo van der Sanden
Gurusamy Sarathy [Sat, 17 Oct 1998 01:49:05 +0000]
stray typo found by Hugo van der Sanden

p4raw-id: //depot/perl@1988

25 years agoperldoc pod update
Daniel Grisinger [Tue, 6 Oct 1998 23:56:51 +0000]
perldoc pod update
Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
Subject: [PATCH _02 and _52] perldoc

p4raw-id: //depot/perl@1987

25 years agoqualify names of builtins
Gurusamy Sarathy [Sat, 17 Oct 1998 01:41:40 +0000]
qualify names of builtins

p4raw-id: //depot/perl@1986

25 years agointegrate cfgperl mods into mainline
Gurusamy Sarathy [Fri, 16 Oct 1998 01:58:58 +0000]
integrate cfgperl mods into mainline

p4raw-id: //depot/perl@1978

25 years agostray tweak
Gurusamy Sarathy [Fri, 16 Oct 1998 00:10:52 +0000]
stray tweak

p4raw-id: //depot/perl@1976

25 years agopropagate typeness of lexicals while cloning them
Gurusamy Sarathy [Thu, 15 Oct 1998 23:54:38 +0000]
propagate typeness of lexicals while cloning them

p4raw-id: //depot/perl@1975

25 years agos/last/first/ typo in append_list()
Gurusamy Sarathy [Thu, 15 Oct 1998 23:53:25 +0000]
s/last/first/ typo in append_list()

p4raw-id: //depot/perl@1974

25 years agoTest #162 had been added but the "print 1..161" had not been updated.
Jarkko Hietaniemi [Thu, 15 Oct 1998 07:07:35 +0000]
Test #162 had been added but the "print 1..161" had not been updated.

p4raw-id: //depot/cfgperl@1972

25 years agocheck in all confperl changes as of change#1964 into cfgperl
Gurusamy Sarathy [Thu, 15 Oct 1998 03:09:58 +0000]
check in all confperl changes as of change#1964 into cfgperl

p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b

p4raw-id: //depot/cfgperl@1971

25 years agointegrate mainline to get tr.t
Gurusamy Sarathy [Thu, 15 Oct 1998 03:05:59 +0000]
integrate mainline to get tr.t

p4raw-id: //depot/cfgperl@1970

25 years agoadd missing tr.t to repository
Gurusamy Sarathy [Thu, 15 Oct 1998 03:04:17 +0000]
add missing tr.t to repository

p4raw-id: //depot/perl@1969

25 years agocreate cfgperl branch
Gurusamy Sarathy [Thu, 15 Oct 1998 03:02:43 +0000]
create cfgperl branch

p4raw-id: //depot/cfgperl@1968

25 years agocorrect bugs exposed in MM_Unix.pm by commenting out Selfloader
Gurusamy Sarathy [Thu, 15 Oct 1998 02:46:08 +0000]
correct bugs exposed in MM_Unix.pm by commenting out Selfloader
(MAN3PODS cannot be set to ' '; stray stricture violation)

p4raw-id: //depot/perl@1967

25 years agotweak to make fix in change#1944 behave correctly for closures
Gurusamy Sarathy [Thu, 15 Oct 1998 02:19:03 +0000]
tweak to make fix in change#1944 behave correctly for closures
created within eval''

p4raw-link: @1944 on //depot/perl: 6b35e00972a13cc3d5e641e82fd498a9d9f6a324

p4raw-id: //depot/perl@1966

25 years agouse better numbers for exitstatus test
Gurusamy Sarathy [Wed, 14 Oct 1998 23:22:41 +0000]
use better numbers for exitstatus test

p4raw-id: //depot/perl@1965

25 years agotwo typos
Gurusamy Sarathy [Wed, 14 Oct 1998 05:38:01 +0000]
two typos

p4raw-id: //depot/perl@1948

25 years agolet docatch() pass the buck when restartop turns out to be null,
Gurusamy Sarathy [Wed, 14 Oct 1998 05:37:10 +0000]
let docatch() pass the buck when restartop turns out to be null,
making exceptions in BEGIN{} propagate as expected

p4raw-id: //depot/perl@1947

25 years agoadd missing file from change#1943
Gurusamy Sarathy [Tue, 13 Oct 1998 03:41:49 +0000]
add missing file from change#1943

p4raw-link: @1943 on //depot/perl: 155fc61f8f24f48a8180aab9a504f33842272586

p4raw-id: //depot/perl@1946

25 years agodefer "deep recursion" warnings until CXt_SUB context is properly
Gurusamy Sarathy [Tue, 13 Oct 1998 03:32:02 +0000]
defer "deep recursion" warnings until CXt_SUB context is properly
set up

p4raw-id: //depot/perl@1945

25 years agochange#1614 merely disabled earlier fix (doh!); undo it and properly
Gurusamy Sarathy [Tue, 13 Oct 1998 03:15:50 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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