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/..."
15 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