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 |
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 |