rlar
|
a056ea3065
|
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
|
14 years ago |
rlar
|
d5f6bcbedf
|
drop some more casts
|
14 years ago |
rlar
|
d3c3741f43
|
#4/6 config.h --> ngspice/config.h, AM_CPPFLAGS
|
14 years ago |
rlar
|
4ca58067a2
|
#2/6 config.h --> ngspice/config.h, #include's
|
14 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
14 years ago |
rlar
|
10346e055c
|
#1/4 #include <ngspice/...> --> #include "ngspice/..."
|
14 years ago |
h_vogt
|
0ea3e30805
|
wrdata now prints complex variables and recognizes 'appendwrite'
|
15 years ago |
h_vogt
|
ccd115c6e2
|
Error message on exceeding resolution limit
|
15 years ago |
rlar
|
d26015586c
|
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
rlar
|
f8e41f9fb5
|
remove second incarnation of `grid.h'
|
15 years ago |
rlar
|
9e86e5ca66
|
rewrite (double)literal --> floating-point-literal
|
15 years ago |
rlar
|
27f1d7bb45
|
cleanup getlims() and plug a memory leak
|
15 years ago |
h_vogt
|
5b4e11dbb4
|
no double definition
|
15 years ago |
h_vogt
|
dea300d88d
|
command 'remcirc'
|
15 years ago |
rlar
|
b998b92720
|
cleanup, `getlims()' has to be used with number arg >= 1
|
15 years ago |
rlar
|
af420a6a01
|
remove compiler warnings by explicit casting double -> int etc.
|
15 years ago |
rlar
|
d59845b427
|
graf.c, swallow type conversion warning
|
15 years ago |
rlar
|
aa0b602b87
|
cleanup some reoccuring function prototypes
|
15 years ago |
h_vogt
|
3547fdc5f3
|
explicit casts double -> int
|
15 years ago |
h_vogt
|
e6c86b4d98
|
explicit casting double -> int etc.
|
15 years ago |
rlar
|
2d1e44787b
|
fix a segfault, when invoking `destroy' while running in batch mode on unix
|
15 years ago |
h_vogt
|
7365459f75
|
move #define NUMCOLORS to x11.c
|
15 years ago |
rlar
|
55638c8023
|
various cleanups
|
15 years ago |
rlar
|
23056573d8
|
code cleanup, drop NULL pointer casts
|
15 years ago |
rlar
|
a987113675
|
cleanup x11 code
|
15 years ago |
rlar
|
e55f9c7fab
|
bugfix, segfault when closing a plot window
|
15 years ago |
rlar
|
6268d236f0
|
bug fix a segfault when closing a second x11-window, then resizing the first
|
15 years ago |
dwarning
|
29179938c7
|
x-axis label for misc. sweep types
|
15 years ago |
rlar
|
a2303d4d78
|
bug fix a segfault when closing a second X11 window, then resizing the first
|
15 years ago |
h_vogt
|
f601632453
|
line 139: test for v_plot
|
15 years ago |
dwarning
|
3ab9e6d060
|
cvs ignore .libs
|
16 years ago |
dwarning
|
b964cf949c
|
cvs ignore *.lo and *.la
|
16 years ago |
rlar
|
eb06eeb4d9
|
swallow type conversion warnings
|
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
|
acb1c33d66
|
Nr 1/5 (x = ...) == 0 , swallow warnings
|
16 years ago |
rlar
|
abb87a6115
|
rename `IGNORE()' --> `NG_IGNORE()'
|
16 years ago |
rlar
|
80286e0032
|
pour `IGNORE()' all over the source
|
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
|
8cd9d88d40
|
tiny rewrite, avoid type conversion warnings
|
16 years ago |
rlar
|
5f4b0aa798
|
(int) cast the return value of some strlen() invocations
|
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
|
6b5debfc1e
|
use `NUMELEMS' and add some `(int)' casts
|
16 years ago |
rlar
|
b4ffca60c4
|
(int) casts for some `strlen()' expressions
|
16 years ago |
rlar
|
01566f2b49
|
add casts to make `int' versus `size_t' conversions explicit
|
16 years ago |
rlar
|
7b3960506f
|
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
|
16 years ago |
rlar
|
15d12df25b
|
tmalloc usage unification, parenthesize some terms
|
16 years ago |