From 03b9ca6d4ecf2577958530b8390d675c73a58825 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 5 Apr 2003 00:37:17 +0000 Subject: 2003-04-04 Havoc Pennington * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to return a "babysitter" object that is used to monitor the status of the spawned process and reap it when required. * test/test-segfault.c, test/test-exit.c, test/test-sleep-forever.c: binaries that do various lame things, used in the test suite. * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string() --- doc/TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/TODO') diff --git a/doc/TODO b/doc/TODO index c4e3e830..4404b1f5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -65,3 +65,13 @@ - there are various bits of code to manage ref/unref of data slots, that should be merged into a generic facility + + - add _dbus_return_if_fail, _dbus_return_val_if_fail() and use on public entry + points in place of _dbus_assert(). Add --disable-checks to control whether these + do anything. + + - assorted _-prefixed symbols in libdbus aren't actually used by + libdbus, only by the message bus. These bloat up the library + size. Not sure how to fix, really. + + - dbus_error_has_name(), dbus_message_name_is() -- cgit