summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-10-09 14:03:13 +0000
committerAkira TAGOH <akira@tagoh.org>2006-10-09 14:03:13 +0000
commitee1113b70a83b26dd377e715aad831ecf45b5222 (patch)
treedc753427eacbab018454d028624a099b843e2cfc /ChangeLog
parent3176bc5af0d666bb36bbdee747ce3f6ddfcbbeab (diff)
* hieroglyph/operator.c (_hg_operator_op_cvi): fixed not catching
an exception in some cases. (_hg_operator_op_cvr): likewise. * tests/ps/test-cvr.ps: new testcase.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65dcfcc..245b20c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-10-09 Akira TAGOH <at@gclab.org>
+ * hieroglyph/operator.c (_hg_operator_op_cvi): fixed not catching
+ an exception in some cases.
+ (_hg_operator_op_cvr): likewise.
+
+ * tests/ps/test-cvr.ps: new testcase.
+
* hieroglyph/scanner.c (_hg_scanner_get_object): shut up the warning.
* hieroglyph/hgvaluenode.c (hg_value_node_compare_content):