| 2005-Jan-13 09:42 | 1.5 | Check-in
[4952]:
happy new year 2005 By rse.
(diff) | 
| 2004-Jan-09 12:28 | 1.4 | Check-in
[3711]:
OSSP ui64 was never done under C&W work time, so no need to give them the copyright By rse.
(diff) | 
| 2004-Jan-09 12:25 | 1.3 | Check-in
[3710]:
bump copyright for year 2004 By rse.
(diff) | 
| 2003-Mar-23 19:07 | 1.2 | Check-in
[3311]:
bump copyright year By rse.
(diff) | 
| 2002-Apr-28 15:22 | 1.1 | Check-in
[2110]:
Add first cut of OSSP ui64, a new (sub-)library which allows us to
perform 64-bit unsigned integer arithmetic in a portable way without
requiring the machine to support C99's 64-bit type "unsigned long long".
Basically a ui64_t is an 8 byte array of "unsigned char" elements and
hence the library internally stores 64-bit values as 8 digits to the
base 2^8 and also performs the mathematical operations this way. By rse. |