137 Commits (c575e60356d3b85ba876ff08e04e8d20e8519aec)

Author SHA1 Message Date
rlar 05441d5823 Nr 5/5 (x = ...) == NULL , swallow warnings 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 5412e4bfd2 convert macro `U()' to `IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar d0dba768f8 change the type of a bunch of variables from `int' to `size_t' 16 years ago
rlar 21a31ab2c2 tiny rewrite, make use of strtolower() and strtoupper() 16 years ago
rlar fbe0def68e change a (int) cast application, to avoid type conversion warnings 16 years ago
rlar 6e3bbd49ae casts, to make int <-> char conversions explicit 16 years ago
rlar 4ca91fbd82 local prototypes in `dlmain.c' 16 years ago
rlar b4ffca60c4 (int) casts for some `strlen()' expressions 16 years ago
rlar c9ba660155 (int) casts for cm_event_alloc and cm_analog_alloc 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 de35847146 realloc does work, even with NULL argument 16 years ago
rlar cc5b9007a7 use tmalloc and trealloc instead of MALLOC and REALLOC 16 years ago
rlar 11c2ff1720 RALLOC usage unification, drop braces around the second argument 16 years ago
rlar 5e8e44cc0a cast the tmalloc, MALLOC, return value 16 years ago
rlar de10506199 cmpp shall add a function prototype to the generated "cfunc.c" file 16 years ago
rlar 59e223c5e4 disable dangling artifact 16 years ago
rlar 7f7504f30a collect prototype for ifs_yyerror() in "ifs_yacc_y.h", and fix return type 16 years ago
rlar 1c2bae2c48 collect prototype for mod_yyerror() in "mod_yacc_y.h", and fix return type 16 years ago
rlar 47d271d0c0 declare udn_int_ and udn_real_functions `static' 16 years ago
rlar 2540531c38 remove local prototypes, which are allready included 16 years ago
rlar 746c9d1212 static function definition 16 years ago
rlar 101f6d5f4a str_to_lower() init_error() protoypes --> include files 16 years ago
rlar 9cb57888d5 too much quoting caused an error for quoted things in CFLAGS 16 years ago
rlar 61f4fffdac use $(MAKE) instead of literal `make' 16 years ago
rlar 7816052481 bug fix, ./configure && make dist was broken, hardwire flex 16 years ago
h_vogt 97085752a4 external LDFLAGS for MINGW 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
rlar 241783d0b5 use for(;;) instead of while(1) to muffle some visual-C warnings 16 years ago
rlar e20e18b855 whitespace cleanup, \r\n -> \n 16 years ago
dwarning f58d7a5001 omit warnings 16 years ago
rlar 50ad9c548e chomp some warnings 16 years ago
rlar 44a182c1ba use the type CKTnode instead of void* 16 years ago
rlar 8ff62fd262 add #include's for visibility of prototypes to their function definitions 16 years ago
rlar b31aef0557 find a suitable home for **DEVices and DEVmaxnum in devdefs.h 16 years ago
rlar 60ff9aaef2 muffle `nested extern' warnings, and drop a handcrafted malloc prototype 16 years ago
rlar 4cdd842cd8 muffle compiler warnings 16 years ago
rlar d0a7220f6f muffle `unused variable' warnings 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 a44cc3dd7e for c++, lex input() function is named yyinput() 16 years ago