head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.48 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.46 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.44 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.42 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.40 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.38 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.36 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.34 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.32 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.30 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.28 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.26 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.24 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.22 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.20 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.18 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.16 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.14 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.12 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.10 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.8 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.6 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.4 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.2 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2 netbsd-1-3-PATCH002:1.1; locks; strict; comment @# @; 1.4 date 2004.09.10.16.14.04; author wiz; state dead; branches; next 1.3; 1.3 date 2001.04.04.16.26.12; author skrll; state Exp; branches; next 1.2; 1.2 date 98.08.07.10.40.25; author agc; state Exp; branches; next 1.1; 1.1 date 98.04.09.13.58.52; author tv; state Exp; branches; next ; desc @@ 1.4 log @Remove libg++; it has been discontinued in 1998. @ text @$NetBSD: patch-aa,v 1.3 2001/04/04 16:26:12 skrll Exp $ --- libg++/src/ACG.cc.orig Sat Jun 24 22:40:39 1995 +++ libg++/src/ACG.cc @@@@ -172,7 +172,7 @@@@ // static const _G_uint32_t LC_A = 66049; -static const _G_uint32_t LC_C = 3907864577; +static const _G_uint32_t LC_C = 3907864577U; static inline _G_uint32_t LCG(_G_uint32_t x) { return( x * LC_A + LC_C ); @ 1.3 log @Change ignore message slightly. One patch per file. MD5 -> SHA1 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Add NetBSD RCS Ids. @ text @d3 11 a13 57 *** libg++/src/ACG.cc.orig Sat Jun 24 17:40:39 1995 --- libg++/src/ACG.cc Thu Apr 9 07:34:24 1998 *************** *** 172,178 **** // static const _G_uint32_t LC_A = 66049; ! static const _G_uint32_t LC_C = 3907864577; static inline _G_uint32_t LCG(_G_uint32_t x) { return( x * LC_A + LC_C ); --- 172,178 ---- // static const _G_uint32_t LC_A = 66049; ! static const _G_uint32_t LC_C = 3907864577U; static inline _G_uint32_t LCG(_G_uint32_t x) { return( x * LC_A + LC_C ); *** libg++/src/hash.cc.orig Sat Jun 24 12:45:40 1995 --- libg++/src/hash.cc Thu Apr 9 07:34:51 1998 *************** *** 41,47 **** unsigned int multiplicativehash(int x) { // uses a const close to golden ratio * pow(2,32) ! return ((unsigned)x) * 2654435767; } --- 41,47 ---- unsigned int multiplicativehash(int x) { // uses a const close to golden ratio * pow(2,32) ! return ((unsigned)x) * 2654435767U; } *** libg++/src/timer.c.orig Sat Jun 24 12:45:41 1995 --- libg++/src/timer.c Thu Apr 9 08:51:48 1998 *************** *** 29,35 **** #if 1 ! #include <_G_config.h> #include #if _G_HAVE_SYS_RESOURCE #include --- 29,35 ---- #if 1 ! #include #include #if _G_HAVE_SYS_RESOURCE #include @ 1.1 log @Addition of libg++ pkg (only for 1.3-current users running egcs, and 1.4+ users) @ text @d1 2 @