25 years agoformat "..." bug
Unknown Ricoh Contributor II [Tue, 24 Nov 1998 10:37:45 +0000]
format "..." bug

Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>

p4raw-id: //depot/perl@2323

25 years agoadd ext/Devel/Peek
Jan Dubois [Mon, 23 Nov 1998 00:48:11 +0000]
add ext/Devel/Peek
Message-ID: <36589ec9.49964585@smtp1.ibm.net>
Subject: [PATCH 5.005_53] Devel::Peek integration

p4raw-id: //depot/perl@2322

25 years agoensure 'make regen_headers' even without perl installed
Gurusamy Sarathy [Fri, 27 Nov 1998 13:03:08 +0000]
ensure 'make regen_headers' even without perl installed
(suggested by Ilya Zakharevich)

p4raw-id: //depot/perl@2321

25 years agoCosmetic malloc patch
Ilya Zakharevich [Mon, 9 Nov 1998 19:03:25 +0000]
Cosmetic malloc patch

Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2320

25 years agoeliminate dup hunk from integration
Gurusamy Sarathy [Fri, 27 Nov 1998 12:56:13 +0000]
eliminate dup hunk from integration

p4raw-id: //depot/perl@2319

25 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Fri, 27 Nov 1998 12:50:08 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@2318

25 years agoC<-x>.
Jarkko Hietaniemi [Fri, 27 Nov 1998 11:38:13 +0000]
C<-x>.

p4raw-id: //depot/cfgperl@2317

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Fri, 27 Nov 1998 11:10:22 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2316

25 years agofix PL_defoutgv leak under threads
Gurusamy Sarathy [Thu, 26 Nov 1998 10:16:54 +0000]
fix PL_defoutgv leak under threads

p4raw-id: //depot/perl@2301

25 years agoproperly free temporaries created by threads
Gurusamy Sarathy [Thu, 26 Nov 1998 09:04:44 +0000]
properly free temporaries created by threads

p4raw-id: //depot/perl@2300

25 years agofix C<if (...) { package Foo; ... }> misoptimization that fails
Gurusamy Sarathy [Thu, 26 Nov 1998 06:51:16 +0000]
fix C<if (...) { package Foo; ... }> misoptimization that fails
to set the package for the block properly

p4raw-id: //depot/perl@2299

25 years agoPart-1 of tweaks to allow Tk to be "compiled"
Nick Ing-Simmons [Tue, 24 Nov 1998 22:04:20 +0000]
Part-1 of tweaks to allow Tk to be "compiled"
Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
(May also need attention to exports etc. - to follow.)

p4raw-id: //depot/perl@2298

25 years agoThe new socket tests need in some platforms
Jarkko Hietaniemi [Mon, 23 Nov 1998 10:44:26 +0000]
The new socket tests need in some platforms
to #include <sys/types.h>.

p4raw-id: //depot/cfgperl@2294

25 years agoRe: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
Gerben Wierda [Mon, 23 Nov 1998 10:07:04 +0000]
Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)

To: Jarkko Hietaniemi <jhi@cc.hut.fi>
Message-Id: <9811230907.AA06484@AWT.nl>

NeXTstep NetInfo uses nidump to get the user/group databases.

p4raw-id: //depot/cfgperl@2293

25 years agoChange#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
Jarkko Hietaniemi [Sun, 22 Nov 1998 19:08:42 +0000]
Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.

p4raw-id: //depot/cfgperl@2286

