Holger Vogt
|
29c4a2a151
|
Improve error message if malloc or realloc fails.
|
2 years ago |
Holger Vogt
|
913635d252
|
remove unused function
|
6 years ago |
Holger Vogt
|
e2ddc5c06b
|
exclude unused function
|
6 years ago |
Holger Vogt
|
a40f06de52
|
add #include <stdint.h> for SIZE_MAX
|
6 years ago |
Holger Vogt
|
e1a69e3fc5
|
controlled_exit only for WinGUI and shared ngspice
|
6 years ago |
Jim Monte
|
654c9767d6
|
add fcn product_overflow()
|
6 years ago |
rlar
|
d298d5cc2f
|
use memset() instead of deprecated bzero()
|
10 years ago |
rlar
|
994bec7859
|
declare free() / realloc() arguments `const void *'
to avoid extra casting when freeing `const' strings
|
10 years ago |
rlar
|
aa7a7606c7
|
avoid multiple declarations of controlled_exit(), add 'noreturn' attribute
|
13 years ago |
h_vogt
|
295c808b01
|
alloc.c sharedspice.c: improve thread safety
still much more to be done!
|
13 years ago |
h_vogt
|
d7e291c53a
|
HAS_WINDOWS --> HAS_WINGUI
allow compilation on MS Windows without GUI
|
13 years ago |
h_vogt
|
96d2ff96e0
|
alloc.c: exlude controlled_exit if not MS Windows
not available in some tests in cmaths and executable like ngproc2mod
|
14 years ago |
h_vogt
|
67e0cf0608
|
undo controlled_exit: not compatible with ancient tests in cmath under LINUX
|
14 years ago |
h_vogt
|
b85f6bbc7d
|
controlled_exit() instead of exit()
|
14 years ago |
h_vogt
|
fc7692a896
|
outheap removed
|
14 years ago |
h_vogt
|
5d101f46f9
|
updates tcl for Windows
|
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 |
dwarning
|
12ce6f7980
|
backup to exit() function
|
16 years ago |
dwarning
|
8585a00243
|
controlled_exit implementation
|
16 years ago |
h_vogt
|
eb378da811
|
winmessage
|
17 years ago |
h_vogt
|
65b3fa2a4a
|
show error message in Windows before exiting
|
17 years ago |
h_vogt
|
6c55df1cb5
|
Windows error message
|
17 years ago |
dwarning
|
9071404c63
|
exclude heap usage for windows compile under __MINGW__
|
17 years ago |
h_vogt
|
5dac6590e2
|
New heap only for tclspice in Windows (HAS_TCLWIN defined)
|
17 years ago |
h_vogt
|
488771485e
|
add HAS_TCLWIN
|
17 years ago |
dwarning
|
0d1f70c6a9
|
heap also needed under windows with tcl
|
17 years ago |
dwarning
|
bea58219e7
|
heap only needed under windows
|
17 years ago |
h_vogt
|
1fa4faf88c
|
tclspice for Windows
|
17 years ago |
pnenzi
|
fa549df82a
|
TCLSPICE IMPORT + libtool + measure2 command
|
18 years ago |
sjborley
|
6f01a35b81
|
Fixed problems where printf format was int yet on some systems the argument is long (due to size_t being long). Fixed by always using long format and casting to long, rather than using the IS_SIZE_T_LONG macro to switch formats.
|
21 years ago |
pnenzi
|
1260ae08db
|
Update autoconf scripts and applied Niessner patch to remove compiler warnings.
|
22 years ago |
arno
|
86f326d11e
|
* NEWS TODO acconfig.h configure.in src/ngspice.idx
|
26 years ago |
arno
|
cc51f0e8db
|
* src/main.c, src/multidec.c, src/proc2mod.c,
|
26 years ago |
pnenzi
|
978f1c32a2
|
Initial revision
|
26 years ago |