25 years agoAdd I_POLL for IO 1.20.
Jarkko Hietaniemi [Sun, 29 Nov 1998 16:39:16 +0000]
Add I_POLL for IO 1.20.

p4raw-id: //depot/cfgperl@2389

25 years agoTune the "if" entry.
Jarkko Hietaniemi [Sun, 29 Nov 1998 15:40:42 +0000]
Tune the "if" entry.

p4raw-id: //depot/cfgperl@2386

25 years agoBetter NetInfo behaviour.
Jarkko Hietaniemi [Sun, 29 Nov 1998 10:33:40 +0000]
Better NetInfo behaviour.

p4raw-id: //depot/cfgperl@2382

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Sun, 29 Nov 1998 10:08:15 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2381

25 years agoprefer IO::Handle for IO if FileHandle:: is empty (as suggested by
Gurusamy Sarathy [Sun, 29 Nov 1998 08:22:49 +0000]
prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
Tim Bunce)

p4raw-id: //depot/perl@2380

25 years agofix for pat.t failure under USE_THREADS
Gurusamy Sarathy [Sun, 29 Nov 1998 07:06:43 +0000]
fix for pat.t failure under USE_THREADS

p4raw-id: //depot/perl@2379

25 years agoMore C.pm tweaks
Nick Ing-Simmons [Sat, 28 Nov 1998 22:46:57 +0000]
More C.pm tweaks
  Save globs even if we have saved cv itself before - may be imported.

  While we don't save "bootstrap" CV we need to provide a stub,
  so that if we require it later we don't fall through and attempt
  to DynaLoad module again.

  Attempt to save %INC so that "require" does not reload things
  we have compiled-in (does not work right yet - seems to be due
  to PL_incgv being created in perl_parse() current scheme setting
  GvHV() is "better" than saving the glob, but still does not
  work as I expect).

p4raw-id: //depot/perl@2378

25 years agovarious tweaks; result passes all tests for normal build on Solaris;
Gurusamy Sarathy [Sat, 28 Nov 1998 22:30:38 +0000]
various tweaks; result passes all tests for normal build on Solaris;
fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
win32 due to lack of select() that works on non-socket fds

p4raw-id: //depot/perl@2377

25 years agoadd $config_args to perl -V display (suggested by Ilya Zakharevich)
Gurusamy Sarathy [Sat, 28 Nov 1998 20:44:39 +0000]
add $config_args to perl -V display (suggested by Ilya Zakharevich)

p4raw-id: //depot/perl@2376

25 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Sat, 28 Nov 1998 20:42:58 +0000]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@2375

25 years agoYet another OS/2 patch
Ilya Zakharevich [Thu, 5 Nov 1998 02:21:12 +0000]
Yet another OS/2 patch

Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2374

25 years agoChange $#+
Ilya Zakharevich [Sat, 28 Nov 1998 01:51:56 +0000]
Change $#+

Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2373

25 years agoFinishing off SNOBOL: $1 in (?{})
Ilya Zakharevich [Sat, 28 Nov 1998 00:33:17 +0000]
Finishing off SNOBOL: $1 in (?{})

Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2372

25 years agobetter -Mre=debugcolor
Ilya Zakharevich [Fri, 27 Nov 1998 16:16:48 +0000]
better -Mre=debugcolor

Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2371

25 years agoregcolors
Ilya Zakharevich [Fri, 27 Nov 1998 15:22:19 +0000]
regcolors

Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2370

25 years agoallow final period in a file (not followed by a newline) to
Gurusamy Sarathy [Sat, 28 Nov 1998 19:00:15 +0000]
allow final period in a file (not followed by a newline) to
terminate format spec

p4raw-id: //depot/perl@2369

25 years agoLiblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
Gurusamy Sarathy [Sat, 28 Nov 1998 18:58:25 +0000]
Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
add C<$Config{installarchlib}/CORE> to the default locations searched
on win32

p4raw-id: //depot/perl@2368

25 years agoapplied suggested patch with PERL_OBJECT tweaks
Ilya Zakharevich [Thu, 26 Nov 1998 02:46:20 +0000]
applied suggested patch with PERL_OBJECT tweaks
Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen

