~kicad/+git/ngspice-mirror-sourceforge:tmp-ticket-20

Last commit made on 2016-06-01
Get this branch:
git clone -b tmp-ticket-20 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:
tmp-ticket-20
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

c2f761b... by rlar <rlar>

avoid excessive and expensive invocations of vec_rebuild_lookup_table()
  see
    https://sourceforge.net/p/ngspice/support-requests/20/
  reported by Marlize Schoeman in ticket #20

85a3146... by rlar <rlar>

frontend/spec.c, com_spec(), indentation

b00825d... by rlar <rlar>

frontend/linear.c, cleanup `com_linearize()'

invoke vec_new() for the scale vector too, attempting to unify
  dvec and vec usage patterns

143a2a1... by rlar <rlar>

frontend/interp.c, cleanup `lincopy()'

and set v_plot before the vec_new() invocation

b14e7cb... by h_vogt <h_vogt>

sharedspice.c, remove meory leaks

4c60783... by rlar <rlar>

xspice, implement EVTdest() to fix xspice memory leaks

af93d79... by rlar <rlar>

ngspice/mifparse.h, ngspice/mifcmdat.t, reduce scope of these include files

97cc400... by rlar <rlar>

ngspice/evt.h, ngspice/enh.t, reduce scope of these include files

efcd858... by h_vogt <h_vogt>

error.c, ft_sperror(), memory leak, free memory returned by `if_errstring()'

5611ca4... by rlar <rlar>

harmonise all incarnations of `if_errstring()' to return malloced memory