This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agoDefault to accepting a hinted $randfunc even when $csym
Jarkko Hietaniemi [Tue, 1 Dec 1998 10:51:37 +0000 (10:51 +0000)]
Default to accepting a hinted $randfunc even when $csym
does not find it.  (the previous defaylt behaviour was not
to accept).

p4raw-id: //depot/cfgperl@2427

24 years agoSeparated the [:foo:] parsing to its own function.
Jarkko Hietaniemi [Tue, 1 Dec 1998 10:13:03 +0000 (10:13 +0000)]
Separated the [:foo:] parsing to its own function.
Passes all tests.

p4raw-id: //depot/cfgperl@2426

24 years agoTypo in comments.
Jarkko Hietaniemi [Tue, 1 Dec 1998 08:22:49 +0000 (08:22 +0000)]
Typo in comments.

p4raw-id: //depot/cfgperl@2425

24 years agoDebugger 'v' command
Ilya Zakharevich [Tue, 1 Dec 1998 07:55:11 +0000 (09:55 +0200)]
Debugger 'v' command
To: perl5-porters@perl.org (Mailing list Perl5)
Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@2424

24 years agodll linkage side decks for OS/390
Peter Prymmer [Tue, 1 Dec 1998 07:27:11 +0000 (09:27 +0200)]
dll linkage side decks for OS/390
To: perl5-porters@perl.org
Message-ID: <MLIST_9812010508.AA07791@forte.com>

p4raw-id: //depot/cfgperl@2423

24 years agos/SCM_CREDENTIALSS/SCM_CREDENTIAL/
Jarkko Hietaniemi [Mon, 30 Nov 1998 08:14:00 +0000 (08:14 +0000)]
s/SCM_CREDENTIALSS/SCM_CREDENTIAL/

p4raw-id: //depot/cfgperl@2417

24 years agoUndo #2395, seems more like a problem in netbsd-current.
Jarkko Hietaniemi [Mon, 30 Nov 1998 08:00:15 +0000 (08:00 +0000)]
Undo #2395, seems more like a problem in netbsd-current.

p4raw-id: //depot/cfgperl@2416

24 years agoMirror #2384.
Jarkko Hietaniemi [Sun, 29 Nov 1998 20:13:03 +0000 (20:13 +0000)]
Mirror #2384.

p4raw-id: //depot/cfgperl@2396

24 years agoNewer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
Jarkko Hietaniemi [Sun, 29 Nov 1998 19:59:12 +0000 (19:59 +0000)]
Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.

p4raw-id: //depot/cfgperl@2395

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

p4raw-id: //depot/cfgperl@2389

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

p4raw-id: //depot/cfgperl@2386

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

p4raw-id: //depot/cfgperl@2382

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

p4raw-id: //depot/cfgperl@2381

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

p4raw-id: //depot/perl@2380

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

p4raw-id: //depot/perl@2379

