head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.32 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.30 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.28 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.26 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.24 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.22 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.20 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.18 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.16 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.14 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.6 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.4 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2006.07.09.21.56.28; author dmcmahill; state dead; branches; next 1.1; 1.1 date 2005.12.20.12.02.15; author joerg; state Exp; branches; next ; desc @@ 1.2 log @update to gnucap-2006-07-08. Many improvements since the last packaged version including, but not limited to: - enhanced transient timestep control algorithm which is significantly more accurate than spice now. - enhanced compatibility with hspice netlists - named nodes (as opposed to numbered only nodes) work now - improvements to the bsim3v3 model support - migration from a custom build system to a GNU autoconf/automake based build system. @ text @$NetBSD: patch-ai,v 1.1 2005/12/20 12:02:15 joerg Exp $ --- src/m_cpoly.h.orig 2005-12-19 16:50:18.000000000 +0000 +++ src/m_cpoly.h @@@@ -67,7 +67,7 @@@@ struct CPOLY1{ /* first order polynomia double c0; /* f(x) - x*f'(x), or f0 - x*f1 */ double c1; /* the first derivative */ explicit CPOLY1() : x(0), c0(0), c1(0) {} - explicit CPOLY1(const CPOLY1& p) : x(p.x), c0(p.c0), c1(p.c1){untested();} + CPOLY1(const CPOLY1& p) : x(p.x), c0(p.c0), c1(p.c1){untested();} explicit CPOLY1(double X,double C0,double C1) : x(X), c0(C0), c1(C1) {} explicit CPOLY1(const FPOLY1& p); @ 1.1 log @Fix C99/GCC 3.4+ issues: C99 math macros, test for C99 math macros, access of template members without template argument, explicit constructor vs. copy constructor. @ text @d1 1 a1 1 $NetBSD$ @