682 Commits (5e1ed023c60777969dd31ca8359eee3c9f1b8a05)

Author SHA1 Message Date
h_vogt 5e1ed023c6 transient noise simulation 16 years ago
rlar bda8dfa2c6 swallow type conversion warnings (assignment of an int to unsigned:1 flags) 16 years ago
rlar 7ef6155ea5 touch (timestamp) bison output files 16 years ago
h_vogt f21f2a05bc PULSE: correct timing in case of phase != 0 16 years ago
h_vogt 4ab496dd1b PULSE: correct timing in case of phase != 0 16 years ago
h_vogt 2e06867da6 PULSE: correct timing in case of phase != 0 16 years ago
h_vogt 95b7a297fa PULSE: correct timing in case of phase != 0 16 years ago
h_vogt 39fccad193 PULSE: correct timing in case of phase != 0 16 years ago
h_vogt 413d0ff103 PULSE: correct timing in case of phase != 0 16 years ago
h_vogt 8ba1e81a9b PULSE: allow time < 0.0 16 years ago
rlar 05441d5823 Nr 5/5 (x = ...) == NULL , swallow warnings 16 years ago
rlar ad8ad56955 Nr 3/5 (x = ...) != 0 , swallow warnings 16 years ago
rlar abb87a6115 rename `IGNORE()' --> `NG_IGNORE()' 16 years ago
rlar 7d1950e131 fix a missing dependencies problem 16 years ago
rlar 2355ed9a83 regenerate bison output files 16 years ago
rlar 5412e4bfd2 convert macro `U()' to `IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
dwarning 576c7e2880 obsolete labels/variables configuring --enable-nobypass and --enable-predictor 16 years ago
dwarning abf65c511f correct the nipred include for PREDICTOR defined 16 years ago
dwarning 7adf4d9703 obsolete labels/variables configuring --enable-nobypass and --enable-predictor 16 years ago
rlar 75b6eeb94a add `int' casts to some strlen() expressions, and center labels on a xlog scale 16 years ago
rlar 1779d62558 add some `int' and `size_t' casts 16 years ago
rlar d0dba768f8 change the type of a bunch of variables from `int' to `size_t' 16 years ago
dwarning 503e47089f use ceil for round up 16 years ago
rlar d803d1e622 drop some unused static variables 16 years ago
rlar 21a31ab2c2 tiny rewrite, make use of strtolower() and strtoupper() 16 years ago
rlar e3ea250a4d tiny rewrite, don't invoke strlen() to check for strlen() == 1 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
rlar 6e3bbd49ae casts, to make int <-> char conversions explicit 16 years ago
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