rlar
44c1380281
variable rename, unify the source
checked for object file invariance
14 years ago
rlar
bc89379aff
fourier(), use for(;;) loops
14 years ago
rlar
d06265142d
variable rename, unify the source
checked for object file invariance
14 years ago
rlar
e0d64e14cc
bug fix, fourier(), prevent endless loop when processing unexpected vectors
14 years ago
rlar
e712080579
com_compose(), use for(;;) loops
14 years ago
rlar
959b62e14d
variable rename, unify the source
checked for object file invariance
14 years ago
rlar
5a58281e7b
com_spec(), use for(;;) loops
14 years ago
rlar
5102735df9
variable rename, unify the source
checked for object file invariance
14 years ago
rlar
5826f3c0e6
com_fft(), com_psd(), use for(;;) loops
14 years ago
rlar
26bbb39a68
variable rename, unify the source
checked for object file invariance
14 years ago
rlar
f52ae6eccd
bug fix, invalid read when the title line is the empty
14 years ago
dwarning
2506fe3858
changed the #include order - ngspice.h must be first
because icc complains about declaration visibility of mmsghdr struct
14 years ago
rlar
ae5de92c69
cleanup db_print_pnode_tree()
14 years ago
rlar
44e7f7f7bd
bug fix, dvec in a `define' can't be member of any plot
14 years ago
rlar
0280a49b69
bug fix, avoid segfault when the refered plot is still empty
14 years ago
h_vogt
986f9b7535
grid.c: prevent overflow of div_list
14 years ago
h_vogt
0bdc33db40
grid.c: prevent crash if real low and high values are close
14 years ago
h_vogt
68c4de76b7
new option noopac, don't do op simulation before ac if circuit is linear
May simplify ac simulation of passive RLC networks
(No need to add series resistors in Ls, allows to C inseries)
14 years ago
rlar
998c7f2934
disable some more cleanup code in com_quit()
destroy_ivars() is reported to freeze
14 years ago
rlar
ee0b602dc4
subckt.c, cleanup, use `for' instead of `while'
14 years ago
rlar
fe1acd3757
src/frontend/** remove superfluous `return' invocations
14 years ago
rlar
ab98f03622
src/frontend/** whitespace, indentation, ...
checked for object file invariance on linux
14 years ago
rlar
d1d4eb11a5
invoke cleanup functions in com_quit()
trying to get the valgrind reports down.
14 years ago
rlar
71240d19be
free spice_init_devices() allocated memory in com_quit()
14 years ago
rlar
811bf5664a
destroy `const' plot in com_quit()
14 years ago
rlar
7a5eeb2d9c
drop a superfluous cast
14 years ago
rlar
c0e2d4abef
src/frontend/**, whitespace,
object files will change, due to __LINE__ usage
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
ec1a71249a
fix ownership of `cp_promptstring' and `cp_program'
14 years ago
rlar
198604f605
define.c, plug a memleak in com_undefine()
14 years ago
rlar
6a3c20706a
define.c, cleanup
14 years ago
rlar
b68259ff2d
define.c, cleanup
14 years ago
rlar
1fbc4d62cc
define.c, whitespace cleanup
14 years ago
rlar
38ce3b6142
define.c, bug fix, when undefining more than one udfunc
14 years ago
rlar
adc9ee09ce
api change for ngdirname() to fix a memory leak
ngdirname did `own' the returned string.
now the invoker is responsible for the returned string.
note, this is contrary to the POSIX dirname() implementation,
which *might* return pointers to statical allocated memory.
14 years ago
h_vogt
4e45f4cba0
inp.c: unify syntax of .save and save commands: allow node1 and v(node1), v2#branch and i(v2), @dev[param]
14 years ago
h_vogt
9eaff645f5
vectors.c, resask.c: indentation
14 years ago
rlar
3d7ab6a297
cleanup keyword databases on proram termination
14 years ago
rlar
80bc975e33
plug a memory leak in inp_spsource/inp_nutsource (deck title string)
14 years ago
rlar
84283b43d4
cleanup ivars() related globals on program termination
14 years ago
rlar
83c99bece4
cleanup wallace arrays on program termination
14 years ago
rlar
590fc543f8
avoid error messages when finally closing the display device.
these messages creeped in with commit
2012-08-19 18:58:31
"plug memory leak in x11.c"
when the "printf" device Close and Update
functions might be invoked on program termination.
use the silent "nop" implementation
instead of the error reporting "nodev" implementation
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
789edee376
rewrite inp_list() avoid duplicate code
14 years ago
rlar
c4d0feb6cc
bug fix, out_send() erroneously interpreting printf %-style sequences
14 years ago
h_vogt
0af75f3bd9
subckt.c, mif_inp2.c: plug XSPICE setup memory leaks
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
0825c10471
bug fix, print complex yet real valued frequency
when printing a complex frequency vector, yet with real value
some left over nonsens was printed instead of the actual real value.
this bug was introduced in commit:
Date: Thu Jan 15 21:08:09 2009 +0000
Improvements in vector derivative computation and new functions to
compute group delay and moving average. From espice (A. Roldan).
14 years ago
h_vogt
b02a497490
mif_inp2.c, subckt.c: plug memory leaks at XSPICE setup
14 years ago