[cairo-commit] cairo ChangeLog,1.801,1.802

Keith Packard commit at pdx.freedesktop.org
Sat Jul 30 12:57:56 PDT 2005


Committed by: keithp

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

Modified Files:
	ChangeLog 
Log Message:
2005-07-30  Keith Packard  <keithp at keithp.com>

	* src/cairo-wideint.c: (_cairo_int32x32_64_mul),
	(_cairo_uint64_divrem), (_cairo_uint128_divrem):
	* src/cairo-wideint.h:
	
	Replace wide integer divide algorithms with
	trivial bit-at-a-time code. Original code was
	of unclear provenance, this new code is
	completely different.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.801
retrieving revision 1.802
diff -u -d -r1.801 -r1.802
--- ChangeLog	29 Jul 2005 22:35:19 -0000	1.801
+++ ChangeLog	30 Jul 2005 19:57:54 -0000	1.802
@@ -1,3 +1,14 @@
+2005-07-30  Keith Packard  <keithp at keithp.com>
+
+	* src/cairo-wideint.c: (_cairo_int32x32_64_mul),
+	(_cairo_uint64_divrem), (_cairo_uint128_divrem):
+	* src/cairo-wideint.h:
+	
+	Replace wide integer divide algorithms with
+	trivial bit-at-a-time code. Original code was
+	of unclear provenance, this new code is
+	completely different.
+
 2005-07-29  Carl Worth  <cworth at cworth.org>
 
 	* ROADMAP: Remove completed 0.6 tasks. Add cairo_surface_flush to




More information about the cairo-commit mailing list