diff options
author | Havoc Pennington <hp@redhat.com> | 2003-01-04 20:29:46 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-01-04 20:29:46 +0000 |
commit | c92339de11a2f27198aee3b4242aa6fccc12a004 (patch) | |
tree | 7bb33ff8548d893855ba9db6bf38f6ffbd324a15 /ChangeLog | |
parent | 01af5ff4101e540a6456bca01d56272e701bea78 (diff) |
2003-01-04 Havoc Pennington <hp@pobox.com>
* dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
(_dbus_poll): new function
* dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
copied from GLib
* bus/loop.c: initial code for the daemon main loop
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2003-01-04 Havoc Pennington <hp@pobox.com> + * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function + (_dbus_poll): new function + + * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro + copied from GLib + + * bus/loop.c: initial code for the daemon main loop + +2003-01-04 Havoc Pennington <hp@pobox.com> + * test/watch.c (error_handler): make it safe if the error handler is called multiple times (if we s/error handler/disconnect handler/ we should just guarantee it's called only once) |