dbus ChangeLog,1.1255,1.1256
Havoc Pennington
hp at kemper.freedesktop.org
Mon Mar 12 15:52:42 PDT 2007
- Previous message: dbus update-dbus-docs.sh,1.5,1.6
- Next message: dbus/bus bus.c, 1.76, 1.77 bus.h, 1.29, 1.30 config-parser.c, 1.47,
1.48 main.c, 1.37, 1.38 test.c, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv25302
Modified Files:
ChangeLog
Log Message:
2007-03-11 Havoc Pennington <hp at redhat.com>
* tools/dbus-launch.c (do_close_stderr): fix C89 problem and
formatting problem
* Mostly fix the DBusPipe mess.
- put line break after function return types
- put space before parens
- do not pass structs around by value
- don't use dbus_strerror after calling supposedly cross-platform
api
- don't name pipe variables "fd"
- abstract special fd numbers like -1 and 1
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1255
retrieving revision 1.1256
diff -u -d -r1.1255 -r1.1256
--- ChangeLog 12 Mar 2007 15:59:44 -0000 1.1255
+++ ChangeLog 12 Mar 2007 22:52:39 -0000 1.1256
@@ -1,3 +1,17 @@
+2007-03-11 Havoc Pennington <hp at redhat.com>
+
+ * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
+ formatting problem
+
+ * Mostly fix the DBusPipe mess.
+ - put line break after function return types
+ - put space before parens
+ - do not pass structs around by value
+ - don't use dbus_strerror after calling supposedly cross-platform
+ api
+ - don't name pipe variables "fd"
+ - abstract special fd numbers like -1 and 1
+
2007-03-12 Ralf Habacker <ralf.habacker at freenet.de>
* dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c,
- Previous message: dbus update-dbus-docs.sh,1.5,1.6
- Next message: dbus/bus bus.c, 1.76, 1.77 bus.h, 1.29, 1.30 config-parser.c, 1.47,
1.48 main.c, 1.37, 1.38 test.c, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list