rlar
|
9b2aea70f9
|
use Tcl_SetObjResult() instead of poking into Tcl_Interp.result
|
2013-12-31 16:24:00 +01:00 |
rlar
|
f29d683770
|
CKTfndMod(), cleanup
|
2013-12-31 16:12:28 +01:00 |
rlar
|
f0d36d956e
|
CKTfndMod(), cleanup
|
2013-12-31 16:12:27 +01:00 |
rlar
|
e7def1a0bc
|
CKTfndMod(), drop unused arguments `type' and `modfast'
|
2013-12-31 16:12:26 +01:00 |
rlar
|
59309e196b
|
CKTfndMod(), cleanup
|
2013-12-31 16:12:23 +01:00 |
rlar
|
b32c15d85f
|
CKTfndMod(), dont pass the `type' argument by reference any more
|
2013-12-31 16:12:22 +01:00 |
rlar
|
247ae92ae8
|
CKTfndMod(), unuse the `type' argument
|
2013-12-31 16:12:19 +01:00 |
rlar
|
f0882dbdfd
|
CKTfndMod(), return the found model instead of error code
|
2013-12-31 16:12:15 +01:00 |
rlar
|
b97c2ba5d1
|
CKTfndMod(), express error return value outside of this function
|
2013-12-31 16:12:14 +01:00 |
rlar
|
bd7e93de6c
|
CKTfndMod(), assert some facts
|
2013-12-31 16:12:11 +01:00 |
rlar
|
e79135c556
|
CKTfndDev(), cleanup
|
2013-12-31 16:12:10 +01:00 |
rlar
|
ddc78067cc
|
CKTfndDev(), drop `type' and `fast' argument
|
2013-12-31 16:12:08 +01:00 |
rlar
|
6a9a246526
|
CKTfndDev(), rewrite invocations where `*fast == NULL'
|
2013-12-31 16:12:07 +01:00 |
rlar
|
6c80cb4062
|
CKTfndDev(), unuse the type argument
|
2013-12-31 16:12:04 +01:00 |
rlar
|
390dccd44b
|
CKTfndDev(), rewrite error expressions
|
2013-12-31 16:12:03 +01:00 |
rlar
|
5daa676163
|
CKTfndDev(), return the found instance instead of error code
now if (fast != NULL)
CKTfndDev(,,fast, )
is equivalent to
*fast = CKTfndDev(,,fast, )
|
2013-12-31 16:12:01 +01:00 |
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;
|
2013-12-31 16:12:00 +01:00 |
rlar
|
6e7d70e4bb
|
CKTfndDev(), assert some facts
|
2013-12-31 16:11:59 +01:00 |
rlar
|
0ab6a6e463
|
CKTfndDev(), drop unused argument `modfast'
|
2013-12-31 16:11:53 +01:00 |
rlar
|
4ad4877e30
|
CKTfndDev(), drop unused argument `modname' which is always NULL
|
2013-12-31 16:11:23 +01:00 |
h_vogt
|
7a83423685
|
update 'alter' handling as in ngspice main.c
|
2013-12-31 12:56:54 +01:00 |
h_vogt
|
298f9ceaa9
|
tclspice.c, ngspice.pm, config.h in visualc: prepare ngspice-25
|
2012-12-23 12:13:38 +01:00 |
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
|
2012-10-22 23:06:25 +02:00 |
rlar
|
c9e2a21a9c
|
reimplement tcl_vfprintf()
|
2012-08-19 12:53:55 +02:00 |
rlar
|
b9b9f6fd1c
|
cleanup (checked for code invariance)
|
2012-08-19 12:14:22 +02:00 |
rlar
|
0beb95757f
|
cancer of the semicolon
|
2012-08-07 21:20:36 +02:00 |
rlar
|
3d34b22ebf
|
fix file modes
|
2012-06-12 21:26:29 +02:00 |
h_vogt
|
4b1abe0a18
|
tclspice.c: new functions to get start and final time of a transient simulation
|
2012-03-24 18:29:36 +01:00 |
h_vogt
|
fc7692a896
|
outheap removed
|
2012-02-11 12:50:44 +00:00 |
h_vogt
|
5d101f46f9
|
updates tcl for Windows
|
2012-02-11 11:59:12 +00:00 |
rlar
|
2e4d4a0e02
|
unuse srandom() and random()
|
2012-02-09 20:39:24 +00:00 |
rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
2012-02-07 19:53:12 +00:00 |
rlar
|
891e4fdef1
|
fix varags usage, tcl_printf(), tcl_fprintf(), tcl_vfprintf()
|
2012-02-07 19:22:02 +00:00 |
rlar
|
bfb8cb259c
|
drop some (char*) casts
|
2012-02-06 20:23:55 +00:00 |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
2011-12-13 19:57:45 +00:00 |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
2011-12-11 18:05:00 +00:00 |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
2011-08-20 17:27:09 +00:00 |
h_vogt
|
e86527635b
|
ivars(char*), Windows 64, 32 bit
|
2011-08-03 20:03:42 +00:00 |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
2011-04-28 15:59:36 +00:00 |
rlar
|
0b6a557334
|
code cleanup
|
2011-04-27 18:30:15 +00:00 |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
2010-11-16 20:38:24 +00:00 |
rlar
|
4e8e49e698
|
local prototypes for "tclspice.c"
|
2010-11-16 19:18:09 +00:00 |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
2010-11-16 19:11:32 +00:00 |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
2010-10-28 19:32:34 +00:00 |
rlar
|
d6353fb9ee
|
struct member devdep, use void* instead of char*
|
2010-10-24 13:15:35 +00:00 |
rlar
|
b2aae741a0
|
tmalloc usage, drop explicit (unsigned) cast
|
2010-10-24 13:10:09 +00:00 |
rlar
|
5e8e44cc0a
|
cast the tmalloc, MALLOC, return value
|
2010-10-24 12:59:20 +00:00 |
rlar
|
ccfef4110d
|
collect extern JMP_BUF jbuf in "frontend/signal_handler.h"
|
2010-10-15 18:27:25 +00:00 |
rlar
|
513c1d50a6
|
collect datestring() and seconds() in "misc_time.h"
|
2010-10-15 18:15:29 +00:00 |
rlar
|
cf3514b9ae
|
remove ancient #defines for AND OR NOT substitute with && || !
|
2010-10-09 11:40:00 +00:00 |