Giles Atkinson
44b620658e
Event nodes can be plotted with offset by "iplot", like the
digitop option for "plot". Offsets may be explicit or automatic with "-o".
A variable to set the offset is shared with "plot". In plotcurv.c
suppress some warnings that should not apply to event nodes and do
not falsely claim that some vectors have only one x-value.
1 year ago
Giles Atkinson
932ef50cc3
Improve two error messages: in d_cosim, report the filename given,
not the last one tried; and report attempted use of iplot or
tclplot in batch mode only once.
1 year ago
Giles Atkinson
502f15522e
Fix an infinite loop bug that may be seen with "stop whan a>b" or
"stop when a<>b".
3 years ago
Giles Atkinson
5114d6c2f4
Add an option to the iplot command: -d sets the number of simulation
steps before the window is shown. The value can be chosen to
limit rapid resizing when starting and that is used in the PLL examples.
3 years ago
Giles Atkinson
45015f974d
Add a "-w" option to the iplot command. It sets a width for the
window (in the current scale units) so that it does not re-scale
on overflow, but instead plots recently-generated data on a fixed scale.
3 years ago
Holger Vogt
e84c210876
'Option interp' and command 'stop' have been incompatible.
Allow both in a run.
Issue note (however not checked) that stop time data have to fit
the inpolated times.
5 years ago
Holger Vogt
e35e3e3b33
prevent a crash, e.g. when incompatible 'option interp'
is set and 'stop' is called.
5 years ago
Jim Monte
068df274bf
Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM.
6 years ago
Jim Monte
c7b95587de
Fixed compiler warnings regarding type of argument passed
6 years ago
Holger Vogt
71917744a8
remove superfluous double parentheses
7 years ago
Jim Monte
3def275be4
[PATCH #76 ] Fixed access violation when iplot called without a circuit
loaded.
7 years ago
Jim Monte
978429018b
[PATCH #73 ] Fixed crash when attempting to set a breakpoint without a
circuit loaded.
7 years ago
rlar
dc6e1cb064
use strchr() instead of strstr()
9 years ago
rlar
4c1c95e20f
everywhere, use `TMALLOC()' instead of `alloc()'
10 years ago
rlar
71a7c3459b
use char variants of the <ctype.h> isxxxx() family
10 years ago
rlar
1a257cd55a
frontend/breakp.c, cleanup `dbfree1()' and `dbfree()'
10 years ago
mhx
d97e12b1ab
frontend/breakp.c, avoid segfault on/after "delete all"
10 years ago
rlar
19e427e3a5
cleanup, use NULL instead of 0 in pointer context
11 years ago
rlar
8be0829b9b
frontend/breakp.c, bug fix, "#306 Deleting breakpoint causes Internal Error in status"
The "delete" command destroyed the whole list of stored breakpoints
instead of just the specified one.
Thanks to "jpcgt", who reported this in
"#306 Deleting breakpoint causes Internal Error in status"
http://sourceforge.net/p/ngspice/bugs/306/
11 years ago
h_vogt
777fe07e83
breakp.c: repair nonworking function dbfree()
13 years ago
h_vogt
7bc879726d
make database dbs local to each circuit
13 years ago
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
a056ea3065
#3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex
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
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
h_vogt
cc6100f5cb
'stop' and 'altermod' command execution modified
15 years ago
h_vogt
62f22b4145
update stop command
15 years ago
h_vogt
59a699e9ec
stop when time=10n
15 years ago
rlar
abb87a6115
rename `IGNORE()' --> `NG_IGNORE()'
16 years ago
rlar
80286e0032
pour `IGNORE()' all over the source
16 years ago
rlar
196262dd1b
move the com_*() prototypes around.
16 years ago
rlar
4cdd842cd8
muffle compiler warnings
16 years ago
rlar
4420a3ecdd
add prototypes, remove some NULL casts
16 years ago
sjborley
67ff1b3a83
Tidy up of the header files in src/frontend and sub-directories. Motivation is to remove extern declarations within .c files and place them in .h files. Added new header files where necessary (and adjusted makefile.am files where required)
21 years ago
pnenzi
19129762ad
Added Glao Dezai's patches (some memory leaks fixes)
26 years ago
arno
8696a52e89
* src/Makefile.am src/main.c src/sconvert.c
26 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago