h_vogt
5fd49349f6
update to RTS noise
15 years ago
h_vogt
f476389531
RTS noise
15 years ago
dwarning
5556515e6a
cvs ignore *.lo, *.la, .libs
16 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
e6c30efe46
Nr 4/5 (x = ...) != NULL , swallow warnings
16 years ago
rlar
abb87a6115
rename `IGNORE()' --> `NG_IGNORE()'
16 years ago
rlar
80286e0032
pour `IGNORE()' all over the source
16 years ago
rlar
01566f2b49
add casts to make `int' versus `size_t' conversions explicit
16 years ago
rlar
c3f20f8321
cleanup TMALLOC etc macros
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
15d12df25b
tmalloc usage unification, parenthesize some terms
16 years ago
rlar
3cc50320e3
rename ALLOC, REALLOC, CALLOC, FREE, in the "src/maths/sparse" domain
16 years ago
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