Alan Burlison [Wed, 5 Apr 2006 15:52:14 +0000]
perlio.c breaks on Solaris/gcc when > 256 FDs are available
Message-ID: <
4433D99E.40800@sun.com>
p4raw-id: //depot/perl@27722
Rafael Garcia-Suarez [Wed, 5 Apr 2006 12:56:10 +0000]
There should be only one META.yml file
p4raw-id: //depot/perl@27721
SADAHIRO Tomoyuki [Wed, 5 Apr 2006 21:13:02 +0000]
Fix test portability on non-ASCII platforms
Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
Message-Id: <
20060405210426.F99D.BQW10602@nifty.com>
p4raw-id: //depot/perl@27720
Steve Peters [Wed, 5 Apr 2006 11:49:23 +0000]
Document the functions htmlify() and anchorify() in Pod::Html.
p4raw-id: //depot/perl@27719
Steve Hay [Wed, 5 Apr 2006 10:35:58 +0000]
Simplify tests for fork() capabilities
Jarkko pointed out that change #27710 was causing some
black smoke so makes the tests for fork() simpler, as
per lib\Test\Simple\t\fork.t for now. (Ideally we want
a $Config{d_pseudofork}, as suggested by Andy Dougherty,
but that'll have to wait until I get some more tuits.)
p4raw-link: @27710 on //depot/perl:
2f78ce11bc4a9355ade5d20a0825b10fbb177169
p4raw-id: //depot/perl@27718
Dave Mitchell [Wed, 5 Apr 2006 03:17:50 +0000]
(??{...}) didn't always restore PL_reg_re.
Also trie debugging output was using a var that was no longer
valid
p4raw-id: //depot/perl@27717
Dave Mitchell [Wed, 5 Apr 2006 01:50:33 +0000]
eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
(only another 441 global vars to go ...)
p4raw-id: //depot/perl@27716
Dave Mitchell [Wed, 5 Apr 2006 01:26:59 +0000]
restructure the EVAL branch of regmatch() to minimise local var scope
(no changes to functionality)
p4raw-id: //depot/perl@27715
Jim Cromie [Tue, 4 Apr 2006 11:07:03 +0000]
Re: Making IO::Socket pass test on Win32
Message-ID: <
44328B97.2060903@gmail.com>
p4raw-id: //depot/perl@27714
Rafael Garcia-Suarez [Tue, 4 Apr 2006 12:42:44 +0000]
FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
perl_keyword.pl
p4raw-id: //depot/perl@27713
Jan Dubois [Mon, 3 Apr 2006 18:06:24 +0000]
threads.pm should overload != operator
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <
02fc01c65783$fe4820f0$2217a8c0@candy>
p4raw-id: //depot/perl@27712
Rafael Garcia-Suarez [Tue, 4 Apr 2006 11:14:27 +0000]
Fix syntax error in io_pipe test
p4raw-id: //depot/perl@27711
Yves Orton [Sun, 2 Apr 2006 11:07:19 +0000]
Re: Making IO::Socket pass test on Win32
Message-ID: <
9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
p4raw-id: //depot/perl@27710
Andy Lester [Mon, 3 Apr 2006 08:28:18 +0000]
Move conditional SOCKS5 code into #ifdefs
Message-ID: <
20060403132818.GA7820@petdance.com>
p4raw-id: //depot/perl@27709
Gisle Aas [Tue, 4 Apr 2006 08:36:02 +0000]
Change 27592 disabled the building of manpages for non core-extensions
The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
present in the first place.
p4raw-id: //depot/perl@27708
Jan Dubois [Mon, 3 Apr 2006 18:11:55 +0000]
"smart match" description in overload.pm is in the middle of "fallback" section
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <
02fd01c65784$c3f3c430$2217a8c0@candy>
p4raw-id: //depot/perl@27707
Craig A. Berry [Tue, 4 Apr 2006 03:12:34 +0000]
sort out some utime() issues on VMS
p4raw-id: //depot/perl@27706
Jerry D. Hedden [Mon, 3 Apr 2006 06:10:35 +0000]
2nd patch to sync blead 'threads' with CPAN [REPOST]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <
20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
p4raw-id: //depot/perl@27705
Nicholas Clark [Mon, 3 Apr 2006 11:32:44 +0000]
Two modules in ext/ have dependencies that are post-miniperl.
Encode this information in the Makefile for now.
p4raw-id: //depot/perl@27704
H.Merijn Brand [Mon, 3 Apr 2006 10:02:37 +0000]
Regeneration after backports of #27447, #27484, #27485, #27488,
#27489, #27490, #27491, and #27632
p4raw-id: //depot/perl@27703
Dave Mitchell [Mon, 3 Apr 2006 09:56:29 +0000]
undo #27700 and add a missing Safefree()
p4raw-id: //depot/perl@27702
Andy Lester [Sat, 1 Apr 2006 02:01:30 +0000]
SvREFCNT_inc tweaks
Message-ID: <
20060401080130.GA19372@petdance.com>
p4raw-id: //depot/perl@27701
Andy Lester [Mon, 3 Apr 2006 00:00:50 +0000]
Removed unused code in regexec.c
Message-ID: <
20060403050050.GA19055@petdance.com>
p4raw-id: //depot/perl@27700
Jarkko Hietaniemi [Sun, 2 Apr 2006 21:57:19 +0000]
ext/IO/t/io_unix.t
Message-ID: <
44301E8F.2060503@gmail.com>
p4raw-id: //depot/perl@27699
John L. Allen [Thu, 30 Mar 2006 17:53:13 +0000]
revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
From: "John L. Allen" <allen@grumman.com>
Message-ID: <Pine.GSO.4.53.
0603301710140.24672@gateway.northropgrumman.com>
p4raw-id: //depot/perl@27698
Dominic Dunlop [Sun, 2 Apr 2006 21:13:59 +0000]
Document that the regexp engine is not currently reentrant
Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
Message-Id: <
AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
p4raw-id: //depot/perl@27697
Rafael Garcia-Suarez [Mon, 3 Apr 2006 08:22:15 +0000]
Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
p4raw-id: //depot/perl@27696
Dave Mitchell [Mon, 3 Apr 2006 01:31:12 +0000]
anonymous unions aren't legal ANSI c
p4raw-id: //depot/perl@27694
Nicholas Clark [Mon, 3 Apr 2006 00:25:45 +0000]
The make_ext script should pass MAKE=$MAKE to submakes it invokes for
extentions, as they in turn may invoke $MAKE, and should invoke the
same $MAKE as at the top level, which may not be $Config{make}
p4raw-id: //depot/perl@27693
Dave Mitchell [Sun, 2 Apr 2006 23:50:25 +0000]
whoops, change 27691 blew away the regexec.c changes from 27688
p4raw-id: //depot/perl@27692
Dave Mitchell [Sun, 2 Apr 2006 22:37:57 +0000]
subsume CURCUR (current curly) struct within the main regmatch_state
p4raw-id: //depot/perl@27691
Andy Lester [Sat, 1 Apr 2006 01:01:32 +0000]
Removed unnecessary pointers checks
Message-ID: <
20060401070132.GA6616@petdance.com>
p4raw-id: //depot/perl@27690
Robin Houston [Sun, 2 Apr 2006 17:20:24 +0000]
Prevent "use sort 'stable'" from reversing the order
Message-ID: <
20060402162024.GA3854@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@27689
SADAHIRO Tomoyuki [Sun, 2 Apr 2006 22:48:44 +0000]
Re: [perl #38293] chr(65535) should be allowed in regexes
Message-Id: <
20060402224657.B942.BQW10602@nifty.com>
p4raw-id: //depot/perl@27688
Nicholas Clark [Sun, 2 Apr 2006 20:27:24 +0000]
Change 27677 missed two direct accesses to op_private in COPs.
I believe that all are now found, as redefining CopHINTS_get(c)
to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
and the initialisation of PL_compiling) works.
p4raw-id: //depot/perl@27687
H.Merijn Brand [Sun, 2 Apr 2006 19:10:55 +0000]
First stab at a more reliable Glossary. This now is (again)
mostly generated. (Well, It's a repair to the existing version
"based on" a generated version, which is now well sorted, but
still incomplete for less obvious reasons).
p4raw-id: //depot/perl@27686
Dave Mitchell [Sun, 2 Apr 2006 18:32:32 +0000]
make parts of struct regmatch_state unions
This reduces its size from 120 to 72 bytes
p4raw-id: //depot/perl@27685
Nicholas Clark [Sun, 2 Apr 2006 17:05:34 +0000]
Better failure diagnostics from switch.t.
p4raw-id: //depot/perl@27681
SADAHIRO Tomoyuki [Sun, 2 Apr 2006 12:32:53 +0000]
Re: recent changes have some unmatching of parameters and types
Message-Id: <
20060402122547.0037.BQW10602@nifty.com>
Date: Sun, 02 Apr 2006 12:32:53 +0900
p4raw-id: //depot/perl@27680
Dave Mitchell [Sun, 2 Apr 2006 16:32:10 +0000]
use slabs to allocate save state space in regmatch()
p4raw-id: //depot/perl@27679
Nicholas Clark [Sun, 2 Apr 2006 11:17:58 +0000]
Abstract all reads/writes of the hints in COPs with 2 new macros,
CopHINTS_get() and CopHINTS_set().
p4raw-id: //depot/perl@27677
Nicholas Clark [Sun, 2 Apr 2006 10:55:36 +0000]
'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
p4raw-id: //depot/perl@27676
Nicholas Clark [Sun, 2 Apr 2006 10:41:30 +0000]
Convert ByteLoader to use CopARYBASE_set().
p4raw-id: //depot/perl@27674
Nicholas Clark [Sun, 2 Apr 2006 10:08:04 +0000]
Abstract all the accesses to cop_arybase (apart from ByteLoader)
p4raw-id: //depot/perl@27671
Craig A. Berry [Sun, 2 Apr 2006 01:09:38 +0000]
fix typo in vms/gen_shrfls.pl itanium detector
p4raw-id: //depot/perl@27669
Nicholas Clark [Sat, 1 Apr 2006 23:34:10 +0000]
If the passed in target rv for Perl_newSVrv() was already a reference
to something, it would leak the reference count on that thing.
p4raw-id: //depot/perl@27668
Nicholas Clark [Sat, 1 Apr 2006 23:09:34 +0000]
Test no mypragma;
p4raw-id: //depot/perl@27667
Nicholas Clark [Sat, 1 Apr 2006 21:17:46 +0000]
Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
p4raw-id: //depot/perl@27666
Nicholas Clark [Sat, 1 Apr 2006 19:38:31 +0000]
The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
p4raw-id: //depot/perl@27665
Nicholas Clark [Sat, 1 Apr 2006 15:26:48 +0000]
Test that user pragmas work inside string eval.
p4raw-id: //depot/perl@27664
Nicholas Clark [Sat, 1 Apr 2006 15:22:54 +0000]
Add Rafael's example user pragma, and convert his demo to a test.
p4raw-id: //depot/perl@27663
Nicholas Clark [Sat, 1 Apr 2006 15:21:56 +0000]
If the comment says "(and not ours)" then it should be tested.
p4raw-id: //depot/perl@27662
Nicholas Clark [Sat, 1 Apr 2006 15:11:11 +0000]
Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
p4raw-id: //depot/perl@27660
Nicholas Clark [Sat, 1 Apr 2006 14:31:37 +0000]
Propagate cop_hints inside string evals. For the unthreaded case this
is easy. For the threaded case it's not, because the current OP may
be shared with another thread, so solve this by copying the hints
chain.
p4raw-id: //depot/perl@27659
Nicholas Clark [Sat, 1 Apr 2006 12:32:23 +0000]
Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@27657
Dominic Dunlop [Thu, 30 Mar 2006 10:31:55 +0000]
Re: recursion now removed from the regex engine
Message-Id: <
C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
p4raw-id: //depot/perl@27656
Rafael Garcia-Suarez [Fri, 31 Mar 2006 20:02:40 +0000]
Updated version of the grumpy comment deleted by change #27649,
by Jarkko
p4raw-link: @27649 on //depot/perl:
9ddc1e7af8675795ad0346c1274fd40d4096c50f
p4raw-id: //depot/perl@27653
H.Merijn Brand [Fri, 31 Mar 2006 19:36:44 +0000]
Glossary part for #27447 (madlyh, madlyobj, madlysrc)
p4raw-id: //depot/perl@27652
Nicholas Clark [Fri, 31 Mar 2006 19:30:09 +0000]
Need to dup any hints HV stored on the save stack.
p4raw-id: //depot/perl@27650
Andy Lester [Fri, 31 Mar 2006 00:54:58 +0000]
Redo PERL_UNUSED_DECL
Message-ID: <
20060331065458.GA28571@petdance.com>
p4raw-id: //depot/perl@27649
John E. Malmberg [Fri, 31 Mar 2006 00:39:23 +0000]
[patch@27638] Enable standard stat for VMS >=8.2
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
442CC08A.30409@qsl.net>
p4raw-id: //depot/perl@27648
Nicholas Clark [Fri, 31 Mar 2006 16:22:13 +0000]
Note future possible flexibility for Perl_magic_sethint().
p4raw-id: //depot/perl@27647
Nicholas Clark [Fri, 31 Mar 2006 16:19:38 +0000]
Test that entries in %^H are actually independant.
p4raw-id: //depot/perl@27646
Nicholas Clark [Fri, 31 Mar 2006 14:10:39 +0000]
I can't spell.
p4raw-id: //depot/perl@27645
Rafael Garcia-Suarez [Fri, 31 Mar 2006 14:08:12 +0000]
Document new magic types in perlguts. Fix a comment about sort hints.
p4raw-id: //depot/perl@27644
Nicholas Clark [Fri, 31 Mar 2006 13:45:57 +0000]
Serialise changes to %^H onto the current COP. Return the compile time
state of %^H as an eleventh value from caller. This allows users to
write pragmas.
p4raw-id: //depot/perl@27643
Rafael Garcia-Suarez [Fri, 31 Mar 2006 13:22:00 +0000]
Upgrade to Time::Local 1.12_01
p4raw-id: //depot/perl@27642
Andy Lester [Thu, 30 Mar 2006 23:42:28 +0000]
Random accumulated patches
Message-ID: <
20060331054228.GA18940@petdance.com>
p4raw-id: //depot/perl@27641
Paul Marquess [Fri, 31 Mar 2006 09:48:36 +0000]
IO::Compress::Zip
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <
005201c6549f$e7374490$2405140a@myopwv.com>
p4raw-id: //depot/perl@27640
Rafael Garcia-Suarez [Fri, 31 Mar 2006 08:00:08 +0000]
Test for fileno definedness instead of truth
Don't load Config.pm, which isn't used
p4raw-id: //depot/perl@27639
Nicholas Clark [Thu, 30 Mar 2006 20:55:17 +0000]
Localising hash slices with UTF-8 encoded keys was also buggy.
(See also change 27637)
p4raw-id: //depot/perl@27638
Nicholas Clark [Thu, 30 Mar 2006 20:37:03 +0000]
Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
them correctly on scope exit)
p4raw-id: //depot/perl@27637
Nicholas Clark [Thu, 30 Mar 2006 18:18:27 +0000]
Fix bug 36267 - assigning to a tied hash shouldn't change the
underlying hash. (It used to, if the underlying hash had had storage
allocated). This has the side effect of changing the return value from
hv_store and hv_store_ent for some tied hash scenarios. But *to*
something consistent (ly crazy)
p4raw-id: //depot/perl@27636
Steve Peters [Thu, 30 Mar 2006 12:49:28 +0000]
Pod nit mentioned in Debian bug #358455.
p4raw-id: //depot/perl@27635
Gisle Aas [Thu, 30 Mar 2006 12:31:26 +0000]
Populate pre-canned config.sh files with
d_archlib and d_inc_version_list.
Ref change 27632.
p4raw-id: //depot/perl@27634
Robin Barker [Thu, 30 Mar 2006 13:07:47 +0000]
PATCH t/op/tie.t
Message-ID: <
533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
p4raw-id: //depot/perl@27633
Gisle Aas [Thu, 30 Mar 2006 12:13:54 +0000]
Introduce d_sitearch and d_inc_version_list config.sh variables.
These allow me to set sitearch and sitelib to be the same without
ending up with duplicate entries in @INC.
Basically the same way the old d_archlib variable is used.
p4raw-id: //depot/perl@27632
Randy W. Sims [Wed, 29 Mar 2006 14:10:32 +0000]
Re: New Module::Build released
From: "Randy W. Sims" <ml-perl@thepierianspring.org>
Message-ID: <
442ADBA8.4000203@thepierianspring.org>
p4raw-id: //depot/perl@27631
Andy Lester [Wed, 29 Mar 2006 10:13:36 +0000]
Clean up regexec.c, and remove two functions
Message-ID: <
20060329161336.GA12456@petdance.com>
p4raw-id: //depot/perl@27630
Hugo van der Sanden [Wed, 29 Mar 2006 14:34:00 +0000]
child's processor time
Message-Id: <
200603291234.k2TCY6r29535@zen.crypt.org>
p4raw-id: //depot/perl@27629
Yuval Kogman [Mon, 27 Mar 2006 15:34:07 +0000]
CLONE for Tie::RefHash
Message-ID: <
20060327133407.GA16901@woobling.org>
(also rename old Tie::RefHash test, so several test files
are allowed.)
p4raw-id: //depot/perl@27628
Andy Lester [Sat, 25 Mar 2006 23:32:13 +0000]
Devel::DProf consting
Message-ID: <
20060326053213.GA10401@petdance.com>
p4raw-id: //depot/perl@27627
Jarkko Hietaniemi [Sun, 26 Mar 2006 14:53:56 +0000]
re-[PATCH] Re: [PATCH] Poison now in two different flavours!
Message-ID: <
442680D4.3000809@gmail.com>
p4raw-id: //depot/perl@27626
Jim Cromie [Sun, 26 Mar 2006 20:33:23 +0000]
[doc-patch] clarify -Accflags in INSTALL
Message-ID: <
442740E3.8030006@gmail.com>
p4raw-id: //depot/perl@27625
Nicholas Clark [Tue, 28 Mar 2006 15:43:59 +0000]
Only compile Perl_hv_assert with DEBUGGING.
p4raw-id: //depot/perl@27622
Nicholas Clark [Tue, 28 Mar 2006 15:17:06 +0000]
Having tested IPv6 support in all builtins for TCP and UDP, it all
seem to work perfectly. So remove from perltodo.pod.
p4raw-id: //depot/perl@27621
Gisle Aas [Tue, 28 Mar 2006 11:18:52 +0000]
Improved description of the tmon.out format.
The / lines where undocumented.
p4raw-id: //depot/perl@27620
Jonathan Stowe [Mon, 13 Mar 2006 16:09:44 +0000]
Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
Message-Id: <
1142266184.5811.141.camel@orpheus.gellyfish.com>
p4raw-id: //depot/perl@27619
John E. Malmberg [Mon, 27 Mar 2006 08:05:33 +0000]
[patch@27613] VMS long file path support active.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4427E31D.2030801@qsl.net>
p4raw-id: //depot/perl@27618
Nicholas Clark [Mon, 27 Mar 2006 21:04:58 +0000]
Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
the near identical code in pp_entertry into Perl_create_eval_scope.
Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
Perl_delete_eval_scope.
p4raw-id: //depot/perl@27617
Nicholas Clark [Mon, 27 Mar 2006 20:31:52 +0000]
It helps to actually add the files you add to MANIFEST. (Thanks Dave
for spotting my mistake).
p4raw-id: //depot/perl@27616
Nicholas Clark [Mon, 27 Mar 2006 19:25:02 +0000]
If constant folding fails, don't fold constants, rather than reporting
the error at compile time. This allows illegal constant expressions in
dead code to be ignored.
p4raw-id: //depot/perl@27615
Craig A. Berry [Mon, 27 Mar 2006 00:04:10 +0000]
EU::MM::MM_VMS::one_liner must quote "--" argument
p4raw-id: //depot/perl@27613
Nicholas Clark [Sun, 26 Mar 2006 22:12:57 +0000]
Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
allocation of a copy of "".
p4raw-id: //depot/perl@27612
John E. Malmberg [Sun, 26 Mar 2006 14:32:30 +0000]
[patch@27609] vms pool corruption fix for _NLA0:
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
4426EC4E.8030801@qsl.net>
p4raw-id: //depot/perl@27611
Gisle Aas [Sun, 26 Mar 2006 09:15:01 +0000]
REXEC_ML is unused.
p4raw-id: //depot/perl@27610
Graham Barr [Sun, 26 Mar 2006 02:49:11 +0000]
Update to IO-1.23
p4raw-id: //depot/perl@27609
Nicholas Clark [Sat, 25 Mar 2006 22:45:34 +0000]
Add S_space_join_names_mortal() which joins a char** array with " "s,
replacing 5 instances of the same code.
p4raw-id: //depot/perl@27608
Nicholas Clark [Sat, 25 Mar 2006 22:10:27 +0000]
Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
p4raw-id: //depot/perl@27607
Dave Mitchell [Sat, 25 Mar 2006 14:57:19 +0000]
make configpm only update Config.pm, Config_heavy.pl if changed.
Should stop spurious rebuilding of extensions.
Also add documentation and copyright to top of file.
p4raw-id: //depot/perl@27603