h_vogt
|
0cdea87cb5
|
Add and ignore angle in fcn for text out
|
2020-03-15 08:51:05 +01:00 |
Mamoru TASAKA
|
fa0fc7f131
|
tclspice: avoid get_plot function type conflict
re-name get_plot as get_plot_by_index
|
2019-09-28 12:01:04 +02:00 |
Holger Vogt
|
56701e3d10
|
add rotation angle to text output, currently used only by postscript,
ignored by all others
|
2018-11-18 15:50:56 +01:00 |
Fabio Rossi
|
4c503c1e47
|
src/tclspice.c, bug fix, broken trimming of the "spice::" namespace
Due to a missing break in the for(;;) loop,
causing the loop to walk beyond end of string argv[0],
causing random behaviour.
|
2017-10-19 17:58:02 +02:00 |
h_vogt
|
9f62057973
|
introduce include file "ngspice/randnumb.h"
|
2016-08-15 11:30:26 +02:00 |
rlar
|
22b2349893
|
fix #285 .spiceinit cannot be read in from home directory
reported by Craggan in bug report #285
http://sourceforge.net/p/ngspice/bugs/285/
|
2014-06-26 19:50:13 +02:00 |
rlar
|
cc56c90b9d
|
drop asprintf()
|
2014-04-12 21:02:31 +02:00 |
rlar
|
03f0ef778f
|
bug fix, need va_copy() when reusing a va_list
|
2014-04-12 20:37:36 +02:00 |
rlar
|
7aa454e5b4
|
rewrite, using tprintf()
|
2014-04-05 19:10:12 +02:00 |
Krzysztof Blaszkowski
|
9d223d6778
|
execute ft_sigintr_cleanup() outside of the signal handler
to avoid execution of non-reentrant functions
|
2013-12-31 16:25:45 +01:00 |
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 |