23 years agoFix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
Nick Ing-Simmons [Wed, 20 Jun 2001 12:38:26 +0000]
Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.

p4raw-id: //depot/perlio@10747

23 years agoIntegrate mainline.
Nick Ing-Simmons [Wed, 20 Jun 2001 08:56:39 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@10745

23 years agoAfter some reading I don't think we can blindly
Jarkko Hietaniemi [Wed, 20 Jun 2001 04:54:53 +0000]
After some reading I don't think we can blindly
use systems' realpath().  Too many security problems,
too many buggy implementations.

TODO: the realpath() emulation code in util.c doesn't
seem fully operational?  (readlink(), for example?)

p4raw-id: //depot/perl@10744

23 years agoIntegrate change #10739 from maintperl:
Jarkko Hietaniemi [Wed, 20 Jun 2001 00:48:20 +0000]
Integrate change #10739 from maintperl:

C<eval "/x$\r\n/x"> fails to compile correctly

p4raw-link: @10739 on //depot/maint-5.6/perl: a3d864e88a38f4417518c9eac1d0058e2537efe7

p4raw-id: //depot/perl@10742
p4raw-integrated: from //depot/maint-5.6/perl@10741 'merge in'
t/op/pat.t (@9675..) toke.c (@10158..)

23 years agoRetract #10725 (Hugo asked NOT to apply the patch)
Jarkko Hietaniemi [Wed, 20 Jun 2001 00:41:05 +0000]
Retract #10725 (Hugo asked NOT to apply the patch)

p4raw-id: //depot/perl@10741

23 years agoThe test.third results were funnily named because of the
Jarkko Hietaniemi [Tue, 19 Jun 2001 23:58:25 +0000]
The test.third results were funnily named because of the
new test scheme.

p4raw-id: //depot/perl@10740

23 years ago[ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per...
Spider Boardman [Tue, 19 Jun 2001 19:15:40 +0000]
[ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>

The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
because "1e+129" being expected but "1.e+129" being returned.
The culprit (at least in Tru64) is the use of gcvt().

p4raw-id: //depot/perl@10738

23 years agotest hunting on VMS
Craig A. Berry [Tue, 19 Jun 2001 18:59:01 +0000]
test hunting on VMS
Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>

p4raw-id: //depot/perl@10737

23 years agos/typos//
Abhijit Menon-Sen [Wed, 20 Jun 2001 02:15:02 +0000]
s/typos//
Message-ID: <20010620021502.A14541@lustre.linux.in>

Without the op.h s/bearword/bareword/ hunk, see
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html

p4raw-id: //depot/perl@10736

23 years agobuild ext/Socket dynamically on VMS
Craig A. Berry [Tue, 19 Jun 2001 17:19:48 +0000]
build ext/Socket dynamically on VMS
Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>

p4raw-id: //depot/perl@10734

23 years ago[ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per...
Spider Boardman [Tue, 19 Jun 2001 16:48:07 +0000]
[ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>

Further fixes to fflush(NULL) detection.

p4raw-id: //depot/perl@10733

23 years agoAIX test -s hangs with non-existent files?
Jarkko Hietaniemi [Tue, 19 Jun 2001 19:38:20 +0000]
AIX test -s hangs with non-existent files?
(A genuine logic bug in Configure, but AIX also broken?)

p4raw-id: //depot/perl@10732

23 years agoAUTHORS updates.
Jarkko Hietaniemi [Tue, 19 Jun 2001 19:17:35 +0000]
AUTHORS updates.

p4raw-id: //depot/perl@10731

23 years ago[ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perli...
Spider Boardman [Tue, 19 Jun 2001 15:33:25 +0000]
[ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@10730

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 19 Jun 2001 18:34:10 +0000]
Integrate perlio:

[ 10728]
Hack File/Find/find.t to use File::Spec::Unix on Win32.

p4raw-link: @10728 on //depot/perlio: 5d0f390387801a9d64f5847c6ea27f18454bd071

p4raw-id: //depot/perl@10729

23 years agoHack File/Find/find.t to use File::Spec::Unix on Win32.
Nick Ing-Simmons [Tue, 19 Jun 2001 18:24:53 +0000]
Hack File/Find/find.t to use File::Spec::Unix on Win32.

p4raw-id: //depot/perlio@10728

23 years agoFurthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
Jarkko Hietaniemi [Tue, 19 Jun 2001 18:07:31 +0000]
Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
also add information how to find out whether one has PerlIO.

p4raw-id: //depot/perl@10727

23 years ago[ID 20010619.005] two typos in pod/perlfunc.pod
Jeffrey Friedl [Tue, 19 Jun 2001 11:36:32 +0000]
[ID 20010619.005] two typos in pod/perlfunc.pod
Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>

p4raw-id: //depot/perl@10726

23 years agoRe: [ID 20010618.006] some end-anchored regexps hang when using study
Hugo van der Sanden [Tue, 19 Jun 2001 12:37:30 +0000]
Re: [ID 20010618.006] some end-anchored regexps hang when using study
Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10725

23 years agoRe: [ID 20010618.006] some end-anchored regexps hang when using study
Hugo van der Sanden [Tue, 19 Jun 2001 13:15:17 +0000]
Re: [ID 20010618.006] some end-anchored regexps hang when using study
Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>

p4raw-id: //depot/perl@10724

23 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 19 Jun 2001 14:46:15 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10723

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 19 Jun 2001 11:55:30 +0000]
Update Changes.

p4raw-id: //depot/perl@10722

23 years agoThe existence shall be MANIFESted.
Jarkko Hietaniemi [Tue, 19 Jun 2001 11:29:34 +0000]
The existence shall be MANIFESted.

p4raw-id: //depot/perl@10721

23 years agoThe old libnet.cfg is first searched from the current directory,
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:58:09 +0000]
The old libnet.cfg is first searched from the current directory,
only then from the module path.

p4raw-id: //depot/perl@10720

23 years agoNetWare tweaks from Guruprasad.
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:55:59 +0000]
NetWare tweaks from Guruprasad.

p4raw-id: //depot/perl@10719

23 years agodjgpp updates
Laszlo Molnar [Tue, 19 Jun 2001 10:59:06 +0000]
djgpp updates
Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>

p4raw-id: //depot/perl@10718

23 years agolet MS VC 5 resolve _PerlIO_win32
Prymmer/Kahn [Mon, 18 Jun 2001 23:48:52 +0000]
let MS VC 5 resolve _PerlIO_win32
Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@10717

23 years agoThe INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:52:25 +0000]
The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
to happen right after the inclusion of <inttypes.h>,
from Edward Moy.

p4raw-id: //depot/perl@10716

23 years ago[patch] preserve @DynaLoader::dl_{librefs,modules}
Doug MacEachern [Mon, 18 Jun 2001 22:13:38 +0000]
[patch] preserve @DynaLoader::dl_{librefs,modules}
Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>

p4raw-id: //depot/perl@10715

23 years agoRevert #10656 for performance reasons but leave in the
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:48:19 +0000]
Revert #10656 for performance reasons but leave in the
use of Hv*() macros -- in comments, so that grepping the
source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
suggested by Sarathy, also by Abhijit.)

