rlar
141ed61ec8
use memcpy() instead of deprecated bcopy()
10 years ago
rlar
71a7c3459b
use char variants of the <ctype.h> isxxxx() family
10 years ago
h_vogt
e6034b0e95
postcoms.c, change command `setplot'
`setplot'
print a list of plots available
`setplot <plotname>'
make <plotname> the current plot
`setplot new'
create a new plot
10 years ago
rlar
9d32a0a5a9
simplify complex assignments
10 years ago
rlar
8243696338
dvec abstraction, #8/11, upgrade `dvec_alloc()'
10 years ago
rlar
908c650f72
dvec abstraction, #3/11, use `dvec_alloc()'
10 years ago
rlar
08ad3f6ab5
dvec abstraction, #1/11, reorder
10 years ago
h_vogt
1cd8bbf744
frontend/postcoms.c, add variable `width' to command "print line ..."
10 years ago
rlar
254be00842
src/frontend/postcoms.c, cleanup, unused variable `appendwrite'
12 years ago
Jim Holmes
85ae073471
src/frontend/postcoms.c, bugfix, write/save an xspice `event' node
In function EVTfindvec() XSPICE can create
a `dvec' with a non NULL `v_scale' slot.
This special scale with name "step"
differs from the current plot `pl_scale' slot
and triggered ancient buggy code here.
12 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
rlar
15606cf281
com_print(), fix a memory leak
14 years ago
rlar
31fa48cf17
com_write(), com_write_sparam(), fix a big memory leak
14 years ago
rlar
7a65ea0318
com_write_sparam(), cleanup storage more thoroughly (`wl_sparam')
14 years ago
rlar
124f0f4727
com_write(), com_write_sparam(), com_cross(), cleanup storage more thoroughly
14 years ago
rlar
a891e7dc9c
com_print(), cleanup storage more thoroughly
14 years ago
rlar
35c0e9eca3
variable rename, unify the source
checked for object file invariance
14 years ago
rlar
f95aaaafc1
com_print(), com_cross(), use for(;;) loops
14 years ago
rlar
fe1acd3757
src/frontend/** remove superfluous `return' invocations
14 years ago
rlar
811bf5664a
destroy `const' plot in com_quit()
14 years ago
rlar
7a5eeb2d9c
drop a superfluous cast
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
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
rlar
86ea7c5290
NG_IGNORE something
14 years ago
rlar
a056ea3065
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
14 years ago
rlar
10346e055c
#1/4 #include <ngspice/...> --> #include "ngspice/..."
14 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
rlar
8e7adac18e
bug fix, avoid $curplot (plot_names) being assembled from negative numbers
15 years ago
rlar
55638c8023
various cleanups
15 years ago
h_vogt
68d5e538d0
com_print: buf, buf2 dyn. mem. alloc.
15 years ago
rlar
05441d5823
Nr 5/5 (x = ...) == NULL , swallow warnings
16 years ago
rlar
75b6eeb94a
add `int' casts to some strlen() expressions, and center labels on a xlog scale
16 years ago
rlar
411c6fc8c3
minor rewrites
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
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
h_vogt
afdf6ee134
new command wrs2p
16 years ago
rlar
7db0ed44ee
collect NewGraph() FindGraph() CopyGraph() RemoveWindow() in "ftedbgra.h"
16 years ago
rlar
8851f67efd
Change remaining code to use the new usage pattern cp_getvar(,CP_BOOL,NULL)
16 years ago
rlar
a76cd1e104
textual replacement VT_* to CP_*, to avoid conflict in the windows world
16 years ago
rlar
a120a5d049
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
pnenzi
e92a7d397f
Bug fix from Laurent for a segfault.
17 years ago
h_vogt
9b5c583f30
command 'destroy' removes graphics window before deleting data
17 years ago
pnenzi
8c3ca11c62
New capability of print command for sin source print @vin_sin[sin] and
17 years ago
pnenzi
f543aa8c06
Improvements in vector derivative computation and new functions to
17 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
pnenzi
dee7afbfcc
Added --enable-ftedebug option to configure, fixed a bug in configure.in, now HAVE_ASPRINTF
25 years ago
pnenzi
65392b77ff
Modified printnum function to avoid printing bugs and memory leaks.
25 years ago
pnenzi
72a751f567
Various bug fixes
25 years ago