From 1995fc0608387884c4bbc34d8730e9d47979b789 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Sun, 30 Nov 2008 10:17:02 +0000 Subject: [PATCH] Cleaning --- ChangeLog | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index a824b8f59..f3279d07f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,27 +1,15 @@ -2008-11-30 Lionel Sainte Cluque - * Due to my little knowledge of CVS previous action was not take into - account, files did not move. I let thet files in their actual (tests/) - directory for the moment. - -2008-11-30 Lionel Sainte Cluque -/*** -This was not taken into account -/*** - * tests/tcl tests/tcltestbench* : moved to example directory, as there are no - Makefiles to automate those tests now. - 2008-11-29 Holger Vogt * frontend/numparam/xpressn.c: rand() and gauss() moved to math/misc/randnumb.c - * 'set rndseed=value' value = integer > 0 in spinit will yield - deterministic pseudo random number sequence. - * random() and rand() with correspongding max value + -> 'set rndseed=value' value = integer > 0 in spinit will yield + deterministic pseudo random number sequence. + -> random() and rand() with correspongding max value 2008-11-26 Dietmar Warning - * src/spicelib/devices/bsim4v4, bsim4v5: this is a backup because the patch of - Phil Barker are providing only a placeholder for propriarity sti stress model - - not any equation. If the stimod feature is some time published we can implement - it again. + * src/spicelib/devices/bsim4v4, bsim4v5: this is a backup because the patch + of Phil Barker are providing only a placeholder for propriarity sti stress + model - not any equation. If the stimod feature is some time published we + can implement it again. 2008-11-26 Holger Vogt * frontend/numparam/xpressn.c: agauss, sinh, cosh tanh, added (source: S. Thiel)