summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-28 00:08:28 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-28 00:08:28 +0000
commit4506b6594b4a86557fad7850f56b5fdabd3108de (patch)
treebc66797b2bdcbc19b8a26fd0954c9ae7386ae734
parentfddbc09c4a9125fcb168fb31ff300d4132919ea6 (diff)
remove completed byteswap item
-rw-r--r--doc/TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 6d16cc26..c2586c43 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -40,10 +40,6 @@ Important for 1.0
(though they are kind of a pita to pass in as size_t with the
varargs, so maybe not - what does glib do with g_object_get()?)
- - things are broken now when mixing endianness, because DBusMessage
- doesn't autoswap itself when you access a message of alternate
- endian.
-
- add string array support back to append_args()
- just before 1.0, try a HAVE_INT64=0 build and be sure it runs