1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/module/rnrs
Julian Graham 802b47bdc6 Explicit definitions for memp' and assp' in `(rnrs list)'; the predicate
argument to Guile's `member' and `assoc' functions has a different expected
arity.

* module/rnrs/lists.scm (memp, assp): Wrap the predicate function with a
  two-argument wrapper before calling Guile's underlying implemenation.
* test-suite/Makefile.am: Add test-suite/tests/r6rs-lists.test to
  SCM_TESTS.
* test-suite/tests/r6rs-lists.test: New file.
2010-08-08 20:23:14 -04:00
..
arithmetic remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
io ensure unicode-capable rnrs string ports 2010-06-20 23:15:29 +02:00
records remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
base.scm Explicit definitions for vector-for-each' and vector-map'; Guile's SRFI-1 2010-08-08 19:32:23 -04:00
bytevectors.scm add #:version (6) to rnrs bytevectors and ports 2010-06-02 22:19:40 +02:00
conditions.scm Fix `define-condition-type' to use condition-accessors, not record 2010-06-18 09:49:30 -04:00
control.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
enums.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
eval.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
exceptions.scm *unspecified* in rnrs exceptions 2010-06-19 15:40:11 +02:00
files.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
hashtables.scm Fix argument passing for external hash functions in `(rnrs hashtables)'. 2010-07-14 01:16:19 -04:00
lists.scm Explicit definitions for memp' and assp' in `(rnrs list)'; the predicate 2010-08-08 20:23:14 -04:00
mutable-pairs.scm fix ^L typo 2010-06-19 14:45:03 +02:00
mutable-strings.scm typo in mutable-strings 2010-06-19 15:40:25 +02:00
programs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
r5rs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
sorting.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
syntax-case.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
unicode.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00