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.
h_vogt
67e06bb4ac
winmain.c, bug fix, #315 ngspice under windows 10 shows exception on quit
https://sourceforge.net/p/ngspice/bugs/315/
longjmp() creates segfault under Windows 10 (VS and MINGW)
somewhere when MainWindowProc() is processing the WM_CLOSE message.
Instead of raising SIGINT, directly call cp_doquit().
return 0 if "askquit" is set and the user declines to "quit".
This continues the simulation, if still active.
9 years ago
..
func
inp_do_macro_param_replace(), fix several bugs concerning .func processing
12 years ago
lib-processing
tests/regression/lib-processing, fix upper/lower case
12 years ago
misc
frontend/device.c, com_alter_common(), #11/11 regression test
10 years ago
model
tests/regression/model/special-names-1.cir, check "#307 define problems with the Modelname "mname" with Subcircuits"
11 years ago
parser
src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)'
10 years ago
pz
tests/regression/pz/ac-resistance.cir, check ac resistance (op, ac and pz)
11 years ago
sens
tests/regression/sens, add some tests for "sensitivity" analysis
10 years ago
subckt-processing
missing file in commit "b14eb0a4 * regression test for multiple .global cards"
12 years ago
temper
upgrade regression test to the previous commit
10 years ago
Makefile.am
tests/regression/sens, add some tests for "sensitivity" analysis
10 years ago