Holger Vogt
83e8cb3715
Remove VS compiler warning
2 years ago
Giles Atkinson
3cf8fe8c41
Stop after last data point, preventing read overrun of nscale.
2 years ago
Giles Atkinson
d82f948832
Fix a crash found by Brian Taylor: when .plot attempts to plot digital
node history, interpolation may produce an infinite value at digital edges.
Remove vertical edges when interpolating and make some other improvements:
do not calculate a polynomial approximation for unused frames;
center the target x-value in the frame; and do not propogate a reduction
in degree to later frames.
2 years ago
rlar
141ed61ec8
use memcpy() instead of deprecated bcopy()
10 years ago
rlar
bd0bc3038b
use `SWAP' macro
10 years ago
h_vogt
75b144e17a
polyfit.c, speed up fitting process when degree == 1
this patch war provided by Henrik Forstén in
"#14 Special case for polyfit, move initw()"
http://sourceforge.net/p/ngspice/patches/14/
12 years ago
rlar
c377b7a6b3
avoid leading underscore in preprocessor macros
13 years ago
Francesco Lannutti
08ec219417
remove all .cvsignore files
14 years ago
rlar
11579d9369
cleanup, ngspice/config.h is already in ngspice/ngspice.h, #1/2 (easy ones)
14 years ago
rlar
cb0a48801d
introduce AM_CFLAGS = $(STATIC)
14 years ago
rlar
f17b14102c
bug fix, incorrect '%le' printf format specifier
14 years ago
rlar
afa1371746
#3/6 config.h --> ngspice/config.h, AM_CPPFLAGS
14 years ago
rlar
4ca58067a2
#2/6 config.h --> ngspice/config.h, #include's
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
3ab9e6d060
cvs ignore .libs
16 years ago
dwarning
b964cf949c
cvs ignore *.lo and *.la
16 years ago
rlar
01566f2b49
add casts to make `int' versus `size_t' conversions explicit
16 years ago
rlar
7b3960506f
wrap tmalloc MALLOC etc, into two macros TMALLOC and TREALLOC
16 years ago
rlar
15d12df25b
tmalloc usage unification, parenthesize some terms
16 years ago
rlar
001ad0c2bc
`make dist' add some missing artifacts
16 years ago
rlar
a120a5d049
drop the casts for pointer arguments of bcopy() and bzero()
16 years ago
dwarning
a755164f06
relay on ngspice.h
17 years ago
pnenzi
fa549df82a
TCLSPICE IMPORT + libtool + measure2 command
18 years ago
pnenzi
7f6ad5c706
Updated to new automake standard. Replaced all INCLUDES with AM_CPPFLAGS
18 years ago
pnenzi
317c6a2415
Appiled some of dan's patches.
25 years ago
arno
cc51f0e8db
* src/main.c, src/multidec.c, src/proc2mod.c,
26 years ago
arno
03cf985d1a
*** empty log message ***
26 years ago
arno
70e2bc5b16
* polyfit.c: Input matrix got overwritten too soon, leading to NaN
26 years ago
arno
5492f4cb89
* src/frontend/interp.c: Broken up into individual files and
26 years ago