p4raw-id: //depot/perl@10714

23 years ago[patch] .s MakeMaker suffix
Doug MacEachern [Mon, 18 Jun 2001 21:23:11 +0000]
[patch] .s MakeMaker suffix
Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>

p4raw-id: //depot/perl@10713

23 years agoOne test lost in the big shuffle restored.
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:34:35 +0000]
One test lost in the big shuffle restored.

p4raw-id: //depot/perl@10712

23 years agoRename the old non-standard threads tests so that
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:25:46 +0000]
Rename the old non-standard threads tests so that
they won't be invoked.

p4raw-id: //depot/perl@10711

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:18:41 +0000]
Integrate perlio:

[ 10708]
Get Win32 known_extensions and extensions right in config.sh and hence Config.pm

[ 10678]
Integrate mainline (part2 - the deletes)

p4raw-link: @10708 on //depot/perlio: 1076f1fdb19bacf64e54d08f4a34bbf8042caa24
p4raw-link: @10678 on //depot/perlio: a76697bcbef23e3bb9e08f95279d83f8e0a826a6

p4raw-id: //depot/perl@10710

23 years agoIntegrate mainline
Nick Ing-Simmons [Tue, 19 Jun 2001 08:18:18 +0000]
Integrate mainline

p4raw-id: //depot/perlio@10709

