[perl #59222] [PATCH] string to number radix support

2008-09-23 Thread jason switzer
# New Ticket Created by jason switzer # Please include the string: [perl #59222] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59222 This patch adds radix notation (:\d...) to the string-to-number conversion routine

Re: [perl #59222] [PATCH] string to number radix support

2008-09-23 Thread Moritz Lenz
jason switzer (via RT) wrote: # New Ticket Created by jason switzer # Please include the string: [perl #59222] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59222 This patch adds radix notation (:\d...) to

Re: [perl #59222] [PATCH] string to number radix support

2008-09-23 Thread Patrick R. Michaud
On Tue, Sep 23, 2008 at 12:05:18PM +0200, Moritz Lenz wrote: jason switzer (via RT) wrote: Not all radix constructs are supported yet (in the works). Currently does not support nested notation, such as :1012*23**3 or functional forms such as :10('1234'). If such things are to be

[perl #59242] [PATCH] ord and chr functions

2008-09-23 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #59242] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59242 The attached patch makes t/spec/S29-conversions/ord_and_chr.t pass.