dbus ChangeLog,1.609,1.610
Joe Shaw
joe at freedesktop.org
Fri Dec 17 14:21:18 PST 2004
- Previous message: dbus/mono/DBusType Byte.cs, 1.5, 1.6 Int32.cs, 1.4, 1.5 Int64.cs,
1.4, 1.5 UInt32.cs, 1.4, 1.5 UInt64.cs, 1.4, 1.5
- Next message: dbus/dbus dbus-string.c, 1.55, 1.56 dbus-message.c, 1.145,
1.146 dbus-marshal.h, 1.24, 1.25 dbus-internals.h, 1.44, 1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv32422
Modified Files:
ChangeLog
Log Message:
2004-12-17 Joe Shaw <joeshaw at novell.com>
* mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
Type.UnderlyingSystemType to get the actual system type
underneath. This code previously depended on the broken Mono
behavior, which was fixed in 1.1.3.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -d -r1.609 -r1.610
--- ChangeLog 27 Nov 2004 07:30:22 -0000 1.609
+++ ChangeLog 17 Dec 2004 22:21:16 -0000 1.610
@@ -1,3 +1,12 @@
+2004-12-17 Joe Shaw <joeshaw at novell.com>
+
+ * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
+ mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
+ mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
+ Type.UnderlyingSystemType to get the actual system type
+ underneath. This code previously depended on the broken Mono
+ behavior, which was fixed in 1.1.3.
+
2004-11-27 Havoc Pennington <hp at redhat.com>
* dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
- Previous message: dbus/mono/DBusType Byte.cs, 1.5, 1.6 Int32.cs, 1.4, 1.5 Int64.cs,
1.4, 1.5 UInt32.cs, 1.4, 1.5 UInt64.cs, 1.4, 1.5
- Next message: dbus/dbus dbus-string.c, 1.55, 1.56 dbus-message.c, 1.145,
1.146 dbus-marshal.h, 1.24, 1.25 dbus-internals.h, 1.44, 1.45
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list