mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 04:00:26 +02:00
*** empty log message ***
This commit is contained in:
parent
628ef8663e
commit
62edbc2330
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
|
||||
|
||||
* src/vm.c (scm_name_property): New variable.
|
||||
(scm_name, scm_set_name_x): New procedures.
|
||||
(scm_smob_print_with_name, init_name_property): New functions.
|
||||
(print_program, scm_program_name): Removed.
|
||||
(init_program_type, init_vm_type): Use scm_smob_print_with_name.
|
||||
(scm_init_vm): Call init_name_property.
|
||||
* src/vm_system.c (name): New instruction.
|
||||
(savet): Don't set name.
|
||||
* vm/shell.scm (vm-frame->call): Updated.
|
||||
* vm/bytecomp.scm (translate-ref): Combined translate-local-ref,
|
||||
translate-external-ref, and translate-top-level-ref.
|
||||
(translate-set): Combined translate-local-set,
|
||||
translate-external-set, and translate-top-level-ref.
|
||||
Set a name to the object.
|
||||
|
||||
* src/vm_number.c (FUNC2): New macro.
|
||||
(add2, sub2): Use FUNC2.
|
||||
(remainder): New instruction.
|
||||
|
||||
* vm/bytecomp.scm (translate-and, translate-or): Bug fixed.
|
||||
|
||||
2000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
|
||||
|
||||
* src/vm_scheme.c (cons): Bug fixed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue