1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/oop/goops
Mark H Weaver f6ddf827f8 Improve correctness and consistency of 'eval-when' usage.
* module/ice-9/boot-9.scm:
* module/ice-9/i18n.scm:
* module/ice-9/poll.scm:
* module/ice-9/popen.scm:
* module/ice-9/r6rs-libraries.scm:
* module/oop/goops.scm:
* module/oop/goops/compile.scm:
* module/oop/goops/dispatch.scm:
* module/srfi/srfi-88.scm:
* module/system/foreign.scm:
* module/texinfo/serialize.scm: Change most uses of 'compile' to
  'expand', except where we must avoid it during initial bootstrap
  before the module system is loaded.  Remove redundant uses of
  'compile' where 'expand' is also given.  Standardize on the
  "(expand load eval)" order of conditions.
2014-01-23 10:41:22 -05:00
..
accessors.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
active-slot.scm Clarify the copyright status of GOOPS. 2013-01-26 15:41:05 +01:00
compile.scm Improve correctness and consistency of 'eval-when' usage. 2014-01-23 10:41:22 -05:00
composite-slot.scm Clarify the copyright status of GOOPS. 2013-01-26 15:41:05 +01:00
describe.scm Clarify the copyright status of GOOPS. 2013-01-26 15:41:05 +01:00
dispatch.scm Improve correctness and consistency of 'eval-when' usage. 2014-01-23 10:41:22 -05:00
internal.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
save.scm oop goops save: fix compile-time availability of write-component 2013-01-23 16:53:54 +01:00
simple.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
stklos.scm more define-syntax-rule usage 2011-09-02 11:36:14 +02:00
util.scm finish deprecating eval closures 2012-05-23 12:29:15 +02:00