~kicad/+git/ngspice-mirror-sourceforge:rewrite-SPICEdev

Last commit made on 2018-02-21
Get this branch:
git clone -b rewrite-SPICEdev 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:
rewrite-SPICEdev
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

860ec23... by rlar <rlar>

rewrite-SPICEdev, whitespace

b90f785... by rlar <rlar>

rewrite-SPICEdev, fix xspice too

7656905... by rlar <rlar>

rewrite-SPICEdev, fix ngspiceMODULEinit.c.xml too

9e4c7f1... by rlar <rlar>

rewrite-SPICEdev, coccinelle semantic patch #2

340f949... by rlar <rlar>

rewrite-SPICEdev, coccinelle semantic patch #1

bc851dd... by rlar <rlar>

rewrite-SPICEdev, .cocci and .el script

95ef5e7... by rlar <rlar>

numparam/*, use `pscopy()'

9ad63cc... by rlar <rlar>

numparam/*, plug memory leaks

ea1b836... by rlar <rlar>

numparam/*, drop case conversions

inpcom.c is supposed to convert everything to lower case.
Thus we can work case sensitive in numparam,
  which is easier compared to a whole set of local case conversions.

0200d5c... by rlar <rlar>

numparam/*, drop "old style" '&' syntax

Probably an artefact of the external preprocessor implementation
  of numparam.
This syntax seems to have been a non spice macro expansion facility.