h_vogt
7489a37973
inpgval.c, inpdpar.c, beautify the code
9 years ago
h_vogt
fa6e21dd3a
inpgval.c, INPgetValue(), use INPgetNetTok() instead of INPgetTok()
To fix a bug reported by Clyde Shappee in
Subject: Problem with pole zero analysis and net names
https://sourceforge.net/p/ngspice/discussion/127605/thread/14338e7e/
When using node names with a leading slash '/'
on the "pz" analysis command line.
9 years ago
rlar
4184aa8c10
cleanup, use array operator
checked for object file invariance on linux with
./configure --enable-debug=no --enable-maintainer-mode --with-readline=yes --enable-cider --enable-ndev --enable-pss --enable-xspice
13 years ago
h_vogt
1b4c17a464
rename spicelib/parser/inp.h to inpxx.h
since we have another "inp.h" in src/frontend
13 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
15 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
23056573d8
code cleanup, drop NULL pointer casts
15 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
618732c7bd
fix assignment to a member of union IFvalue
16 years ago
rlar
94518fdb02
use CKTcircuit instead of void*, #3/4
16 years ago
dwarning
7cd4839d1b
correct parsing of integer model parameter in vectors too
16 years ago
dwarning
1ba2d635c8
correct parsing of integer model parameter
16 years ago
arno
b3a9a784f6
* src/spicelib/devices/parser/*: Moved all files to
26 years ago
arno
df3cc8983d
* src/circuit/*: moved these files into src/devices/parser. The
files in this directory take a model line from the input file and
add the corresponding element to the representation of
the circuit in memory.
* configure.in, src/Makefile.am, src/devices/Makefile.am: Files
affected by the move.
26 years ago
arno
c4e2e82d42
* ifeval.c ifnewuid.c inp.h inp2b.c inp2c.c inp2d.c
26 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago