~kicad/+git/ngspice-mirror-sourceforge:pre-master-41

Last commit made on 2023-08-17
Get this branch:
git clone -b pre-master-41 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:
pre-master-41
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

ca4ddf6... by Holger Vogt

Fix bug 642 by replacing strstr() by search_plain_identifier()

7dd44f1... by Holger Vogt

Do not set a breakpoint at current time,
as this may lead to trigger a "breakpoint in the past"
message and stop the simulation, depending on double
precision details during comparison.

9ee9f92... by Holger Vogt

Prevent buffer overflow, remove unused

43c7d50... by Holger Vogt

Add missing pwlts cfunc.mod and ifspec.ifs

563aa29... by Holger Vogt

Remove unused variable

bd85b27... by Holger Vogt

Replace | by ||,
bug detected by code analysis

4432987... by Holger Vogt

Initialize to remove VS2022 linker warnings

ddd0eff... by Holger Vogt

Set brackets to remove gcc compiler warning

62b7247...

Remove duplicate definition of variable idp, as compiler may warn.

0db8d3b... by Holger Vogt

Reemove needless code, check for '}0',
don't do anything here if not true m=something