[cairo-commit] cairo ChangeLog,1.695,1.696
Carl Worth
commit at pdx.freedesktop.org
Wed Jun 29 07:04:36 PDT 2005
- Previous message: [cairo-commit] glitz/src/glx glitz-glx.h, 1.2,
1.3 glitz_glx_format.c, 1.2, 1.3 glitz_glxint.h, 1.3, 1.4
- Next message: [cairo-commit] cairo/src cairo-hash-private.h, NONE,
1.1 cairo-hash.c, 1.13, 1.14 cairoint.h, 1.158, 1.159
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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)
- Previous message: [cairo-commit] glitz/src/glx glitz-glx.h, 1.2,
1.3 glitz_glx_format.c, 1.2, 1.3 glitz_glxint.h, 1.3, 1.4
- Next message: [cairo-commit] cairo/src cairo-hash-private.h, NONE,
1.1 cairo-hash.c, 1.13, 1.14 cairoint.h, 1.158, 1.159
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list