rlar
fe1acd3757
src/frontend/** remove superfluous `return' invocations
14 years ago
rlar
7454a6d486
src/frontend/**, whitespace, indentation, ...
untabify
delete-trailing-whitespace
braces
...
checked for object file invariance on linux
14 years ago
rlar
f3b5336d3a
cleanup some macros, try to be more careful
14 years ago
rlar
6c01089be1
plug memory leak in x11.c
try to obey the Xt toolkit protocol when closing widgets and application
14 years ago
rlar
d4ced47e8e
drop out_pbuf, which was an ancient workaround
obviously an old implementation of out_printf()
has been unreliable.
14 years ago
rlar
46980f2cc6
plotit.c #9/9, whitespace
14 years ago
rlar
4803d8bba2
plotit.c #8/9, braces
14 years ago
rlar
6a334da2b4
plotit.c #7/9, braces
14 years ago
rlar
f587553217
plotit.c #6/9, braces
14 years ago
rlar
088e88d9b2
plotit.c #5/9, localize
14 years ago
rlar
5f1387892c
plotit.c #4/9, line wrap
14 years ago
rlar
ed4ad1c0dd
plotit.c #3/9, drop some comments
14 years ago
rlar
5c43e8f2fc
plotit.c #2/9, emphasize maximize/minimize
14 years ago
rlar
406fc29007
plotit.c #1/9, think positive
14 years ago
h_vogt
acfc7a2a27
remove memory leaks
14 years ago
rlar
cf2a0f3df3
cleanup, linewrap
14 years ago
rlar
5a69b9efc4
cleanup, void return
14 years ago
rlar
64b8dfc570
use wl_delete_slice()
14 years ago
rlar
26468839d4
plotit(), cleanup wordlist processing
14 years ago
rlar
b808fcec8a
fix typo in the commit `use wl_find()'
14 years ago
rlar
891d99497d
use wl_find()
14 years ago
rlar
60398d113c
plotit.c, prepare for usage of wl_find()
14 years ago
rlar
05e5854268
plotit.c, whitespace cleanup
14 years ago
rlar
9655b9885a
cleanup, use wl_cons(), wl_append_word() and wl_chop_rest()
14 years ago
rlar
cb0a48801d
introduce AM_CFLAGS = $(STATIC)
14 years ago
rlar
d8105873db
remove error.h, use fteext.h for controlled_exit()
14 years ago
rlar
e91e3c4ec7
lingrid(), avoid buffer overflow
Bug ID: `Buffer overflow detected - ID: 3510521'
reported by Zsolt Makaró
The variable `mag3' sometimes seems to take
unexpected values
(for example log10 can be -Inf, which will be casted to 0x80000000)
and seems then to have overflown a buffer buf[LABEL_CHARS]
14 years ago
h_vogt
b4516b08ca
bug fix, iplot(): Buffer overflow
Thanks to Zsolt Makaró for the bug report in
Buffer overflow detected - ID: 3510521
http://sourceforge.net/tracker/?func=detail&aid=3510521&group_id=38962&atid=423915
14 years ago
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