Here are some notes which I have made which may prove useful in the
refactoring of Parrot::Distribution. I hope that I have grepped and
acked accurately, but I'm not guaranteeing 100% accuracy.
kid51
NAME
Parrot::Distribution refactoring notes
ANALYSIS OF PACKAGE
* used by:
I am pulling this patch from submission for the time being. When I
originally submitted the refactored tools/build/ops2c.pl and
lib/Parrot/Ops2c/Utils.pm over a week ago, they were passing their own
tests as well as those in 'make test'.
However, something outside these patches must have changed
[Same note as in RT 41688]
I am pulling this patch from submission for the time being. When I
originally submitted the refactored tools/build/ops2c.pl and
lib/Parrot/Ops2c/Utils.pm over a week ago, they were passing their own
tests as well as those in 'make test'.
However, something outside thes
# New Ticket Created by James Keenan
# Please include the string: [perl #41704]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41704 >
This morning I encountered test failures when running 'make test' in
three scripts:
t
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Mar 5 14:00:02 2007 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with mo
Defining _CRT_SECURE_NO_DEPRECATE on the compiler command line is
probably the right solution here.
Kevin
Klaas-Jan Stol wrote:
[EMAIL PROTECTED] via RT wrote:
Hi,
Applied in 17281, thanks.
For your question, strdup is fine since these are not garbage
collectable strings (STRING*), just norm
On 3/5/07, Kevin Tew <[EMAIL PROTECTED]> wrote:
Defining _CRT_SECURE_NO_DEPRECATE on the compiler command line is
probably the right solution here.
Kevin
i disagree. the reason C, C and C were
deprecated is because they're non-ansi. therefore, microsoft renamed
it to C<_strdup>. since we've ple
On 3/5/07, jerry gay <[EMAIL PROTECTED]> wrote:
On 3/5/07, Kevin Tew <[EMAIL PROTECTED]> wrote:
> Defining _CRT_SECURE_NO_DEPRECATE on the compiler command line is
> probably the right solution here.
> Kevin
>
i disagree. the reason C, C and C were
deprecated is because they're non-ansi. therefo
On Mon, Mar 05, 2007 at 05:48:57PM +0100, Klaas-Jan Stol wrote:
> On 3/5/07, jerry gay <[EMAIL PROTECTED]> wrote:
> >instead of disabling the *valid* compiler warning, i suggest that
> >either we modify our coding standard to allow C, or we rename
> >all usage to C<_strdup> and #define as appropri
I believe that VS2005 Has a new snprintf_s, strcpy_s etc that are
suppose to be secure
See:
http://msdn2.microsoft.com/en-us/library/8ef0s5kh(VS.80).aspx.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=6995&SiteID=1.
Kevin
Philip Taylor wrote:
Klaas-Jan Stol wrote on 05/03/2007 16:48:
On 3/5/07, Philip Taylor <[EMAIL PROTECTED]> wrote:
For the string functions which it does claim are unsafe (strcpy, strcat,
etc), it warns "This function or variable may be unsafe. Consider using
strcpy_s instead" and provides the _s alternatives; but strdup isn't one
of those functions. A call
Klaas-Jan Stol wrote on 05/03/2007 16:48:
On 3/5/07, jerry gay <[EMAIL PROTECTED]> wrote:
i disagree. the reason C, C and C were
deprecated is because they're non-ansi. therefore, microsoft renamed
it to C<_strdup>. since we've pledged ansi (aka c89) c compliance, we
should be following a simila
Author: mdiep
Date: Mon Mar 5 08:17:26 2007
New Revision: 17348
Modified:
trunk/docs/pdds/draft/pdd15_objects.pod
Log:
[pdd15]: A few small fixes to the Object PDD
Modified: trunk/docs/pdds/draft/pdd15_objects.pod
==
# New Ticket Created by Will Coleda
# Please include the string: [perl #41707]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=41707 >
(all paths relative to languages/tcl)
First, do a make test in tcl to get a baseline as
Author: nicholas
Date: Mon Mar 5 10:35:04 2007
New Revision: 17350
Modified:
trunk/docs/pdds/draft/pdd15_objects.pod
Log:
A few spelling corrections.
Modified: trunk/docs/pdds/draft/pdd15_objects.pod
==
--- trunk/do
FYI:
On Mar 5, 2007, at 7:14 PM, [EMAIL PROTECTED] wrote:
-- Mar 20th, Matt Diephouse (mdiep)
-- Apr 17th, Will Coleda (coke)
+- Mar 20th, Will Coleda (coke)
+- Apr 17th, Matt Diephouse (mdiep)
--
Will "Coke" Coleda
[EMAIL PROTECTED]
Hiya,
On Mon Mar 05 10:32:33 2007, coke wrote:
> (all paths relative to languages/tcl)
>
> First, do a make test in tcl to get a baseline as some tests are
> failing.
languages/tcl$ make test | tee /tmp/OUTPUT
> The stub files in src/builtin/*.pir need to be relocated to
> runtime/builtin/*.pir;
17 matches
Mail list logo