2213 Commits (3a479ade3858c920c8894c8a6779155ffa67edde)
 

Author SHA1 Message Date
rlar 8cd9d88d40 tiny rewrite, avoid type conversion warnings 16 years ago
dwarning 503e47089f use ceil for round up 16 years ago
rlar d803d1e622 drop some unused static variables 16 years ago
rlar 4e8a1f9656 tiny rewrite, make use of copy_substring() 16 years ago
rlar 2d6930b3bc tiny rewrite, make use of cieq() 16 years ago
rlar 21a31ab2c2 tiny rewrite, make use of strtolower() and strtoupper() 16 years ago
rlar dbdd7dc741 tiny rewrite, type fixes 16 years ago
rlar c5c6fe477b drop a redundant check 16 years ago
rlar e3ea250a4d tiny rewrite, don't invoke strlen() to check for strlen() == 1 16 years ago
rlar fbe0def68e change a (int) cast application, to avoid type conversion warnings 16 years ago
rlar 8141892f72 tiny rewrite, to avoid type conversion warnings 16 years ago
rlar dd34b783cf minor rewrite, a local variable type change 16 years ago
rlar 7422d5d618 tiny rewrite to avoid "variable ... might be clobbered by 'longjmp'" warnings 16 years ago
rlar 5f4b0aa798 (int) cast the return value of some strlen() invocations 16 years ago
rlar 927470e12f minor rewrite, avoid type conversion warnings 16 years ago
rlar b4b3cb38a2 change the bsim1 `xpart' model parameter from IF_REAL to IF_FLAG 16 years ago
rlar f7bd3f56c8 change some model parameters from IF_REAL to IF_INTEGER 16 years ago
dwarning 8a8fbcafe5 enable backward Euler 16 years ago
dwarning b4d3cc8646 ancient configure options removed 16 years ago
dwarning 6ad8d19d5d correct feature explanations 16 years ago
rlar 2cdd98715a minor modification of strtolower(), and implement strtoupper() 16 years ago
rlar 3afbeb53e2 minor rewrite, fix a minor bug in the x11 zoom-in function 16 years ago
rlar 0eccd17d9a add casts for x11 operations, to silence type conversion warnings 16 years ago
rlar 3affeff848 move device dependent colors[] array from `graph' to the x11 specific struct 16 years ago
rlar 411c6fc8c3 minor rewrites 16 years ago
rlar f30f96a4c7 use `size_t' variables for fread/fwrite operations 16 years ago
rlar 96992f770a use the type `bool' instead of `unsigned char' in the numparam world 16 years ago
rlar 6e3bbd49ae casts, to make int <-> char conversions explicit 16 years ago
rlar 6ac005103b add some more `int' versus `size_t' casts 16 years ago
rlar 754406a335 minor beautification 16 years ago
rlar 6b5debfc1e use `NUMELEMS' and add some `(int)' casts 16 years ago
rlar 4ca91fbd82 local prototypes in `dlmain.c' 16 years ago
rlar db9125fecc convert some variables, from `int' to `size_t' 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
h_vogt a0235ee242 exit upon make errors 16 years ago
rlar c3f20f8321 cleanup TMALLOC etc macros 16 years ago
h_vogt 1372c00bf4 exit upon autogen or configure error 16 years ago
dwarning 57b1f5e9de no message 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 ea8d250999 bug fix, incorrect handling of `co_spiceonly' commands 16 years ago
rlar 2b3bcfea74 bug fix, const data space was used, instead of malloced area 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