1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 05:50:30 +02:00
guile/module/system/repl
Andy Wingo d79d908ef0 guile-vm is completely self-compiling now!
* module/language/scheme/translate.scm (*the-compile-toplevel-symbol*):
  Reset to compile-toplevel, which requires a patch to guile.

* module/system/base/compile.scm (compile-file): Some foo so that we load
  up the scheme language before call-with-output-file. Fixes compilation
  of (language scheme) modules.

* module/system/base/language.scm (define-language): Don't unquote in
  make-language; refer to it by name instead, and export it.

* module/system/repl/Makefile.am (vm_DATA): Don't compile describe.scm,
  because we really can't deal with goops yet.

* module/system/repl/repl.scm (compile-toplevel): If we're compiling, put
  in a stub definition of start-stack, which is closely tied to the
  interpreter.

* src/vm_loader.c (load-program): Fix a very tricky corruption bug!
2008-05-20 11:33:28 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
command.scm fix immediate linkage, some other fixes to allow vm/ to compile 2008-05-19 21:29:18 +02:00
common.scm replace cenv with things in <repl> and fluids; remove the `use' meta-command 2008-05-12 22:26:31 +02:00
describe.scm fix syntax error in describe.scm 2008-05-19 21:38:09 +02:00
Makefile.am guile-vm is completely self-compiling now! 2008-05-20 11:33:28 +02:00
repl.scm guile-vm is completely self-compiling now! 2008-05-20 11:33:28 +02:00