summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-08-17 16:31:13 +0000
committerAkira TAGOH <akira@tagoh.org>2006-08-17 16:31:13 +0000
commit1f8528e407eb596a47ba91ec3f4b0d38ca39b30f (patch)
tree29117b92608963ae5e225e44e30e0112bd09e65d /ChangeLog
parent798cde5c7e10cbb9df54172bfdff907d95c6e33e (diff)
2006-08-18 Akira TAGOH <at@gclab.org>
* hieroglyph/operator.c (_hg_operator_op_for): check the executeonly flag. (_hg_operator_op_forall): likewise. (_hg_operator_op_if): likewise. (_hg_operator_op_ifelse): likewise. (_hg_operator_op_loop): likewise. (_hg_operator_op_repeat): likewise. (_hg_operator_op_stopped): likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce71ca0..d1b5b54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-08-18 Akira TAGOH <at@gclab.org>
+
+ * hieroglyph/operator.c (_hg_operator_op_for): check the executeonly
+ flag.
+ (_hg_operator_op_forall): likewise.
+ (_hg_operator_op_if): likewise.
+ (_hg_operator_op_ifelse): likewise.
+ (_hg_operator_op_loop): likewise.
+ (_hg_operator_op_repeat): likewise.
+ (_hg_operator_op_stopped): likewise.
+
2006-08-16 Akira TAGOH <at@gclab.org>
* hieroglyph/operator.c (_hg_operator_op_search): implemented.