25 years agoMSG_PROXY for GNU/Hurd (previously we believed that
Jarkko Hietaniemi [Sun, 22 Nov 1998 18:21:07 +0000]
MSG_PROXY for GNU/Hurd (previously we believed that
all GNU libc platforms have MSG_PROXY.  Untrue).
In fact this ended up as a major MSG_* and SCM_*
update.  The MSG_XXX known to be enums in some
versions of the glibc are now probed for and respective
HAS_MSG_XXX are defined.  While I was at it I noticed
SCM_RIGHTS being similarly an enum.  This reminded me of
an ancient discussion in perl5-porters:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
The BSD socket interface has a nifty feature for passing
file descriptors and credentials--via sockets.  It may be
too late to add this functionality to the CORE but
at least Configure now probes for the functions,
structs, and includes, defining the appropriate
HAS_YYY and I_ZZZ, and the Socket extension exports
the constants, in case somebody wants to write an
extension for this interface.

p4raw-id: //depot/cfgperl@2285

25 years agoperlhist.pod 1.54, containing 5_53.
Jarkko Hietaniemi [Sun, 22 Nov 1998 18:13:21 +0000]
perlhist.pod 1.54, containing 5_53.

p4raw-id: //depot/cfgperl@2284

25 years agoFix thinko.
Jarkko Hietaniemi [Sun, 22 Nov 1998 14:44:11 +0000]
Fix thinko.

p4raw-id: //depot/cfgperl@2268

25 years agoDocument the d_socket override.
Jarkko Hietaniemi [Sun, 22 Nov 1998 13:19:41 +0000]
Document the d_socket override.

p4raw-id: //depot/cfgperl@2267

25 years agoperlfaq typos
John Tobey [Sun, 22 Nov 1998 04:25:15 +0000]
perlfaq typos
To: perl5-porters@perl.com
Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>

p4raw-id: //depot/cfgperl@2266

25 years agoDB_File 1.61 patch for 5.005_53 & 5.005_02
Paul Marquess [Fri, 20 Nov 1998 12:20:41 +0000]
DB_File 1.61 patch for 5.005_53 & 5.005_02
Newsgroups: hut.lists.perl5-porters
To: gsar@engin.umich.edu (Gurusamy Sarathy)
Cc: perl5-porters@perl.org (Perl5 Porters)

p4raw-id: //depot/cfgperl@2265

25 years agoNeXTstep /etc/group and /etc/passwd are used only at boot time,
Gerben Wierda [Fri, 20 Nov 1998 18:39:06 +0000]
NeXTstep /etc/group and /etc/passwd are used only at boot time,
Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
To: perlbug@perl.com
Lines: 47
Message-ID: <MLIST_9811201533.AA22148@AWT.nl>

p4raw-id: //depot/cfgperl@2264

25 years agoPermission testing is tricky when we have too much power.
Gerben Wierda [Fri, 20 Nov 1998 18:39:06 +0000]
Permission testing is tricky when we have too much power.
Problem reported in
Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
To: perlbug@perl.com
Message-ID: <MLIST_9811201533.AA22148@AWT.nl>

p4raw-id: //depot/cfgperl@2263

25 years agofix broken CAPI generation
Gurusamy Sarathy [Sun, 22 Nov 1998 11:37:02 +0000]
fix broken CAPI generation

p4raw-id: //depot/perl@2262

25 years ago-x should be C<-x>, reported by Gerben Wierda.
Jarkko Hietaniemi [Sun, 22 Nov 1998 11:17:00 +0000]
-x should be C<-x>, reported by Gerben Wierda.

p4raw-id: //depot/cfgperl@2261

25 years agophase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
Gurusamy Sarathy [Sun, 22 Nov 1998 11:12:02 +0000]
phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration

p4raw-id: //depot/perl@2260

25 years agoRe: [PATCH] Re: pod2man bug in date generated line
Kurt D. Starsinic [Fri, 20 Nov 1998 21:30:17 +0000]
Re: [PATCH] Re: pod2man bug in date generated line
To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
Cc: perlbug@perl.com
Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>

p4raw-id: //depot/cfgperl@2259

25 years agoBenchmark.pm suggestion
Thomas Bowditch [Fri, 20 Nov 1998 17:43:46 +0000]
Benchmark.pm suggestion
To: jhi@iki.fi, Tim.Bunce@ig.co.uk
Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>

Added timesum().

p4raw-id: //depot/cfgperl@2256

25 years agoanother win32 portability fix: make sysread() and syswrite()
Gurusamy Sarathy [Sat, 21 Nov 1998 08:45:06 +0000]
another win32 portability fix: make sysread() and syswrite()
work on sockets

p4raw-id: //depot/perl@2255

25 years agowin32_recvfrom() compatibility fix
Gurusamy Sarathy [Sat, 21 Nov 1998 07:49:06 +0000]
win32_recvfrom() compatibility fix

p4raw-id: //depot/perl@2254

25 years agoMPE/iX Perl 5.005_02 oops
Mark Bixby [Thu, 19 Nov 1998 17:10:45 +0000]
MPE/iX Perl 5.005_02 oops

To: jhi@iki.fi
Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>

p4raw-id: //depot/cfgperl@2253

25 years agomess_sv tweak for change#2249
Gurusamy Sarathy [Thu, 19 Nov 1998 17:38:03 +0000]
mess_sv tweak for change#2249

p4raw-link: @2249 on //depot/perl: e72dc28c8f6f33daa2b69b80b6322e338e999561

p4raw-id: //depot/perl@2252

25 years agoDisplay use64bits and usemultiplicity but only if necessary.
Jarkko Hietaniemi [Wed, 18 Nov 1998 12:32:19 +0000]
Display use64bits and usemultiplicity but only if necessary.

p4raw-id: //depot/cfgperl@2251

25 years agopp.c uses 'unsigned Quad_t'
Horst von Brand [Sun, 15 Nov 1998 20:57:05 +0000]
pp.c uses 'unsigned Quad_t'
To: perlbug@perl.com
Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>

p4raw-id: //depot/cfgperl@2250

25 years agouse PL_mess_sv only during global destruction (fixes problems with
Gurusamy Sarathy [Wed, 18 Nov 1998 05:43:11 +0000]
use PL_mess_sv only during global destruction (fixes problems with
overlapping invocations of form()/warn()/die()/croak() trampling on
each other's messages)

p4raw-id: //depot/perl@2249

25 years agotweak change#2245 to skip previous message if any
Gurusamy Sarathy [Wed, 18 Nov 1998 05:39:36 +0000]
tweak change#2245 to skip previous message if any

p4raw-link: @2245 on //depot/perl: a99e4ac224ca891463a7704e48b83906ece3bb7c

p4raw-id: //depot/perl@2248

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Tue, 17 Nov 1998 11:46:56 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2247

25 years agoallow C<sort $coderef @foo>
Gurusamy Sarathy [Tue, 17 Nov 1998 09:41:10 +0000]
allow C<sort $coderef @foo>

p4raw-id: //depot/perl@2246

25 years agopropagate failures in DESTROY() as (optional) warnings
Gurusamy Sarathy [Tue, 17 Nov 1998 08:28:26 +0000]
propagate failures in DESTROY() as (optional) warnings

p4raw-id: //depot/perl@2245

25 years agoensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
Gurusamy Sarathy [Tue, 17 Nov 1998 07:43:08 +0000]
ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY

p4raw-id: //depot/perl@2244

25 years agosort WARN_FOO symbols to avoid hash traversal order dependency
Gurusamy Sarathy [Tue, 17 Nov 1998 07:40:09 +0000]
sort WARN_FOO symbols to avoid hash traversal order dependency

p4raw-id: //depot/perl@2243

25 years agofix skipspace() to properly account for newlines in eval''-ed
Gurusamy Sarathy [Tue, 17 Nov 1998 06:32:39 +0000]
fix skipspace() to properly account for newlines in eval''-ed
strings (caused bogus line numbers in diagnostics and debugger)

p4raw-id: //depot/perl@2242

25 years agos/Perl_utf8skip/PL_utf8skip/g
Gurusamy Sarathy [Tue, 17 Nov 1998 03:48:12 +0000]
s/Perl_utf8skip/PL_utf8skip/g

p4raw-id: //depot/perl@2241

25 years agorework op/groups.t
Gurusamy Sarathy [Sat, 14 Nov 1998 06:09:06 +0000]
rework op/groups.t

p4raw-id: //depot/perl@2240

25 years agocatch a neophyte trap: open(<FH>), close(<FH>) etc.
Gurusamy Sarathy [Sat, 14 Nov 1998 00:17:05 +0000]
catch a neophyte trap: open(<FH>), close(<FH>) etc.

p4raw-id: //depot/perl@2235

25 years agoupdate Changes
Gurusamy Sarathy [Sat, 14 Nov 1998 00:14:02 +0000]
update Changes

p4raw-id: //depot/perl@2234

25 years agodoc tweak
Gurusamy Sarathy [Fri, 13 Nov 1998 09:43:03 +0000]
doc tweak

p4raw-id: //depot/perl@2233

25 years agoAllow hints file override for d_socket
Jarkko Hietaniemi [Thu, 12 Nov 1998 17:07:45 +0000]
Allow hints file override for d_socket
(based on Sequent-induced change #2229).

p4raw-link: @2229 on //depot/cfgperl: 7e41cbf587d3939982dff81b53af233a1ae2406d

p4raw-id: //depot/cfgperl@2230

25 years agoRe: Making Perl work on DYNIX/ptx
Martin J. Bligh [Tue, 10 Nov 1998 16:24:26 +0000]
Re: Making Perl work on DYNIX/ptx

To: jhi@iki.fi
cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>

p4raw-id: //depot/cfgperl@2229

25 years agoRe: Making Perl work on DYNIX/ptx
Martin J. Bligh [Tue, 10 Nov 1998 18:01:10 +0000]
Re: Making Perl work on DYNIX/ptx

Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
To: jhi@iki.fi
cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu

p4raw-id: //depot/cfgperl@2228

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Thu, 12 Nov 1998 11:17:42 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2227

25 years agoprovide -DPERL_POLLUTE
Gurusamy Sarathy [Wed, 11 Nov 1998 21:05:42 +0000]
provide -DPERL_POLLUTE

p4raw-id: //depot/perl@2226

25 years agoRe: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
Hans Mulder [Sun, 8 Nov 1998 22:20:23 +0000]
Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1

To: Ilya Zakharevich <ilya@math.ohio-state.edu>
Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
        perl5-porters@perl.org
(UNINSTALLED)
Message-Id: <9811082119.AA11802@icgned.icgroup.nl>

p4raw-id: //depot/cfgperl@2225

25 years agoavoid endless loops in Text::Wrap (from a suggestion by Lupe
Gurusamy Sarathy [Mon, 9 Nov 1998 03:13:14 +0000]
avoid endless loops in Text::Wrap (from a suggestion by Lupe
Christoph <lupe@alanya.m.isar.de>)

p4raw-id: //depot/perl@2224

25 years agofix misplaced brace in s2p (as suggested by Lionel Fourquaux
Gurusamy Sarathy [Mon, 9 Nov 1998 02:09:06 +0000]
fix misplaced brace in s2p (as suggested by Lionel Fourquaux
<lionel.fourquaux@wanadoo.fr>)

p4raw-id: //depot/perl@2223

25 years agopatches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
Gurusamy Sarathy [Mon, 9 Nov 1998 01:56:24 +0000]
patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
Date: Wed, 04 Nov 1998 12:19:44 +0000
Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
Subject: [PATCH] Re: [5.005_53] read overflow?
--
Date: Wed, 04 Nov 1998 13:15:18 +0000
Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
Subject: [PATCH 5.005_53] perl -V fix

p4raw-id: //depot/perl@2222

25 years agoPL_block_type undefined unless DEBUGGING
Jan Dubois [Sun, 1 Nov 1998 00:05:01 +0000]
PL_block_type undefined unless DEBUGGING

Message-ID: <364294bd.18052307@smtp1.ibm.net>

p4raw-id: //depot/perl@2221

25 years agointegrate changes#2120,2168,2218 from maint-5.005;
Gurusamy Sarathy [Sun, 8 Nov 1998 21:13:07 +0000]
integrate changes#2120,2168,2218 from maint-5.005;
add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
enum; make regen_headers

p4raw-link: @2218 on //depot/maint-5.005/perl: eadd311f94dcb5fe096743b61371bd2d48466304
p4raw-link: @2168 on //depot/maint-5.005/perl: fb1d2f1891787fe7d6df85205b85f0528294ffa8
p4raw-link: @2120 on //depot/maint-5.005/perl: f9caadc6ad025d4bf993ab5b737b9a99347a59e3

p4raw-id: //depot/perl@2220

25 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Sun, 8 Nov 1998 19:42:57 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@2219

25 years agoset close-on-exec bit on pipe() FDs
Gurusamy Sarathy [Sun, 8 Nov 1998 02:52:52 +0000]
set close-on-exec bit on pipe() FDs

p4raw-id: //depot/perl@2215

25 years agotypo in newHVhv()
Gurusamy Sarathy [Sun, 8 Nov 1998 02:27:57 +0000]
typo in newHVhv()

p4raw-id: //depot/perl@2214

25 years agoFinalize the Mach CThreads support.
Hans Mulder [Sat, 7 Nov 1998 22:06:20 +0000]
Finalize the Mach CThreads support.
To: Gurusamy Sarathy <gsar@engin.umich.edu>
Cc: jhi@iki.fi, perl5-porters@perl.org
Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
Message-Id: <9811072105.AA07794@icgned.icgroup.nl>

p4raw-id: //depot/cfgperl@2211

25 years agofix AvREALISH bogusness
Gurusamy Sarathy [Fri, 6 Nov 1998 20:36:50 +0000]
fix AvREALISH bogusness

p4raw-id: //depot/perl@2210

25 years agoRenamed malloc.c ASSERT() macro to P_ASSERT() because
Jarkko Hietaniemi [Fri, 6 Nov 1998 08:05:31 +0000]
Renamed malloc.c ASSERT() macro to P_ASSERT() because
ASSERT() causes problems in {NeXTStep,OpenStep}.

From: Hans Mulder <hansm@icgroup.nl>
To: Jarkko Hietaniemi <jhi@cc.hut.fi>
Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
Date: Fri,  6 Nov 98 01:27:41 +0100
Message-Id: <9811060025.AA27389@icgned.icgroup.nl>

and

From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Subject: Re: ASSERT() in malloc.c
To: jhi@iki.fi
Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@2209

25 years agoMach CThreads needs #include <mach/cthreads.h>.
Jarkko Hietaniemi [Fri, 6 Nov 1998 07:55:38 +0000]
Mach CThreads needs #include <mach/cthreads.h>.

p4raw-id: //depot/cfgperl@2208

25 years agoPERL_BADLANG wrongly documented.
Jarkko Hietaniemi [Thu, 5 Nov 1998 14:54:52 +0000]
PERL_BADLANG wrongly documented.

From: ts <decoux@moulon.inra.fr>
To: jhi@cc.hut.fi
Subject: Re: Locale warning messages
Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
Message-Id: <199811051334.OAA24863@moulon.inra.fr>

and

From: Ilya Zakharevich <ilya@math.ohio-state.edu>
Subject: Re: PERL_BADLANG
To: jhi@iki.fi
Subject: Re: PERL_BADLANG
Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@2206

25 years agoDocument all the control flow keywords in perlfunc
Jarkko Hietaniemi [Thu, 5 Nov 1998 14:24:33 +0000]
Document all the control flow keywords in perlfunc
so that "perlfunc -f while" works.

p4raw-id: //depot/cfgperl@2205

25 years agoConfigure update. Remove last trace of PTHREADS_CREATED_JOINABLE
Jarkko Hietaniemi [Thu, 5 Nov 1998 12:46:02 +0000]
Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
(from vos/config.h).  Update Porting/{Glossary,config*}.

p4raw-id: //depot/cfgperl@2204

25 years agoVM/ESA and VMS sig_num_init (change#2101) catchup.
Jarkko Hietaniemi [Thu, 5 Nov 1998 08:34:39 +0000]
VM/ESA and VMS sig_num_init (change#2101) catchup.

p4raw-link: @2101 on //depot/cfgperl: 824a2ba35a8a435c7dda7b79d43bec16c40e4bd9

p4raw-id: //depot/cfgperl@2203

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Thu, 5 Nov 1998 08:03:20 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2202

25 years agoanother POPSTACK victim
Gurusamy Sarathy [Thu, 5 Nov 1998 04:40:44 +0000]
another POPSTACK victim

p4raw-id: //depot/perl@2201

25 years agofix a location affected by change#2191, add note about POPSTACK
Gurusamy Sarathy [Thu, 5 Nov 1998 02:07:54 +0000]
fix a location affected by change#2191, add note about POPSTACK

p4raw-link: @2191 on //depot/perl: de616352556f5da70790ceef0ca8b92726d7761a

p4raw-id: //depot/perl@2196

25 years agomakefile notes
Gurusamy Sarathy [Thu, 5 Nov 1998 02:04:45 +0000]
makefile notes

p4raw-id: //depot/perl@2195

25 years agoindeterminate order-of-evaluation fixes
Gurusamy Sarathy [Wed, 4 Nov 1998 23:48:53 +0000]
indeterminate order-of-evaluation fixes

p4raw-id: //depot/perl@2192

25 years agorefetch local stack pointer in POPSTACK
Gurusamy Sarathy [Wed, 4 Nov 1998 23:02:16 +0000]
refetch local stack pointer in POPSTACK

p4raw-id: //depot/perl@2191

25 years agoConfigure update.
Jarkko Hietaniemi [Wed, 4 Nov 1998 08:50:40 +0000]
Configure update.
Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,

From: Andy Dougherty <doughera@lafcol.lafayette.edu>
To: Martin Bligh <mbligh@sequent.com>
Cc: Jarkko Hietaniemi <jhi@iki.fi>
Subject: Re: Perl 5's configure on DYNIX/ptx
Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)

find sockets also from libsocket, not just libnet.
OS390: $compile_ok instead of $compile for <inttypes.h>,

From: pvhp@forte.com (Peter Prymmer)
To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
Subject: _53 not OK on os390 but looking better than ever
Date: Tue, 3 Nov 98 17:33:22 PST
Message-Id: <9811040133.AA09450@forte.com>

p4raw-id: //depot/cfgperl@2190

25 years agosysio.t failure: fix undefined order of evaluation, from
Spider Boardman [Wed, 4 Nov 1998 01:22:30 +0000]
sysio.t failure: fix undefined order of evaluation, from
Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
To: perlbug@perl.com
Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>

p4raw-id: //depot/cfgperl@2189

25 years agofix return value of win32_pclose()
Gurusamy Sarathy [Wed, 4 Nov 1998 02:59:16 +0000]
fix return value of win32_pclose()

p4raw-id: //depot/perl@2188

25 years agos/sv_upgrade/SvUPGRADE/ a couple of places
Gurusamy Sarathy [Wed, 4 Nov 1998 02:56:34 +0000]
s/sv_upgrade/SvUPGRADE/ a couple of places

p4raw-id: //depot/perl@2187

25 years agoDocument quads in pack.
Jarkko Hietaniemi [Tue, 3 Nov 1998 08:17:52 +0000]
Document quads in pack.

p4raw-id: //depot/cfgperl@2186

25 years ago(IV) vs (I32) vs I_V()
Jarkko Hietaniemi [Tue, 3 Nov 1998 07:49:35 +0000]
(IV) vs (I32) vs I_V()

Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
From: Anton Berezin <tobez@plab.ku.dk>
To: "p5p" <perl5-porters@perl.org>
Date: 01 Nov 1998 15:09:11 +0100
Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>

and

From: Andy Dougherty <doughera@lafcol.lafayette.edu>
Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST)
Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>

p4raw-id: //depot/cfgperl@2185

25 years agoVM/ESA updates.
Jarkko Hietaniemi [Tue, 3 Nov 1998 07:42:46 +0000]
VM/ESA updates.

p4raw-id: //depot/cfgperl@2184

25 years agoThe id(1)-parsing is real fun.
Jarkko Hietaniemi [Mon, 2 Nov 1998 12:58:13 +0000]
The id(1)-parsing is real fun.

p4raw-id: //depot/cfgperl@2183

25 years agoDecommission the symlink test.
Jarkko Hietaniemi [Mon, 2 Nov 1998 12:07:43 +0000]
Decommission the symlink test.

p4raw-id: //depot/cfgperl@2182

25 years agoReplace ATTR_JOINABLE with true Configure probe
Jarkko Hietaniemi [Mon, 2 Nov 1998 12:03:08 +0000]
Replace ATTR_JOINABLE with true Configure probe
for PTHREAD_CREATE_JOINABLE (or equivalent:
PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
Remove ATTR_JOINABLE itself: Thread.xs uses
PTHREAD_CREATE_JOINABLE (or equivalent) directly.

Really scan for <mach/cthreads.h> only if usethreads.

p4raw-id: //depot/cfgperl@2181

25 years agoIn HP-UX 10.X usethreads only if the required files are present.
Jarkko Hietaniemi [Mon, 2 Nov 1998 11:07:34 +0000]
In HP-UX 10.X usethreads only if the required files are present.

p4raw-id: //depot/cfgperl@2180

25 years agoPrefer groups(1).
Jarkko Hietaniemi [Mon, 2 Nov 1998 09:10:33 +0000]
Prefer groups(1).
id -Gn can be broken.
id -a can save the day.

p4raw-id: //depot/cfgperl@2179

25 years agoDetrail enum comma.
Jarkko Hietaniemi [Mon, 2 Nov 1998 08:35:29 +0000]
Detrail enum comma.

p4raw-id: //depot/cfgperl@2178

25 years ago0**0 = 1, from
Daniel S. Lewart [Sun, 1 Nov 1998 19:21:48 +0000]
0**0 = 1, from
Subject: Math::Complex 0**0 patches
Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
To: jhi@iki.fi (Jarkko Hietaniemi),
        Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)

p4raw-id: //depot/cfgperl@2177

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Sat, 31 Oct 1998 15:50:02 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2164

25 years agobump patchlevel; other minor fixes for clean build and test on
Gurusamy Sarathy [Sat, 31 Oct 1998 11:31:12 +0000]
bump patchlevel; other minor fixes for clean build and test on
Solaris and win32

p4raw-id: //depot/perl@2163

25 years agoRe: [PATCH 5.00552] Overloaded <> and deref again
Ilya Zakharevich [Fri, 30 Oct 1998 18:36:20 +0000]
Re: [PATCH 5.00552] Overloaded <> and deref again

Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2162

25 years ago] a2p: make sprintf less greedy without -o
Albert Dvornik [Fri, 30 Oct 1998 17:50:04 +0000]
] a2p: make sprintf less greedy without -o

Message-Id: <tqd879vf4z.fsf@puma.genscan.com>

p4raw-id: //depot/perl@2161

25 years agofix for bugs in -x mode
Ilya Zakharevich [Sat, 31 Oct 1998 00:30:57 +0000]
fix for bugs in -x mode
Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
Subject: [PATCH 5.00552] Fix h2xs

p4raw-id: //depot/perl@2160

25 years agoData::Dumper update
Gurusamy Sarathy [Sat, 31 Oct 1998 09:31:36 +0000]
Data::Dumper update

p4raw-id: //depot/perl@2159

25 years agoadd testsuite portion of patch
Ilya Zakharevich [Thu, 29 Oct 1998 23:20:01 +0000]
add testsuite portion of patch
Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
Subject: [PATCH 5.00321 ;-)] 87% speedup

p4raw-id: //depot/perl@2153

25 years agomention the C<$SIG{CHLD} = 'IGNORE'> special case
Gurusamy Sarathy [Fri, 30 Oct 1998 21:08:11 +0000]
mention the C<$SIG{CHLD} = 'IGNORE'> special case

p4raw-id: //depot/perl@2152

25 years agoPATCH: (5.005_02) a2p should use `chomp' instead of `chop'
Mark-Jason Dominus [Fri, 30 Oct 1998 14:24:23 +0000]
PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'

Message-Id: <19981030192423.27276.qmail@plover.com>

p4raw-id: //depot/perl@2151

25 years agoOverloaded <> and deref again
Ilya Zakharevich [Thu, 29 Oct 1998 22:04:54 +0000]
Overloaded <> and deref again

Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2150

25 years agopatch for daemonization docs in perlipc
Roderick Schertler [Thu, 29 Oct 1998 14:50:18 +0000]
patch for daemonization docs in perlipc

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

p4raw-id: //depot/perl@2149