You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rlar
d0897fd0c4
src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)'
identified and reported by Marcel Hendrix,
expressions of this kind could trigger a segmentation violation.
PTdifferentiate() roughly evaluates to
ternary_fcn(ge0(0-expr), 0, PTdifferentate(expr))
and mkb() optimizes
0 - expr --> unary_minus(expr)
IFeval() invokes PTeval() for the derivative too,
PTeval() looks at the incorrect tree->funcnum
and tries to PTeval for a second argument which is not there,
(unary_minus does not have a second argument)
causing a segmentation fault.
10 years ago
..
src
visualc/, move *.c, *.h into src/
10 years ago
xspice
introduce visualc/xspice
10 years ago
.gitignore
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
how-to-fftw.txt
state more precisely 64bit fftw3 usage
10 years ago
how-to-ngspice-vstudio.txt
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
make-install-vngspice.bat
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
make-install-vngspiced.bat
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
sharedspice.vcxproj
visualc/, put flex/bison output files into tmp-bison/
10 years ago
spinit
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
spinit64
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
spinitd
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
spinitd64
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
vngspice-fftw.sln
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
vngspice-fftw.vcxproj
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
vngspice.sln
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago
vngspice.vcxproj
introduce visualc/{*install*.bat,*.sln} and update howto file
10 years ago