1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00
guile/module/system
Andy Wingo b9e67767ae compile-file gets #:canonicalization arg, defaults to 'relative
* module/system/base/compile.scm (compile-file, compile-and-load): Add a
  keyword arg #:canonicalization, which defaults to 'relative. In this
  way, one might compile "../module/ice-9/boot-9.scm", but the path that
  gets residualized into the .go is "ice-9/boot-9.scm".
2010-04-19 13:34:29 +02:00
..
base compile-file gets #:canonicalization arg, defaults to 'relative 2010-04-19 13:34:29 +02:00
repl very important fix to (system repl command) 2010-04-07 00:09:53 +02:00
vm remove program-name, program-documentation 2010-04-17 15:21:08 +02:00
foreign.scm Add %null-pointer' to (system foreign)'. 2010-03-18 00:28:14 +01:00
xref.scm de-nargs struct scm_objcode; procedure-property refactor 2009-10-23 14:51:19 +02:00