Nick Ing-Simmons [Wed, 20 Jun 2001 16:12:37 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10755
Jarkko Hietaniemi [Wed, 20 Jun 2001 14:03:20 +0000]
Security tweak on readlink().
p4raw-id: //depot/perl@10753
Jarkko Hietaniemi [Wed, 20 Jun 2001 14:00:23 +0000]
MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
p4raw-id: //depot/perl@10752
Jarkko Hietaniemi [Wed, 20 Jun 2001 13:57:27 +0000]
Reinstate #10725 (with probe for alarm()).
p4raw-id: //depot/perl@10751
Jarkko Hietaniemi [Wed, 20 Jun 2001 13:53:46 +0000]
Replace our implementation of realpath() with OpenBSD's
(src/lib/libc/stdlib/realpath.c 1.4).
p4raw-id: //depot/perl@10750
Jarkko Hietaniemi [Wed, 20 Jun 2001 13:07:49 +0000]
Integrate perlio:
[ 10747]
Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
p4raw-link: @10747 on //depot/perlio:
0c20e1bff223cc739a8992304cad35e8a6d79050
p4raw-id: //depot/perl@10749
Jarkko Hietaniemi [Wed, 20 Jun 2001 13:07:18 +0000]
No point in going into memory-saving contortions
with getcwd() since there's a danger of buffer overflow.
Also make the POSIX extension to use sv_getcwd().
Finally, a missed proto.h fragment.
p4raw-id: //depot/perl@10748
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
Jarkko Hietaniemi [Wed, 20 Jun 2001 11:51:10 +0000]
Re: Bug in IO::Socket::INET module (repeat)
From: Graham Barr <gbarr@pobox.com>
Date: Wed, 20 Jun 2001 11:05:49 +0100
Message-ID: <
20010620110549.I19188@pobox.com>
reported in
Subject: Bug in IO::Socket::INET module (repeat)
From: "Harmon S. Nine" <hnine@netarx.com>
Date: Tue, 19 Jun 2001 09:41:35 -0400
Message-ID: <
3B2F568F.8080605@netarx.com>
The bug was that the IO::Socket::INET constructor
did not allow a 'LocalPort' of 0.
p4raw-id: //depot/perl@10746
Nick Ing-Simmons [Wed, 20 Jun 2001 08:56:39 +0000]
Integrate mainline.
p4raw-id: //depot/perlio@10745
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
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..)
Jarkko Hietaniemi [Wed, 20 Jun 2001 00:41:05 +0000]
Retract #10725 (Hugo asked NOT to apply the patch)
p4raw-id: //depot/perl@10741
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
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
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
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
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
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
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
Jarkko Hietaniemi [Tue, 19 Jun 2001 19:17:35 +0000]
AUTHORS updates.
p4raw-id: //depot/perl@10731
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
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
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
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
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
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
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
Nick Ing-Simmons [Tue, 19 Jun 2001 14:46:15 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10723
Jarkko Hietaniemi [Tue, 19 Jun 2001 11:55:30 +0000]
Update Changes.
p4raw-id: //depot/perl@10722
Jarkko Hietaniemi [Tue, 19 Jun 2001 11:29:34 +0000]
The existence shall be MANIFESted.
p4raw-id: //depot/perl@10721
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
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:55:59 +0000]
NetWare tweaks from Guruprasad.
p4raw-id: //depot/perl@10719
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
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
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
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
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
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
Jarkko Hietaniemi [Tue, 19 Jun 2001 10:34:35 +0000]
One test lost in the big shuffle restored.
p4raw-id: //depot/perl@10712
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
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
Nick Ing-Simmons [Tue, 19 Jun 2001 08:18:18 +0000]
Integrate mainline
p4raw-id: //depot/perlio@10709
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
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
Jarkko Hietaniemi [Tue, 19 Jun 2001 02:58:26 +0000]
More perl572delta tweaks.
p4raw-id: //depot/perl@10706
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:53:40 +0000]
Update perl572delta.
p4raw-id: //depot/perl@10705
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:28:40 +0000]
VOS updates from Paul Green.
p4raw-id: //depot/perl@10704
Jarkko Hietaniemi [Tue, 19 Jun 2001 01:03:53 +0000]
Update the vos/config.*.* files.
p4raw-id: //depot/perl@10703
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
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
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:45:12 +0000]
gcc -Wall sweep.
p4raw-id: //depot/perl@10700
Jarkko Hietaniemi [Mon, 18 Jun 2001 23:19:53 +0000]
So there.
p4raw-id: //depot/perl@10699
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
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
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
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
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
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
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
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
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
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:59:47 +0000]
Update Changes.
p4raw-id: //depot/perl@10689
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
Jon Gunnip [Sun, 17 Jun 2001 18:24:29 +0000]
$@ Clarification in pod/perlvar.pod
Message-ID: <F136EXUIEAOeIiGXix
40000e3a7@hotmail.com>
p4raw-id: //depot/perl@10687
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
Jarkko Hietaniemi [Mon, 18 Jun 2001 13:11:49 +0000]
Split off the pack/unpack code, from Nicholas Clark.
p4raw-id: //depot/perl@10685
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
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
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
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
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
Jarkko Hietaniemi [Mon, 18 Jun 2001 11:49:27 +0000]
One missed file.
p4raw-id: //depot/perl@10679
Nick Ing-Simmons [Mon, 18 Jun 2001 08:05:29 +0000]
Integrate mainline (part2 - the deletes)
p4raw-id: //depot/perlio@10678
Nick Ing-Simmons [Mon, 18 Jun 2001 08:04:44 +0000]
Integrate mainline (part1)
p4raw-id: //depot/perlio@10677
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
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
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
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
Jarkko Hietaniemi [Sun, 17 Jun 2001 22:09:28 +0000]
Try the new test scanning scheme on Text::Abbrev.
p4raw-id: //depot/perl@10672
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
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
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
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..)
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
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:59:42 +0000]
Regen modlib, toc.
p4raw-id: //depot/perl@10665
Jarkko Hietaniemi [Sun, 17 Jun 2001 16:55:28 +0000]
Add libnetcfg to perlutil.
p4raw-id: //depot/perl@10664
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
Jarkko Hietaniemi [Sun, 17 Jun 2001 15:37:32 +0000]
Less potentially test-harness-confusing output.
p4raw-id: //depot/perl@10662
Jarkko Hietaniemi [Sun, 17 Jun 2001 15:31:04 +0000]
The final print annoys make test.
p4raw-id: //depot/perl@10661
Jarkko Hietaniemi [Sun, 17 Jun 2001 14:00:21 +0000]
Add an option for handling dangling symbolic links.
p4raw-id: //depot/perl@10660
Thomas Wegner [Sun, 17 Jun 2001 14:43:11 +0000]
Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS etc.
Message-Id: <p
04320400b751fb74714a@[149.225.10.45]>
p4raw-id: //depot/perl@10659
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
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
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
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:32:03 +0000]
Update Changes.
p4raw-id: //depot/perl@10655
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
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
Jarkko Hietaniemi [Sat, 16 Jun 2001 23:12:19 +0000]
-Wall cleanup.
p4raw-id: //depot/perl@10652
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