Change 27908: [PATCH] Localizing vars

2006-04-20 Thread Rafael Garcia-Suarez
Change 27908 by [EMAIL PROTECTED] on 2006/04/20 09:04:46 Subject: [PATCH] Localizing vars From: [EMAIL PROTECTED] (Andy Lester) Date: Wed, 19 Apr 2006 23:44:01 -0500 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/util.c#556 edit Differences

Change 27909: [PATCH] regexec consting localizing

2006-04-20 Thread Rafael Garcia-Suarez
Change 27909 by [EMAIL PROTECTED] on 2006/04/20 09:35:00 Subject: [PATCH] regexec consting localizing From: [EMAIL PROTECTED] (Andy Lester) Date: Wed, 19 Apr 2006 12:35:43 -0500 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/regexec.c#414 edit

Change 27911: regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID

2006-04-20 Thread Dave Mitchell
Change 27911 by [EMAIL PROTECTED] on 2006/04/20 12:33:09 regmatch(): raplace magic value -1000 with symbolic CHRTEST_VOID Affected files ... ... //depot/perl/regexec.c#415 edit Differences ... //depot/perl/regexec.c#415 (text) Index: perl/regexec.c ---

Change 27913: Fix typo in the description of change 21323.

2006-04-20 Thread Nicholas Clark
Change 27913 by [EMAIL PROTECTED] on 2006/04/20 13:54:45 Fix typo in the description of change 21323. Affected files ... ... //depot/perl/Changes#614 edit Differences ... //depot/perl/Changes#614 (text) Index: perl/Changes --- perl/Changes#613~27233~ 2006-02-19

Change 27914: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27914 by [EMAIL PROTECTED] on 2006/04/20 15:43:10 Integrate: [ 20479] Fix bug #23141 : localization of readonly magic scalars now produces an error Modification of a read-only value attempted, instead of silently failing. [ 21323]

Change 27915: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27915 by [EMAIL PROTECTED] on 2006/04/20 16:06:43 Integrate: [ 23018] Assert that we aren't leaking memory. Affected files ... ... //depot/maint-5.8/perl/sv.c#243 integrate Differences ... //depot/maint-5.8/perl/sv.c#243 (text) Index: perl/sv.c ---

Change 27916: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27916 by [EMAIL PROTECTED] on 2006/04/20 17:07:07 Integrate: [ 27704] Two modules in ext/ have dependencies that are post-miniperl. Encode this information in the Makefile for now. Affected files ... ... //depot/maint-5.8/perl/Makefile.SH#56 integrate

Change 27917: [REPOST] [PATCH] Remove superfluous counter in threads

2006-04-20 Thread Rafael Garcia-Suarez
Change 27917 by [EMAIL PROTECTED] on 2006/04/20 17:25:43 Subject: [REPOST] [PATCH] Remove superfluous counter in threads From: Jerry D. Hedden [EMAIL PROTECTED] Date: Wed, 19 Apr 2006 05:32:14 -0700 Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 27918: Convert two ok()s to better constructions.

2006-04-20 Thread Nicholas Clark
Change 27918 by [EMAIL PROTECTED] on 2006/04/20 17:37:31 Convert two ok()s to better constructions. Affected files ... ... //depot/perl/lib/base/t/fields.t#5 edit Differences ... //depot/perl/lib/base/t/fields.t#5 (text) Index: perl/lib/base/t/fields.t ---

Change 27919: Tweak change 23256 to continue passing on 5.8.x

2006-04-20 Thread Nicholas Clark
Change 27919 by [EMAIL PROTECTED] on 2006/04/20 18:51:02 Tweak change 23256 to continue passing on 5.8.x Affected files ... ... //depot/perl/lib/base/t/fields.t#6 edit Differences ... //depot/perl/lib/base/t/fields.t#6 (text) Index: perl/lib/base/t/fields.t ---

Change 27920: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27920 by [EMAIL PROTECTED] on 2006/04/20 19:58:11 Integrate: [ 23474] Skip failing thread/wait tests on HP-UX 10.20 These will never ever be fixed, since 10.20 is obsolete perl583delta describes this. The quote is included in wait.t Affected files

Change 27922: Add new tests for bug #32840 provided by David Landgren,

2006-04-20 Thread Rafael Garcia-Suarez
Change 27922 by [EMAIL PROTECTED] on 2006/04/20 20:22:23 Add new tests for bug #32840 provided by David Landgren, as a new file rxcode.t (they mostly test $^R for now) Affected files ... ... //depot/perl/MANIFEST#1381 edit ... //depot/perl/t/op/rxcode.t#1 add Differences ...

Change 27921: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27921 by [EMAIL PROTECTED] on 2006/04/20 20:17:41 Integrate: [ 27660] Rewrite t/op/getppid.t to remove the assumption that init has PID of 1. Affected files ... ... //depot/maint-5.8/perl/t/op/getppid.t#2 integrate Differences ...

Change 27923: Add test boilerplate and use test.pl instead of Test::More

2006-04-20 Thread Rafael Garcia-Suarez
Change 27923 by [EMAIL PROTECTED] on 2006/04/20 20:24:46 Add test boilerplate and use test.pl instead of Test::More Affected files ... ... //depot/perl/t/op/rxcode.t#2 edit Differences ... //depot/perl/t/op/rxcode.t#2 (text) Index: perl/t/op/rxcode.t ---

Change 27924: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27924 by [EMAIL PROTECTED] on 2006/04/20 20:46:31 Integrate: [ 23911] Add simple exception handling macros for XS writers. [ 23913] Regenerate perlapi.pod. [ 27560] Test croak(NULL) Affected files ... ...

Change 27926: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27926 by [EMAIL PROTECTED] on 2006/04/20 21:03:43 Integrate: [ 23925] Attempt to fix problems with new exception handling macros. Affected files ... ... //depot/maint-5.8/perl/MANIFEST#282 integrate ... //depot/maint-5.8/perl/XSUB.h#28 integrate ...

Change 27928: Integrate:

2006-04-20 Thread Nicholas Clark
Change 27928 by [EMAIL PROTECTED] on 2006/04/20 21:48:52 Integrate: [ 24942] handle magic in local correctly the local SV now gets a copy of any container magic, and no value magic; in the past the whole magic chain was either shared or moved