| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
to give ByteLoader more meaningful failure diagnostics.
p4raw-id: //depot/perl@27822
|
|
|
|
|
| |
Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
p4raw-id: //depot/perl@27799
|
|
|
|
|
|
|
|
| |
See :
Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
p4raw-id: //depot/perl@27796
|
|
|
|
|
|
|
| |
fixing a bug in B, and non-robust autogenerated code. When
autogenerating initialiser statements for an array, it's a bad plan to
have the size of that array hard coded.
p4raw-id: //depot/perl@27795
|
|
|
| |
p4raw-id: //depot/perl@27786
|
|
|
|
|
| |
S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
p4raw-id: //depot/perl@27761
|
|
|
| |
p4raw-id: //depot/perl@27729
|
|
|
|
|
|
| |
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
p4raw-id: //depot/perl@27727
|
|
|
| |
p4raw-id: //depot/perl@27721
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <44328B97.2060903@gmail.com>
p4raw-id: //depot/perl@27714
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
p4raw-id: //depot/perl@27712
|
|
|
| |
p4raw-id: //depot/perl@27711
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
p4raw-id: //depot/perl@27705
|
|
|
|
|
| |
Message-ID: <44301E8F.2060503@gmail.com>
p4raw-id: //depot/perl@27699
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@27674
|
|
|
| |
p4raw-id: //depot/perl@27671
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
p4raw-id: //depot/perl@27640
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <20060326053213.GA10401@petdance.com>
p4raw-id: //depot/perl@27627
|
|
|
|
|
| |
The / lines where undocumented.
p4raw-id: //depot/perl@27620
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@27609
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
p4raw-id: //depot/perl@27601
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jerry@hedden.us>
Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
p4raw-id: //depot/perl@27594
|
|
|
|
|
| |
around incompatibilities in OpenBSD's gzip.
p4raw-id: //depot/perl@27565
|
|
|
| |
p4raw-id: //depot/perl@27560
|
|
|
|
|
|
|
|
|
|
| |
This avoids the need to statically link DynaLoader into the stub perl
executable and make libperl.so provide all the code needed to get a
functional embedded perl interpreter up running. As a side effect
this also moves DynaLoader into libperl.a for non-useshrplib builds.
Fixes [perl #32539]
p4raw-id: //depot/perl@27549
|
|
|
|
|
| |
Message-ID: <20060319072204.GB5596@petdance.com>
p4raw-id: //depot/perl@27540
|
|
|
|
|
|
|
| |
Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy>
Also includes a version bump to ext/threads/threads.pm.
p4raw-id: //depot/perl@27529
|
|
|
| |
p4raw-id: //depot/perl@27522
|
|
|
| |
p4raw-id: //depot/perl@27521
|
|
|
| |
p4raw-id: //depot/perl@27520
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
p4raw-id: //depot/perl@27516
|
|
|
| |
p4raw-id: //depot/perl@27514
|
|
|
| |
p4raw-id: //depot/perl@27487
|
|
|
|
|
| |
Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
p4raw-id: //depot/perl@27486
|
|
|
|
|
| |
Message-ID: <20060307181235.GA25688@petdance.com>
p4raw-id: //depot/perl@27482
|
|
|
|
|
| |
p4raw-link: @27440 on //depot/perl: 516d25e8e8c09c6c60bf2f46703fc4d5add0f5fb
p4raw-id: //depot/perl@27441
|
|
|
|
|
| |
dumping core.
p4raw-id: //depot/perl@27440
|
|
|
|
|
| |
same sequence of pad usage is generated with and without MAD.
p4raw-id: //depot/perl@27433
|
|
|
|
|
| |
ext/B/t/f_map.t is using.
p4raw-id: //depot/perl@27425
|
|
|
|
|
| |
Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
p4raw-id: //depot/perl@27415
|
|
|
| |
p4raw-id: //depot/perl@27398
|
|
|
|
|
| |
p4raw-link: @27384 on //depot/perl: 25f0751fb55a0f87a7e18ae8960f9acf2407ae32
p4raw-id: //depot/perl@27387
|
|
|
|
|
|
| |
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
p4raw-id: //depot/perl@27384
|
|
|
|
|
| |
Message-ID: <44075996.1000002@gmail.com>
p4raw-id: //depot/perl@27365
|
|
|
|
|
|
| |
From: "Joshua ben Jore" <twists@gmail.com>
Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
p4raw-id: //depot/perl@27353
|