rlar
|
451f88c5e1
|
swallow type conversion warnings
|
15 years ago |
rlar
|
5d302ee823
|
tiny rewrite, round to nearest integer and reset errno for strtol()
|
15 years ago |
h_vogt
|
ce3d11f56e
|
codemodel 'filesource' added to analog models
|
15 years ago |
rlar
|
71a9a526cd
|
malloc return value cast
|
15 years ago |
rlar
|
9ee308a2a5
|
function pointer invocation, (*p)(...) ---> p(...)
|
15 years ago |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
15 years ago |
rlar
|
2b66531eb4
|
mop up some fixme comments
|
15 years ago |
rlar
|
da31886723
|
rename variable private --> mif_private
|
15 years ago |
dwarning
|
cded776aa6
|
few build changes
|
15 years ago |
rlar
|
23ba264cd3
|
rename variable class --> ctype_class
|
15 years ago |
rlar
|
6a6a52ebbe
|
mop up, in the shadow of the last two commits
|
15 years ago |
rlar
|
3d8fb96647
|
cleanup, (modtmp) --> modtmp
|
15 years ago |
rlar
|
c1683a5571
|
cleanup, some more (*p).foo --> p->foo
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
rlar
|
0b6a557334
|
code cleanup
|
15 years ago |
dwarning
|
5059bcb624
|
using DEPFLAGS for sun cc
|
15 years ago |
dwarning
|
029f8c99e6
|
no message
|
15 years ago |
rlar
|
f7f4bfe70f
|
bug fix, when `show' a xspice spice2poly device (acgains)
|
15 years ago |
rlar
|
f40f6c705a
|
fix `make check' for build in a separate directory
|
15 years ago |
rlar
|
c349a97ea1
|
rework the xspice/icm Makefile for build in a separate directory
|
15 years ago |
rlar
|
3fec598934
|
prepare the xspice cmpp processor for build in a separate directory
|
15 years ago |
rlar
|
e1292b0c3a
|
bug fix, segmentation fault caused by `reset' when xspice used
|
16 years ago |
rlar
|
b7d969a472
|
drop -D CM_WINDOWS and -D CM_LINUX
|
16 years ago |
rlar
|
83f9110dc1
|
use NG_IGNORE() ...
|
16 years ago |
rlar
|
5ea63abb47
|
fix an ancient bug (typo `!=' versus `=!')
|
16 years ago |
rlar
|
1755ee8626
|
d_source, bug fix
|
16 years ago |
rlar
|
b5702020b7
|
d_source d_state d_ram, rewrite bit operations
|
16 years ago |
rlar
|
560126526a
|
d_source d_state d_ram, rewrite index operations
|
16 years ago |
rlar
|
c57c3fe972
|
d_source d_state, change float --> double
|
16 years ago |
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 |