2003-04-04 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sat, 5 Apr 2003 00:37:17 +0000 (00:37 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 5 Apr 2003 00:37:17 +0000 (00:37 +0000)
commit03b9ca6d4ecf2577958530b8390d675c73a58825
treebe0569a447ef9acaf5a0004fb9bfe1a2022c9eb1
parent45d1479fad0fb55f1775c394e696643dad3e8e4d
2003-04-04  Havoc Pennington  <hp@redhat.com>

* 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()
18 files changed:
ChangeLog
bus/activation.c
configure.in
dbus/dbus-errors.h
dbus/dbus-server-debug-pipe.c
dbus/dbus-spawn.c
dbus/dbus-spawn.h
dbus/dbus-sysdeps.c
dbus/dbus-sysdeps.h
dbus/dbus-test.c
dbus/dbus-test.h
dbus/dbus-watch.c
doc/TODO
test/Makefile.am
test/spawn-test.c
test/test-exit.c [new file with mode: 0644]
test/test-segfault.c [new file with mode: 0644]
test/test-sleep-forever.c [new file with mode: 0644]