1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/texinfo
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
..
docbook.scm (texinfo docbook): informaltable is a block element. 2013-02-09 18:19:06 +01:00
html.scm fix stexi->html double translation 2011-03-26 13:33:40 +01:00
indexing.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00
plain-text.scm texinfo plain-text: Use match' for stexi->plain-text'. 2013-03-22 22:09:05 +01:00
reflection.scm module-stexi-documentation #:docs-resolver keyword arg 2011-08-23 18:00:02 +02:00
serialize.scm Improve correctness and consistency of 'eval-when' usage. 2014-01-23 10:41:22 -05:00
string-utils.scm texinfo: Add whitespace after periods. 2013-03-22 22:05:23 +01:00