Bytevectors: Added support for IEEE-754 endianness conversion.
commitb4b1d61fd3a646da35e42f22bab1e2ef1cbeab0d
authorLudovic Court`es <ludovic.courtes@laas.fr>
Fri, 9 Feb 2007 13:29:52 +0000 (9 13:29 +0000)
committerLudovic Court`es <ludovic.courtes@laas.fr>
Fri, 9 Feb 2007 13:29:52 +0000 (9 13:29 +0000)
treecff7877f9b25c74a5a35b63291727e3f98304fec
parent7b91d515c0a4229a54ecc26b8aecf285b6855b2b
Bytevectors: Added support for IEEE-754 endianness conversion.

* src/Makefile.am (noinst_HEADERS): New.

* src/bytevector.c: Include "ieee754-double.h".
  (double_to_foreign_endianness): New.
  (double_from_foreign_endianness): New.
  (DOUBLE_REF): Use it.
  (DOUBLE_SET): Likewise.

* tests/bytevector.test: New test.

git-archimport-id: lcourtes@laas.fr--2006-libre/guile-r6rs-libs--devo--0--patch-8
ChangeLog
src/Makefile.am
src/bytevector.c
src/ieee754-double.h [new file with mode: 0644]
tests/bytevector.test