1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 12:10:26 +02:00
guile/module
Andy Wingo 8598dd8d28 more rest argument inlining improvements
* module/language/tree-il/peval.scm (peval): Correct comment on
  find-definition, and allow a find-definition to fall back on a source
  expression.  Avoid copying non-constant expressions.

* test-suite/tests/peval.test ("partial evaluation"): Add a test that
  inlining rest arguments works with complicated argument expressions,
  and a test that order of effects in rest args is preserved.
2013-02-15 14:15:19 +01:00
..
ice-9 allow (define-macro name (lambda ...)) 2013-02-12 09:40:55 +01:00
language more rest argument inlining improvements 2013-02-15 14:15:19 +01:00
oop Clarify the copyright status of GOOPS. 2013-01-26 15:41:05 +01:00
rnrs add read-string and read-string! to (ice-9 rdelim) 2013-01-22 15:15:43 +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 add #:doctype-handler to xml->sxml 2013-01-30 15:29:18 +01:00
system Add foreign types: ssize_t and ptrdiff_t. 2013-02-02 04:13:44 -05:00
texinfo (texinfo docbook): informaltable is a block element. 2013-02-09 18:19:06 +01:00
web add read-string and read-string! to (ice-9 rdelim) 2013-01-22 15:15:43 +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 (texinfo): add a command-spec for @math{}. 2013-02-09 18:19:28 +01:00