Re: [ng-spice-devel] Rework14 - Prerelease1


To ng-spice-devel@ieee.ing.uniroma1.it
From mcmahill@mtl.mit.edu
Date Wed, 7 Feb 2001 16:45:56 -0500 (EST)
Delivered-To mailing list ng-spice-devel@ieee.ing.uniroma1.it
In-Reply-To <Pine.LNX.3.96.1010207210344.3261A-100000@ieee.ing.uniroma1.it >
Mailing-List contact ng-spice-devel-help@ieee.ing.uniroma1.it; run by ezmlm
Reply-To ng-spice-devel@ieee.ing.uniroma1.it





On Wed, 7 Feb 2001, Paolo Nenzi wrote:

> We have it!
> 
> In the ftp site of ng-spice, under the experimental directory, I have
> uploaded a CVS snapshot of ngspice to test before the official rework-14.
> 
> To the people who submitted bug reports:
> 
> I have done my best to close the bugs reported. Some of them were
> "historical" and the patches were lying in the archive of comp.lsi.cad.
> 
> Please, try the prerelease code with your netlists and tell me if
> the bugs are closed.

Hi Paolo,

A couple of bugs.  

the following are missing from the tar file:  spinit setplot spectrum

also I think the new CALLOC is wrong:

--- src/maths/sparse/spdefs.h.orig      Wed Feb  7 09:34:39 2001
+++ src/maths/sparse/spdefs.h   Wed Feb  7 15:58:55 2001
@@ -260,5 +260,5 @@
 #ifndef HAVE_LIBGC
 #define CALLOC(ptr,type,number)                   \
-{ ptr = (type *) calloc(type, number);            \
+{ ptr = (type *) calloc( number , sizeof(type) ); \
 }
 #else /* HAVE_LIBCG */


other than that, it builds under NetBSD.  Haven't done any more testing
that to verify that it doens't crash when started (yet).

-Dan



Partial thread listing: