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

2008-12-20 Thread Patrick R. Michaud via RT
Applied in r34167, thanks! Pm

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 :10<12*23**3> or functional forms such > > as :10('1234'). > > If such things are to b

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. > # http://rt.perl.org/rt3/Ticket/Display.html?id=59222 > > > > This patch adds radix notation (:\d<...>)

[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. # http://rt.perl.org/rt3/Ticket/Display.html?id=59222 > This patch adds radix notation (:\d<...>) to the string-to-number conversion routine