Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-12-04 Thread Felipe Contreras
On Fri, Dec 5, 2008 at 1:46 AM, Charlie Savage <[EMAIL PROTECTED]> wrote: > Hi Felipe, > >> Ok, I've put it in the trac. >> >> Can you apply it now? >> >> http://rubyforge.org/tracker/index.php?func=detail&aid=23111&group_id=494&atid=1973 > > Will do. Sorry, I had forgotten about this... Great, t

Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-12-04 Thread Charlie Savage
Hi Felipe, Ok, I've put it in the trac. Can you apply it now? http://rubyforge.org/tracker/index.php?func=detail&aid=23111&group_id=494&atid=1973 Will do. Sorry, I had forgotten about this... -- Charlie Savage http://cfis.savagexi.com smime.p7s Description: S/MIME Cryptographic Signature

Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-12-04 Thread Felipe Contreras
On Thu, Nov 27, 2008 at 1:13 PM, Felipe Contreras <[EMAIL PROTECTED]> wrote: > On Thu, Nov 27, 2008 at 10:52 AM, Charlie Savage <[EMAIL PROTECTED]> wrote: >> Hi Felipe, >> >>> Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. >> >> Applied except this part: >> >> -st_foreach(RHASH(nsl

Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-11-27 Thread Felipe Contreras
On Thu, Nov 27, 2008 at 10:52 AM, Charlie Savage <[EMAIL PROTECTED]> wrote: > Hi Felipe, > >> Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. > > Applied except this part: > > -st_foreach(RHASH(nslist)->tbl, iterate_ns_hash, self); > +st_foreach(RHASH_TBL(nslist), iterate_ns_has

Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-11-27 Thread Charlie Savage
Hi Felipe, Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. Applied except this part: -st_foreach(RHASH(nslist)->tbl, iterate_ns_hash, self); +st_foreach(RHASH_TBL(nslist), iterate_ns_hash, self); RHASH_TBL doesn't exist in Ruby 1.8.6 as far as I can see. Thanks for the p

Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-11-24 Thread Felipe Contreras
2008/11/24 Charlie Savage <[EMAIL PROTECTED]>: > Thanks Felipe, > >> Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. > > Patch looks mostly good to me. One question though, where is > > RB_CVAR_SET_4ARGS > > defined? Is this a Ruby 1.8 thing or 1.9? I have it in my 1.8.6, in intern.h

Re: [libxml-devel] [PATCH] Support for Ruby 1.9

2008-11-24 Thread Charlie Savage
Thanks Felipe, Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. Patch looks mostly good to me. One question though, where is RB_CVAR_SET_4ARGS defined? Is this a Ruby 1.8 thing or 1.9? Charlie smime.p7s Description: S/MIME Cryptographic Signature _

[libxml-devel] [PATCH] Support for Ruby 1.9

2008-11-24 Thread Felipe Contreras
Hi, Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. -- Felipe Contreras libxml-ruby-fix.diff Description: Binary data ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel

[libxml-devel] [PATCH] Support for Ruby 1.9

2008-11-24 Thread Felipe Contreras
Hi, Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. -- Felipe Contreras libxml-ruby-fix.diff Description: Binary data ___ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel