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 |
dwarning
|
b4d3cc8646
|
ancient configure options removed
|
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
|
411c6fc8c3
|
minor rewrites
|
16 years ago |
rlar
|
f30f96a4c7
|
use `size_t' variables for fread/fwrite operations
|
16 years ago |
rlar
|
96992f770a
|
use the type `bool' instead of `unsigned char' in the numparam world
|
16 years ago |
rlar
|
6e3bbd49ae
|
casts, to make int <-> char conversions explicit
|
16 years ago |
rlar
|
6ac005103b
|
add some more `int' versus `size_t' casts
|
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
|
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
|
ea8d250999
|
bug fix, incorrect handling of `co_spiceonly' commands
|
16 years ago |
rlar
|
2b3bcfea74
|
bug fix, const data space was used, instead of malloced area
|
16 years ago |
h_vogt
|
3ddc20621a
|
guards for strstr
|
16 years ago |
rlar
|
6e9e8e2e51
|
trealloc usage unification
|
16 years ago |
rlar
|
15d12df25b
|
tmalloc usage unification, parenthesize some terms
|
16 years ago |
rlar
|
d6353fb9ee
|
struct member devdep, use void* instead of char*
|
16 years ago |
rlar
|
b2aae741a0
|
tmalloc usage, drop explicit (unsigned) cast
|
16 years ago |
rlar
|
32a255f47c
|
tmalloc usage, minor usage unification
|
16 years ago |
rlar
|
5e8e44cc0a
|
cast the tmalloc, MALLOC, return value
|
16 years ago |
rlar
|
bf0b7b4386
|
qsort() usage, drop cast of the first argument (which is a void *)
|
16 years ago |
rlar
|
4622d0876e
|
ngcomplex_t instead of complex, #1/2
|
16 years ago |
h_vogt
|
6a7c0eb74d
|
prototypes
|
16 years ago |
rlar
|
196262dd1b
|
move the com_*() prototypes around.
|
16 years ago |
h_vogt
|
102420262c
|
error message 'no graphics interface...
|
16 years ago |
rlar
|
60caf347a3
|
remove unused variables
|
16 years ago |
rlar
|
d7a9d71a1a
|
remove prototypes, avoid redeclarations
|
16 years ago |
rlar
|
f49a0e765b
|
collect inp_deckcopy() inp_subcktexpand() in "subckt.h"
|
16 years ago |
rlar
|
2c975413b7
|
collect arg_*() prototypes in "arg.h"
|
16 years ago |
rlar
|
16e8689529
|
collect vec_get() in "fteext.h"
|
16 years ago |
rlar
|
e71ca2c2b7
|
collect plot_cur in "fteext.h"
|
16 years ago |
rlar
|
894dcead35
|
collect if_inpdeck() if_run() if_cktfree() if_dump() if_option() in "spiceif.h"
|
16 years ago |
rlar
|
a9ca8d7331
|
collect gr_clean() gr_end() gr_point() gr_start() gr_fixgrid() in "graf.h"
|
16 years ago |
rlar
|
b22f75c9f4
|
collect hcomp() in "hcomp.h"
|
16 years ago |
rlar
|
320258dbd2
|
collect internalerror() in "fteext.h"
|
16 years ago |
rlar
|
ed73405d0f
|
collect ft_nutmeg() in "fteext.h"
|
16 years ago |
h_vogt
|
afdf6ee134
|
new command wrs2p
|
16 years ago |
h_vogt
|
32c134f481
|
#include "../misc/tilde.h"
|
16 years ago |
rlar
|
3c3b31fa60
|
declare some functions `static'
|
16 years ago |
rlar
|
2540531c38
|
remove local prototypes, which are allready included
|
16 years ago |
rlar
|
a10759a699
|
remove static fftext() from "com_fft.h"
|
16 years ago |
rlar
|
a1e09cdcd1
|
collect free_pnode_o() in "parse.h"
|
16 years ago |
rlar
|
7db0ed44ee
|
collect NewGraph() FindGraph() CopyGraph() RemoveWindow() in "ftedbgra.h"
|
16 years ago |
rlar
|
513c1d50a6
|
collect datestring() and seconds() in "misc_time.h"
|
16 years ago |