dbus ChangeLog,1.1177,1.1178
Havoc Pennington
hp at kemper.freedesktop.org
Thu Oct 26 18:09:26 PDT 2006
- Previous message: dbus/doc TODO,1.112,1.113
- Next message: dbus/dbus Makefile.am, 1.87, 1.88 dbus-connection.c, 1.149,
1.150 dbus-sysdeps-pthread.c, NONE,
1.1 dbus-sysdeps-win-thread.c, NONE, 1.1 dbus-sysdeps.h, 1.64,
1.65 dbus-threads-internal.h, 1.4, 1.5 dbus-threads.c, 1.34,
1.35 dbus-threads.h, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv11266
Modified Files:
ChangeLog
Log Message:
2006-10-26 Havoc Pennington <hp at redhat.com>
* dbus/dbus-threads.[hc]: Documentation improvements. Clarify how
condition variables relate to recursive mutexes.
* dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c,
dbus/dbus-threads.c: Split the platforms-specific thread
implementations into their own files.
* dbus/dbus-sysdeps-pthread.c
(_dbus_pthread_condvar_wait_timeout): invert the return value, it
was backward. Not that anything uses it.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1177
retrieving revision 1.1178
diff -u -d -r1.1177 -r1.1178
--- ChangeLog 26 Oct 2006 19:01:10 -0000 1.1177
+++ ChangeLog 27 Oct 2006 01:09:24 -0000 1.1178
@@ -1,3 +1,16 @@
+2006-10-26 Havoc Pennington <hp at redhat.com>
+
+ * dbus/dbus-threads.[hc]: Documentation improvements. Clarify how
+ condition variables relate to recursive mutexes.
+
+ * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c,
+ dbus/dbus-threads.c: Split the platforms-specific thread
+ implementations into their own files.
+
+ * dbus/dbus-sysdeps-pthread.c
+ (_dbus_pthread_condvar_wait_timeout): invert the return value, it
+ was backward. Not that anything uses it.
+
2006-10-26 John (J5) Palmieri <johnp at redhat.com>
* dbus-sysdeps-unix.c (_dbus_set_local_creds): Clean up the
- Previous message: dbus/doc TODO,1.112,1.113
- Next message: dbus/dbus Makefile.am, 1.87, 1.88 dbus-connection.c, 1.149,
1.150 dbus-sysdeps-pthread.c, NONE,
1.1 dbus-sysdeps-win-thread.c, NONE, 1.1 dbus-sysdeps.h, 1.64,
1.65 dbus-threads-internal.h, 1.4, 1.5 dbus-threads.c, 1.34,
1.35 dbus-threads.h, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list