714 Commits (fe696310d649cb8da4d4301c32ff471b8fcdbfa5)

Author SHA1 Message Date
rlar fe696310d6 muffle `may be used uninitialized' warnings 16 years ago
rlar 1d6b744b1c remove static char rcsid[] = "$Id$" to muffle `unused variable' warnings 16 years ago
rlar 689c7662f8 K&R function definitions and GENmodel and GENinstance usage for the NDEV device 16 years ago
rlar 62afa50a1c fix dangerous things, potential bugs, at least for big endian machines 16 years ago
rlar e95eb0d4aa add two #include files, 16 years ago
rlar d074de41f2 fix the type signature of the cx_* functions 16 years ago
rlar 92353ab6d5 better place for the prototype of spConstMult() 16 years ago
rlar 9da90f5329 use the type SMPmatrix instead of char * 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 73cf2a8ea5 use a void * for the third argument (&value) of the cp_vset() function 16 years ago
rlar 3942bc2ade drop #include <frontend/variable.h>, (even for non MSC_VER) 16 years ago
rlar a49d446826 fix an incorrect type, (&char versus &bool) 16 years ago
rlar 8851f67efd Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL) 16 years ago
rlar d44f818cad allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage 16 years ago
h_vogt 9afba3083c correct typing error 16 years ago
rlar 2990821053 use type void* to pass anonymous data to function if_option() 16 years ago
rlar 61bba96f42 textual replacement vt_types to cp_types, to complete the last change 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
h_vogt 5cbb4d2c67 update changelog, number of types 16 years ago
rlar 4910f5046e `const' qualifier for char* arguments of vec_get() and ft_substdef() {add ChangeLog} 16 years ago
rlar ff459393d0 `const' qualifier for char* arguments of vec_get() and ft_substdef() 16 years ago
rlar a0a7d0ca70 xspice, xtraevt/*real*, add casts to `INPUT' and `OUTPUT' 16 years ago
rlar ba91a6074a add a missing `const' qualifier 16 years ago
rlar 1915f964dc xspice, digital/d_fdiv, fix the type of counter and counter_old 16 years ago
rlar 84a69a3896 xspice, flip-flops and ram, cast the `ic' PARAM to Digitial_State_t 16 years ago
rlar 26412f883e xspice, cast so called `STATIC_VAR' pointers to their concrete type 16 years ago
rlar e1a86fad43 remove leftover /*FALSE,*/ comments from the last commit 16 years ago
rlar cab9417c9a eliminate co_stringargs, which is used nowhere 16 years ago
rlar 0772afc517 fix the argument types of the functions printstr_n printstr_m bogus1 and bogus2 16 years ago
rlar 5397fd9fdd split the function printstr() into printstr_n() and printstr_m() 16 years ago
rlar 922d5c69ac fix the type of the function pointer argument of wl_forall() 16 years ago
rlar 4102c27164 fix function pointer initialization 16 years ago
rlar 62c6626254 add casts for void* returning functions 16 years ago
rlar a44cc3dd7e for c++, lex input() function is named yyinput() 16 years ago
rlar 1bb9d1c633 missing (void*) casts 16 years ago
rlar 460f7a6485 fix type and usage of some function pointers 16 years ago
rlar a19f5dc9ac fix some function pointer casts 16 years ago
rlar fd7ef635a2 missing casts 16 years ago
rlar f7f4a7dd91 tiny, fix two casts 16 years ago
rlar cc1cdbeeac dont compare with '\0' when NULL was meant 16 years ago
rlar a23c482c23 #include "vccsext.h" to make the function declarations visible to their function definitions 16 years ago
rlar 98ae3c949f cast the udn*() function args 16 years ago
rlar a0b0f550ab ansi style function args for a function pointer arg of spInitialize() 16 years ago
h_vogt e07486df2a patch B. Swartz 2010-07-04 16 years ago
rlar 3600f91ab0 drop some malloc prototypes, use <stdlib.h> 16 years ago
rlar 26f2d23e6c cleanups 16 years ago
rlar c2ca9a7998 drop -1, extend enum Mif_Cntl_Src_Type_t 16 years ago