[cairo-commit] rcairo ChangeLog,1.181,1.182 extconf.rb,1.4,1.5

Kouhei Sutou commit at pdx.freedesktop.org
Thu Jun 14 05:23:58 PDT 2007


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv28502

Modified Files:
	ChangeLog extconf.rb 
Log Message:
* extconf.rb, src/rb_cairo_surface.c, src/rb_cairo_private.h: used
  rb_errinfo() and RSTRING_LEN() if available for supporting ruby
  1.9. Thanks to Paul van Tilburg!!!


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- ChangeLog	14 Jun 2007 12:03:31 -0000	1.181
+++ ChangeLog	14 Jun 2007 12:23:45 -0000	1.182
@@ -1,5 +1,9 @@
 2007-06-14  Kouhei Sutou  <kou at cozmixng.org>
 
+	* extconf.rb, src/rb_cairo_surface.c, src/rb_cairo_private.h: used
+	rb_errinfo() and RSTRING_LEN() if available for supporting ruby
+	1.9. Thanks to Paul van Tilburg!!!
+
 	* README: added Paul van Tilburg to Thanks list.
 
 2007-06-14  Paul van Tilburg  <paulvt at debian.org>

Index: extconf.rb
===================================================================
RCS file: /cvs/cairo/rcairo/extconf.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- extconf.rb	14 Jun 2007 12:02:59 -0000	1.4
+++ extconf.rb	14 Jun 2007 12:23:45 -0000	1.5
@@ -72,6 +72,8 @@
 
 PKGConfig.have_package(pkg, major, minor, micro) or exit 1
 
+have_func("rb_errinfo")
+
 setup_win32(File.basename(modname))
 $defs << "-DRUBY_CAIRO_COMPILATION"
 create_makefile(modname, srcdir)



More information about the cairo-commit mailing list