[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