[#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: [PATCH] for [ #1823 ] NUM2UINT and rb_num2ull do not rase RangeError for negative Fixnum

From: Tom Copeland <tom@...>
Date: 2005-04-29 21:52:14 UTC
List: ruby-core #4821
On Sat, 2005-04-30 at 06:41 +0900, Michael Schonberg wrote:
> All,
> 
> I submitted bug 1823 while anonymous CVS was unavailable; however, now
> that I can access CVS, I went ahead and applied the fix that I proposed
> and it works well with my extension.

When someone applies this, can they pls also close the bug here?

http://rubyforge.org/tracker/index.php?
func=detail&aid=1823&group_id=426&atid=1698

Thanks much!

> It is simple enough to work around this problem in my extension;
> however, the fact that everything behaves so predictably is one of the
> aspects of writing Ruby extensions that impresses me the most. 

So true; Ruby extensions are a joy to write.  I especially appreciate
the little Array/Hash helpers - rb_ary_new, rb_hash_aref and all that.

Yours,

Tom



In This Thread