1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module
Andy Wingo 581f410fbd case-lambda* clauses fail to match if too many positionals
* doc/ref/api-procedures.texi (Case-lambda): Expand case-lambda*
  documentation.

* module/ice-9/eval.scm (primitive-eval):
* libguile/eval.c (prepare_boot_closure_env_for_apply): Dispatch to the
  next case-lambda clause if there are too many positionals.

* doc/ref/vm.texi (Function Prologue Instructions):
* libguile/vm-i-system.c (bind-optionals/shuffle-or-br): New
  instruction, like bind-optionals/shuffle but can dispatch to the next
  clause if there are too many positionals.

* module/language/assembly/disassemble.scm (code-annotation):
* module/language/assembly/decompile-bytecode.scm (decode-load-program):
* module/language/assembly/compile-bytecode.scm (compile-bytecode): Add
  case for bind-optionals/shuffle-or-br.
* module/language/glil/compile-assembly.scm (glil->assembly): If there
  is an alternate, use bind-optionals/shuffle-or-br instead of
  bind-optionals/shuffle.

* test-suite/tests/optargs.test ("case-lambda*"): Add tests.
2013-01-14 11:38:09 +01:00
..
ice-9 case-lambda* clauses fail to match if too many positionals 2013-01-14 11:38:09 +01:00
language case-lambda* clauses fail to match if too many positionals 2013-01-14 11:38:09 +01:00
oop fix goops compilation when current language is not scheme 2012-07-05 10:15:02 +02:00
rnrs R6RS `string-for-each' should accept multiple string arguments 2012-11-22 22:26:16 +01:00
scripts Fix a couple of warnings. 2012-01-26 00:37:23 +01:00
srfi doc: Fix typo in `set-record-type-printer!' doc. 2012-11-17 15:34:49 +01:00
sxml remove duplicate when/unless definitions 2012-01-20 21:16:50 +01:00
system More procedure-arguments-alist documentation and a bugfix 2013-01-07 22:02:26 +01:00
texinfo docbook->texi fix 2012-05-08 16:03:54 +02:00
web Add http-post, http-put, et cetera 2013-01-11 15:40:00 +01:00
Makefile.am add bytevector->string and string->bytevector in new (ice-9 iconv) module 2013-01-11 15:15:37 +01:00
rnrs.scm Add missing R6RS `open-file-input/output-port' procedure 2012-11-12 20:47:57 +01:00
statprof.scm add gcprof 2011-05-05 11:43:12 +02:00
texinfo.scm more robust texinfo alias handling 2012-08-25 14:11:45 +02:00