dbus ChangeLog,1.1180,1.1181

Havoc Pennington hp at kemper.freedesktop.org
Fri Oct 27 07:00:23 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv29798

Modified Files:
	ChangeLog 
Log Message:
2006-10-27  Havoc Pennington  <hp at redhat.com>

	* dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
	variables volatile, suggested by Thiago. Document struct fields.
	(PTHREAD_CHECK): remove pthread error checking if assertions are
	disabled, should reduce the no-assertions case to the bare
	minimum code.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1180
retrieving revision 1.1181
diff -u -d -r1.1180 -r1.1181
--- ChangeLog	27 Oct 2006 03:29:09 -0000	1.1180
+++ ChangeLog	27 Oct 2006 14:00:18 -0000	1.1181
@@ -1,3 +1,11 @@
+2006-10-27  Havoc Pennington  <hp at redhat.com>
+
+	* dbus/dbus-sysdeps-pthread.c: make the "count" and "holder"
+	variables volatile, suggested by Thiago. Document struct fields.
+	(PTHREAD_CHECK): remove pthread error checking if assertions are
+	disabled, should reduce the no-assertions case to the bare
+	minimum code.
+
 2006-10-26  Havoc Pennington  <hp at redhat.com>
 	
 	* dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock): change



More information about the dbus-commit mailing list