[#4745] Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...>

Having taken upon me the task to provide a Windows build for

24 messages 2005/04/20
[#4746] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Austin Ziegler <halostatue@...> 2005/04/20

On 4/20/05, Erik Huelsmann <ehuels@gmail.com> wrote:

[#4747] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/20

Hi Austin,

[#4762] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/24

Hi,

[#4783] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

On 4/24/05, nobu.nokada@softhome.net <nobu.nokada@softhome.net> wrote:

[#4787] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — nobu.nokada@... 2005/04/25

Hi,

[#4794] Re: Win32: Ruby & APR; build problems for Ruby Subversion SWIG bindings — Erik Huelsmann <ehuels@...> 2005/04/25

> > > Ruby is just using AC_TYPE_UID_T. So, using typedef for them,

[#4751] Illegal regexp causes segfault — Andrew Walrond <andrew@...>

irb(main):058:0> a = /\[([^]]*)\]/

13 messages 2005/04/22

Re: Getting a hex representation for a Numeric

From: "Zev Blut" <rubyzbibd@...>
Date: 2005-04-07 04:46:29 UTC
List: ruby-core #4669
On Thu, 7 Apr 2005 02:12:40 +0900, Nathaniel Talbott <ntalbott@gmail.com>  
wrote:

> On Apr 6, 2005 12:25 PM, Zev Blut <rubyzbibd@ubit.com> wrote:
>
>> I was disappointed to find that there is not an instance method for
>> Numeric that lets you convert the value to a hexadecimal string.
>
> ...
>
>> Or is there already a method that I missed?
>
> Try:
>
>   irb(main):002:0> 42.to_s(16)
>   => "2a"

Thanks for the info!  When you think about it this is a great
solution, but I wonder if it would be nice to alias this to another
method name like "base_string" or "radix".  It might be nice to even
have a few common conversion methods like hex, binary, and oct.  These
would certainly help make it easier to find for some people (like me).

Best,
Zev

In This Thread

Prev Next