Document that we support srfi-46 and add it to %cond-expand-features.
authorMark H Weaver <mhw@netris.org>
Wed, 15 Jan 2014 08:08:32 +0000 (03:08 -0500)
committerMark H Weaver <mhw@netris.org>
Wed, 15 Jan 2014 08:21:07 +0000 (03:21 -0500)
commit2d6a3144a122982d5b6a9365943f73891bdb87d3
tree89973c81845398bce0d237c50cf043319bdf4716
parentda81e75d3e65445fa56865a28f83b07391853a0a
Document that we support srfi-46 and add it to %cond-expand-features.

* module/ice-9/boot-9.scm (%cond-expand-features): Add srfi-46.

* doc/ref/srfi-modules.texi (SRFI-0): Add srfi-46 to the list of core
  features.
  (SRFI-46): New node.

* doc/ref/api-macros.texi (Syntax Rules): Mention that the custom
  ellipsis identifier support is specified by SRFI-46.

* test-suite/tests/syntax.test ("syntax-rules"): Add ellipsis hygiene
  test from SRFI-46.
doc/ref/api-macros.texi
doc/ref/srfi-modules.texi
module/ice-9/boot-9.scm
test-suite/tests/syntax.test