23 years agoGet Win32 known_extensions and extensions right in config.sh and hence Config.pm
Nick Ing-Simmons [Tue, 19 Jun 2001 07:57:10 +0000]
Get Win32 known_extensions and extensions right in config.sh and hence Config.pm

p4raw-id: //depot/perlio@10708

23 years agoPerly.y and related file fixes to keep mainframe yacc (and bison) happy.
Nick Ing-Simmons [Tue, 19 Jun 2001 07:05:07 +0000]
Perly.y and related file fixes to keep mainframe yacc (and bison) happy.

p4raw-id: //depot/perl@10707

23 years agoMore perl572delta tweaks.
Jarkko Hietaniemi [Tue, 19 Jun 2001 02:58:26 +0000]
More perl572delta tweaks.

p4raw-id: //depot/perl@10706

23 years agoUpdate perl572delta.
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:53:40 +0000]
Update perl572delta.

p4raw-id: //depot/perl@10705

23 years agoVOS updates from Paul Green.
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:28:40 +0000]
VOS updates from Paul Green.

p4raw-id: //depot/perl@10704

23 years agoUpdate the vos/config.*.* files.
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:03:53 +0000]
Update the vos/config.*.* files.

p4raw-id: //depot/perl@10703

23 years agoAdd a makefile for more painless adding of symbols to the
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:03:32 +0000]
Add a makefile for more painless adding of symbols to the
VOS headers while in UNIX (in VOS the vos/configure_perl.cm
takes care of the adding)

p4raw-id: //depot/perl@10702

23 years agoMake libnetcfg by default display the libnet configuration,
Jarkko Hietaniemi [Tue, 19 Jun 2001 00:51:44 +0000]
Make libnetcfg by default display the libnet configuration,
-c to change, add -i for old config, document all options,
regen toc.

p4raw-id: //depot/perl@10701

23 years agogcc -Wall sweep.
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:45:12 +0000]
gcc -Wall sweep.

p4raw-id: //depot/perl@10700

23 years agoSo there.
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:19:53 +0000]
So there.

p4raw-id: //depot/perl@10699

23 years agoDocument the need for sv_printify().
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:10:22 +0000]
Document the need for sv_printify().

Document that 'use utf8' has been considered.

(An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)

p4raw-id: //depot/perl@10698

23 years agoRe: [PATCH] Re: [PATCH] Re: perl@10611
Nicholas Clark [Mon, 18 Jun 2001 23:29:23 +0000]
Re: [PATCH] Re: [PATCH] Re: perl@10611
Message-ID: <20010618232923.I98663@plum.flirble.org>

p4raw-id: //depot/perl@10697

23 years agoperl5db.pl v1.07 + docs
Scott L. Miller [Mon, 18 Jun 2001 10:12:27 +0000]
perl5db.pl v1.07 + docs
Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>

p4raw-id: //depot/perl@10696

23 years agomalformed POSIX negation
Jeff Pinyan [Mon, 18 Jun 2001 16:52:24 +0000]
malformed POSIX negation
Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@10695

23 years agoDocumentation changes for CLONE
Artur Bergman [Mon, 18 Jun 2001 22:06:37 +0000]
Documentation changes for CLONE
Message-ID: <B7542BEC.1719%artur@contiller.se>

p4raw-id: //depot/perl@10694

23 years agoRe: configure.com
Craig A. Berry [Mon, 18 Jun 2001 16:04:38 +0000]
Re: configure.com
Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>

p4raw-id: //depot/perl@10693

23 years agoPL_nullstash + perl_clone()
Doug MacEachern [Mon, 18 Jun 2001 16:24:22 +0000]
PL_nullstash + perl_clone()
Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>

p4raw-id: //depot/perl@10692

23 years agoRe: [PATCH 5.7.1] sv.c documentation
Dave Mitchell [Mon, 18 Jun 2001 21:29:45 +0000]
Re: [PATCH 5.7.1] sv.c documentation
Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@10691

23 years agoMore cross-compilation defaults gleaned from -Dcc
Jarkko Hietaniemi [Mon, 18 Jun 2001 22:17:05 +0000]
More cross-compilation defaults gleaned from -Dcc
if it is CPU-OS-gcc.

p4raw-id: //depot/perl@10690

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:59:47 +0000]
Update Changes.

p4raw-id: //depot/perl@10689

