rlar
2b859633a1
fix the fix wl_reverse() for empty lists
14 years ago
rlar
a890a55937
fix wl_reverse() for empty lists
14 years ago
rlar
5859f1a61d
comments for wl_cons(), wl_append_word() and wl_chop_rest()
14 years ago
rlar
9655b9885a
cleanup, use wl_cons(), wl_append_word() and wl_chop_rest()
14 years ago
rlar
d9ddaec784
implement wl_cons(), wl_append_word() and wl_chop_rest()
14 years ago
h_vogt
8defa56cf6
remove second call to tmpfile()
14 years ago
rlar
2a22c1b23c
bug fix, missing update of a wordlist's wl_prev pointer
14 years ago
rlar
e1f8033f1c
bug fix, incorrect update of a wordlist's wl_prev pointer
14 years ago
h_vogt
4ca6e56863
printf() ---> out_printf(): allow output redirection into file
14 years ago
rlar
9b34d99e51
emphasize the adms3 `U' device hijack
14 years ago
rlar
84b58ebd3b
don't mess with libtools --enable-static / --enable-shared
tie libspice to -shared
ngspice et al to -static
and use $(STATIC) elsewhere
which is governed by configure.ac
14 years ago
rlar
cb0a48801d
introduce AM_CFLAGS = $(STATIC)
14 years ago
h_vogt
a0b64a8624
spfactor.c, indentations
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
dwarning
c9b729032d
no double count of area for capacitances
14 years ago
dwarning
dcc22ada60
new scalable diode model including tunnel component
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
3a603cf17c
Visual Studio: isatty --> _isatty
14 years ago
h_vogt
14914025c0
measure_at(), allow real valued data for meas ac
14 years ago
h_vogt
0207dc7239
no exchange of ' ' by { } inside .control section
14 years ago
h_vogt
188acd0060
correct usage of `unlink()' error return value -1
14 years ago
dwarning
4a75ce744d
dioload.c, diosetup.c, correct knee current parameter defaults
14 years ago
dwarning
a7ffb7d69f
dio/dioload.c, whitespace change
14 years ago
rlar
25efde6d8a
configure.ac, unify `x' escape of `test' expressions
14 years ago
rlar
0b35770b0c
configure.ac, robustness
unify and honor some hints from
(info "(autoconf) Limitations of Builtins")
use shell || and && instead of test -o and test -a
! test a = b --> test a != b
dont use ()
drop eval
missing quotes
14 years ago
rlar
aea1dbb09c
configure.ac, use AS_HELP_STRING
14 years ago
rlar
cc1a011c98
configure.ac, cleanup
14 years ago
rlar
e01db38416
configure.ac, comment style, (dnl -> #)
14 years ago
rlar
714b9d064f
configure.ac, whitespace cleanup
14 years ago
rlar
1baec0b6b1
bug fix, first run libtoolize then aclocal
reported by Joseph Trebbien on
[Ngspice-devel] Build error "required file `./ltmain.sh' not found"
14 years ago
rlar
f661a1032d
bug fix, ltra and tra, (initial conditions)
reported in
https://sourceforge.net/tracker/?func=detail&atid=423915&aid=3535544&group_id=38962
bug was introduced in this commit:
Date: Wed Dec 31 17:02:46 2003 +0000
Cleaned up LTRA, TRA and URC code and updated DEVICES file.
14 years ago
dwarning
9648238ed7
call omp_set_num_threads once in central place instead in model routines
14 years ago
dwarning
72afda41ad
mv ext_CFLAGS on the end for overwriting existing CFLAGS
14 years ago
rlar
b398d39772
xpsice, use the CFLAGS when linking .cm code models
14 years ago
dwarning
9ea4897d06
use unified macro USE_OMP and nthreads is set in setup once - not in load as clause
14 years ago
h_vogt
d072ab80d1
memristor example, parameters changed
14 years ago
h_vogt
fde8c46356
add ac and dc simulation to memristor model
14 years ago
h_vogt
f53eb5cf78
memristor code model in extradev
14 years ago
h_vogt
7bfd4edefc
FABS() --> fabs()
14 years ago
h_vogt
ff11ccda20
In B source the argument to 'log' may be 0 upon start of simulation, allow recovery like in function 'ln'
14 years ago
h_vogt
0a087a47c8
enable B source debugging in behavioral models, exit on error if variable strict_errorhandling is set
14 years ago
h_vogt
1cbc41cc32
memristor subcircuit model example
14 years ago
rlar
5b616b93f4
configure.ac, rewrite M4 Quotation (non zero diff)
small differences in the autogen.sh generated files
14 years ago
rlar
f571932438
configure.ac, rewrite M4 Quotation
verified for zero diff of the autogen.sh generated files
14 years ago
rlar
1a9e658f91
configure.ac, use AC_OPENMP
14 years ago
h_vogt
669399c928
Visual Studio, increase Stack for 64 bits
from
standard (0)
to
StackReserveSize="4194304"
StackCommitSize="16384"
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
00564bdf35
tests/bsim3, tests/xspice, update output files for comparison
14 years ago
h_vogt
f85da3d49d
tests/Makefile.am: drop tests
keep tests only for
BSIM3 (old style), BSIM4, BSIMSOI4, HiSIM, HiSIMHV and XSPICE
14 years ago
h_vogt
583144c421
.gitignore: new name for local tclspice devel directory under MS Windows
14 years ago