dbus ChangeLog,1.636,1.637
Havoc Pennington
hp@freedesktop.org
Sun Jan 16 16:16:30 PST 2005
- Previous message: dbus/dbus Makefile.am, 1.60, 1.61 dbus-memory.c, 1.25,
1.26 dbus-sysdeps.c, 1.85, 1.86 dbus-userdb.c, 1.11,
1.12 dbus-userdb.h, 1.7, 1.8
- Next message: dbus/dbus dbus-connection.c, 1.88, 1.89 dbus-internals.c, 1.39,
1.40 dbus-internals.h, 1.48, 1.49 dbus-marshal-basic.c, 1.16,
1.17 dbus-marshal-header.c, 1.3, 1.4 dbus-marshal-recursive.c,
1.41, 1.42 dbus-message.c, 1.148, 1.149 dbus-pending-call.c,
1.8, 1.9 dbus-test.c, 1.35, 1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv3917
Modified Files:
ChangeLog
Log Message:
2005-01-16 Havoc Pennington <hp@redhat.com>
* dbus/dbus-internals.c (_dbus_real_assert): print the function
name the assertion failed in
* dbus/dbus-internals.h (_dbus_return_if_fail)
(_dbus_return_val_if_fail): assert that the name of the function
containing the check doesn't start with '_', since we only want to
use checks on public functions
* dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
checks to assertions
* dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
change checks to asserts for private function
* dbus/dbus-message.c (_dbus_message_set_serial): checks
to asserts for private function
* dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
broken assertion that was breaking make check
(_dbus_type_reader_array_is_empty): remove this rather than fix
it, was only used in assertions
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -d -r1.636 -r1.637
--- ChangeLog 16 Jan 2005 22:13:34 -0000 1.636
+++ ChangeLog 17 Jan 2005 00:16:28 -0000 1.637
@@ -1,5 +1,29 @@
2005-01-16 Havoc Pennington <hp@redhat.com>
+ * dbus/dbus-internals.c (_dbus_real_assert): print the function
+ name the assertion failed in
+
+ * dbus/dbus-internals.h (_dbus_return_if_fail)
+ (_dbus_return_val_if_fail): assert that the name of the function
+ containing the check doesn't start with '_', since we only want to
+ use checks on public functions
+
+ * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
+ checks to assertions
+
+ * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
+ change checks to asserts for private function
+
+ * dbus/dbus-message.c (_dbus_message_set_serial): checks
+ to asserts for private function
+
+ * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
+ broken assertion that was breaking make check
+ (_dbus_type_reader_array_is_empty): remove this rather than fix
+ it, was only used in assertions
+
+2005-01-16 Havoc Pennington <hp@redhat.com>
+
* test/unused-code-gc.py: hacky script to find code that's used
only by the bus (not libdbus) or used only by tests or not used at
all. It has some false alarms, but looks like we can clean up a
- Previous message: dbus/dbus Makefile.am, 1.60, 1.61 dbus-memory.c, 1.25,
1.26 dbus-sysdeps.c, 1.85, 1.86 dbus-userdb.c, 1.11,
1.12 dbus-userdb.h, 1.7, 1.8
- Next message: dbus/dbus dbus-connection.c, 1.88, 1.89 dbus-internals.c, 1.39,
1.40 dbus-internals.h, 1.48, 1.49 dbus-marshal-basic.c, 1.16,
1.17 dbus-marshal-header.c, 1.3, 1.4 dbus-marshal-recursive.c,
1.41, 1.42 dbus-message.c, 1.148, 1.149 dbus-pending-call.c,
1.8, 1.9 dbus-test.c, 1.35, 1.36
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list