[svn:parrot-pdd] r22545 - trunk/docs/pdds/draft

2007-10-28 Thread paultcochrane
Author: paultcochrane Date: Sun Oct 28 04:24:13 2007 New Revision: 22545 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [docs] Making pod.t happy Modified: trunk/docs/pdds/draft/pdd19_pir.pod == --- trunk/docs/pd

[perl #46971] [DEPRECATED] newfrom sub/method in PGE

2007-10-28 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #46971] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46971 > This has been deprecated since before 0.4.17 and can be removed at any time. -- The C

DEPRECATION, new object model, 0.5.0...

2007-10-28 Thread Will Coleda
There are a lot of items in DEPRECATED.pod that are slated to be removed in this release, especially the pdd15 related items. We're coming up on that release; We need to make an effort soon to start ripping all that out; A lot of the work to be done here will be in the languages/ director

[perl #46961] t/configure/117-inter_shlibs-0[12].t Fail without libgdbm

2007-10-28 Thread James Keenan via RT
Please try out corrected versions of two test files applied to trunk in r22548.

[perl #46973] [Tcl] - can't find Parrot_register_pmc

2007-10-28 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #46973] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46973 > $ make tclsh ../../parrot --output=tcl.pbc src/tclsh.pir ../../parrot -G tcl.pbc dyld: la

[perl #41862] [CAGE] Make a reasonable set of rules for lint

2007-10-28 Thread Paul Cochrane via RT
On Thu Mar 15 19:42:17 2007, ptc wrote: > Andy has a pretty decent set of rules for perl5's code in that > project's Makefile. Take a look at those for a start. Andy Lester put a large chunk of effort into the options for both Sun lint and BSD lint. After adding some extra flags to BSD lint (r2

unallocated memory in string.c?

2007-10-28 Thread Klaas-Jan Stol
hi, when building parrot it reported a warning about some variable "string" in string.c When checking out, I saw this: static const char * nonnull_encoding_name(STRING *s) { char *string; if (!s) strcpy(string, "null string"); else strcpy(string, s->encoding->name);

[svn:parrot-pdd] r22558 - trunk/docs/pdds/draft

2007-10-28 Thread paultcochrane
Author: paultcochrane Date: Sun Oct 28 08:36:06 2007 New Revision: 22558 Modified: trunk/docs/pdds/draft/pdd06_pasm.pod Log: [docs] Changed docs for clear_eh into those for pop_eh which is the new opcode we're supposed to use, eh? Modified: trunk/docs/pdds/draft/pdd06_pasm.pod ==

Re: [perl #46973] [Tcl] - can't find Parrot_register_pmc

2007-10-28 Thread chromatic
On Sunday 28 October 2007 07:21:43 Will Coleda wrote: > # New Ticket Created by Will Coleda > # Please include the string: [perl #46973] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=46973 > > > > $ make tclsh > ../../par

Re: [perl #46961] t/configure/117-inter_shlibs-0[12].t Fail without libgdbm

2007-10-28 Thread chromatic
On Sunday 28 October 2007 06:33:04 James Keenan via RT wrote: > Please try out corrected versions of two test files applied to trunk in > r22548. Both tests pass now. -- c

[svn:parrot-pdd] r22547 - trunk/docs/pdds/draft

2007-10-28 Thread kjs
Author: kjs Date: Sun Oct 28 06:24:43 2007 New Revision: 22547 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: pdd19; remove word to fix grammar thing. Modified: trunk/docs/pdds/draft/pdd19_pir.pod == --- trunk/doc

[perl #46975] [PATCH][IMCC] Updates for PDD19

2007-10-28 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #46975] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46975 > hi, attached a patch which adds: .macro_const as an alias for .constant non-.pcc_ pr

Re: unallocated memory in string.c?

2007-10-28 Thread Joshua Juran
On Oct 28, 2007, at 8:28 AM, Klaas-Jan Stol wrote: hi, when building parrot it reported a warning about some variable "string" in string.c When checking out, I saw this: static const char * nonnull_encoding_name(STRING *s) { char *string; if (!s) strcpy(string, "null string");

Re: unallocated memory in string.c?

2007-10-28 Thread Paul Cochrane
On 29/10/2007, Joshua Juran <[EMAIL PROTECTED]> wrote: > On Oct 28, 2007, at 8:28 AM, Klaas-Jan Stol wrote: > > > hi, when building parrot it reported a warning about some variable > > "string" > > in string.c > > When checking out, I saw this: > > > > static const char * > > nonnull_encoding_name(