[cairo-commit] rcairo ChangeLog,1.154,1.155

Kouhei Sutou commit at pdx.freedesktop.org
Fri May 18 07:07:59 PDT 2007


Committed by: kou

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

Modified Files:
	ChangeLog 
Log Message:
* src/rb_cairo_private.[ch] (rb_cairo__glyphs_to_array,
  RB_CAIRO__GLYPHS_TO_ARRAY): fixed wrong memory allocation.
* src/rb_cairo_context.c, src/rb_cairo_scaled_font.c: used
  RB_CAIRO__GLYPHS_TO_ARRAY instead of rb_cairo__glyphs_to_array().


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- ChangeLog	18 May 2007 12:24:58 -0000	1.154
+++ ChangeLog	18 May 2007 14:07:48 -0000	1.155
@@ -1,5 +1,10 @@
 2007-05-18  Kouhei Sutou  <kou at cozmixng.org>
 
+	* src/rb_cairo_private.[ch] (rb_cairo__glyphs_to_array,
+	RB_CAIRO__GLYPHS_TO_ARRAY): fixed wrong memory allocation.
+	* src/rb_cairo_context.c, src/rb_cairo_scaled_font.c: used
+	RB_CAIRO__GLYPHS_TO_ARRAY instead of rb_cairo__glyphs_to_array().
+
 	* src/rb_cairo_context.c (cr_set_dash):
 	- made offset optional.
 	- accepted a number for dash_array.



More information about the cairo-commit mailing list