summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-10-17 19:17:05 +0000
committerAkira TAGOH <akira@tagoh.org>2006-10-17 19:17:05 +0000
commit4ba655a460b68353de0437989c6d041b76cccdb7 (patch)
treedc8c6f978a9fac98a224a40ba1f3663e0a7025d7 /ChangeLog
parente35f0e82d2127aaa93ff45bc3e9ca989a472e2e5 (diff)
* 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.
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.