Change 31442: Correct my email address. (My very first commit!)

2007-06-21 Thread demerphq
Change 31442 by [EMAIL PROTECTED] on 2007/06/21 22:23:20 Correct my email address. (My very first commit!) Affected files ... ... //depot/perl/AUTHORS#161 edit Differences ... //depot/perl/AUTHORS#161 (text) Index: perl/AUTHORS --- perl/AUTHORS#160~31434~ 2007-06-21 01:13

Change 31443: Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file.

2007-06-22 Thread demerphq
Change 31443 by [EMAIL PROTECTED] on 2007/06/21 22:57:20 Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file. Affected files ... ... //depot/perl/AUTHORS#162 edit Differences ... //depot/perl/AUTHORS#162 (te

Change 31451: Resolve

2007-06-23 Thread demerphq
Change 31451 by [EMAIL PROTECTED] on 2007/06/23 19:04:04 Resolve http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html by reverting part of change #29354. Unfortunately match vars after a /g match in scalar context will be unsafe (again) aft

Change 31453: Rename test files starting with regexp_ that do not

2007-06-23 Thread demerphq
Change 31453 by [EMAIL PROTECTED] on 2007/06/23 19:53:53 Rename test files starting with regexp_ that do not wrap regexp.t (and thus use re_tests) to reg_ to make it clear they are standalone. Affected files ... ... //depot/perl/MANIFEST#1591 edit ... //depot/perl/t/op/re

Change 31483: Free memory in case of error/failure to compile.

2007-06-27 Thread demerphq
Change 31483 by [EMAIL PROTECTED] on 2007/06/28 00:01:54 Free memory in case of error/failure to compile. Hopefully valgrind will notice and like. :-) Affected files ... ... //depot/perl/regcomp.c#596 edit Differences ... //depot/perl/regcomp.c#596 (text) Ind

Change 31495: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine

2007-06-28 Thread demerphq
Change 31495 by [EMAIL PROTECTED] on 2007/06/28 22:09:07 Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" Date: Thu, 28 Jun 2007 20:06:50 + <[EMAIL PROTECTED]> Mess

Change 31496: Replace pattern parsing logic with optree "parsing" logic.

2007-06-28 Thread demerphq
Change 31496 by [EMAIL PROTECTED] on 2007/06/28 22:14:14 Replace pattern parsing logic with optree "parsing" logic. Affected files ... ... //depot/perl/regcomp.c#598 edit Differences ... //depot/perl/regcomp.c#598 (text) Index: perl/regcomp.c --- perl/regcomp.c#597~31495~ 2

Change 31497: Rename various regex defined so that they have distinct prefixes based on their usage.

2007-06-28 Thread demerphq
Change 31497 by [EMAIL PROTECTED] on 2007/06/28 23:14:39 Rename various regex defined so that they have distinct prefixes based on their usage. RXf_ => flags used in pm_flags argument to regcomp and stored in the regex via rx->extflags PREGf_ => flags s

Change 31498: fix overzealous search and replace

2007-06-28 Thread demerphq
Change 31498 by [EMAIL PROTECTED] on 2007/06/29 00:05:57 fix overzealous search and replace Affected files ... ... //depot/perl/regexp.h#107 edit Differences ... //depot/perl/regexp.h#107 (text) Index: perl/regexp.h --- perl/regexp.h#106~31497~2007-06-28 16:14:39.

Change 31506: Date: Fri, 29 Jun 2007 23:38:07 +0200

2007-06-30 Thread demerphq
Change 31506 by [EMAIL PROTECTED] on 2007/06/30 15:37:41 Date: Fri, 29 Jun 2007 23:38:07 +0200 From: Abigail <[EMAIL PROTECTED]> Subject: /p vs (?p) Message-ID: <[EMAIL PROTECTED]> Date: Sat, 30 Jun 2007 01:24:36 +0200 From: Abigail <[EMAIL

Change 31507: Date: Fri, 29 Jun 2007 23:42:59 -0500

2007-06-30 Thread demerphq
Change 31507 by [EMAIL PROTECTED] on 2007/06/30 15:48:55 Date: Fri, 29 Jun 2007 23:42:59 -0500 From: Benjamin Carter <[EMAIL PROTECTED]> Subject: [PATCH regcomp.c] regclass on EBCDIC platforms Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/reg

Change 31508: Date: Fri, 29 Jun 2007 22:49:35 +0200

2007-06-30 Thread demerphq
Change 31508 by [EMAIL PROTECTED] on 2007/06/30 16:19:33 Date: Fri, 29 Jun 2007 22:49:35 +0200 From: Abigail <[EMAIL PROTECTED]> Subject: [PATCH pp_hot.c] Comment typo fix Message-ID: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/pp_hot.c#523 edit Diff

Change 31509: From: Tels <[EMAIL PROTECTED]>

2007-06-30 Thread demerphq
Change 31509 by [EMAIL PROTECTED] on 2007/06/30 16:44:16 From: Tels <[EMAIL PROTECTED]> Subject: FYI: Math::BigInt v1.87 released [PATCH] Date: Sat, 30 Jun 2007 13:14:05 +0200 Message-Id: <[EMAIL PROTECTED]> Affected files ... ... //depot/perl/lib/Math/BigFloat.pm

Re: Change 24806: improve static build for win32/Makefile

2005-06-13 Thread demerphq
On 6/13/05, vadim <[EMAIL PROTECTED]> wrote: > > >Change 24806 by [EMAIL PROTECTED] on 2005/06/12 09:54:07 > > > > > > Subject: improve static build for win32/Makefile > > > From: vadim <[EMAIL PROTECTED]> > > > Date: Sun, 12 Jun 2005 14:09:11 -0400 > > > Message-Id: <[EMAIL PROTECT

Re: Change 24806: improve static build for win32/Makefile

2005-06-13 Thread demerphq
On 6/13/05, demerphq <[EMAIL PROTECTED]> wrote: > On 6/13/05, vadim <[EMAIL PROTECTED]> wrote: > > > >Change 24806 by [EMAIL PROTECTED] on 2005/06/12 09:54:07 > > > > > > > > Subject: improve static build for win32/Makefile > > > >