~kicad/+git/ngspice-mirror-sourceforge:fix_osdi_init_crash

Last commit made on 2023-01-16
Get this branch:
git clone -b fix_osdi_init_crash https://git.launchpad.net/~kicad/+git/ngspice-mirror-sourceforge
Members of KiCad can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
fix_osdi_init_crash
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

9f5d1c3... by Pascal Kuthe <email address hidden>

properly abort for invalid OSDI paramters

49b7cb8... by Holger Vogt

Add a shunt resistor of 1e15 Ohms to any X (subcircuit call) line
when the node name contain 'unconnected' and .probe alli is called.

02789b2... by Holger Vogt

The modulo function a % n should accept a==0.
The fix adds this to the control section function parser. The numparam
parser already has this feature. n==0 is rejected as usual.

dcfe4e7... by Brian Taylor <email address hidden>

ERROR messages should be printed to stderr.

bf580ab...

Add a simple example of using string-valued parameters.

01c2113... by Holger Vogt

Rename example file

a76f8d5... by Brian Taylor <email address hidden>

Fix some comments.

4936fa2... by Brian Taylor <email address hidden>

Add serial load to 74f524 example.

167ff74... by Francesco Lannutti <email address hidden>

enable compiling without XSPICE on specific OSs

036775e... by Francesco Lannutti <email address hidden>

OSDI: fix const declaration, unused variables