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

Last commit made on 2021-12-15
Get this branch:
git clone -b pre-master-35 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-35
Repository:
lp:~kicad/+git/ngspice-mirror-sourceforge

Recent commits

9ad4a2a... by Holger Vogt

Comment out non-ngspice compatible commands

Otherwise error messages would have beeen generated

697cd05... by Holger Vogt

Memory access error: don't free GENinst->GENname.
Use memcpy to overwrite old name by a (shorter) new name.
Compiler warnings are thus removed.

d741d61... by Holger Vogt

Remove unused function Evt_Data_destroy()

256fa96... by Holger Vogt

Remove redundant redeclaration of ‘ft_getpnames_quotes’

31384b1... by Holger Vogt

Remove compiler warnings associated with snprintf()
Use memory allocated on the heap instead.

966ec35... by Holger Vogt

add a function prototype for com_wric()

4d154f2... by Holger Vogt

Allow adequate size for copying.
Add the missing character string to fprintf.

e1bbd81... by Holger Vogt

add function prototype
for insert_new_line()

08d54b2... by Brian Taylor <email address hidden>

Fix missing initializer warning.

e3b9f88... by Holger Vogt

typos