Re: IMCC Changes necessary for Win32 builds, imcc links!

2003-03-28 Thread Clinton A. Pierce
[I will confess, I don't entirely understand Microsoft's linker and DLL business. Don't really want to...] Parrot - libparrot.lib gets built as some kind of perverted stub of a library using the "nmake shared" target for parrot. If instead I build libparrot with: lib -out:blib\li

[perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Clinton A. Pierce
# New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #21729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21729 > Example: set I0, 1e20 end Results in: (error) line 2:

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Joseph F. Ryan
># New Ticket Created by "Clinton A. Pierce" ># Please include the string: [perl #21729] ># in the subject line of all future correspondence about this issue. ># http://rt.perl.org/rt2/Ticket/Display.html?id=21729 > > > >Example: > > set I0, 1e20 > end > >Results in: > > (erro

[perl #21734] All credit welcome, jump on the lowest rates in 50 years

2003-03-28 Thread Marla Hurley
# New Ticket Created by "Marla Hurley" # Please include the string: [perl #21734] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21734 > exchange exnsldd uqqiz ef kr lsoqx g q oxd vyv s o doo qefcswxr ycvje pt sn Your

[perl #21735] ScanMail Message: To Sender Match eManager setting and take actio n.

2003-03-28 Thread via RT
# New Ticket Created by System Attendant # Please include the string: [perl #21735] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21735 > eManager Notification * The following mail was blo

[perl #21736] ScanMail Message: To Sender, sensitive content found and action t aken.

2003-03-28 Thread via RT
# New Ticket Created by System Attendant # Please include the string: [perl #21736] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21736 > Trend SMEX Content Filter has detected sensitive content. Place = [EMAIL PROTECTED]

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Clinton A. Pierce
At 03:43 PM 3/28/2003 -0500, Joseph F. Ryan wrote: >Example: > > set I0, 1e20 > end > >Results in: > > (error) line 2: parse error, unexpected IDENTIFIER, expecting >'\n' > Didn't create output asm. > Should it, though? Although it would be pretty convienient, I think that

Re: [perl #21729] IMCC doesn't handle scientific notation constants

2003-03-28 Thread Mark Biggar
Joseph F. Ryan wrote: # New Ticket Created by "Clinton A. Pierce" # Please include the string: [perl #21729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21729 > Example: set I0, 1e20 end Results in: