68 Commits (6df684e22a0a90f80d9862620f2d8c709e9ef3fa)

Author SHA1 Message Date
Holger Vogt f2cfb9b359 add fourth parameter to cp_getvar() 8 years ago
Holger Vogt 2786fcb86e New .option seed=[val|random] 8 years ago
Holger Vogt 7ca61b3c98 New command 'setseed' with function com_sseed 8 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
rlar c900cc8824 drop ngspice internal implementation of erfc() 9 years ago
rlar 15f2c67968 use M_PI 10 years ago
h_vogt 9f62057973 introduce include file "ngspice/randnumb.h" 10 years ago
Anthony J. Bentley 7a9abebfe7 remove unnecessary include of sys/timeb.h. 12 years ago
rlar aae92bf259 avoid overlapping "Dummy" symbols 13 years ago
Henrik Forstén 9c04f01991 rewrite AlmostEqualUlps() to avoid compiler warnings concerning `strict-aliasing' 13 years ago
rlar 6c8f002eea unify #ifndef include wrapper 13 years ago
rlar 1ee88a5694 prepare for #ifndef include wrapper unification 13 years ago
rlar 83e3100917 remove unused variables 14 years ago
Francesco Lannutti 08ec219417 remove all .cvsignore files 14 years ago
Francesco Lannutti 1dc70189a7 remove compilation warnings (type casts) 14 years ago
rlar a394d79c56 use utf-8 encoding 14 years ago
rlar cb0a48801d introduce AM_CFLAGS = $(STATIC) 14 years ago
rlar 2e4d4a0e02 unuse srandom() and random() 14 years ago
rlar afa1371746 #3/6 config.h --> ngspice/config.h, AM_CPPFLAGS 14 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar 11de01c304 swallow some warnings, and use <stdint.h> 15 years ago
h_vogt 6d7ee3632e remoce compiler warnings 15 years ago
h_vogt 1ea76af678 add statistical functions to numparam and nutmeg parsers 15 years ago
h_vogt 5fd49349f6 update to RTS noise 15 years ago
h_vogt f476389531 RTS noise 15 years ago
dwarning 3ab9e6d060 cvs ignore .libs 16 years ago
dwarning b964cf949c cvs ignore *.lo and *.la 16 years ago
h_vogt 5e1ed023c6 transient noise simulation 16 years ago
rlar 7f8ee8818e collect BMin BMax ExpLim Accuracy in "accuracy.h", kill `Acc' 16 years ago
rlar 2540531c38 remove local prototypes, which are allready included 16 years ago
rlar 4d31d2a12f some .c file local prototypes 16 years ago
rlar 001ad0c2bc `make dist' add some missing artifacts 16 years ago
rlar 68b2e6b23a whitespace cleanup (all Makefile.am files) 16 years ago
rlar d4946a6e81 convert K&R function definitions to ansi style 16 years ago
h_vogt d4fc5581d2 comments improved 16 years ago
h_vogt 453b565f71 improve random number generation 16 years ago
h_vogt 5c5bbe987d Tausworthe not ready under MINGW 16 years ago
h_vogt ba539d9ef1 new fcn sgauss(), new rnd-no generator 16 years ago
rlar 8ff62fd262 add #include's for visibility of prototypes to their function definitions 16 years ago
rlar a76cd1e104 textual replacement VT_* to CP_*, to avoid conflict in the windows world 16 years ago
rlar 0aa1c09d73 consolidate enum cp_types and enum vt_types . 16 years ago
rlar 5946300a97 upgrade foo() --> foo(void) ansi function definition 16 years ago
dwarning 8cae733fcd fix a conflict for isinf defined in missing_math.h 17 years ago
dwarning 91f10abc65 small polish regarding HAVE_DECL_XXX macros 17 years ago
dwarning c702897d13 correct HAVE_DECL_XXX asking 17 years ago
dwarning abc18c40f0 try to catch isinf over ieeefp.h 17 years ago
dwarning 4ab0193271 a simple workaround for isinf needed by adms 17 years ago
dwarning af03646462 POSIX conform configure isnan 17 years ago