rlar
a5f933b3ec
frontend/parse.c, bug fix, PPlex(.."dc1.@m1[vth][1]"..)
The whole string was lexed into only one TOK_STR
instead of the actual (quasi) identifier "dc1.@m1[vth]"
11 years ago
rlar
8a65e97c2f
tests/regression/temper, several issues with `temper' in model parameters
11 years ago
rlar
93354e7b73
tests/regression/misc/log-functions-1.cir, check log, log10 and ln
11 years ago
rlar
53045dae53
tests/regression/parser/xpressn-1.cir, check log10
11 years ago
rlar
b9abea4f88
tests/regression/pz/ac-resistance.cir, check ac resistance (op, ac and pz)
11 years ago
rlar
d34ccd7208
tests/regression/model/special-names-1.cir, check "#307 define problems with the Modelname "mname" with Subcircuits"
11 years ago
rlar
1370f37f45
tests/regression/misc/resume-1.cir, regression test, "stop" and "resume"
11 years ago
rlar
8e65614d31
spfactor.c, cktnames.c, don't crash when simulating "nothing"
reported by Siddhant Saraf in
> [ngspice:discussion] "out of memory" error : simulating a 2bit AND gate"
This comes in two flavours,
1) an empty circuit
2) a xspice circuit with exclusively xspice event nodes
11 years ago
rlar
33d33e9d50
src/frontend/variable.c, fix expansion of '$var' when $var is an empty list
test case:
set foo = ( )
set foo = ( $foo baz bar )
echo $foo
11 years ago
rlar
5e76305ffa
inpcom.c, inp_modify_exp(), bug fix, enforce precedence when numparm substitutions come into play
12 years ago
rlar
ba85aaf88f
tests/regression/misc/bugs-1.cir, regression test for bug #294
12 years ago
rlar
98cfc1b26f
regression test for nint/floor/ceil
12 years ago
rlar
f1e67cccae
tests/regression/model/binning-1.cir, check model binning
12 years ago
rlar
a7dd20f5ca
missing file in commit "b14eb0a4 * regression test for multiple .global cards"
12 years ago
rlar
b14eb0a474
regression test for multiple .global cards
12 years ago
rlar
7f7453a227
inp_do_macro_param_replace(), fix several bugs concerning .func processing
12 years ago
rlar
d225c4f958
xpressn.c, introduce fortran style nint() rounding function
12 years ago
rlar
a088a6e0e6
subckt.c, fix .model processing (scope)
12 years ago
rlar
cccc02e844
tests/regression/parser
check xpressn.c parser capability to parse {2--3}
check .control parser capability to parse 2--3
check B parser capability to parse 2--3
check echo commands capability to print "--"
check echo commands capability to print upper and lower case
check xpressn.c parser capabilities
check precision of some transcendental functions
13 years ago
rlar
92a26b58f0
tests/regression/lib-processing, fix upper/lower case
13 years ago
rlar
cee318c68b
check the .lib processing
13 years ago