Holger Vogt
f31f044e30
set the search path for the code models relative to ngspice.exe
(for Windows GUI and console)
8 years ago
h_vogt
07ea6466ad
configure option --enable-relpath
add relative path ../lib to spinit for codemodels
and search path in ivars.c, independently from
install path which has to be an absolute path
9 years ago
rlar
cc56c90b9d
drop asprintf()
13 years ago
rlar
7aa454e5b4
rewrite, using tprintf()
12 years ago
h_vogt
d7e291c53a
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
13 years ago
h_vogt
8e5ad3d344
ivars.c: prevent crash in CYGWIN batch mode, if NGSPICE_INPUT_DIR given
remove unused Default_MFB_Cap
13 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
rlar
84283b43d4
cleanup ivars() related globals on program termination
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
e86527635b
ivars(char*), Windows 64, 32 bit
15 years ago
h_vogt
ab587d8d3f
environmental variable NGSPICE_INPUT_DIR
15 years ago
h_vogt
cc36fb8071
dirname() -> ngdirname()
15 years ago
h_vogt
f3565bab6b
fix usage of dirname()
15 years ago
h_vogt
661d287029
env. var NGSPICE_INPUT to hold additional path for input files
15 years ago
rlar
e6c30efe46
Nr 4/5 (x = ...) != NULL , swallow warnings
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
cf3514b9ae
remove ancient #defines for AND OR NOT substitute with && || !
16 years ago
dwarning
0d2b618f31
modification for sun compiler
16 years ago
h_vogt
56679b429b
add __MINGW32__
16 years ago
h_vogt
355384e459
libiberty.h inclusion modified
16 years ago
rlar
2010672489
rename configure.in -> configure.ac
16 years ago
h_vogt
9aad956864
convergence (output.net), add some comments
17 years ago
dwarning
0618ecbf8b
prototypes for asprintf
19 years ago
pnenzi
b03a70760b
Applied Stuart's 12-03-2003 patch. Support for readline (disabled) and for node names in the form (x,y).
23 years ago
pnenzi
8362dec274
Integrated code from tclspice, brorson xspice and Vera memleak.
23 years ago
pnenzi
9f2d0d2324
Added patches to fix segfaults
25 years ago
pnenzi
87f6f0673b
Applied Dan patches for Solaris. Asprintf is masked by HAVE_ASPRINTF. The check
25 years ago
pnenzi
6f55975cc0
Code clean up (removed some warning)
25 years ago
pnenzi
978f1c32a2
Initial revision
26 years ago