summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2008-11-12 17:17:15 +0000
committerOwen Taylor <otaylor@src.gnome.org>2008-11-12 17:17:15 +0000
commitc8de955c80dd150dca72d7ffe049245a70bcb3ba (patch)
tree8af0e90952c04e419b1707231c2bfdc7ca348ef4 /ChangeLog
parent89715fb979418bc4cdf280d2009380c653356382 (diff)
downloadgobject-introspection-c8de955c80dd150dca72d7ffe049245a70bcb3ba.tar.gz
Bug 560419 – Cache includes when parsing
Keep track of all modules parsed within a GIrParser, and when a module is referenced a second time, use the existing parsed copy instead of reparsing. svn path=/trunk/; revision=906
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e4b0991..a1364875 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-11-12 Owen Taylor <otaylor@redhat.com>
+ Bug 560419 – Cache includes when parsing
+
+ Keep track of all modules parsed within a GIrParser, and when a
+ module is referenced a second time, use the existing parsed copy
+ instead of reparsing.
+
+2008-11-12 Owen Taylor <otaylor@redhat.com>
+
Fix management of ParseContext.includes_modules (#560419)
* girepository/girparser.c: Fix some trivial bugs in managing the