rlar
|
f29d683770
|
CKTfndMod(), cleanup
|
13 years ago |
rlar
|
f0d36d956e
|
CKTfndMod(), cleanup
|
13 years ago |
rlar
|
e7def1a0bc
|
CKTfndMod(), drop unused arguments `type' and `modfast'
|
13 years ago |
rlar
|
59309e196b
|
CKTfndMod(), cleanup
|
13 years ago |
rlar
|
b32c15d85f
|
CKTfndMod(), dont pass the `type' argument by reference any more
|
13 years ago |
rlar
|
247ae92ae8
|
CKTfndMod(), unuse the `type' argument
|
13 years ago |
rlar
|
f0882dbdfd
|
CKTfndMod(), return the found model instead of error code
|
13 years ago |
rlar
|
b97c2ba5d1
|
CKTfndMod(), express error return value outside of this function
|
13 years ago |
rlar
|
bd7e93de6c
|
CKTfndMod(), assert some facts
|
13 years ago |
rlar
|
e79135c556
|
CKTfndDev(), cleanup
|
13 years ago |
rlar
|
ddc78067cc
|
CKTfndDev(), drop `type' and `fast' argument
|
13 years ago |
rlar
|
6a9a246526
|
CKTfndDev(), rewrite invocations where `*fast == NULL'
|
13 years ago |
rlar
|
6c80cb4062
|
CKTfndDev(), unuse the type argument
|
13 years ago |
rlar
|
390dccd44b
|
CKTfndDev(), rewrite error expressions
|
13 years ago |
rlar
|
5daa676163
|
CKTfndDev(), return the found instance instead of error code
now if (fast != NULL)
CKTfndDev(,,fast, )
is equivalent to
*fast = CKTfndDev(,,fast, )
|
13 years ago |
rlar
|
7bacfc73d1
|
CKTfndDev(), express error return value outside of this function
if (fast != NULL) then
err = CKTfndDev(,, fast, );
is equivalent to
err = CKTfndDev(,, fast, );
err = *fast ? OK : E_NODEV;
|
13 years ago |
rlar
|
6e7d70e4bb
|
CKTfndDev(), assert some facts
|
13 years ago |
rlar
|
0ab6a6e463
|
CKTfndDev(), drop unused argument `modfast'
|
13 years ago |
rlar
|
4ad4877e30
|
CKTfndDev(), drop unused argument `modname' which is always NULL
|
13 years ago |
h_vogt
|
7a83423685
|
update 'alter' handling as in ngspice main.c
|
13 years ago |
h_vogt
|
298f9ceaa9
|
tclspice.c, ngspice.pm, config.h in visualc: prepare ngspice-25
|
13 years ago |
Francesco Lannutti
|
c23bd59c44
|
removed ancient PARALLEL_ARCH feature
removed variables
ARCHme
ARCHsize
removed functions
SMPcombine()
SMPcCombine()
CKTpartition()
removed files
spcombin.c
cktpartn.c
removed struct slots
STATcombineTime
STATtranCombTime
STATacCombTime
GENowner
<MODEL>owner
|
14 years ago |
rlar
|
c9e2a21a9c
|
reimplement tcl_vfprintf()
|
14 years ago |
rlar
|
b9b9f6fd1c
|
cleanup (checked for code invariance)
|
14 years ago |
rlar
|
0beb95757f
|
cancer of the semicolon
|
14 years ago |
rlar
|
3d34b22ebf
|
fix file modes
|
14 years ago |
h_vogt
|
4b1abe0a18
|
tclspice.c: new functions to get start and final time of a transient simulation
|
14 years ago |
h_vogt
|
fc7692a896
|
outheap removed
|
14 years ago |
h_vogt
|
5d101f46f9
|
updates tcl for Windows
|
14 years ago |
rlar
|
2e4d4a0e02
|
unuse srandom() and random()
|
14 years ago |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
891e4fdef1
|
fix varags usage, tcl_printf(), tcl_fprintf(), tcl_vfprintf()
|
14 years ago |
rlar
|
bfb8cb259c
|
drop some (char*) casts
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
14 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
14 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
h_vogt
|
e86527635b
|
ivars(char*), Windows 64, 32 bit
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
rlar
|
0b6a557334
|
code cleanup
|
15 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
4e8e49e698
|
local prototypes for "tclspice.c"
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
d6353fb9ee
|
struct member devdep, use void* instead of char*
|
16 years ago |
rlar
|
b2aae741a0
|
tmalloc usage, drop explicit (unsigned) cast
|
16 years ago |
rlar
|
5e8e44cc0a
|
cast the tmalloc, MALLOC, return value
|
16 years ago |
rlar
|
ccfef4110d
|
collect extern JMP_BUF jbuf in "frontend/signal_handler.h"
|
16 years ago |
rlar
|
513c1d50a6
|
collect datestring() and seconds() in "misc_time.h"
|
16 years ago |
rlar
|
cf3514b9ae
|
remove ancient #defines for AND OR NOT substitute with && || !
|
16 years ago |
h_vogt
|
355384e459
|
libiberty.h inclusion modified
|
16 years ago |