1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/module/rnrs/arithmetic
Andreas Rottmann 23988e8c50 Several fixes to R6RS libraries
* module/rnrs/arithmetic/fixnums.scm (fixnum-width): Make this return an
  an exact integer instead of an inexact number.

* module/rnrs/base.scm (assertion-violation): Implement.

* module/rnrs/conditions.scm (simple-conditions): Allow also simple
  conditions as argument.

* module/rnrs/enums.scm (define-enumeration): Properly construct empty
  enumeration sets.

* module/rnrs/exceptions.scm (guard): Don't restrict the body to a
  single expression.

* module/rnrs/records/syntactic.scm (define-record-type0): Expand into a
  series of definitions only.
2010-08-28 10:16:30 -07:00
..
bitwise.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
fixnums.scm Several fixes to R6RS libraries 2010-08-28 10:16:30 -07:00
flonums.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00