1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/rnrs
Andy Wingo cc7d394490 Deprecate passing a non-zero size to make-module
* module/ice-9/boot-9.scm (make-module): Issue a deprecation warning if
  users pass a non-zero size.
  (nested-define-module!, make-modules-in, beautify-user-module!)
  (resolve-interface, make-autoload-interface, %cond-expand-table):
* module/ice-9/popen.scm (port/pid-table):
* module/ice-9/session.scm (make-fold-modules):
* module/language/ecmascript/function.scm (*program-wrappers*):
* module/scripts/api-diff.scm (read-api-alist-file):
* module/srfi/srfi-10.scm (reader-ctors): Update callers.  Also remove
  some make-hash-table sizes.
2019-09-27 22:57:38 +02:00
..
arithmetic
io Fix documentation of R6RS 'binary-port?' to reflect reality. 2019-06-18 03:09:42 -04:00
records Replace "pr" struct fields with "pw" fields 2017-09-23 15:33:02 +02:00
base.scm Define top-level bindings for aux syntax: else, =>, _, ... 2019-09-12 21:50:51 +02:00
bytevectors.scm
conditions.scm
control.scm
enums.scm
eval.scm Deprecate passing a non-zero size to make-module 2019-09-27 22:57:38 +02:00
exceptions.scm
files.scm
hashtables.scm (rnrs hashtables): Hash functions of eq? and eqv? hashtables 2016-06-21 09:48:36 +02:00
lists.scm
mutable-pairs.scm
mutable-strings.scm
programs.scm
r5rs.scm
sorting.scm
syntax-case.scm
unicode.scm