Rafael Garcia-Suarez [Sun, 12 Mar 2006 15:12:29 +0000]
Load .pmc always, even if they are older than a matching .pm file.
(This trick is going to be used by pugs.)
p4raw-id: //depot/perl@27483
Andy Lester [Tue, 7 Mar 2006 12:12:35 +0000]
Removed unnecessary NULL check in Digest::SHA
Message-ID: <
20060307181235.GA25688@petdance.com>
p4raw-id: //depot/perl@27482
Steve Peters [Sun, 12 Mar 2006 13:48:10 +0000]
Upgrade to Module-Build-0.27_09
p4raw-id: //depot/perl@27481
Nicholas Clark [Sat, 11 Mar 2006 23:40:34 +0000]
isSPACE('\0') is false, so can simplify the condition in the for
loop. As the for loop is basically a while loop, write it as one, to
make its intentions clearer.
p4raw-id: //depot/perl@27480
Nicholas Clark [Sat, 11 Mar 2006 22:51:26 +0000]
Fix the last 2 perly.y specific parts of regen_perly.pl, and make
the regen_perly target call it for both perly.y and madly.y.
p4raw-id: //depot/perl@27479
Nicholas Clark [Sat, 11 Mar 2006 22:29:56 +0000]
NNs and NULLOKs for MAD's new functions.
p4raw-id: //depot/perl@27478
Steve Peters [Sat, 11 Mar 2006 22:08:34 +0000]
Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
that Perl_newLOOPOP() had and fixed in change #27476. Maybe some
refactoring is needed?
p4raw-link: @27476 on //depot/perl:
06dc7ac6fa597f9446b4a27a32d667bbcbde0453
p4raw-id: //depot/perl@27477
Steve Peters [Sat, 11 Mar 2006 21:41:20 +0000]
Possible NULL pointer reference found by Coverity checks.
p4raw-id: //depot/perl@27476
Steve Peters [Sat, 11 Mar 2006 20:57:26 +0000]
Keep from using a variable in S_my_kid() before it is initialized. This was introduced with the MAD changes.
p4raw-id: //depot/perl@27475
Peter Prymmer [Fri, 10 Mar 2006 15:24:23 +0000]
perl@27437 fix File::Path::mkpath so that perl installs on VMS
Message-id: <O
FBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
p4raw-id: //depot/perl@27474
Jan Dubois [Fri, 10 Mar 2006 18:21:39 +0000]
Reapply change 24432
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <
01b001c644b2$879a1f50$6062a8c0@candy>
p4raw-id: //depot/perl@27473
Nicholas Clark [Sat, 11 Mar 2006 10:21:27 +0000]
Missed the hunk that adds regen_madly.pl to the regen_perl target.
p4raw-id: //depot/perl@27471
Andy Lester [Sat, 11 Mar 2006 01:13:38 +0000]
Sync up embed.fnc and doio.c
Message-ID: <
20060311071338.GA12490@petdance.com>
Date: Sat, 11 Mar 2006 01:13:38 -0600
p4raw-id: //depot/perl@27470
Andy Lester [Fri, 10 Mar 2006 16:31:00 +0000]
Localizing some vars in S_checkcomma
Message-ID: <
20060310223100.GA13455@petdance.com>
Date: Fri, 10 Mar 2006 16:31:00 -0600
p4raw-id: //depot/perl@27469
Nicholas Clark [Sat, 11 Mar 2006 09:32:18 +0000]
Remove the obsolete mad/P5RE.pm
p4raw-id: //depot/perl@27468
Craig A. Berry [Sat, 11 Mar 2006 01:52:37 +0000]
null terminate command string -- broken in #27438
p4raw-id: //depot/perl@27467
Nicholas Clark [Fri, 10 Mar 2006 21:54:18 +0000]
Move the 12 static MAD variables from toke.c into the interpeter
structure.
p4raw-id: //depot/perl@27466
Nicholas Clark [Fri, 10 Mar 2006 20:58:23 +0000]
Rename the 12 static variables in toke.c to PL_*
p4raw-id: //depot/perl@27465
Nicholas Clark [Fri, 10 Mar 2006 19:47:11 +0000]
gozer took over from gsar (some time ago).
p4raw-id: //depot/perl@27464
Nicholas Clark [Fri, 10 Mar 2006 18:53:01 +0000]
All the autogenerated files from change 27462.
p4raw-id: //depot/perl@27463
Nicholas Clark [Fri, 10 Mar 2006 18:52:40 +0000]
Merge perly.y changes from 5.9.2 to now into madly.y.
p4raw-id: //depot/perl@27462
Nicholas Clark [Fri, 10 Mar 2006 12:57:18 +0000]
Teaching embed.pl about conditional symbols is a TODO.
p4raw-id: //depot/perl@27461
Nicholas Clark [Fri, 10 Mar 2006 12:09:39 +0000]
Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
about MADness (and unMADness - maybe there is a special word for that)
p4raw-id: //depot/perl@27460
Nicholas Clark [Fri, 10 Mar 2006 11:31:14 +0000]
Summon constman! S_checkcomma now has all 3 arguments const char.
p4raw-id: //depot/perl@27459
Nicholas Clark [Fri, 10 Mar 2006 10:50:29 +0000]
Tease apart the keyword/subroutine test in S_checkcomma.
p4raw-id: //depot/perl@27458
Steve Peters [Fri, 10 Mar 2006 02:17:43 +0000]
Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
Otherwise, Win32 does not compile.
p4raw-id: //depot/perl@27457
Nicholas Clark [Thu, 9 Mar 2006 23:23:19 +0000]
Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
TRUE/FALSE.
p4raw-id: //depot/perl@27456
Nicholas Clark [Thu, 9 Mar 2006 22:50:23 +0000]
Remove two NEWSV()s in the non-ithread dump code that got missed.
p4raw-id: //depot/perl@27455
Ronald J. Kimball [Thu, 9 Mar 2006 16:29:12 +0000]
Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
Message-ID: <
20060309212912.GF22682@penkwe.pair.com>
p4raw-id: //depot/perl@27454
Nicholas Clark [Thu, 9 Mar 2006 22:03:55 +0000]
Add the Perl 5 to Perl 5 convertor scripts.
p4raw-id: //depot/perl@27453
Nicholas Clark [Thu, 9 Mar 2006 22:01:28 +0000]
Superior *printf-fu lets us avoid modifying source code.
p4raw-id: //depot/perl@27452
Nicholas Clark [Thu, 9 Mar 2006 21:49:20 +0000]
Avoid scribbling on the passed in command line string for -i in
moreswitches.
p4raw-id: //depot/perl@27451
Nicholas Clark [Thu, 9 Mar 2006 21:24:04 +0000]
-Dmad works, albeit with some test failures:
ext/B/t/f_sort.t 20 5 25.00% 2 4-6 16
ext/B/t/optree_samples.t 20 1 5.00% 18
ext/List/Util/t/weak.t 1 256 22 1 4.55% 22
ext/Safe/t/safeops.t 0 134 354 288 81.36% 211-354
lib/warnings.t 561 2 0.36% 3 10
p4raw-id: //depot/perl@27450
Nicholas Clark [Thu, 9 Mar 2006 20:53:11 +0000]
Oops. Failed to add madly.c
p4raw-id: //depot/perl@27449
Steve Peters [Thu, 9 Mar 2006 20:48:50 +0000]
The Coverity audit is upset that the scream_olds variable is not
directly initialized, although it is likely initialized after
another variable takes a reference to it.
p4raw-id: //depot/perl@27448
Nicholas Clark [Thu, 9 Mar 2006 20:48:18 +0000]
Add the madly parser. I believe that this is all the C code. Now to
find the bugs that stowed away.
p4raw-id: //depot/perl@27447
Nicholas Clark [Thu, 9 Mar 2006 19:53:53 +0000]
It helps to run embed.pl in the correct directory. (not the symlink
tree)
p4raw-id: //depot/perl@27446
Nicholas Clark [Thu, 9 Mar 2006 19:22:10 +0000]
The remainder of the toke.c MAD changes. Now to investigate why MAD
no longer builds.
p4raw-id: //depot/perl@27445
Nicholas Clark [Thu, 9 Mar 2006 19:00:26 +0000]
Another refactoring from Larry implicit in the MAD patch.
p4raw-id: //depot/perl@27444
Nicholas Clark [Thu, 9 Mar 2006 18:08:52 +0000]
Refactoring from Larry implicit in the MAD patch.
p4raw-id: //depot/perl@27443
Nicholas Clark [Thu, 9 Mar 2006 17:06:46 +0000]
Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
as MAD conditionally changes this consistently in 27 places.
p4raw-id: //depot/perl@27442
Steve Peters [Thu, 9 Mar 2006 16:14:20 +0000]
Need to update test count from change #27440.
p4raw-link: @27440 on //depot/perl:
516d25e8e8c09c6c60bf2f46703fc4d5add0f5fb
p4raw-id: //depot/perl@27441
Steve Peters [Thu, 9 Mar 2006 16:03:21 +0000]
croak in POSIX::sigaction() when passed a negative signal instead
dumping core.
p4raw-id: //depot/perl@27440
Nicholas Clark [Thu, 9 Mar 2006 15:13:49 +0000]
MAD changes for bare skipspace()
p4raw-id: //depot/perl@27439
John E. Malmberg [Wed, 8 Mar 2006 23:34:05 +0000]
patch@27385 - VMS thread fixes (was: threads and VMS)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
440FB03D.8010409@qsl.net>
p4raw-id: //depot/perl@27438
Nicholas Clark [Thu, 9 Mar 2006 13:45:30 +0000]
Add the MAD change to perly.y, which brings a new PEG token.
p4raw-id: //depot/perl@27437
Marcus Holland-Moritz [Thu, 9 Mar 2006 12:54:19 +0000]
Fix a memory leak in ck_grep(), spotted by coverity:
perl -e'eval "grep" while 1'
p4raw-id: //depot/perl@27436
Nicholas Clark [Thu, 9 Mar 2006 12:41:40 +0000]
Tweaking the order of op creation/op free in Perl_ck_require to Larry's
order doesn't make tests pass :-(. Nor does it make them fail.
p4raw-id: //depot/perl@27435
Nicholas Clark [Thu, 9 Mar 2006 12:17:41 +0000]
Fix C99ism in dump.c
p4raw-id: //depot/perl@27434
Nicholas Clark [Thu, 9 Mar 2006 12:01:36 +0000]
Unroll 27425 - keeping Larry's order in op.c means that exactly the
same sequence of pad usage is generated with and without MAD.
p4raw-id: //depot/perl@27433
Nicholas Clark [Thu, 9 Mar 2006 11:20:14 +0000]
Note the weakref.t failure that commenting out this code caused.
Pesky waterbeds.
p4raw-id: //depot/perl@27432
Nicholas Clark [Thu, 9 Mar 2006 11:04:23 +0000]
Note the cause of another MAD test failure - an explicit abort trap
for saving PL_formfeed is being hit.
p4raw-id: //depot/perl@27431
Nicholas Clark [Thu, 9 Mar 2006 10:53:25 +0000]
Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
p4raw-id: //depot/perl@27430
Nicholas Clark [Wed, 8 Mar 2006 23:33:05 +0000]
Make MAD at least compile and link once more. Although it's now failing
6 regression tests.
p4raw-id: //depot/perl@27429
Nicholas Clark [Wed, 8 Mar 2006 22:36:30 +0000]
Further MAD changes.
p4raw-id: //depot/perl@27428
Nicholas Clark [Wed, 8 Mar 2006 21:53:06 +0000]
Oops. Didn't mean to commit 27426 to maint first. Integrate it:
Avoid writing over the input string in the case 'F' in moreswitches.
p4raw-id: //depot/perl@27427
p4raw-integrated: from //depot/maint-5.8/perl@27425 'merge in' perl.c
(@27318..)
Nicholas Clark [Wed, 8 Mar 2006 21:18:58 +0000]
The last MAD change to op.c changes the pad offsets of the test that
ext/B/t/f_map.t is using.
p4raw-id: //depot/perl@27425
Nicholas Clark [Wed, 8 Mar 2006 20:34:16 +0000]
Almost all the MAD changes for op.c
p4raw-id: //depot/perl@27424
Nicholas Clark [Wed, 8 Mar 2006 18:17:09 +0000]
Change from Larry in the MAD code which seems to be unrelated to MAD.
p4raw-id: //depot/perl@27423
Nicholas Clark [Wed, 8 Mar 2006 16:29:26 +0000]
MAD changes to dump.c
p4raw-id: //depot/perl@27422
Steve Hay [Wed, 8 Mar 2006 16:25:23 +0000]
Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
They only existed for the benefit of old shells that didn't
understand "rmdir /s /q", but since change #27195 effectively
drops support for old shells that don't understand "xcopy /y"
it seems unnecessary now.
Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
it's probably only the Windows 9x shells that lose out.
p4raw-link: @27195 on //depot/perl:
b6ed73147a6df30ce6f460cb8d6857100c9a83be
p4raw-id: //depot/perl@27421
Steve Hay [Wed, 8 Mar 2006 15:20:28 +0000]
Sort the ext/ and lib/ tests when running under t/harness
Unless they are sorted then they are run in the same order in which
they are listed in MANIFEST, which is not always ideal. In particular,
the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
which causes some files to be left behind afterwards.
ExtUtils::Command::MM::test_harness() sorts test files, so it seems
sensible for t/harness to do likewise, rather than relying on the
ordering in MANIFEST.
p4raw-id: //depot/perl@27420
Nicholas Clark [Wed, 8 Mar 2006 13:40:48 +0000]
Add MAD changes to pad code (new function Perl_pad_peg)
p4raw-id: //depot/perl@27419
Steve Hay [Wed, 8 Mar 2006 13:37:28 +0000]
Adjust Win32 distclean as per changes #27411 and #27417
p4raw-link: @27411 on //depot/perl:
af39be2fd6c4d2b16b9660b0f3beb455fa5cf866
p4raw-id: //depot/perl@27418
Rafael Garcia-Suarez [Wed, 8 Mar 2006 13:29:26 +0000]
"make distclean" fix noticed by Steve Hay
p4raw-id: //depot/perl@27417
Steve Hay [Wed, 8 Mar 2006 12:15:04 +0000]
Cleanup Archive-Tar temporary test files
I've done this twice before already (changes #25043 and #26785),
but it keeps getting accidentally removed. Third time lucky?
p4raw-link: @25043 on //depot/perl:
d2f9954da5cf024584e2642e8a40c50dd202ef16
p4raw-id: //depot/perl@27416
Stephen McCamant [Tue, 7 Mar 2006 20:00:30 +0000]
Re: [perl #38684] O::Deparse not working as expected
Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
p4raw-id: //depot/perl@27415
Andy Lester [Wed, 8 Mar 2006 00:45:29 +0000]
Removed unused check and assignment in pp_hot.c
Message-ID: <
20060308064529.GA16499@petdance.com>
p4raw-id: //depot/perl@27414
Steve Hay [Wed, 8 Mar 2006 09:36:50 +0000]
Don't try to export PL_madskills/PL_xmlfp when they're not defined
(Fixes Win32 linker error introduced by change #27408)
p4raw-link: @27408 on //depot/perl:
598921a7d8d43baa942b750d26a55dadca2c13d5
p4raw-id: //depot/perl@27413
Steve Hay [Wed, 8 Mar 2006 08:42:44 +0000]
Complete change #27407/27410 on Win32 and tidy up change #27372
p4raw-link: @27407 on //depot/perl:
a724edfe531a4a4cce2d4bbb94e1f583d86bc9a3
p4raw-link: @27372 on //depot/perl:
df012815e587b94cd356692431756ba265085fbf
p4raw-id: //depot/perl@27412
Rafael Garcia-Suarez [Wed, 8 Mar 2006 08:23:54 +0000]
"make distclean" adjustments for the new Compress modules
p4raw-id: //depot/perl@27411
H.Merijn Brand [Wed, 8 Mar 2006 08:10:25 +0000]
Backport #27407
Add a Configure question for mad (Misc Attribute Decoration - Larry's
perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
p4raw-id: //depot/perl@27410
Nicholas Clark [Tue, 7 Mar 2006 23:24:55 +0000]
Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
and default definitions for the 2 variables. (Which will save a lot of
conditional complilation, by instead letting the C compiler optimiser
remove dead code.)
p4raw-id: //depot/perl@27408
Nicholas Clark [Tue, 7 Mar 2006 22:16:55 +0000]
Add a Configure question for mad (Misc Attribute Decoration - Larry's
perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
p4raw-id: //depot/perl@27407
Nicholas Clark [Tue, 7 Mar 2006 19:31:49 +0000]
Two more TODOs for those with C knowledge.
p4raw-id: //depot/perl@27406
Nicholas Clark [Tue, 7 Mar 2006 19:27:28 +0000]
Remove the #define - ARENASETS are always on now.
p4raw-id: //depot/perl@27405
Nicholas Clark [Tue, 7 Mar 2006 19:23:14 +0000]
TPF++ # perlfoundation.org/gc/grants/2006-perl5-improve.html
Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
p4raw-id: //depot/perl@27404
Rafael Garcia-Suarez [Tue, 7 Mar 2006 17:09:54 +0000]
This looks like a memory leak.
p4raw-id: //depot/perl@27403
Rafael Garcia-Suarez [Tue, 7 Mar 2006 16:49:58 +0000]
$[ = 2 should not warn.
p4raw-id: //depot/perl@27402
Steve Hay [Tue, 7 Mar 2006 14:58:20 +0000]
Fix lib/Module/Build/t/compat.t
(e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
p4raw-id: //depot/perl@27401
Rafael Garcia-Suarez [Tue, 7 Mar 2006 14:36:00 +0000]
Make report on bad filenames easier to read
p4raw-id: //depot/perl@27400
Rafael Garcia-Suarez [Tue, 7 Mar 2006 14:15:46 +0000]
FAQ sync. (FAQ now moved to svn)
p4raw-id: //depot/perl@27399
Steve Peters [Tue, 7 Mar 2006 04:48:29 +0000]
Upgrade to PathTools-3.17
p4raw-id: //depot/perl@27398
Paul Johnson [Tue, 28 Feb 2006 20:17:31 +0000]
Re: [PATCH] Removed a redundant o->op_type
Message-ID: <
20060228191731.GD20933@pjcj.net>
p4raw-id: //depot/perl@27397
Marcus Holland-Moritz [Mon, 6 Mar 2006 22:18:52 +0000]
Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
value as we're probably hunting memory leaks then
p4raw-id: //depot/perl@27396
Nicholas Clark [Mon, 6 Mar 2006 20:44:02 +0000]
Update David Dyck's e-mail address.
p4raw-id: //depot/perl@27393
Rafael Garcia-Suarez [Mon, 6 Mar 2006 17:26:43 +0000]
Add all new utilities in the perlutil man page.
Includes lots of work by Zsban Ambrus.
p4raw-id: //depot/perl@27390
Yitzchak Scott-Thoennes [Sun, 5 Mar 2006 12:08:30 +0000]
add Module::Build 0.27_08
Message-ID: <
20060305200830.GA2660@efn.org>
p4raw-id: //depot/perl@27389
Rafael Garcia-Suarez [Mon, 6 Mar 2006 14:52:48 +0000]
Upgrade to Archive::Tar 1.29
p4raw-id: //depot/perl@27388
Rafael Garcia-Suarez [Mon, 6 Mar 2006 10:06:53 +0000]
Add and remove files forgotten in change #27384
p4raw-link: @27384 on //depot/perl:
25f0751fb55a0f87a7e18ae8960f9acf2407ae32
p4raw-id: //depot/perl@27387
Peter Prymmer [Sun, 5 Mar 2006 20:30:09 +0000]
PATCH: 2 vms specific build files in perl @ 27383
Message-id: <O
FF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
p4raw-id: //depot/perl@27386
John E. Malmberg [Sun, 5 Mar 2006 00:32:27 +0000]
Re: threads and VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
440A77EB.2030205@qsl.net>
p4raw-id: //depot/perl@27385
Paul Marquess [Fri, 3 Mar 2006 10:25:48 +0000]
Compress::Zlib
From: "Paul Marquess" <paul.marquess@ntlworld.com>
Message-ID: <
007101c63eac$d919c6c0$4c05140a@myopwv.com>
p4raw-id: //depot/perl@27384
Nicholas Clark [Sun, 5 Mar 2006 21:21:10 +0000]
Change 27380 (HEK into the IV union failed to convert the code in the
non-gcc-debugging ifdef. Whoops. Very lax of me)
p4raw-id: //depot/perl@27383
Nicholas Clark [Sun, 5 Mar 2006 19:07:12 +0000]
Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
to simplify GV initialisation.
p4raw-id: //depot/perl@27382
Nicholas Clark [Sun, 5 Mar 2006 18:40:59 +0000]
Change hv_name_set to take U32 length and flags parameters.
p4raw-id: //depot/perl@27381
Nicholas Clark [Sun, 5 Mar 2006 18:13:42 +0000]
Move the GvNAME HEK into the IV union - every GV is now 1 pointer
smaller.
p4raw-id: //depot/perl@27380
Nicholas Clark [Sun, 5 Mar 2006 17:47:23 +0000]
Use a HEK to store the GV's name, rather than a malloc()ed string.
Saves 1 word in each GV (no more strlen), and will also save the memory
used by the string itself, as the HEK will exist already due to the
key used by the symbol table for this GV.
p4raw-id: //depot/perl@27379
Nicholas Clark [Sun, 5 Mar 2006 12:12:56 +0000]
Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
p4raw-id: //depot/perl@27378
Nicholas Clark [Sun, 5 Mar 2006 11:53:55 +0000]
Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
p4raw-id: //depot/perl@27377