h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
h_vogt
1e88db6f7d
add command 'circbyline' to allow entering circuit line by line
13 years ago
rlar
4184aa8c10
cleanup, use array operator
checked for object file invariance on linux with
./configure --enable-debug=no --enable-maintainer-mode --with-readline=yes --enable-cider --enable-ndev --enable-pss --enable-xspice
13 years ago
h_vogt
ba6dd7b1af
main.c, inperror.c: unify errMsg
13 years ago
rlar
2e40bf9bff
allow Ctrl-d to quit
based upon Cody Creagers patch,
EOF Control-D support - ID: 3586069
http://sourceforge.net/tracker/?func=detail&aid=3586069&group_id=38962&atid=423917
14 years ago
h_vogt
65b976dab7
rename commands 'savesnap', 'loadsnap' to 'snsave', 'snload'
to avoid conflict with command 'save'
14 years ago
Francesco Lannutti
c23bd59c44
removed ancient PARALLEL_ARCH feature
removed variables
ARCHme
ARCHsize
removed functions
SMPcombine()
SMPcCombine()
CKTpartition()
removed files
spcombin.c
cktpartn.c
removed struct slots
STATcombineTime
STATtranCombTime
STATacCombTime
GENowner
<MODEL>owner
14 years ago
rlar
71240d19be
free spice_init_devices() allocated memory in com_quit()
14 years ago
rlar
84283b43d4
cleanup ivars() related globals on program termination
14 years ago
rlar
0beb95757f
cancer of the semicolon
14 years ago
rlar
d50ffdd987
swallow warnings
14 years ago
h_vogt
8defa56cf6
remove second call to tmpfile()
14 years ago
h_vogt
2bff8985e3
Adding TD to the fopen() is sufficient in MS Windows
to reliably unlink the temporary file
14 years ago
h_vogt
cc44d34f70
tmpfile() on MS Windows
create temporary files with Microsoft specific fopen() flags "TD"
and (propably redundant) remove them with an atexit() handler
see bug report #3535348
"sp*.tmp file created, but not deleted when Windows UAC is en"
https://sourceforge.net/tracker/?func=detail&atid=423915&aid=3535348&group_id=38962
14 years ago
h_vogt
188acd0060
correct usage of `unlink()' error return value -1
14 years ago
h_vogt
07727f74f0
commands.c: 'options' equivalent to 'option' and allow 'loadsnap' and 'savesnap'
which have been EXPERIMENTAL_CODE so far
14 years ago
h_vogt
80a039983e
dummy functions
14 years ago
rlar
2e4d4a0e02
unuse srandom() and random()
14 years ago
rlar
f70fd8ea1b
use type `runDesc'
14 years ago
h_vogt
d2f9faf66b
.lib handling
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
e42fa8ba06
swallow warnings
15 years ago
rlar
026a471d51
use unlink() instead of remove()
15 years ago
rlar
d26015586c
#1/7 use a subdirectory "ngspice" for includes to create a uniq namespace
15 years ago
h_vogt
57c9b44c73
inproved error messages in pipe mode
15 years ago
rlar
9e86e5ca66
rewrite (double)literal --> floating-point-literal
15 years ago
h_vogt
e86527635b
ivars(char*), Windows 64, 32 bit
15 years ago
h_vogt
ab587d8d3f
environmental variable NGSPICE_INPUT_DIR
15 years ago
h_vogt
e0ee07b491
NaN for MS VS
15 years ago
rlar
14aa6d4303
main.c, volatile, make shure they are up to date in memory when LONGJMP is executed
15 years ago
rlar
4b7627d60d
main.c, rename variable `buf' -> `log_file'
15 years ago
rlar
21f4534455
main.c, reduce scope of `gdata'
15 years ago
rlar
4484058cbe
main.c, reduce scope of `gotone'
15 years ago
rlar
6b2d6c67ca
main.c, reduce scope of the `err' variable
15 years ago
rlar
fc3107590c
main.c, ft_nutmeg is a const global bool
15 years ago
rlar
0d1e66b7ed
main.c, emphasize the SETJMP wrapper in ngspice
15 years ago
rlar
d0012a124a
main.c, emphasize the SETJMP wrapper in ngnutmeg
15 years ago
rlar
9887a2fb2b
main.c, emphasize the SETJMP wrapper in ngspice and ngnutmeg
15 years ago
rlar
f70bf82865
main.c, emphasize the common tail of ngnutmeg and ngspice
15 years ago
rlar
ebacbe03de
main.c, emphasize the SETJMP wrapper around the command processing loop
15 years ago
rlar
ca43d4d57e
main.c, emphasize batch termination with sp_shutdown(EXIT_NORMAL) invocation
15 years ago
rlar
44362f6760
main.c, first setsig then the business
15 years ago
rlar
b16a1ccf92
main.c, emphasize SETJMP wrapper around the init file processing
15 years ago
rlar
1441ed8921
main.c, don't repeatedly execute initialization, when there is a failure
15 years ago
rlar
f86d17ea5a
main.c, batchmode SETJMP wrapper
15 years ago
rlar
4d8e4cfc89
main.c, ngnutmeg command processing loop
15 years ago
rlar
75c10da5b5
main.c, SETJMP compare value
15 years ago
rlar
8e50ce9905
main.c, brace noise
15 years ago
rlar
2c5c5e2c49
main.c, whitespace
15 years ago