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

Last commit made on 2020-03-08
Get this branch:
git clone -b beta_jdm 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:
beta_jdm
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

9b940e5... by Jim Monte <email address hidden>

Fixed some minor merging issues

721bc05... by Jim Monte <email address hidden>

Merge with pre-master

7b6ce1e... by Jim Monte <email address hidden>

Merge commit

88653fa... by Jim Monte <email address hidden>

Fixed assorted compiler warnings, memory leaks, etc.

55c4f16... by Holger Vogt

re-write inp_rep_ixx(), catch all known cases,
paranoia examples are o.k.

4c44244... by Holger Vogt

Imrove an error message: End-of-line delimiter $ is
not allowed when PSPICE compatibility is set. $ is
a standard character in PSPICE.

88e6ec2... by Holger Vogt

Add afuction to transform i(vxx) to vxx#branch
in .control sections.
This is to avoid memory leaks (see bug 478).
A better fix may be probably available by adapting
parse-bison.y.

13d8a7f... by Holger Vogt

correct the return values

a129f86... by dwarning <dwarning>

omit wanted fallthrough warnings with gcc

698f62f... by Holger Vogt

compatibility to old vsnprintf() in MINGW is no longer needed.
Compiling with -D__USE_MINGW_ANSI_STDIO=1 enables C99 compatibility.