head 1.7; access; symbols; locks; strict; comment @# @; 1.7 date 2005.01.13.08.42.34; author rse; state Exp; branches; next 1.6; 1.6 date 2004.01.09.11.28.22; author rse; state Exp; branches; next 1.5; 1.5 date 2004.01.09.11.25.48; author rse; state Exp; branches; next 1.4; 1.4 date 2004.01.09.11.24.20; author rse; state Exp; branches; next 1.3; 1.3 date 2003.03.23.18.07.15; author rse; state Exp; branches; next 1.2; 1.2 date 2002.06.26.16.00.25; author rse; state Exp; branches; next 1.1; 1.1 date 2002.04.28.13.22.49; author rse; state Exp; branches; next ; desc @@ 1.7 log @happy new year 2005 @ text @ _ __ _ _ _ _(_)/ /_ | || | | | | | | '_ \| || |_ | |_| | | (_) |__ _| \__,_|_|\___/ |_| OSSP ui64 - 64-Bit Arithmetic Version 0.1.0 (28-Apr-2002) ABSTRACT OSSP ui64 is a small ISO-C library providing portable 64-bit unsigned integer arithmetic. It can be considered as a portable emulation of the new ISO-C99 "unsigned long long" type. COPYRIGHT AND LICENSE Copyright (c) 2002-2005 Ralf S. Engelschall Copyright (c) 2002-2005 The OSSP Project This file is part of OSSP ui64, a 64-bit arithmetic library which can be found at http://www.ossp.org/pkg/lib/ui64/. Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. HOME AND DOCUMENTATION The documentation and latest release can be found on o http://www.ossp.org/pkg/lib/ui64/ o ftp://ftp.ossp.org/pkg/lib/ui64/ @ 1.6 log @OSSP ui64 was never done under C&W work time, so no need to give them the copyright @ text @d18 2 a19 2 Copyright (c) 2002-2004 Ralf S. Engelschall Copyright (c) 2002-2004 The OSSP Project @ 1.5 log @bump copyright for year 2004 @ text @a19 1 Copyright (c) 2002-2004 Cable & Wireless Deutschland @ 1.4 log @strip trailing whitespaces @ text @d18 3 a20 3 Copyright (c) 2002-2003 Ralf S. Engelschall Copyright (c) 2002-2003 The OSSP Project Copyright (c) 2002-2003 Cable & Wireless Deutschland @ 1.3 log @bump copyright year @ text @d1 3 a3 3 _ __ _ _ _ _(_)/ /_ | || | | | | | | '_ \| || |_ d5 2 a6 2 \__,_|_|\___/ |_| @ 1.2 log @polishing @ text @d18 3 a20 3 Copyright (c) 2002 Ralf S. Engelschall Copyright (c) 2002 The OSSP Project Copyright (c) 2002 Cable & Wireless Deutschland @ 1.1 log @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. @ text @d7 1 a7 1 OSSP ui64 - 64-Bit Aithmetic d12 3 a14 1 OSSP ui64 is ... d22 2 a23 2 This file is part of OSSP ui64, a 64-bit arithmetic which can be found at http://www.ossp.org/pkg/lib/ui64/. @