Description of last updates.

This commit is contained in:
pnenzi 2004-08-13 11:03:34 +00:00
parent 3104666d86
commit 3aea768132
1 changed files with 11 additions and 0 deletions

View File

@ -8,6 +8,17 @@
memory using "listdg" instead. There were sone "tfree" that
caused problems for incorrect inputs, I have removed them and
tested against some bad syntax. Results shows no leaks.
* src/spicelibe/devices/{res/resparam.c, cap/capparam.c,
ind/indparam.c}: Fixed a bug introduced with m and acResistance
parameters. Since show command works as soon as a circuit is
loaded, before any call to DEVsetup or DEVtemp is made, some
parameters, in this early call showed incorrect results.
Simulations are not affected by this bug, but it is annoying.
Now principal parameters are display correctly.
* src/spicelib/analysis/cktncdump.c: fixed a typo that prevents
compilation on some systems.
2004-08-09 Paolo Nenzi <p.nenzi@ieee.org>