123 Commits (c575e60356d3b85ba876ff08e04e8d20e8519aec)

Author SHA1 Message Date
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 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 * 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 . 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