648 Commits (6ac005103bc1636132df52f1cbaacf30eda8758a)

Author SHA1 Message Date
rlar 754406a335 minor beautification 16 years ago
rlar 6b5debfc1e use `NUMELEMS' and add some `(int)' casts 16 years ago
rlar db9125fecc convert some variables, from `int' to `size_t' 16 years ago
rlar 01566f2b49 add casts to make `int' versus `size_t' conversions explicit 16 years ago
dwarning 6e2e6e9927 better readability 16 years ago
dwarning a5bfc9d6bd Allow maxord=1 w/o crash 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 29f34fc734 use tmalloc instead of malloc 16 years ago
rlar cc5b9007a7 use tmalloc and trealloc instead of MALLOC and REALLOC 16 years ago
rlar 5edf18bbc8 bug fix ?, this fix is a mere guesswork, FIXME 16 years ago
rlar 930bf53c3f bug fix, malloced space too small 16 years ago
rlar 7e8f7d08a7 MALLOC usage unification, (in comments) 16 years ago
rlar 11c2ff1720 RALLOC usage unification, drop braces around the second argument 16 years ago
rlar bfc7a4cd7b use char* instead of void* 16 years ago
rlar 5e8e44cc0a cast the tmalloc, MALLOC, return value 16 years ago
rlar b96989b506 fix incorrect usage of tmalloc/sizeof, incorrect indirection level 16 years ago
rlar d7a9d71a1a remove prototypes, avoid redeclarations 16 years ago
rlar 484f678f5c add local prototype for add_device() 16 years ago
rlar 3c3b31fa60 declare some functions `static' 16 years ago
rlar 2540531c38 remove local prototypes, which are allready included 16 years ago
dwarning dd7ae38ade re-arranged trtol setting 16 years ago
dwarning bd985bc28f trtol to 1 only for A devices 16 years ago
rlar 80b2f2b164 update the bison generated files 16 years ago
rlar 0fb5f2142a avoid function redeclaration, PPparse() and PTparse() 16 years ago
rlar 65ef4f037a collect MESH*() prototypes in "meshext.h" 16 years ago
rlar a1b178c3f0 include bsim4*def.h (bsim4*geo.c files) 16 years ago
rlar 34e1037396 BSIM*Geo() prototypes --> include files 16 years ago
rlar cf3514b9ae remove ancient #defines for AND OR NOT substitute with && || ! 16 years ago
rlar 28282dda56 collect the other INP*() prototypes in "inpdefs.h" 16 years ago
rlar d0c287f81f collect the INP2?() prototypes in "inp.h" 16 years ago
rlar 9b0df330b5 collect the PT*() prototypes in "inp.h" 16 years ago
rlar fa156de8dd avoid function redeclaration (devices) 16 years ago
rlar 8382aceba3 sens_getp() prototype --> include file 16 years ago
rlar 44e244dde8 NevalSrc() NevalSrc2() Nintegrate() prototypes --> include files 16 years ago
rlar 63d3f113ff TanDeriv() prototype --> include files 16 years ago
rlar ef26170d5a DkerProc() CKTdisto() prototypes --> include files 16 years ago
rlar 3d9a742802 remove some stuttered prototypes 16 years ago
rlar 4d31d2a12f some .c file local prototypes 16 years ago
rlar 8db45f4205 CKTdnames() prototype 16 years ago
rlar 933bd11c43 use the type JOB, remove redundant casts 16 years ago
rlar 74d62ab486 use the types TSKtask and JOB, instead of void 16 years ago
rlar 7047535f96 type bistromatic 16 years ago
rlar 04dea78e58 fix an incorrect prototype 16 years ago
rlar d51c1e1b7d fix a compiler warning, void* versus void(*)(void) 16 years ago
dwarning 0d2b618f31 modification for sun compiler 16 years ago
h_vogt 7c7ff52262 no pmf, DBL_MAX 16 years ago
h_vogt 0a1a142023 NAN in parameter output removed 16 years ago
rlar 83d1de00fe bugfix, missing return(OK) in some switch statements 16 years ago
dwarning 921fad758d initialize some variables 16 years ago