diff options
author | Akira TAGOH <akira@tagoh.org> | 2006-08-17 16:31:13 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2006-08-17 16:31:13 +0000 |
commit | 1f8528e407eb596a47ba91ec3f4b0d38ca39b30f (patch) | |
tree | 29117b92608963ae5e225e44e30e0112bd09e65d /ChangeLog | |
parent | 798cde5c7e10cbb9df54172bfdff907d95c6e33e (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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |