From: Keisuke Nishida Date: Sun, 10 Sep 2000 22:36:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/307bd0a79487553e6f65e154f0f24d1820525edc *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5460e4237..ab5ca86d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-09-10 Keisuke Nishida + + * src/vm_system.c (push_list): New instruction. + * src/vm_engine.c (VM_NAME): Don't validate VM and PROGRAM. + * src/vm.c (scm_vm_apply): New procedure. + (apply_program): New function. + (init_program_type): Set the apply function for the program type. + + * src/vm.c (lookup_variable): Use scm_eval_closure_lookup. + 2000-09-03 Keisuke Nishida * src/vm_system.c (tail_call): Use SCM_TICK at the beginning.