rlar
|
9a9e1c5413
|
ifeval.c, IFeval(), pronounce definite end of instructions flow
|
13 years ago |
dwarning
|
d671e70b6c
|
clarify level parameter for hisim and hisimhv
|
12 years ago |
rlar
|
cc56c90b9d
|
drop asprintf()
|
13 years ago |
rlar
|
7aa454e5b4
|
rewrite, using tprintf()
|
12 years ago |
h_vogt
|
d5b2460123
|
inp.c, inp2q.c improve error message
when we exit() in batch mode due to a missing model definition
|
12 years ago |
rlar
|
d146502fc9
|
ptfuncs.c, drop inaccurate replacements for ashinh() acosh() and atanh()
|
12 years ago |
rlar
|
589ded417a
|
update bison generated files
|
13 years ago |
rlar
|
b32ae9f79b
|
.control and `B' parser, fix precedence of '-' versus '^'
-2^2 shall be -(2^2) instead of (-2)^2
|
13 years ago |
h_vogt
|
dad80811f9
|
inp2m.c: plug memory leak
|
13 years ago |
h_vogt
|
4d1b4bfa0a
|
inp2m.c: indentation
|
13 years ago |
h_vogt
|
d8fe6bd671
|
inp2m.c: plug a small memory leak
|
13 years ago |
h_vogt
|
8c85064018
|
inperrc.c: new function `INPstrCat()' to concatenate two strings
|
13 years ago |
h_vogt
|
73bec459fa
|
inperrc.c: comments added, white spaces
|
13 years ago |
rlar
|
c2927128cd
|
whitespace
|
13 years ago |
rlar
|
23d0f41e66
|
ft_find_analysis_parm(), change signature
|
13 years ago |
rlar
|
4d65fb908d
|
use type `IFparm' to abbreviate some expressions
|
13 years ago |
rlar
|
fc2dd436fe
|
abstraction, new function `ft_find_analysis_parm()'
|
13 years ago |
rlar
|
9d0500027c
|
abstraction, new function `ft_find_analysis()'
|
13 years ago |
rlar
|
6050e2e0ea
|
cleanup some extra parentheses
|
13 years ago |
rlar
|
bedbdb65bb
|
cleanup some line wraps
|
13 years ago |
rlar
|
ed6d7df0ce
|
inpdoopt.c, bug fix, `i' incremented twice when searching for "options"
|
13 years ago |
rlar
|
852bb7a89f
|
minor, prepare for automatic indentation
|
13 years ago |
rlar
|
7381081226
|
ciderlib, proper types for newCard(), setCardParm(), askCardQuest()
|
13 years ago |
rlar
|
f973e7107f
|
memory.h, polish macros
|
13 years ago |
rlar
|
df5c785a84
|
drop `INPmodUsed' which is redundant to `INPmodfast'
|
13 years ago |
rlar
|
ddc78067cc
|
CKTfndDev(), drop `type' and `fast' argument
|
13 years ago |
rlar
|
f375ec6c10
|
CKTfndDev(), rewrite invocations where `type == 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
|
29c57dd857
|
cleanup IFnewUid() invocations
checked for object file invariance
|
13 years ago |
rlar
|
40414ead49
|
cleanup stuttered semicolon
|
13 years ago |
rlar
|
31ff2ee073
|
polish `LITERR' macro
checked for object file invariance
|
13 years ago |
rlar
|
1b3e77ca32
|
polish `GCA' macro
checked for object file invariance
|
13 years ago |
rlar
|
d52c9e401a
|
polish `IFC' macro
checked for object file invariance,
different code for inppas3.c, seems to be ok
|
13 years ago |
dwarning
|
1bb270e301
|
inp2y.c, TXL bug fix
reported by John Reuben P on the ngspice-users mailing list
need to insert instance names into the symbol table with INPinsert()
|
13 years ago |
rlar
|
4ad4877e30
|
CKTfndDev(), drop unused argument `modname' which is always NULL
|
13 years ago |
rlar
|
156c9ea086
|
cleanup CKTfndDev(), findInstance() invocation
|
13 years ago |
Henrik Forstén
|
30d7647378
|
search just once for basic device types
|
13 years ago |
Henrik Forstén
|
97d99067a6
|
inpsymt.c, use "Daniel J. Bernstein" hash function
instead of a simple sum.
just for note,
there is a wealth of newer hash functions.
For example "The FNV Non-Cryptographic Hash Algorithm"
from http://tools.ietf.org/html/draft-eastlake-fnv-03
|
13 years ago |
dwarning
|
2dcea6d7c1
|
parser/*.c: correct the `pwr' derivative
|
13 years ago |
dwarning
|
91ab0a3c74
|
parser/*.c: implement a signed power function `pwr' for controlled sources
|
13 years ago |
dwarning
|
b9a954df60
|
inpptree.c, ptfuncs.c: whitespace cleanup
|
13 years ago |
Francesco Lannutti
|
581e0a6d11
|
fix sense2, which is unsupported code
|
13 years ago |
h_vogt
|
df65fa28cf
|
separate progress report from having Windows GUI
|
13 years ago |
h_vogt
|
5a44b3f7f8
|
fix `SetAnalyse()' re-declaration
|
13 years ago |
h_vogt
|
d7e291c53a
|
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
|
13 years ago |