23 years agosv.c documentation
Dave Mitchell [Mon, 18 Jun 2001 00:47:52 +0000]
sv.c documentation
Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@10688

23 years ago$@ Clarification in pod/perlvar.pod
Jon Gunnip [Sun, 17 Jun 2001 18:24:29 +0000]
$@ Clarification in pod/perlvar.pod
Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>

p4raw-id: //depot/perl@10687

23 years agoMove the locale/strict/warnings helper files back
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:32:13 +0000]
Move the locale/strict/warnings helper files back
under the t/lib; this way the amount of non-installabled
stuff under lib/ stays smaller.

p4raw-id: //depot/perl@10686

23 years agoSplit off the pack/unpack code, from Nicholas Clark.
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:11:49 +0000]
Split off the pack/unpack code, from Nicholas Clark.

p4raw-id: //depot/perl@10685

23 years agoGuard the SysV IPC tests against being invoked in
Jarkko Hietaniemi [Mon, 18 Jun 2001 12:25:55 +0000]
Guard the SysV IPC tests against being invoked in
SysV-IPC-less places.

p4raw-id: //depot/perl@10684

23 years agoIntegrate mainline (new test scheme now ok on Linux).
Nick Ing-Simmons [Mon, 18 Jun 2001 12:24:42 +0000]
Integrate mainline (new test scheme now ok on Linux).

p4raw-id: //depot/perlio@10683

23 years agoAdd the locale.c and numeric.c to the microperl sources.
Jarkko Hietaniemi [Mon, 18 Jun 2001 12:20:50 +0000]
Add the locale.c and numeric.c to the microperl sources.

p4raw-id: //depot/perl@10682

23 years agoFLAGS = (...,OUR,TYPED,...)
Abhijit Menon-Sen [Mon, 18 Jun 2001 14:23:44 +0000]
FLAGS = (...,OUR,TYPED,...)
Message-ID: <20010618142344.A13136@lustre.linux.in>

p4raw-id: //depot/perl@10681

23 years agoRe: [PATCH] more anonymous stash cleanups
Abhijit Menon-Sen [Mon, 18 Jun 2001 15:50:32 +0000]
Re: [PATCH] more anonymous stash cleanups
Message-ID: <20010618155032.A13223@lustre.linux.in>

Plus the comment left in as suggested by NI-S.

p4raw-id: //depot/perl@10680

23 years agoOne missed file.
Jarkko Hietaniemi [Mon, 18 Jun 2001 11:49:27 +0000]
One missed file.

p4raw-id: //depot/perl@10679

23 years agoIntegrate mainline (part2 - the deletes)
Nick Ing-Simmons [Mon, 18 Jun 2001 08:05:29 +0000]
Integrate mainline (part2 - the deletes)

p4raw-id: //depot/perlio@10678

23 years agoIntegrate mainline (part1)
Nick Ing-Simmons [Mon, 18 Jun 2001 08:04:44 +0000]
Integrate mainline (part1)

p4raw-id: //depot/perlio@10677

