summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-11-25 21:05:21 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-11-25 21:05:21 +0000
commit9d19713fed76e3be0c4f1a40dfd63f4cfd308e6b (patch)
tree3e680f861f33ec5ae35bec7a2c06bc875e5ff40d /ChangeLog
parent679c2d533a05ea33fb2df99a1a08c9bd10bf0350 (diff)
downloadgobject-introspection-9d19713fed76e3be0c4f1a40dfd63f4cfd308e6b.tar.gz
Define socklen_t as an alias for int32.
2008-11-25 Johan Dahlin <jdahlin@async.com.br> * giscanner/ast.py: Define socklen_t as an alias for int32. svn path=/trunk/; revision=968
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3f1a211..698d0617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2008-11-25 Johan Dahlin <jdahlin@async.com.br>
+ * giscanner/ast.py: Define socklen_t as an alias for int32.
+
* giscanner/glibtransformer.py:
* tools/g-ir-scanner:
Execute the dumper program through libtool if it's installed,