24 years agoMore C.pm tweaks
Nick Ing-Simmons [Sat, 28 Nov 1998 22:46:57 +0000 (22:46 +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

24 years agovarious tweaks; result passes all tests for normal build on Solaris;
Gurusamy Sarathy [Sat, 28 Nov 1998 22:30:38 +0000 (22:30 +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

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

p4raw-id: //depot/perl@2376

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

p4raw-id: //depot/perl@2375

24 years agoYet another OS/2 patch
Ilya Zakharevich [Thu, 5 Nov 1998 02:21:12 +0000 (21:21 -0500)]
Yet another OS/2 patch

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

p4raw-id: //depot/perl@2374

24 years agoChange $#+
Ilya Zakharevich [Sat, 28 Nov 1998 01:51:56 +0000 (20:51 -0500)]
Change $#+

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

p4raw-id: //depot/perl@2373

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

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

p4raw-id: //depot/perl@2372

24 years agobetter -Mre=debugcolor
Ilya Zakharevich [Fri, 27 Nov 1998 16:16:48 +0000 (11:16 -0500)]
better -Mre=debugcolor

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

p4raw-id: //depot/perl@2371

24 years agoregcolors
Ilya Zakharevich [Fri, 27 Nov 1998 15:22:19 +0000 (10:22 -0500)]
regcolors

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

p4raw-id: //depot/perl@2370

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

p4raw-id: //depot/perl@2369

24 years agoLiblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
Gurusamy Sarathy [Sat, 28 Nov 1998 18:58:25 +0000 (18:58 +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

24 years agoapplied suggested patch with PERL_OBJECT tweaks
Ilya Zakharevich [Thu, 26 Nov 1998 02:46:20 +0000 (21:46 -0500)]
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

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

p4raw-id: //depot/perl@2366

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

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

p4raw-id: //depot/perl@2365

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

p4raw-id: //depot/perl@2364

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

p4raw-id: //depot/perl@2363

24 years agoPATCH: document English.pm sawampersand and thread issues
John Tobey [Thu, 19 Nov 1998 14:14:15 +0000 (09:14 -0500)]
PATCH: document English.pm sawampersand and thread issues

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

p4raw-id: //depot/perl@2362

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

p4raw-id: //depot/perl@2361

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

p4raw-id: //depot/perl@2360

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

p4raw-id: //depot/perl@2359

24 years agoRevamp the locale tests.
Jarkko Hietaniemi [Sat, 28 Nov 1998 17:23:15 +0000 (17:23 +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

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

p4raw-id: //depot/perl@2357

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

p4raw-id: //depot/cfgperl@2356

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

p4raw-id: //depot/perl@2355

24 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 (16:08 +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

24 years agoLocale collation, ctype, and numeric, were initialized wrong
Ilya Sandler [Wed, 25 Nov 1998 04:53:52 +0000 (06:53 +0200)]
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

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

p4raw-id: //depot/perl@2352

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

p4raw-id: //depot/cfgperl@2351

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

p4raw-id: //depot/cfgperl@2350

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

p4raw-id: //depot/cfgperl@2349

24 years agomore conservative version of changes#2345,2346,2347; those break
Gurusamy Sarathy [Sat, 28 Nov 1998 14:09:50 +0000 (14:09 +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

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

p4raw-id: //depot/perl@2347

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

p4raw-id: //depot/perl@2346

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

p4raw-id: //depot/perl@2345

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

p4raw-id: //depot/perl@2344

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

p4raw-id: //depot/perl@2343

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

p4raw-id: //depot/perl@2342

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

p4raw-id: //depot/perl@2341

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

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

p4raw-id: //depot/perl@2340

24 years agoAdd -lm to dynix/ptx POSIX hints.
Martin J. Bligh [Wed, 25 Nov 1998 10:34:41 +0000 (02:34 -0800)]
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

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

p4raw-id: //depot/cfgperl@2338

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

p4raw-id: //depot/cfgperl@2337

24 years agoteach CPAN.pm to ignore beta perl distributions when looking for
root [Thu, 12 Nov 1998 23:08:39 +0000 (18:08 -0500)]
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

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

p4raw-id: //depot/perl@2335

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

p4raw-id: //depot/perl@2334

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

p4raw-id: //depot/perl@2333

24 years agoHandle INIT list in C.pm
Nick Ing-Simmons [Fri, 27 Nov 1998 21:10:27 +0000 (21:10 +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

24 years agointegrate change#2315 from maint-5.005
Gurusamy Sarathy [Fri, 27 Nov 1998 15:12:01 +0000 (15:12 +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..)

24 years agointegrate changes#2304,2305,2306,2308 from maint-5.005
Gurusamy Sarathy [Fri, 27 Nov 1998 15:00:42 +0000 (15:00 +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..)

24 years agomalloc bugfix and documentation from Ilya Zakharevich
Gurusamy Sarathy [Fri, 27 Nov 1998 14:46:18 +0000 (14:46 +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

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

p4raw-id: //depot/perl@2324

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

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

p4raw-id: //depot/perl@2323

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

p4raw-id: //depot/perl@2322

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

p4raw-id: //depot/perl@2321

24 years agoCosmetic malloc patch
Ilya Zakharevich [Mon, 9 Nov 1998 19:03:25 +0000 (14:03 -0500)]
Cosmetic malloc patch

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

p4raw-id: //depot/perl@2320

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

p4raw-id: //depot/perl@2319

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

p4raw-id: //depot/perl@2318

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

p4raw-id: //depot/cfgperl@2317

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

p4raw-id: //depot/cfgperl@2316

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

p4raw-id: //depot/perl@2301

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

p4raw-id: //depot/perl@2300

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

p4raw-id: //depot/perl@2299

24 years agoPart-1 of tweaks to allow Tk to be "compiled"
Nick Ing-Simmons [Tue, 24 Nov 1998 22:04:20 +0000 (22:04 +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

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

p4raw-id: //depot/cfgperl@2294

24 years agoRe: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
Gerben Wierda [Mon, 23 Nov 1998 10:07:04 +0000 (11:07 +0100)]
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

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

p4raw-id: //depot/cfgperl@2286

24 years agoMSG_PROXY for GNU/Hurd (previously we believed that
Jarkko Hietaniemi [Sun, 22 Nov 1998 18:21:07 +0000 (18:21 +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

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

p4raw-id: //depot/cfgperl@2284

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

p4raw-id: //depot/cfgperl@2268

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

p4raw-id: //depot/cfgperl@2267

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

p4raw-id: //depot/cfgperl@2266

24 years agoDB_File 1.61 patch for 5.005_53 & 5.005_02
Paul Marquess [Fri, 20 Nov 1998 12:20:41 +0000 (14:20 +0200)]
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

24 years agoNeXTstep /etc/group and /etc/passwd are used only at boot time,
Gerben Wierda [Fri, 20 Nov 1998 18:39:06 +0000 (20:39 +0200)]
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

24 years agoPermission testing is tricky when we have too much power.
Gerben Wierda [Fri, 20 Nov 1998 18:39:06 +0000 (20:39 +0200)]
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

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

p4raw-id: //depot/perl@2262

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

p4raw-id: //depot/cfgperl@2261

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

p4raw-id: //depot/perl@2260

24 years agoRe: [PATCH] Re: pod2man bug in date generated line
Kurt D. Starsinic [Fri, 20 Nov 1998 21:30:17 +0000 (23:30 +0200)]
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

24 years agoBenchmark.pm suggestion
Thomas Bowditch [Fri, 20 Nov 1998 17:43:46 +0000 (12:43 -0500)]
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

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

p4raw-id: //depot/perl@2255

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

p4raw-id: //depot/perl@2254

24 years agoMPE/iX Perl 5.005_02 oops
Mark Bixby [Thu, 19 Nov 1998 17:10:45 +0000 (09:10 -0800)]
MPE/iX Perl 5.005_02 oops

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

p4raw-id: //depot/cfgperl@2253

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

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

p4raw-id: //depot/perl@2252

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

p4raw-id: //depot/cfgperl@2251

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

p4raw-id: //depot/cfgperl@2250