Began refactoring WFAR to use WFIO instead of using its own I/O framework
Added built-in devices in addition to adding wfar_device_sink()
Added errno to ecode translation, updated host.h to properly capture unix systems
Added error reporting code
Added seek and tell to devices, added flags and device classification
Updated hash.h to use WFAR_ALWAYS_INLINE where appropriate, added better documentation
Automatically detect host endian for libwfar, implement endianness switching for IO objects
Added bits to include and compiler overrides for gcc
Updated endianness test to be more comprehensive, added support for compiler intrinsics
Updated host.h, endian.h.
Added install target to main makefile, began working on common
Added source and documentation distribution rules to makefiles
Added binary distribution packaging rules to Makefiles
Added root makefile
Slightly changed the hash test by removing single (this is tested by one_at_a_time) and adding more test vectors
Began implementing unit tests
Reimplemented CRC32 metacode; added stub for unit tests
Documented io.h, added byte vector ops for device
Switched licenses to markdown so that it can easily be embeded in Doxygen output
Cleaned up some documentation
Initial import; somehow lost crc32 metacode and will need to reimplement