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
rlar
d6353fb9ee
struct member devdep, use void* instead of char*
16 years ago
rlar
5e8e44cc0a
cast the tmalloc, MALLOC, return value
16 years ago
rlar
4622d0876e
ngcomplex_t instead of complex, #1/2
16 years ago
rlar
196262dd1b
move the com_*() prototypes around.
16 years ago
rlar
d7a9d71a1a
remove prototypes, avoid redeclarations
16 years ago
rlar
e71ca2c2b7
collect plot_cur in "fteext.h"
16 years ago
rlar
a9ca8d7331
collect gr_clean() gr_end() gr_point() gr_start() gr_fixgrid() in "graf.h"
16 years ago
rlar
320258dbd2
collect internalerror() in "fteext.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
7db0ed44ee
collect NewGraph() FindGraph() CopyGraph() RemoveWindow() in "ftedbgra.h"
16 years ago
rlar
8f8071aceb
fix some ancient \n\r and \r\n typos
16 years ago
rlar
68b2e6b23a
whitespace cleanup (all Makefile.am files)
16 years ago
rlar
76d22c3691
function rename, Update() -> DevUpdate()
16 years ago
rlar
38abf408d5
function rename, DrawLine() -> DevDrawLine()
16 years ago
rlar
1693270d35
function rename, Text() -> DevDrawText()
16 years ago
rlar
984754de75
function rename, Arc() -> DevDrawArc()
16 years ago
rlar
241783d0b5
use for(;;) instead of while(1) to muffle some visual-C warnings
16 years ago
rlar
6713cb5e00
fix comment
16 years ago
rlar
a8c64094fc
fix busy waiting loop, when using editline
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
618c5961ad
fix some literal floating point constants, which should have been integers
16 years ago
rlar
fe696310d6
muffle `may be used uninitialized' warnings
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
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
rlar
3369d860b4
cast the return values of malloc() function calls
16 years ago