1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/module/language/ecmascript
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
..
array.scm fix array bugs in ecmascript 2010-03-31 22:31:11 +02:00
base.scm The GOOPS "unbound" value is a unique pair 2015-01-23 16:16:03 +01:00
compile-tree-il.scm Fix tree-il code generation for ECMAscript `new' expression. 2016-10-25 23:39:30 +02:00
function.scm Deprecate passing a non-zero size to make-module 2019-09-27 22:57:38 +02:00
impl.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
parse.scm Parse Decimal Numbers 2011-01-26 23:47:29 +01:00
spec.scm remove `version' field from <language> 2010-05-02 11:19:13 +02:00
tokenize.scm Fix Hex Constants 2011-01-26 23:45:33 +01:00