p4raw-id: //depot/perl@2367

25 years agoadditional documentation for qr//
Ilya Zakharevich [Thu, 26 Nov 1998 02:51:09 +0000]
additional documentation for qr//
Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] Documentation (fwd)

p4raw-id: //depot/perl@2366

25 years agoFix \G in REx without //g
Ilya Zakharevich [Wed, 25 Nov 1998 23:33:45 +0000]
Fix \G in REx without //g

Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2365

25 years agoupdate Test.pm to Test-1.12; tweak 're' detection
Gurusamy Sarathy [Sat, 28 Nov 1998 18:24:20 +0000]
update Test.pm to Test-1.12; tweak 're' detection

p4raw-id: //depot/perl@2364

25 years agoavoid command-line quoting portability problems in lex_assign.t
Gurusamy Sarathy [Sat, 28 Nov 1998 18:12:04 +0000]
avoid command-line quoting portability problems in lex_assign.t

p4raw-id: //depot/perl@2363

25 years agoPATCH: document English.pm sawampersand and thread issues
John Tobey [Thu, 19 Nov 1998 14:14:15 +0000]
PATCH: document English.pm sawampersand and thread issues

Message-Id: <m0zgZWx-000FOgC@feynman.localnet>

p4raw-id: //depot/perl@2362

25 years agofix uninitialized warnings
Brian Callaghan [Thu, 19 Nov 1998 17:49:10 +0000]
fix uninitialized warnings
Message-Id: <3654CA96.B64FCAEB@itginc.com>
Subject: Complete.pm patch (version 1.1)

p4raw-id: //depot/perl@2361

25 years agos/Array/List/ suggested by John Tobey
Gurusamy Sarathy [Sat, 28 Nov 1998 17:59:16 +0000]
s/Array/List/ suggested by John Tobey

p4raw-id: //depot/perl@2360

25 years agoupdate tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
Gurusamy Sarathy [Sat, 28 Nov 1998 17:47:48 +0000]
update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE

p4raw-id: //depot/perl@2359

25 years agoRevamp the locale tests.
Jarkko Hietaniemi [Sat, 28 Nov 1998 17:23:15 +0000]
Revamp the locale tests.
(0) Instead of rewiring a few locales scan for them.
(1) Bogus test #101 removed.
(2) All the locales are checked, the lists of failed
    and non-failed ones are displayed.
(3) The test #103 is again 'active' so that it may fail.
(4) To balance (3) a hopefully pacifying message is shown
    if the #103 fails.

p4raw-id: //depot/cfgperl@2358

25 years agoadd perlreftut.pod
Gurusamy Sarathy [Sat, 28 Nov 1998 17:21:07 +0000]
add perlreftut.pod

p4raw-id: //depot/perl@2357

25 years agoChange #2346 fallout.
Jarkko Hietaniemi [Sat, 28 Nov 1998 16:58:01 +0000]
Change #2346 fallout.

p4raw-id: //depot/cfgperl@2356

25 years agoIO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
Gurusamy Sarathy [Sat, 28 Nov 1998 16:46:43 +0000]
IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
ANSI prototypes

p4raw-id: //depot/perl@2355

25 years agoadd IO-1.20; mess with t/lib/io_*.t in an attempt to
Gurusamy Sarathy [Sat, 28 Nov 1998 16:08:07 +0000]
add IO-1.20; mess with t/lib/io_*.t in an attempt to
keep platform hacks that aren't in the 1.20 dist; add new files
to MANIFEST; hack Makefile.PL; result hasn't been tested
anywhere

p4raw-id: //depot/perl@2354

