rlar
7f3fdad192
change for readability
16 years ago
rlar
d897817800
drop a bunch of (void**) NULL casts {invocation of IFnewUid()}
16 years ago
rlar
6713cb5e00
fix comment
16 years ago
rlar
91a9eb5a10
drop (INPtables*) casts
16 years ago
rlar
aa11b7b84f
drop (GENmodel*) casts
16 years ago
rlar
a8c64094fc
fix busy waiting loop, when using editline
16 years ago
rlar
74f7a4f908
bug fix, avoid segfault when parsing an unknown function in parse-bison.y
16 years ago
dwarning
586acbe45c
fallback for not handled enumeration values in switch
16 years ago
rlar
8dd05de4ca
bug fix, segfaults and sickness caused by `plot'
16 years ago
rlar
eaef9ffd7a
implement Arc() for plot5 and hpgl (smith diagram)
16 years ago
rlar
2fcbcc5f48
bug fix, implementation of the X11 draw arc implementation.
16 years ago
rlar
010e046e6b
work around a segmentation fault, plot .. vs vec
16 years ago
rlar
d60bee2d40
fix an ancient bug, garbage and segfaults when plotting multidimensional complex data
16 years ago
rlar
c6bac55ef3
fix an ancient typo, responsible for segfault or garbage when operating on vectors
16 years ago
rlar
8ff62fd262
add #include's for visibility of prototypes to their function definitions
move some typedefs to "typedef.h"
16 years ago
rlar
618c5961ad
fix some literal floating point constants, which should have been integers
16 years ago
h_vogt
f7da0b9f00
update inp_cmpat()
16 years ago
rlar
60ff9aaef2
muffle `nested extern' warnings, and drop a handcrafted malloc prototype
16 years ago
rlar
4cdd842cd8
muffle compiler warnings
16 years ago
rlar
d0a7220f6f
muffle `unused variable' warnings
16 years ago
rlar
fe696310d6
muffle `may be used uninitialized' warnings
16 years ago
rlar
62afa50a1c
fix dangerous things, potential bugs, at least for big endian machines
16 years ago
rlar
d074de41f2
fix the type signature of the cx_* functions
16 years ago
rlar
73cf2a8ea5
use a void * for the third argument (&value) of the cp_vset() function
16 years ago
rlar
8851f67efd
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
16 years ago
rlar
d44f818cad
allow cp_getvar(,CP_BOOL,NULL) to avoid insane usage
16 years ago
rlar
2990821053
use type void* to pass anonymous data to function if_option()
indicate its actual type with an enum cp_types argument
16 years ago
rlar
61bba96f42
textual replacement vt_types to cp_types, to complete the last change
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
0aa1c09d73
consolidate enum cp_types and enum vt_types .
use this enum for some function arguments and struct members .
drop some include "variable.h" which are no longer needed ,
propably many more could be droped .
drop #define VT_* which have been used as workaround for the type mess .
16 years ago
h_vogt
5cbb4d2c67
update changelog, number of types
16 years ago
rlar
ff459393d0
`const' qualifier for char* arguments of vec_get() and ft_substdef()
16 years ago
h_vogt
79831ac331
'option' command
16 years ago
rlar
e1a86fad43
remove leftover /*FALSE,*/ comments from the last commit
which where left for the single purpose of better visualization in a diff tool.
16 years ago
rlar
cab9417c9a
eliminate co_stringargs, which is used nowhere
16 years ago
rlar
0772afc517
fix the argument types of the functions printstr_n printstr_m bogus1 and bogus2
16 years ago
rlar
5397fd9fdd
split the function printstr() into printstr_n() and printstr_m()
16 years ago
rlar
922d5c69ac
fix the type of the function pointer argument of wl_forall()
16 years ago
rlar
4102c27164
fix function pointer initialization
16 years ago
rlar
62c6626254
add casts for void* returning functions
16 years ago
rlar
f7f4a7dd91
tiny, fix two casts
16 years ago
h_vogt
e07486df2a
patch B. Swartz 2010-07-04
16 years ago
h_vogt
fe2d079b31
par('expression')
16 years ago
rlar
7d6abb2fde
upgrade some casts from void* to more specific type
16 years ago
rlar
805f60448a
INPtables, remove some casts
16 years ago
rlar
63fae60605
use the GENmodel and GENinstance type instead of void*
16 years ago
rlar
94518fdb02
use CKTcircuit instead of void*, #3/4
16 years ago
rlar
72fc1a0186
use CKTcircuit instead of void*, #1/4
16 years ago
rlar
d6ad853ecb
fix the type signature of the if_*() function family.
16 years ago
rlar
59d4e5d961
fix various type glitches
16 years ago