[perl #40059] [CAGE] Fix symbol table namespace pollution

2008-06-09 Thread James Keenan via RT
On Mon Jun 09 07:13:04 2008, doughera wrote: > > On a Unix-like system, you can use nm(1) to look at > blib/lib/libparrot.a. > (The appropriate options are system-dependent, but 'nm -p' is usually > a > good bet.) > Taking Andy D's suggestion, I ran nm -p blib/lib/libparrot.a. It ran to over

Re: [perl #40059] [CAGE] Fix symbol table namespace pollution

2008-06-09 Thread Andy Dougherty
On Sun, 8 Jun 2008, James Keenan via RT wrote: > On Thu Aug 03 11:58:02 2006, chip wrote: > > Extern functions and variables must have names that begin with C. > > > Do we indeed have any extern functions or variables whose names do not > begin with C? How would one determine this? Could this

Re: [perl #40059] [CAGE] Fix symbol table namespace pollution

2008-06-08 Thread Will Coleda
On Sun, Jun 8, 2008 at 9:47 PM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Thu Aug 03 11:58:02 2006, chip wrote: >> Extern functions and variables must have names that begin with C. > > > Do we indeed have any extern functions or variables whose names do not > begin with C? How would one

[perl #40059] [CAGE] Fix symbol table namespace pollution

2008-06-08 Thread James Keenan via RT
On Thu Aug 03 11:58:02 2006, chip wrote: > Extern functions and variables must have names that begin with C. Do we indeed have any extern functions or variables whose names do not begin with C? How would one determine this? Could this be converted into a coding standards test? kid51

[perl #40059] [CAGE] Fix symbol table namespace pollution

2006-08-03 Thread via RT
# New Ticket Created by Chip Salzenberg # Please include the string: [perl #40059] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40059 > Extern functions and variables must have names that begin with C. -- Chip Salzenberg

Re: [CAGE] Fix symbol table namespace pollution

2006-08-03 Thread Andy Lester
On Aug 3, 2006, at 1:51 PM, jerry gay wrote: i'm sorry, andy. can not the rt repository be canon for cage cleaners tasks? it is already for bugs, todo items, and patches. there is a link to rt already in the See Also section of cage/ todo.pod. if you prefer, i can add this task to cage/todo

Re: [CAGE] Fix symbol table namespace pollution

2006-08-03 Thread jerry gay
On 8/3/06, Andy Lester <[EMAIL PROTECTED]> wrote: On Aug 3, 2006, at 1:24 PM, Chip Salzenberg wrote: > Extern functions and variables must have names that begin with > C. I am way out of tuits lately. Can you please add this to cage/ todo.pod for me? Or someone? i'm sorry, andy. can not th

Re: [CAGE] Fix symbol table namespace pollution

2006-08-03 Thread Andy Lester
On Aug 3, 2006, at 1:24 PM, Chip Salzenberg wrote: Extern functions and variables must have names that begin with C. I am way out of tuits lately. Can you please add this to cage/ todo.pod for me? Or someone? -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

[CAGE] Fix symbol table namespace pollution

2006-08-03 Thread Chip Salzenberg
Extern functions and variables must have names that begin with C. -- Chip Salzenberg <[EMAIL PROTECTED]>