1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module
Andy Wingo 9ff56d9e65 (language ghil def) becomes (language ghil)
* module/language/Makefile.am:
* module/language/ghil/Makefile.am:
* module/language/ghil.scm:
* module/language/ghil/compile-glil.scm:
* module/language/ghil/spec.scm:
* module/language/glil/Makefile.am:
* module/language/glil.scm:
* module/language/glil/compile-objcode.scm:
* module/language/glil/spec.scm:
* module/language/scheme/inline.scm:
* module/language/scheme/translate.scm:
* module/oop/goops.scm: Rename (language ghil def) and (language glil
  def) to not have the "def". They're nicer names.
2009-01-08 19:25:38 +01:00
..
ice-9 repl.scm relies on `display-backtrace' to do everything, some naming tweaks 2008-12-26 18:07:20 +01:00
language (language ghil def) becomes (language ghil) 2009-01-08 19:25:38 +01:00
oop (language ghil def) becomes (language ghil) 2009-01-08 19:25:38 +01:00
srfi define macros before functions using macros; more MV fixen in srfi-69 2008-11-01 20:31:57 +01:00
system move lang-specific modules, e.g. (system il compile) to (language ghil compile-glil) 2009-01-08 12:18:34 +01:00
Makefile.am move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00