summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61fd039..364d283 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-10-18 Akira TAGOH <at@gclab.org>
+ * hieroglyph/operator.c (_hg_operator_op_exec): save the current
+ security level and rollback it after finished the object's execution.
+
+ * hieroglyph/vm.c (_hg_vm_op_rollbacksecuritylevel): new function.
+ (hg_vm_set_security_level): implemented.
+ (hg_vm_get_security_level): implemented.
+
* hieroglyph/operator.c (_hg_operator_op_countdictstack):
check VMerror.
(_hg_operator_op_countexecstack): likewise.