rlar
4622d0876e
ngcomplex_t instead of complex, #1/2
16 years ago
rlar
d7a9d71a1a
remove prototypes, avoid redeclarations
16 years ago
rlar
7f8ee8818e
collect BMin BMax ExpLim Accuracy in "accuracy.h", kill `Acc'
16 years ago
rlar
3c3b31fa60
declare some functions `static'
16 years ago
rlar
2540531c38
remove local prototypes, which are allready included
16 years ago
rlar
cf3514b9ae
remove ancient #defines for AND OR NOT substitute with && || !
16 years ago
rlar
4d31d2a12f
some .c file local prototypes
16 years ago
rlar
36b9d794df
cx_avg() prototype
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
dwarning
03d91ab8b0
new function sunif()
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
bfc6636b61
fix txfree() prototype
16 years ago
rlar
547a8fc7f5
drop (SMPmatrix*) casts
16 years ago
rlar
8ff62fd262
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
16 years ago
rlar
d074de41f2
fix the type signature of the cx_* functions
16 years ago
rlar
f4d0163885
use the types MatrixPtr and SMPmatrix instead of void and char *
both are the same thing,
MatrixPtr is used inside the sparse/* domain,
SMPmatrix is used in the rest of spice
remove casts, which are no longer necessary
16 years ago
rlar
1ee29c3e96
use a void* instead of a char* for anonymous `InitInfo' in src/sparse/*.c
16 years ago
rlar
3e95037b0e
convert K&R function definitions to ansi style
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 .
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
16 years ago
rlar
a0b0f550ab
ansi style function args for a function pointer arg of spInitialize()
16 years ago
rlar
94518fdb02
use CKTcircuit instead of void*, #3/4
16 years ago
rlar
2744462d01
void *AllocatedPtr
16 years ago
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago
rlar
a120a5d049
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
rlar
b58722b18b
remove redundant nested function declarations
16 years ago
rlar
a14e59866e
ansi function declarations (prototypes)
16 years ago
rlar
5946300a97
upgrade foo() --> foo(void) ansi function definition
16 years ago
h_vogt
71c371485c
K&R->ANSI patches by R. Larice
16 years ago
h_vogt
31203ce2ab
macro ERROR -> MERROR
16 years ago
dwarning
586af63f36
changed the declarator to new format
17 years ago
h_vogt
257d218893
option noinit, ref. to _logb
17 years ago
dwarning
322e87d9d0
init vector d
17 years ago
dwarning
a755164f06
relay on ngspice.h
17 years ago
dwarning
8cae733fcd
fix a conflict for isinf defined in missing_math.h
17 years ago
pnenzi
f543aa8c06
Improvements in vector derivative computation and new functions to
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
h_vogt
1fa4faf88c
tclspice for Windows
17 years ago
dwarning
780eab118b
only a DOS/UNIX file problem
18 years ago
h_vogt
b297577a23
random generator functions
18 years ago
h_vogt
e7fe33ece8
random number generation organized
18 years ago