25 years agoLocale collation, ctype, and numeric, were initialized wrong
Ilya Sandler [Wed, 25 Nov 1998 04:53:52 +0000]
Locale collation, ctype, and numeric, were initialized wrong
(if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
as reported by
Subject: a bug in locale handling: LC_COLLATE ignored sometimes
To: perlbug@perl.com
Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>

p4raw-id: //depot/cfgperl@2353

25 years agoImplement $^C to allow perl access to -c flag - I think this
Nick Ing-Simmons [Sat, 28 Nov 1998 15:21:59 +0000]
Implement $^C to allow perl access to -c flag - I think this
was agreed once...

p4raw-id: //depot/perl@2352

25 years agoChange #2251 fixup.
Jarkko Hietaniemi [Sat, 28 Nov 1998 15:14:24 +0000]
Change #2251 fixup.

p4raw-id: //depot/cfgperl@2351

25 years agoIntegrate from mainperl.
Jarkko Hietaniemi [Sat, 28 Nov 1998 14:58:19 +0000]
Integrate from mainperl.

p4raw-id: //depot/cfgperl@2350

25 years agoPasswd and group file groveling.
Jarkko Hietaniemi [Sat, 28 Nov 1998 14:27:36 +0000]
Passwd and group file groveling.

p4raw-id: //depot/cfgperl@2349

25 years agomore conservative version of changes#2345,2346,2347; those break
Gurusamy Sarathy [Sat, 28 Nov 1998 14:09:50 +0000]
more conservative version of changes#2345,2346,2347; those break
C<defined(@{"foo::ISA"})> which seems to be extensively used in
the libs :-(

p4raw-link: @2347 on //depot/perl: bbc8e6a4a34cbf904dc23fa18f4e503924aea3f8
p4raw-link: @2346 on //depot/perl: 659eaf7385567ca82dd230a62d6a7f51364f0d0a
p4raw-link: @2345 on //depot/perl: 6b377df57679ab68ed17b736ebee0458acb25b21

p4raw-id: //depot/perl@2348

25 years agotweak bogus test
Gurusamy Sarathy [Sat, 28 Nov 1998 13:36:08 +0000]
tweak bogus test

p4raw-id: //depot/perl@2347

25 years agotest cases for previous change
Gurusamy Sarathy [Sat, 28 Nov 1998 13:20:34 +0000]
test cases for previous change

p4raw-id: //depot/perl@2346

25 years agofix typo in pp_defined() causing C<defined %tied> to fail
Gurusamy Sarathy [Sat, 28 Nov 1998 13:07:17 +0000]
fix typo in pp_defined() causing C<defined %tied> to fail

p4raw-id: //depot/perl@2345

25 years agos/comment/comment_t/ tweak (suggested by John Gorman
Gurusamy Sarathy [Sat, 28 Nov 1998 13:03:29 +0000]
s/comment/comment_t/ tweak (suggested by John Gorman
<jgorman@webbysoft.com>)

p4raw-id: //depot/perl@2344

25 years agoadd (stub) perldelta.pod
Gurusamy Sarathy [Sat, 28 Nov 1998 12:52:40 +0000]
add (stub) perldelta.pod

p4raw-id: //depot/perl@2343

25 years agorename perldelta.pod to perl5005delta.pod in preparation for
Gurusamy Sarathy [Sat, 28 Nov 1998 12:49:26 +0000]
rename perldelta.pod to perl5005delta.pod in preparation for
starting a new one

p4raw-id: //depot/perl@2342

25 years agofix MALLOC_LOCK #define
Gurusamy Sarathy [Sat, 28 Nov 1998 12:41:55 +0000]
fix MALLOC_LOCK #define

p4raw-id: //depot/perl@2341

25 years agoOS/2 events get closer to Perl
Ilya Zakharevich [Sun, 15 Nov 1998 20:25:50 +0000]
OS/2 events get closer to Perl

Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@2340

25 years agoAdd -lm to dynix/ptx POSIX hints.
Martin J. Bligh [Wed, 25 Nov 1998 10:34:41 +0000]
Add -lm to dynix/ptx POSIX hints.
To: jhi@iki.fi
Subject: Re: Making Perl work on DYNIX/ptx
Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>

p4raw-id: //depot/cfgperl@2339

25 years agoDetypo.
Jarkko Hietaniemi [Sat, 28 Nov 1998 11:57:19 +0000]
Detypo.

p4raw-id: //depot/cfgperl@2338

25 years agoBetter LD_LIBRARY_PATH instructions for Bourneists.
Jarkko Hietaniemi [Sat, 28 Nov 1998 11:56:29 +0000]
Better LD_LIBRARY_PATH instructions for Bourneists.

p4raw-id: //depot/cfgperl@2337

25 years agoteach CPAN.pm to ignore beta perl distributions when looking for
root [Thu, 12 Nov 1998 23:08:39 +0000]
teach CPAN.pm to ignore beta perl distributions when looking for
modules
Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
Subject: recompile tries getting a perl distribution

p4raw-id: //depot/perl@2336

25 years agomake $1 et al readonly under threads; make C<undef $1> fail like
Gurusamy Sarathy [Sat, 28 Nov 1998 11:27:46 +0000]
make $1 et al readonly under threads; make C<undef $1> fail like
C<$1 = undef> does

p4raw-id: //depot/perl@2335

25 years agos/Regexp/re/ and clarify policy on lowercased object namespaces
Gurusamy Sarathy [Sat, 28 Nov 1998 10:24:52 +0000]
s/Regexp/re/ and clarify policy on lowercased object namespaces

p4raw-id: //depot/perl@2334

25 years agodocument changed PERL_HASH()
Gurusamy Sarathy [Sat, 28 Nov 1998 09:36:40 +0000]
document changed PERL_HASH()

p4raw-id: //depot/perl@2333

25 years agoHandle INIT list in C.pm
Nick Ing-Simmons [Fri, 27 Nov 1998 21:10:27 +0000]
Handle INIT list in C.pm
1. Provide init_av() from B.xs
2. Export it in B.pm
3. Use it in C.pm
Also disable some pruning in savecv() which seems to undo
my previous patch.
Experimental feature - save pathnames of .so files in easily
grep-able form for use in wrapper to feed to linker.

p4raw-id: //depot/perl@2332

25 years agointegrate change#2315 from maint-5.005
Gurusamy Sarathy [Fri, 27 Nov 1998 15:12:01 +0000]
integrate change#2315 from maint-5.005

p4raw-link: @2315 on //depot/maint-5.005/perl: 7a4920e67d1e2d67a4397a908141c6608866ebb0

p4raw-id: //depot/perl@2327
p4raw-integrated: from //depot/maint-5.005/perl@2326 'ignore' op.c
(@2310..) 'merge in' sv.c (@2174..)

25 years agointegrate changes#2304,2305,2306,2308 from maint-5.005
Gurusamy Sarathy [Fri, 27 Nov 1998 15:00:42 +0000]
integrate changes#2304,2305,2306,2308 from maint-5.005

p4raw-link: @2308 on //depot/maint-5.005/perl: d9ff4e059542b05c512829c494eaa4d1a8c96869
p4raw-link: @2306 on //depot/maint-5.005/perl: 82bf2b55a275313af7da5198d3567127a2b619bb
p4raw-link: @2305 on //depot/maint-5.005/perl: fa8a3fc69bb318b2e84481c2b7919cb81c822866
p4raw-link: @2304 on //depot/maint-5.005/perl: 566aa6395795ff6a5a86565ea7a90bf3211e26a1

p4raw-id: //depot/perl@2326
p4raw-integrated: from //depot/maint-5.005/perl@2325 'copy in'
ext/DynaLoader/dl_mpeix.xs lib/ExtUtils/typemap (@1649..)
installperl (@2134..) lib/ExtUtils/MM_VMS.pm
lib/ExtUtils/MakeMaker.pm (@2154..) lib/ExtUtils/MM_Unix.pm
(@2304..)

25 years agomalloc bugfix and documentation from Ilya Zakharevich
Gurusamy Sarathy [Fri, 27 Nov 1998 14:46:18 +0000]
malloc bugfix and documentation from Ilya Zakharevich
Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] Re: Internal coredump
--
Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] malloc.c documentation

p4raw-id: //depot/perl@2325

25 years agoB::C tweaks to allow Tk compiles from Nick Ing-Simmons
Gurusamy Sarathy [Fri, 27 Nov 1998 14:41:38 +0000]
B::C tweaks to allow Tk compiles from Nick Ing-Simmons

p4raw-id: //depot/perl@2324

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