23 years agoThe Grand Trek: move the *.t files from t/ to lib/ and ext/.
Jarkko Hietaniemi [Mon, 18 Jun 2001 04:17:15 +0000]
The Grand Trek: move the *.t files from t/ to lib/ and ext/.
No doubt I made some mistakes like missed some files or
misnamed some files.  The naming rules were more or less:
(1) if the module is from CPAN, follows its ways, be it
    t/*.t or test.pl.
(2) otherwise if there are multiple tests for a module
    put them in a t/
(3) otherwise if there's only one test put it in Module.t
(4) helper files go to module/ (locale, strict, warnings)
(5) use longer filenames now that we can (but e.g. the
    compat-0.6.t and the Text::Balanced test files still
    were renamed to be more civil against the 8.3 people)
installperl was updated appropriately not to install the
*.t files or the help files from under lib.

TODO: some helper files still remain under t/ that could
follow their 'masters'.  UPDATE: On second thoughts, why
should they.  They can continue to live under t/lib, and
in fact the locale/strict/warnings helpers that were moved
could be moved back.  This way the amount of non-installable
stuff under lib/ stays smaller.

p4raw-id: //depot/perl@10676

23 years agoThe warning no more comes from util.c, it comes from numeric.c.
Jarkko Hietaniemi [Mon, 18 Jun 2001 03:15:02 +0000]
The warning no more comes from util.c, it comes from numeric.c.

p4raw-id: //depot/perl@10675

23 years agoRe: anyone good at casting spells?
Spider Boardman [Sun, 17 Jun 2001 21:21:04 +0000]
Re: anyone good at casting spells?
Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US>

p4raw-id: //depot/perl@10674

23 years agoProtect the (original) thread tests against testing if no 5.005
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:24:53 +0000]
Protect the (original) thread tests against testing if no 5.005
threads have been configured.

p4raw-id: //depot/perl@10673

23 years agoTry the new test scanning scheme on Text::Abbrev.
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:09:28 +0000]
Try the new test scanning scheme on Text::Abbrev.

p4raw-id: //depot/perl@10672

23 years agoChange the scan policy of the *.t and test.pl files,
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:07:08 +0000]
Change the scan policy of the *.t and test.pl files,
now the *.t do not need to live in a t/ directory.

p4raw-id: //depot/perl@10671

23 years agofix dangling L<perlobj/"WARNING">
Ilmari Karonen [Mon, 18 Jun 2001 00:30:21 +0000]
fix dangling L<perlobj/"WARNING">
Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>

p4raw-id: //depot/perl@10670

23 years agoQuench the warnings from Tru64; the HP-UX is still
Jarkko Hietaniemi [Sun, 17 Jun 2001 20:30:22 +0000]
Quench the warnings from Tru64; the HP-UX is still
broken because it really, REALLY, doesn't like the
HvARRAY() being lvalue:

cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.

p4raw-id: //depot/perl@10669

23 years agoIntegrate change #10667 from maintperl:
Jarkko Hietaniemi [Sun, 17 Jun 2001 19:13:24 +0000]
Integrate change #10667 from maintperl:

change#10449 broke the special-case that makes lexicals inside the
eval"" within DB::DB() visible

p4raw-link: @10667 on //depot/maint-5.6/perl: 09e74a2b2e364b35ece2056bb3ea8e25db9a89f2
p4raw-link: @10449 on //depot/perl: 2090ab20212398e485f20cd7e50303dcd3601be7

p4raw-id: //depot/perl@10668
p4raw-integrated: from //depot/maint-5.6/perl@10666 'merge in' op.c
(@10472..)

23 years agoStill spurious output; indent the code a bit.
Jarkko Hietaniemi [Sun, 17 Jun 2001 17:50:07 +0000]
Still spurious output; indent the code a bit.

TODO1: separate the utility functions like MkDir
into a helper script?

TODO2: I see a lot of repetition in the filepath()
and dirpath() calls.

p4raw-id: //depot/perl@10666

23 years agoRegen modlib, toc.
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:59:42 +0000]
Regen modlib, toc.

p4raw-id: //depot/perl@10665

23 years agoAdd libnetcfg to perlutil.
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:55:28 +0000]
Add libnetcfg to perlutil.

p4raw-id: //depot/perl@10664

23 years agoInitial integration of libnet-1.0703.
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:53:29 +0000]
Initial integration of libnet-1.0703.
The Configure script renamed as libnetcfg, will be
installed along other utilities.

p4raw-id: //depot/perl@10663

23 years agoLess potentially test-harness-confusing output.
Jarkko Hietaniemi [Sun, 17 Jun 2001 15:37:32 +0000]
Less potentially test-harness-confusing output.

p4raw-id: //depot/perl@10662

23 years agoThe final print annoys make test.
Jarkko Hietaniemi [Sun, 17 Jun 2001 15:31:04 +0000]
The final print annoys make test.

p4raw-id: //depot/perl@10661

23 years agoAdd an option for handling dangling symbolic links.
Jarkko Hietaniemi [Sun, 17 Jun 2001 14:00:21 +0000]
Add an option for handling dangling symbolic links.

p4raw-id: //depot/perl@10660

23 years agoRe: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
Thomas Wegner [Sun, 17 Jun 2001 14:43:11 +0000]
Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
Message-Id: <p04320400b751fb74714a@[149.225.10.45]>

p4raw-id: //depot/perl@10659

23 years agoRemove tmon.out in make clean
Jonathan Stowe [Sun, 17 Jun 2001 11:26:21 +0000]
Remove tmon.out in make clean
Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>

p4raw-id: //depot/perl@10658

23 years agomore anonymous stash cleanups
Abhijit Menon-Sen [Sun, 17 Jun 2001 11:44:06 +0000]
more anonymous stash cleanups
Message-ID: <20010617114406.A25203@lustre.linux.in>

p4raw-id: //depot/perl@10657

23 years ago[PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
Abhijit Menon-Sen [Sun, 17 Jun 2001 08:02:59 +0000]
[PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
Date: Sun, 17 Jun 2001 08:02:59 +0530
Message-ID: <20010617080259.A28776@lustre.linux.in>

Subject: [PATCH #2/7] xhv_eiter
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:13:18 +0530
Message-ID: <20010617081318.B28776@lustre.linux.in>

Subject: [PATCH #3/7] xhv_fill
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:25:16 +0530
Message-ID: <20010617082516.C28776@lustre.linux.in>

Subject: [PATCH #4/7] xhv_keys
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:36:17 +0530
Message-ID: <20010617083617.D28776@lustre.linux.in>

Subject: [PATCH #5/7] xhv_max
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:39:48 +0530
Message-ID: <20010617083948.E28776@lustre.linux.in>

Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
From: Abhijit Menon-Sen <ams@wiw.org>
Date: Sun, 17 Jun 2001 08:51:11 +0530
Message-ID: <20010617085111.F28776@lustre.linux.in>

p4raw-id: //depot/perl@10656

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:32:03 +0000]
Update Changes.

p4raw-id: //depot/perl@10655

23 years agoRe: DYNAMIC_ENV_FETCH HvNAME abuse.
Abhijit Menon-Sen [Sat, 16 Jun 2001 07:41:19 +0000]
Re: DYNAMIC_ENV_FETCH HvNAME abuse.
Message-ID: <20010616074119.A24720@lustre.linux.in>

p4raw-id: //depot/perl@10654

23 years agoDocument tests failing when threaded, since we now have more.
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:15:11 +0000]
Document tests failing when threaded, since we now have more.

p4raw-id: //depot/perl@10653

23 years ago-Wall cleanup.
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:12:19 +0000]
-Wall cleanup.

p4raw-id: //depot/perl@10652

23 years agopthread_attr_setstacksize() isn't absolutely necessary
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:06:55 +0000]
pthread_attr_setstacksize() isn't absolutely necessary
to call, only iff THREAD_CREATE_NEEDS_STACK.

p4raw-id: //depot/perl@10651

23 years ago-Wall strays.
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:58:48 +0000]
-Wall strays.

p4raw-id: //depot/perl@10650

23 years agoAdd workaround for Darwin's (Mac OS X's) INT32_MIN
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:47:40 +0000]
Add workaround for Darwin's (Mac OS X's) INT32_MIN
(and INT64_MIN) brokenness.

p4raw-id: //depot/perl@10649

23 years agoRe: [PATCH] Re: perl@10611
Nicholas Clark [Sun, 17 Jun 2001 00:16:05 +0000]
Re: [PATCH] Re: perl@10611
Message-ID: <20010617001605.V98663@plum.flirble.org>

p4raw-id: //depot/perl@10648

23 years agoAdd perlnetware to docs; regen toc; supply skeleton
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:24:47 +0000]
Add perlnetware to docs; regen toc; supply skeleton
docs for some Memoize submodules.

p4raw-id: //depot/perl@10647

23 years agopod cleanup.
Jarkko Hietaniemi [Sat, 16 Jun 2001 22:06:52 +0000]
pod cleanup.

p4raw-id: //depot/perl@10646

23 years agoIntegrate Memoize 0.64. Few tweaks were required in
Jarkko Hietaniemi [Sat, 16 Jun 2001 21:47:00 +0000]
Integrate Memoize 0.64.  Few tweaks were required in
the test scripts.  Note that the speed and expire*
tests take several dozen seconds to run.

p4raw-id: //depot/perl@10645

23 years agoDocument the cross-compilation options.
Jarkko Hietaniemi [Sat, 16 Jun 2001 20:35:49 +0000]
Document the cross-compilation options.

p4raw-id: //depot/perl@10644

23 years agoNetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
Jarkko Hietaniemi [Sat, 16 Jun 2001 19:46:38 +0000]
NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.

p4raw-id: //depot/perl@10643