- Added a namespace 'pseudodouble' for the C++ version
- Added functions for max and min
- fixed a missing include for the C++ version
- Small documentation fixes
- Fixed bug where uint64_to_pdi treated argument as signed rather than unsigned
- Fixed the zero comparison operators
- Added support for Visual C++
- Added C compare with zero functions
- Fixed some C++isms that crept into the C code
- Changed pseudo_double from a typedef to a struct to assist with type safety
- pseudo_double_i is now the typedef
- Changed name from pseudo-float to pseudo-double
- First public release