From 3aea768132185e7258c1be17109b2cb2fa6d7bdf Mon Sep 17 00:00:00 2001 From: pnenzi Date: Fri, 13 Aug 2004 11:03:34 +0000 Subject: [PATCH] Description of last updates. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d3f85691..197f69433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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