2005-Jan-13 09:39 |
1.5
|
Check-in
[4951]:
switch to newer versions for build environment tools By rse.
(diff)
|
2004-Jan-09 12:24 |
1.4
|
Check-in
[3709]:
strip trailing whitespaces By rse.
(diff)
|
2002-Jul-28 10:08 |
1.3
|
Check-in
[2401]:
fix devtool config By rse.
(diff)
|
2002-Jun-26 18:06 |
1.2
|
Check-in
[2192]:
use caching while developing 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.
|