dbus ChangeLog,1.650,1.651 update-dbus-docs.sh,1.1,1.2
Havoc Pennington
hp@freedesktop.org
Thu Jan 20 22:18:06 PST 2005
- Previous message: dbus/dbus dbus-bus.c, 1.37, 1.38 dbus-marshal-header.c, 1.5,
1.6 dbus-marshal-header.h, 1.2, 1.3 dbus-marshal-validate.h,
1.4, 1.5 dbus-message.c, 1.152, 1.153
- Next message: dbus ChangeLog,1.651,1.652
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv7881
Modified Files:
ChangeLog update-dbus-docs.sh
Log Message:
2005-01-21 Havoc Pennington <hp@redhat.com>
* dbus/dbus-bus.c: add more return_if_fail checks
* dbus/dbus-message.c (load_message): have the "no validation"
mode (have to edit the code to toggle the mode for now though)
* dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
skips all validation; I want to use this at least for benchmark
baseline, I'm not sure if it should be a publicly-available switch.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -d -r1.650 -r1.651
--- ChangeLog 21 Jan 2005 05:06:10 -0000 1.650
+++ ChangeLog 21 Jan 2005 06:18:04 -0000 1.651
@@ -1,5 +1,16 @@
2005-01-21 Havoc Pennington <hp@redhat.com>
+ * dbus/dbus-bus.c: add more return_if_fail checks
+
+ * dbus/dbus-message.c (load_message): have the "no validation"
+ mode (have to edit the code to toggle the mode for now though)
+
+ * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
+ skips all validation; I want to use this at least for benchmark
+ baseline, I'm not sure if it should be a publicly-available switch.
+
+2005-01-21 Havoc Pennington <hp@redhat.com>
+
* glib/dbus-gmain.c: don't put the GLib bindings in the same
toplevel doxygen group as the low-level API stuff
Index: update-dbus-docs.sh
===================================================================
RCS file: /cvs/dbus/dbus/update-dbus-docs.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- update-dbus-docs.sh 21 Jan 2005 04:47:31 -0000 1.1
+++ update-dbus-docs.sh 21 Jan 2005 06:18:04 -0000 1.2
@@ -13,9 +13,9 @@
echo "Checking out to directory "`pwd`
-#cvs co dbus || die "failed to cvs update"
-
-cd dbus
+/bin/rm -rf dbus/doc || true ## get rid of old doxygen, etc.
+cvs co dbus || die "failed to cvs update"
+cd dbus || die "could not cd to dbus"
echo "Configuring and building docs"
- Previous message: dbus/dbus dbus-bus.c, 1.37, 1.38 dbus-marshal-header.c, 1.5,
1.6 dbus-marshal-header.h, 1.2, 1.3 dbus-marshal-validate.h,
1.4, 1.5 dbus-message.c, 1.152, 1.153
- Next message: dbus ChangeLog,1.651,1.652
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list