[cairo-commit] cairo ChangeLog,1.695,1.696

Carl Worth commit at pdx.freedesktop.org
Wed Jun 29 07:04:36 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv32329

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-hash-private.h:
        * src/cairo-hash.c: (_cairo_hash_table_create),
        (_cairo_hash_table_destroy_entry), (_cairo_hash_table_destroy),
        (_cairo_hash_table_lookup_internal), (_cairo_hash_table_resize),
        (_cairo_hash_table_lookup), (_cairo_hash_table_insert),
        (_cairo_hash_table_remove), (_cairo_hash_table_foreach): Rework
        the cache code as a hast table with a much simpler interface, (no
        object derviation is required to use it).

        * src/cairoint.h: Remove extraneous prototype for non-existent
        _cairo_cache_reference.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.695
retrieving revision 1.696
diff -u -d -r1.695 -r1.696
--- ChangeLog	28 Jun 2005 22:58:42 -0000	1.695
+++ ChangeLog	29 Jun 2005 14:04:34 -0000	1.696
@@ -1,3 +1,17 @@
+2005-06-29  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo-hash-private.h:
+	* src/cairo-hash.c: (_cairo_hash_table_create),
+	(_cairo_hash_table_destroy_entry), (_cairo_hash_table_destroy),
+	(_cairo_hash_table_lookup_internal), (_cairo_hash_table_resize),
+	(_cairo_hash_table_lookup), (_cairo_hash_table_insert),
+	(_cairo_hash_table_remove), (_cairo_hash_table_foreach): Rework
+	the cache code as a hast table with a much simpler interface, (no
+	object derviation is required to use it).
+	
+	* src/cairoint.h: Remove extraneous prototype for non-existent
+	_cairo_cache_reference.
+
 2005-06-28  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo-pattern.c (cairo_pattern_create_rgb)




More information about the cairo-commit mailing list